pair programming
AssessTechniques
A development practice where two developers work together on the same code.
Why it's here
Placed in Assess: 3 article(s) of evidence from 2 source(s), led by research-stage coverage, with 2 in the last 30 days. Confidence 48%.
Evidence (3)
- 4Martin Fowler·7/31/2026researchAI Is Turning Developers into Conductors
Martin Fowler argues that AI has shifted the main bottleneck in software development from writing code to managing human attention and coordination. He describes developers increasingly orchestrating multiple AI agents in parallel, with their role resembling a conductor who provides context, evaluates output, and directs work across the system.
- 5The New Stack·7/19/2026researchAI Is Pushing Code Review Upstream
The article argues that traditional pull-request-based code review is becoming a poor fit for AI-assisted software development, where large amounts of code are generated quickly. It suggests teams should review intent, specs, and acceptance criteria earlier in the workflow rather than waiting until merge time.
- 5Martin Fowler·4/21/2026researchThoughtworks Radar highlights AI, security, and code review
Thoughtworks published the 34th volume of its Technology Radar, which is dominated by AI-related topics but also revisits established practices such as pair programming, mutation testing, DORA metrics, and accessibility. The piece emphasizes security risks in agentic tools, especially prompt injection and broad permission access, and argues that durable code still needs regular human review.