**Split AI output across multiple PRs.** If you ask an AI to generate an entire feature, break the result into logical PRs: data model first, then business logic, then API endpoints, then tests. - **Use stacked PRs.** Create a chain of dependent PRs, each building on the previous one. - **Commit AI