🔄 The Death of Pull Requests

On April 16, 2026, GitHub enabled repository owners to disable pull requests entirely—a feature previously restricted to issues only. This marks the end of an era that began in 2005 when PRs were first invented and popularized by GitHub in 2008.

The shift is driven by AI coding agents that generate 50+ commits per hour. When code moves this fast, human review becomes the bottleneck, not the safeguard. The new model: specify and verify, not propose and review.

🤖 Agent Reputation Systems

Mitchell Hashimoto and Amp Code pioneer an alternative to line-by-line review: reputation-based trust. High-reputation agents get direct commit access. Low-reputation agents submit to automated evaluation harnesses. The insight: we don't review every line of React or TensorFlow—we trust the source. The same model now applies to generated code.

📝 Prompt Requests vs Code Review

Pete Steinberger and Theo advocate for "Prompt Requests"—shifting from reviewing diffs to refining specifications. Advantages include:

📈 GitHub Trending: Agent Infrastructure

🔧 Model Releases & Updates

💡 Lab Takeaway

The infrastructure of software development is being rewritten. Pull requests were human checkpoints. The future belongs to verification harnesses, specification contracts, and reputation systems. If you're building agent systems today, invest in prompt quality and automated evaluation—not code review pipelines.