14 Local Agents Switched from Markdown to TOON for Working Memory
imac · reddit · 2026-07-05
A local-first agent team switched the working memory of their 14 harnesses from Markdown to TOON (Token-Oriented Object Notation) in December 2025, publishing an honest review: based on 100 CRM records, TOON takes about 2068 tokens, saving 33% compared to row-object JSON and 58% compared to pretty-printed JSON. However, it only saves 4% compared to compact Markdown tables, and columnar JSON actually saves 4% more than TOON—an "unfavorable" conclusion the author disclosed transparently.
Under a 2500 token budget, TOON can hold all 100 rows and answer correctly, while row-object JSON gets truncated to 81 rows and confidently gives the wrong answer. The author also reviewed a TOON CLI issue deemed "not a bug" by the maintainer—which was actually their own dialect drifting from the spec. The machine had memorized the correct answer months prior, but it wasn't surfaced until a human editor reviewed it.
More from coding & agent
- A 9B Ollama agent can run a fully local DJ radio with tools, memory, and TTS — pinku1 · 2026-07-27
- Bugbot rejects an MCP permission flag because it would break path-scoped isolation — zeeg · 2026-07-27
- One GPT-5.6 agent is guarding a Blink security system while another makes a parody rap album — repligate · 2026-07-27
- An agent got unblocked by reusing a logged-in browser, not stealth tricks — armanidev_ · 2026-07-27
- Paper argues graph topology can become the core operating system for AI agents — theomitsa · 2026-07-27
- Claude Code desktop adds UI markup feedback for smoother visual editing — EricBuess · 2026-07-27