Vibeleaderboard
← All Intel
Intel / video

Evolution of agentic surfaces — Gagan Bhat & Isabella Kai He, Anthropic

Source
AI Engineer
Author
AI Engineer
Date
Terms in this piece · Glossary
  • context window — The maximum amount of text a model can consider at once — its working memory for the current conversation or task.
  • agent harness — The scaffolding around a model that turns it into a working agent — the loop, the tools it can call, and the rules for when to stop.
Why it matters

Anyone building an is encoding assumptions about model weaknesses that go stale on the next model release; this session gives a concrete architecture and numbers for avoiding that trap.

Key quotes

“Sonnet 4.5 developed what Anthropic's Applied AI team came to call context anxiety: approaching its context window limit, it would wrap work up early and stop with room to spare. They built context resets into the harness to compensate. Then Opus 4.5 shipped without the behavior, and the fix turned into pure overhead, adding latency and discarding cache it should have kept.”

AI Engineer

“a harness encodes assumptions about what the model cannot do on its own, and those assumptions go stale as models improve.”

AI Engineer

“The architectural consequence is decoupling the brain, meaning the agent loop, from the hands, meaning the tool execution environment. Both started in one container, so the model could not begin reasoning until setup finished and either half failing took the whole agent down.”

AI Engineer

“Splitting them lets reasoning start while the container builds in parallel, which they measured at 60% faster time to first token at P50 and over 90% at P95.”

AI Engineer

“That log ends up doing triple duty, providing observability, letting the harness read context slices back in after Claude discards them mid run, and feeding a periodic batch process they call dreaming that rewrites the agent's memory so the next day's sessions start smarter.”

AI Engineer
Read the source www.youtube.com
More from AI Engineer
Recommended reads
Comments

Checking sign-in…

Loading comments…