Anthropic upgrades Claude’s streaming renderer, claims 9x fewer stalls on slower laptops

1 hour ago 3



Anthropic rolled out a frontend optimization to Claude’s streaming response renderer on August 24, targeting a problem that anyone who’s tried to get a long answer from an AI chatbot on an older machine knows well: the maddening stutter-and-freeze cycle that turns a conversation into a slideshow. The update applies to Claude’s web and desktop applications. According to Anthropic, long answers now stream roughly 4x smoother, stalls on slower laptops drop by 9x, and worst-case freezes shrink by 4.5x. On hardware that supports it, like 120 Hz MacBooks, the renderer can sustain 120 fps during streaming output. What actually changed under the hood The core fix is elegant in its simplicity. Previously, each incoming token from Claude’s model triggered a repaint of the full response container, or at least a substantial portion of it. The new approach restricts UI updates to only the elements that have actually changed, resulting in dramatically less computational overhead per token, which matters most on machines with limited GPU headroom or older processors. Critically, Anthropic made no changes to its models or API with this release. Generation speed, output quality, and the underlying ...

Read Entire Article