dex · @dexhorthy · X·2026-08-25 21:36·4天前
AI 导读

Dex Horthy分享其生产级大型功能的AI驱动开发流程:先产出研究与产品大纲文档,让AI智能体通宵实现、审查与争论,再通过循环反馈打磨。随后与智能体协作将2万+行实现拆分为3-9个独立PR,逐个(1k-3k行)进行反馈、打磨与代码审查。引用@jlongster观点:AI将大任务拆成可独立落地的小型堆叠PR,快速构建大功能后逐项精修至生产就绪,此前拆分工作极为繁重。

dex@dexhorthy
47AI 编辑部评分,满分 100
2026-08-25 21:36· 4天前
AI 导读

Dex Horthy分享其生产级大型功能的AI驱动开发流程:先产出研究与产品大纲文档,让AI智能体通宵实现、审查与争论,再通过循环反馈打磨。随后与智能体协作将2万+行实现拆分为3-9个独立PR,逐个(1k-3k行)进行反馈、打磨与代码审查。引用@jlongster观点:AI将大任务拆成可独立落地的小型堆叠PR,快速构建大功能后逐项精修至生产就绪,此前拆分工作极为繁重。

Several recent large features I built for production involved

• research and product outline doc • let sol and fable implement / review / argue over night • in the loop feedback and polish • work back and forth with agent to define 3-9 separate PRs from the 20k+ implemented • one 1k-3k PR at a time, feedback and polish and code review as we go

James Longman I love telling ai to take a large piece of work and break it up into small stacked PRs that you can land individually it lets you build something big quick ...