Hacker News new | ask | show | jobs
by TomGrowthHub 104 days ago
The real unlock here isnt the multi-agent orchestration, its the standards layer. Every team ive seen try to scale AI coding hits the same wall: Claude is brilliant until it isnt, and it isnt brilliant when it doesnt know your patterns. A single CLAUDE.md ages fast and never captures the insitutional stuff that lives in senior engineers heads. The 15 minute intervew to generate repo standards is the part id want to stress-test. Thats the moat, if it holds up. How does it handle standars drift as the codebase evolves? Does the agent actively flag when new PRs diverge from documented patters, or is it purely generation-side?
1 comments

When you build features with p0, it suggests keeping the standards updated. We plan to tie this more into git hooks so that we can do this on code merges and not rely on it client side.

The standards are synced across the team but you need to use p0 to make full use of them, or at least re-import them into a custom harness.

Slightly disagree on the orchestration. It's not unusual for AI native solo devs to have some self-made harness, but most teams don't have that, and don't have the time to make one. Claude Code etc. only ships the primitives. With p0 you get one out of the box that we have been and keep tweaking.