Overview
A forum thread on zhichai.net discusses an experiment by Boris Cherny, the creator of Claude Code, in which he uses the tool not as a pair-programming assistant but as an engineering lead responsible for managing work end to end.
Key Points
- Cherny's setup treats Claude Code as a tech lead: it plans tasks, delegates implementation to subagents, and reviews results.
- The experiment reportedly produced 388 pull requests, demonstrating throughput far beyond a typical human-led workflow.
- The emphasis is on orchestration: rather than the model writing every line, it coordinates multiple parallel agents working at the pull-request level.
- Forum participants see this as a signal of where AI coding tools are heading — from autocomplete and chat assistance toward fully agentic delivery pipelines.
- Scalability: Breaking work into many small PRs lets parallel agents ship large volumes of changes quickly.
- Supervision: With an AI acting as lead, humans shift from writing code to reviewing direction, architecture, and output quality.
- Open questions: Commenters raise concerns about review depth, long-term maintainability, and whether such PR volume reflects genuine engineering value or inflated activity metrics.
Discussion Themes
Takeaway
The thread captures a notable mindset shift in AI-assisted development: instead of asking "how can AI help me code faster?", practitioners like Cherny are asking "how can AI run the engineering process itself?"