Discussion about this post

User's avatar
JP's avatar

The architectural drift concept is something I've been calling "prompt drift" and it's the same underlying problem seen from a different angle. You're looking at it through the manager-team dynamic, which adds the authority amplification layer. I've been seeing it play out across entire teams regardless of seniority.

Every developer has their own AI habits. Different prompts, different tools, different coding patterns coming out. The codebase slowly fragments in ways no linter catches because the inconsistencies are conceptual, not syntactic. Coming to this a bit late but the problem has only gotten worse.

I covered a potential fix using OpenCode agents to encode team conventions directly into the agent config https://blog.devgenius.io/your-senior-devs-dont-scale-your-opencode-agents-can-e2ecf2d04548 so that regardless of who's driving the AI, the output stays consistent with the team's patterns. It doesn't solve the psychological safety issue you raised but it does reduce the surface area for accidental drift.

1 more comment...

No posts

Ready for more?