github.com
Show HN: Keen Code – an agentic-engineered coding agenthttps://github.com/mochow13/keen-codeHello community!I am here to share a coding agent I have built solo from scratch using agentic engineering. Written in Go, it's a proper coding agent, has features you expect from a useful agent for your daily work, with a minimal and simple UI.I have named it Keen Code. The repo is here: https://github.com/mochow13/keen-codeEven though it started as an experiment, it is now a full-fledged coding agent for real software engineering work. It supports multiple providers, skills, MCPs, multi-agent orchestration through subagents, automatic compaction, etc.I have been using it for real production-grade work myself, and also for developing itself.Notably, I have worked on two separate ideas in this coding agent:1. Turn MemoryIn a multi-turn conversation, tool outputs are removed, only tool call traces are retained. Within a single agent loop, agent sees full tool results but in the next turn, it doesn't see the tool results anymore.The greatest benefit of this approach is that a lot of toolAug 10, 2026 9:47 PM






