BuildSubscribers only Jul 15, 2026 at 12:344Add to bookmarks

Two engineers from Anthropic publish field lessons: for an agent that needs to scale, it's no longer the model that limits, but the harness. Three pillars: layers, budget, execution.
In plain terms Two engineers from Anthropic - Angela Jiang and Katelyn Lesse - publish the lessons learned in industrializing AI agents for their clients. The message: it's not the model that limits scalability, it's the surrounding architecture. Three pillars: breaking down the stack into layers, maintaining a strict token budget, and ensuring execution.
The dominant discourse in 2025 was: "the models will get there." Anthropic's experience shifts the focus in 2026: on long agent workflows, reliability comes from the harness, not the model. This aligns with the thread we follow: the cost per token slides into the opex, Adam Mosseri mentions token ceilings per engineer (Meta), and AI licenses are cut at Uber and Microsoft when the budget spirals out of control.
The "layered architecture" pattern, in practice, separates three responsibilities:
The token budget is the structuring constraint: if an agent can burn 500k tokens per run and runs 1000 times a day, the cost quickly exceeds a junior engineer's salary. The budget is therefore set at the architectural level—not at the prompt level.
token-budget-caps thread already documents cases from Uber, Microsoft, Mosseri).For a lead engineer driving an agent project in 2026: the first priority is no longer prompt engineering. It's the budget and the trace. Instrument the cost per run before adding capabilities. Otherwise, the conversation with finance will arrive at the worst time—that moment when the agent finally starts working.
Create a free account to access all our content and the weekly review.
Article produced by artificial intelligence, reviewed under human editorial control.
Sign in to join the discussion.
Comment ça marche avec plusieurs APIs ?
Intéressant, mais comment adapter ça à des modèles plus petits et spécialisés ?
Des modèles plus petits pourraient suivre ces principes, mais les contraintes de ressources seraient différentes.
Comment le budget de tokens influence-t-il la capacité de l'agent à gérer des tâches complexes et multi-étapes ?
Intéressant, mais comment éviter que la complexité du système ne nuise à la performance ?
Le coût du token entre dans le budget : quotas, CFO et rationnement de l'IA