TOON separates schema from data—you declare field names once, then send pipe-delimited values. LLMs (GPT-4, Claude, Gemini) parse it correctly.
Install: pip install toon-token-optimizer
The format is simple: @schema:name,age,city John|30|NYC Jane|25|LA
Handles nested objects (dot notation), arrays, escaping, etc.
Full writeup on the methodology: https://www.linkedin.com/posts/prashantdudami_llmarchitectur...
Happy to answer questions!
prashantdudami•1h ago
TOON separates schema from data—you declare field names once, then send pipe-delimited values. LLMs (GPT-4, Claude, Gemini) parse it correctly.
Install: pip install toon-token-optimizer
The format is simple: @schema:name,age,city John|30|NYC Jane|25|LA
Handles nested objects (dot notation), arrays, escaping, etc.
Full writeup on the methodology: https://www.linkedin.com/posts/prashantdudami_llmarchitectur...
Happy to answer questions!