All activity
AI agents burn tokens reading file dumps when a small snippet would do. Context fills up, they lose track, re-explore, read more. Round and round.
CodeRay gives agents exact locations in your codebase instead of full files. They read only what they need, using ~70% fewer tokens on average.
Three tools shipped over CLI and MCP: search (natural language), skeleton (structure and docs only), impact (what breaks before you change something). Runs fully local – your code never leaves your machine.

CodeRayStop token burn. Agents read lines, not file dumps.
Bogdan Copoceanleft a comment
Hi everyone, I built this after hitting token limits way more than expected on various subscription plans across different vendors. The pattern was always the same: agent reads a whole file, it floods the context, it loses track, re-explores, reads more files. Round and round until the session dies. CodeRay gives agents coordinates instead of content – file paths + line ranges. They locate...

CodeRayStop token burn. Agents read lines, not file dumps.
