Token Efficiency
Compressed communication for limited context windows.
Symbol System
Logic & Flow
| Symbol |
Meaning |
| โ |
leads to, implies |
| โ |
transforms to |
| โ |
rollback |
| & |
and |
| | |
or |
| ยป |
sequence/then |
| โด |
therefore |
| โต |
because |
Status
| Symbol |
Meaning |
| โ
|
complete/pass |
| โ |
failed/error |
| โ ๏ธ |
warning |
| ๐ |
in progress |
| โณ |
pending |
Domains
| Symbol |
Domain |
| โก |
performance |
| ๐ |
analysis |
| ๐ก๏ธ |
security |
| ๐๏ธ |
architecture |
Abbreviations
cfg config
impl implementation
deps dependencies
val validation
perf performance
sec security
err error
Examples
Standard:
"The authentication system has a security vulnerability in the user validation function"
Compressed:
auth.js:45 โ ๐ก๏ธ sec risk in user val()
Standard:
"Build completed, now running tests, then deploying"
Compressed:
build โ
ยป test ๐ ยป deploy โณ
When to Use
- Context >75% full
- Large codebase analysis
- Complex multi-step workflows
- User requests brevity