Discover and explore top open-source AI tools and projects—updated daily.
juyterman1000AI code context compression for massive token savings
Top 72.1% on SourcePulse
Entroly addresses the prohibitive token costs and limited context windows of AI coding assistants by compressing entire codebases into a highly efficient representation. It targets developers and engineering teams seeking to leverage AI tools more effectively, enabling them to drastically cut AI expenses by 70-95% while improving AI response accuracy and accelerating development cycles.
How It Works
Entroly employs a multi-stage process: indexing the entire codebase, scoring files by information density, selecting an optimal subset for the AI's context window, and delivering critical files fully while others are represented as signatures or references. Its core innovation lies in its "Dreaming Loop" and "Federated Swarm Learning," where the system self-improves by anonymously sharing and absorbing optimization weights across users, allowing the AI to become smarter over time without incurring additional costs for the user. This approach bypasses traditional, expensive methods like embeddings or LLM fine-tuning for learning.
Quick Start & Requirements
npm install entroly-wasm && npx entroly-wasm or pip install entroly && entroly go.docs/DETAILS.md.Highlighted Details
16 hours ago
Inactive