Show HN: P0 – Yes, AI can ship complex features into real codebases
11–20 of 43 posts
Re: Show HN: P0 – Yes, AI can ship complex features into real codebases
#12Re: Show HN: P0 – Yes, AI can ship complex features into real codebases
#13Re: Show HN: P0 – Yes, AI can ship complex features into real codebases
#14Re: Show HN: P0 – Yes, AI can ship complex features into real codebases
#15Worked great for me. Think about integrating the /counselors skill so you can fan out complex questions to multiple hq models across Opus, Gemini, and Codex. We're using it to do extensive design/performance/SEO audits that benefit from multiple smart opinions.
You can use any skill you’d normally add to Claude Code locally, so /counselors should work as well.
Re: Show HN: P0 – Yes, AI can ship complex features into real codebases
#16Compared to Claude Code etc where do the time savings come from? Fewer PRs that need manual intervention? Higher quality code base to maintain later?
2 - Conceptually stronger starting point leads to better (and larger) feature PRs. Because we help you generate a really strong spec (prod/tech) upfront, grounded across your repos, that changes the process from "build-and-fix-and-build-and-fix" to "define-and-ship".
And we also help you generate strong standards definitions (teach agents how to build things, how to test things) that foundation helps as well.
Re: Show HN: P0 – Yes, AI can ship complex features into real codebases
#17Do y'all automatically feed information back into the spec and refine that over time?
Think of the specs more as feature-specific documents. Like a very well-defined epic or ticket. But the "standards" codebase documentation is kept fresh at all times automatically and agents always reference that.
Re: Show HN: P0 – Yes, AI can ship complex features into real codebases
#18Re: Show HN: P0 – Yes, AI can ship complex features into real codebases
#19Curious to give this a spin!
Re: Show HN: P0 – Yes, AI can ship complex features into real codebases
#20Standards generation is great. I really like that approach. It feels much better than relying on just a single CLAUDE.md or AGENTS.md. Does this work with Claude subscriptions like Max?
A single markdown file will definitely reach its limits very quickly. We also try our best to provide templates for the standards for the agent to follow in the initial code review and interview with you to make those cover all the basics. Obviously this isn't proprietary to us, just works really well in our opinion.