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

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-application interchange rather than token efficiency, so its structural elements impose substantial token overhead. Recent work proposes token-optimized alternatives such as TOON (Token-Oriented Object Notation) and TRON (Token Reduced Object Notation) as more compact replacements, but these formats have been evaluated only on isolated comprehension or generation tasks. Whether their token reductions hold inside end-to-end agentic loops therefore remains an open question. We evaluate TOON and TRON on four agentic benchmarks (BFCL, MCPToolBenchPP, MCP-Universe, StableToolBench) and five open-weight LLMs, decoupling input compression from output compression to measure comprehension and generation independently. TRON reduces tokens by up to 27% with accuracy within 14pp of the JSON baseline. TOON achieves up to 18% reduction at a similar 9pp accuracy cost, but additionally cascades on multi-turn parsing failures and collapses parallel tool-call output for most models.

Paper

References (20)

10TOON: Token-oriented object notation. compact, human-readable, schema-aware JSON for LLM prompts. spec, benchmarks, TypeScript sdk2026 · :/
11TOON vs. JSON: A Mathematical Evaluation of Byte Efficiency in Structured Data2025
122025. StableToolBench: Towards stable large-scale benchmarking on tool learning of large language models. (arXiv:2403.07714)ArXiv

Scroll for more · 8 remaining

Similar papers

© 2026 NYSGPT2525 LLC