Information-theoretic context optimization for AI coding agents. Your AI sees the RIGHT code, not just ALL the code.
Every time you ask your AI agent to fix a bug, this happens:
Your entire codebase gets dumped into context. 78% of tokens are irrelevant noise — CSS, README, changelogs — burning API credits.
The AI sees auth/db.py but misses config/database.py. It generates code with the wrong DB connection. You re-prompt 3-5 times.
Duplicate files waste tokens. auth/db.py and auth/db_backup.py are nearly identical — 85 tokens burned on redundant content.
You fixed this same SQL injection pattern last week. The LLM forgot. Every session starts from absolute zero.
13 files ingested → 4 relevant selected → in 0.47ms
Works with Cursor • VSCode • Claude • Codex • Any MCP client
github.com/juyterman1000/entroly • 100% Rust Core • MIT Licensed