Save up to 63%
on your AI costs

Agent Notation is a human-readable shorthand that slashes token costs across every LLM. No GPU. No fine-tuning. Just a better way to write prompts.

63%avg savings
10 minto learn
ZeroGPU required

Playground

Input:0tokens
Output appears here...
Output:0tokens

How Much Can You Save?

Real prompt categories, measured token savings.

CategoryEnglishAgent NotationSavings
Code Generation35t Write a Python function that takes a list of integers, filters even...py fn(lst:int[])→int[]: filter even, sort desc14t60%
RAG Query35t Based on the context provided, answer the following question...ctx→answer | !found→'not in ctx' | !hallucinate10t71%
System Prompt42t You are a helpful customer service assistant for an e-commerce...role:cs(ecom) polite prod+ret+refund esc:complex→human16t62%
Data Analysis32t Analyze the sales data in the CSV file and create a report...analyze csv.sales->rpt: rev,top5*rev,yoy%15t53%
API Integration38t Create a JavaScript function that calls the Stripe API...js fn→stripe: create_cust→create_sub(price_id) catch→log+ret.fail12t68%
Average36.4t13.4t63%

Why Agent Notation

Zero Overhead

No model changes, no fine-tuning, no GPU. Works with every LLM out of the box.

Human-Readable

Notation reads like shorthand, not compression artifacts. Teams can review and edit it directly.

Machine-Parseable

Full lexer, parser, and AST. Build tooling, linters, and formatters on top of a real grammar.

63% Savings

Average 63% token reduction across five benchmark categories. Up to 71% on RAG queries.

Full Toolchain

CLI, VS Code extension, programmatic API. Compress, expand, validate, lint, and format.

Semantically Lossless

Compressed notation expands back to equivalent English. Meaning is preserved, only verbosity is removed.

Syntax Reference

Operators

SymbolMeaningExample
(->)Flow / mappingfn(x)→int
|Clause separatorctx→answer | !found→err
×(*)Group-by / multiplytop5×rev
+Combine / andlog+ret.fail
!Negation!hallucinate
:Type annotationx:int
[]List suffixint[]
@Targetingpush@prod

Common Abbreviations

ShortFull
fnfunction
pyPython
jsJavaScript
tsTypeScript
ctxcontext
retreturn
intinteger
strstring
boolboolean
rptreport
descdescending
escescalate