Phi3 Transformer architecture renders Doom via torchwright compiler
August 13, 2026
A 21B parameter Phi3 model renders Doom by encoding the rendering algorithm directly into weights using a custom compiler. Generation produces drawing commands from geometry prompts, requiring 53,747 tokens per frame and approximately 40 minutes on a B200.
HOW THIS AFFECTS YOU
●
builderYou can use this torchwright compiler approach to bake specific logic into model weights.
●
researcherThis provides a new method for mapping deterministic algorithms into transformer weights without traditional training.