Evolution of agentic surfaces — Gagan Bhat & Isabella Kai He, Anthropic
- Source
- AI Engineer
- Author
- AI Engineer
- Date
- 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.
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.
“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
videoWorld Models Need Causality, Not Pretty Pixels — Christopher Manning, Moonlake AI
videoRobotics Has Been Stuck for 70 Years — Deepak Pathak, Skild AI
videoFrom Ingestion to Agents: How AI Teams Build on Document Intelligence — Adit Abraham, Reducto
videoYou’re Not Thinking Big Enough: Rebuilding Food Systems with AI Agents — Cody Menefee, Firecrawl
videoHarness Engineering: Building the Production Cage for Powerful Domain Agents — Mike Chambers, AWSAI Engineer
videoTotal Recall: Agent Memory and Harness Engineering — Ignacio Martinez, OracleAI Engineer
videoCoding Agents Don't Scale Themselves. Neither Do Your Teams. — Patrick Debois, TesslAI Engineer
Checking sign-in…
Loading comments…