kozhan

↗ HN profile [ 18.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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?

  2. 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…

  3. 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…

  4. 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,…