Context - A tool to help AI agents work better on your project
04 February 2026
In recent months, everyone's been talking about AI coding: Cursor, Claude Code, Codex… incredibly powerful tools. The problem? When you give them a real task ("the Stripe webhook isn't working"), the agent knows nothing about your project: structure, files, entrypoints, dependencies. So it starts "wandering" through the codebase blindly with grep and random file openings, burning a ton of tokens/credits just to figure out where to start.
This is where Context comes from: a CLI tool that indexes the codebase and automatically generates an optimized context pack to provide to the AI, so the agent starts with a sensible map of the project instead of having to rebuild it from scratch. It doesn't have to be 100% perfect: it just needs to be good enough to reduce noise, time, and costs.
Full article here: https://illegal.studio/en/blog/da-dove-nasce-context-uno-strumento-cli-per-creare-context-pack-ottimizzati-per-ai-coding
If you want to check out the project directly on GitHub, it's here: https://github.com/illegalstudio/context