entroly  by juyterman1000

AI code context compression for massive token savings

Created 2 months ago
399 stars

Top 72.1% on SourcePulse

GitHubView on GitHub
Project Summary

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

  • Primary install/run command: npm install entroly-wasm && npx entroly-wasm or pip install entroly && entroly go.
  • Prerequisites: No non-default prerequisites are specified; the tool emphasizes zero configuration, no YAML, and no embeddings. It runs on CPU in under 10ms.
  • Documentation: Further details are available in docs/DETAILS.md.

Highlighted Details

  • Significant Cost Reduction: Achieves 70-95% token savings per AI request, translating to substantial monthly savings and rapid ROI.
Health Check
Last Commit

16 hours ago

Responsiveness

Inactive

Pull Requests (30d)
21
Issues (30d)
4
Star History
94 stars in the last 30 days

Explore Similar Projects

Feedback? Help us improve.