Launched this week

Keen Code
A context-efficient CLI coding agent built by agents
137 followers
A context-efficient CLI coding agent built by agents
137 followers
Keen Code is an open-source, context-aware and efficient CLI coding agent written in Go. Three aspects stand it out from other similar products: - It was built from scratch by coding agents, with the full prompt/design trail preserved and shared in the repo. - It uses turn memory to keep multi-turn sessions lean which saves context significantly. - It maps MCP servers to lazy-loaded Skills instead of stuffing large schemas into context upfront. This again saves context in mult-MCP setting.






Sounds interesting, but aren’t you worried about competition? There are already many AI coding tools, and new ones appear every day.
Keen Code
@natalia_iankovych Hey! This is an open source product and there is no business model associated with it. Yes there is competition which I don't mind at all. If people use it and find it useful, that's good enough for me and worth the effort. :)
the skills-driven MCP approach is the part that caught my attention. every multi-tool agent setup I've seen just dumps the entire schema into context upfront and then wonders why performance drops off a cliff three turns in. lazy-loading only what the model actually needs at runtime feels obvious in hindsight but almost nobody does it. also respect for shipping the full prompt trail in the repo... that's genuinely useful for anyone trying to learn how agent-driven development actually works in practice. congrats on the launch and doing this solo is no joke
Keen Code
@tina_chhabra Thanks for your feedback!