Discussion about this post

User's avatar
JP's avatar

Your third prediction about the domain knowledge problem is the one I keep coming back to. You're right that the models are smart enough but lack the context.

I reckon the answer isn't a single new technique but more of a pattern. You feed the agent your team's conventions, architectural decisions, and coding standards through structured instruction files. Not just longer context windows but curated context that tells the agent how your codebase works. I wrote about this with OpenCode agents specifically https://blog.devgenius.io/your-senior-devs-dont-scale-your-opencode-agents-can-e2ecf2d04548 and found it eliminates most of the "technically correct but doesn't fit" output that makes people distrust agent-written code.

Basically your prediction might already have a partial answer in the form of agents-as-code, where the domain knowledge lives in config files that travel with the repo. Did you end up seeing anything along those lines since?

2 more comments...

No posts

Ready for more?