Cut your AI costs by 60%. Fit 2.5x more data in every prompt.
Every token costs money. JSON wastes half of them on {}"":, noise.
JSON: {"users":[{"id":1,"name":"Alice"},{"id":2,"name":"Bob"}]}
SEMTOK: #id|name
1|Alice
2|Bob
32 tokens → 13 tokens. 59% saved.
| Stakeholder | Impact |
|---|---|
| Developers | Larger context windows, richer AI interactions |
| Companies | 60% reduction in API costs at scale |
| AI Agents | Faster communication, more efficient swarms |
| Data Type | Token Savings |
|---|---|
| Tabular | 64% |
| Nested | 46% |
| APIs | 45% |
| Overall | 59.5% |
Verified across 41 benchmarks. No cherry-picking.
const { SEMTOKFinal } = require('./semtok-final-v7.js');
const semtok = new SEMTOKFinal();
const compact = semtok.encode(yourData);
const stats = semtok.compare(yourData);
// → { savings: "59.5%" }| JSON | SEMTOK |
|---|---|
null |
~ |
true |
+ |
false |
- |
"string" |
string |
{"a":1} |
a:1 |
[1,2,3] |
1,2,3 |
Full spec: SEMTOK_SPECIFICATION.md
Built with scientific rigor:
- 9 parallel AI research agents
- 7 iterations of refinement
- 41 comprehensive benchmarks
Full paper: SCIENTIFIC_PAPER.md
David Celekli — Principal Investigator
MIT — Use it anywhere, for anything.