entroly: Entroly is a context engineering engine that compresses an entire codebase into the AI context window using variable-resolution representation, removing duplicates and boilerplate. It achieves 78% fewer tokens per request, improves AI responses over time via reinforcement learning, and works with any AI coding tool via MCP server or HTTP proxy. The Rust-based core ensures sub-10ms overhead.; learn-claude-code: This repository provides a hands-on tutorial to learn how modern AI agents work by building one from scratch, emphasizing the core loop of model-tool interaction. It distills complex agent concepts into simple, iterative versions, from basic Bash agents to sophisticated skill-based systems.
Optimizing context for coding agents like Cursor and Claude Code
Learning to build modern AI coding agents from scratch