Loom

A blog engine that just works. One binary, no setup, no dependencies.

Posts tagged “output-builder” (1)

The Output Builder — Recording Before RenderingMar 11 10.8K

Claude Code doesn't render directly. It records what it wants to do, then replays the recording. This decoupling is what makes blit, clip, and scroll optimizations possible — and it's the reason 95% of the screen costs zero work per frame.

--c++23 --output-builder --variant --blit-optimization --damage-tracking --claude-code