Hacker Newsnew | past | comments | ask | show | jobs | submit | mpazik's commentslogin

Happy to see it gets attention. The friction shows up once you mix docs with structured things like work items or ADRs. Flat markdown doesn't query well and gets inconsistent. You can read TASKS.md fine. The agent can't ask "show me open tasks blocking this epic" without scanning prose or maintaining a parallel index.

The AGENTS.md approach papers over this by teaching the LLM the folder conventions. Works until the data gets complex but gets worse after many iterations.

Both are needed: files that open in any editor, and a structured interface the agent can actually query. Been building toward that with Binder (github.com/mpazik/binder), a local knowledge platform. Data lives in a structured DB but renders to plain markdown with bi-directional sync. LSP gives editors autocomplete and validation. Agents and scripts get the same data through CLI or MCP.


This is cool. Compatibility issues across libraries are a great use case. Agents often just need a little guidance there. Having a shared library of tips would help a lot. Will be watching the project.


It sounds interesting, I'll check it out


Yeah, I had similar findings. Making good system can be tedious though when it grows and current tools did not provide enough configuration.

I found opencode, and decided to build a fork that allows to setup specialized agent with custom tools and programmatic context building to organize it better https://github.com/mpazik/openagent


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: