
Agentic AI Systems Should Be Designed as Marginal Token Allocators
Essential reading if you're building agentic systems—this paper reframes agent design through economic principles, showing how routing, planning, serving, and training decisions all solve the same optimization problem: marginal benefit equals marginal cost plus latency plus risk. Instead of thinking about agents as text generators, this framework treats them as token allocation economies, explaining why locally optimal decisions often lead to globally suboptimal performance.
Takeaways3
- All agent system layers (routing, planning, serving, training) solve the same economic optimization problem.
- Local token minimization often leads to global misallocation of computational resources.
- Agent performance should be evaluated through marginal token allocation efficiency rather than just accuracy metrics.










