Tril — Code Is Just Compressed Language

2 min read Original article ↗

Why this exists

Programming languages exist out of necessity. We invented them because machines couldn't understand our intentions. What if they can now?

Think about it. We gritted our teeth, invented formal languages, memorized syntax rules, fought with compilers over missing semicolons — all because silicon couldn't understand "just add these two numbers." So we wrote return a + b; instead. That was the deal.

The deal has changed. Machines now speak every human language better than most humans. The legendary creator of AlphaFold and a growing list of senior engineers publicly admit they haven't opened an IDE in months. The gap between "I want" and "here's the result" is collapsing.

JavaScript, Python, Rust — they're all compression algorithms. They take human intent and squeeze out every drop of ambiguity until a CPU can execute it. Code is compressed human language. Tril does the reverse: decompresses it back into plain English that an LLM can execute.

A pull request in a Tril repo isn't a cryptic diff in syntax described in books with black-and-white animals on the cover. It's an editorial correction of ordinary text. Code review becomes just review: "It says 'multiply by 9/5' — maybe 'multiply by 1.8' would be clearer?" Your product manager can read it. Your designer can review it. Your client can suggest changes.

The barrier between those who write software and those who use it isn't thinning. It's dissolving.