kozhan
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I generally develop my projects with one agent. I know they are not big, but it seems enough for me. Have my own methods for keeping context and to make agent reliable. Is it really necessary using multiple agents?
- Show HN: How to cache your codebase for AI agents (github.com)
The problem is every time an AI agent needs to find relevant files, it either guesses by filename, runs a grep across the whole repo, or reads everything in sight. On any codebase of real size, this wastes context…
-
I started building Frame as a terminal-first, lightweight IDE and open sourced it. Now I'm pushing it toward becoming a full platform for developing and managing larger projects. What I've been able to build in about a…
-
I built Frame to better manage the projects I develop with Claude Code, to bring a standard to my Claude Code projects, to improve project and task planning, and to reduce context and memory loss. In its current state,…