paper-with-me

홈 › Papers

Agentic AI Systems Should Be Designed as Marginal Token Allocators

2026-05-02 · Siqi Zhu arxiv

This position paper argues that agentic AI systems should be designed and evaluated as \emph{marginal token allocation economies} rather than as text generators priced by the unit. We follow a single request -- a developer asking a coding agent to fix a failing test -- through four economic layers that today are designed in isolation: a router that decides which model answers, an agent that decides whether to plan, act, verify, or defer, a serving stack that decides how to produce each token, and a training pipeline that decides whether the trace is worth learning from. We show that all four layers are solving the \emph{same} first-order condition -- marginal benefit equals marginal cost plus latency cost plus risk cost -- with different index sets and different prices. The framing is deliberately minimal: we do not propose a complete theory of AI economics. But adopting marginal token allocation as the shared accounting object explains why systems that locally minimize tokens globally misallocate them, predicts a small set of recurring failure modes (over-routing, over-delegation, under-verification, serving congestion, stale rollouts, cache misuse), and points to a concrete research agenda in token-aware evaluation, autonomy pricing, congestion-priced serving, and risk-adjusted RL budgeting.

📄 PDF Abstract BibTeX arXiv:2605.01214

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

You should evaluate your language model on marginal likelihood over tokenisations

2021-09-06 · EMNLP 2021 11 · Kris Cao, Laura Rimell

Neural language models typically tokenise input text into sub-word units to achieve an open vocabulary. The standard approach is to use a single canonical tokenisation at both train and test time. We suggest that this ap…

Language ModelingLanguage Modelling

Should you marginalize over possible tokenizations?

2023-06-30 · Nadezhda Chirkova, Germán Kruszewski, Jos Rozen, Marc Dymetman

Autoregressive language models (LMs) map token sequences to probabilities. The usual practice for computing the probability of any character string (e.g. English sentences) is to first transform it into a sequence of tok…

Not Worth Another Token: Marginal Value Estimation for Efficient Deep Research Agents

2026-08-09 · Harshitha Kolukuluru, Reshma Ashok, Kirat Arora, Evan William Ciccarelli 외 hf

Long-horizon research agents solve open-ended tasks through iterative retrieval, aggregation, and synthesis, but context grows rapidly while the marginal value of additional evidence often declines. This leads to unneces…

Notation Matters: A Benchmark Study of Token-Optimized Formats in Agentic AI Systems

2026-05-28 · Lorenz Kutschka, Bernhard Geiger arxiv

Large language models in Agentic AI systems consume tool schemas and execution results and emit tool invocations as structured data. The default language for that exchange, JSON, was designed for application-to-applicati…

Risk Alignment in Agentic AI Systems

2024-10-02 · Hayley Clatterbuck, Clinton Castro, Arvo Muñoz Morán

Agentic AIs $-$ AIs that are capable and permitted to undertake complex actions with little supervision $-$ mark a new frontier in AI capabilities and raise new questions about how to safely create and align such systems…