Tap a claim on the ring to put it at the centre.
← Code reviews are starting to fade in many places
17 connected korrents · 15 moments on record from 12 Jul 2025 to 8 Sept 2026.
Everything filed under software quality
software quality
Everything filed under code generation
code generation
Everything filed under Python
Python
Everything filed under Anthropic
Anthropic
Everything filed under hiring
hiring
Everything filed under self-driving cars
self-driving cars
Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject
Read this korrent: Code reviews are starting to fade in many places
Code reviews are starting to fade in many places
Last stated today
8 Sept 2026
GO
Gergely Orosz — holds since 2026-09-08 — tap for who they are
Same subject: Line-by-line code review has become an outdated ritual: senior engineers should be giving feedback on how their team instructs AI, not on the code AI wrote. — tap to centre the map on it
Line-by-line code review has become an outdated ritual: senior engineers should be giving feedback on how their team instructs AI, not on the code AI wrote.
Last stated 5 months ago
29 Mar 2026
CH
Chip Huyen — holds since 2026-03-29 — tap for who they are
Same subject: A benchmark that ranks Claude Code last while it stays first in use is measuring the wrong thing, and has been for a year. — tap to centre the map on it
A benchmark that ranks Claude Code last while it stays first in use is measuring the wrong thing, and has been for a year.
Last stated 5 days ago
3 Sept 2026
DR
Dax Raad — holds since 2026-09-03 — tap for who they are
Same subject: It is no longer worth not reading the code in exchange for the occasional two-week hand fix, because the volume of code we can now generate has gone up ten to a hundred times. — tap to centre the map on it
It is no longer worth not reading the code in exchange for the occasional two-week hand fix, because the volume of code we can now generate has gone up ten to a hundred times.
Last stated 2 months ago
15 Jul 2026
DH
Dex Horthy — holds since 2026-07-15 — tap for who they are
Same subject: The way software gets built flipped in December: writing code yourself is now the exception, not the default. — tap to centre the map on it
The way software gets built flipped in December: writing code yourself is now the exception, not the default.
Last stated 6 months ago
20 Mar 2026
AK
Andrej Karpathy — holds since 2026-03-20 — tap for who they are
Same subject: New interview formats are coming, but the transition away from the coding interview will be slower than most people think. — tap to centre the map on it
New interview formats are coming, but the transition away from the coding interview will be slower than most people think.
Last stated 2 months ago
24 Jun 2026
NE
NeetCode — holds since 2026-06-24 — tap for who they are
Same subject: Agentic code review raises the floor but cannot be trusted, because the model reading the code is the same model that wrote it, and it will tell you the code is great. — tap to centre the map on it
Agentic code review raises the floor but cannot be trusted, because the model reading the code is the same model that wrote it, and it will tell you the code is great.
Last stated 2 months ago
15 Jul 2026
DH
Dex Horthy — holds since 2026-07-15 — tap for who they are
Same subject: Review became a worse bottleneck under AI, because companies removed the review automation they had once AI started writing the code. — tap to centre the map on it
Review became a worse bottleneck under AI, because companies removed the review automation they had once AI started writing the code.
Last stated 6 months ago
22 Mar 2026
NF
Nicole Forsgren — holds since 2026-03-22 — tap for who they are
Same subject: Agents will eventually stop making the mistakes that require senior review, as self-driving cars did; the bet is on when, not whether. — tap to centre the map on it
Agents will eventually stop making the mistakes that require senior review, as self-driving cars did; the bet is on when, not whether.
Last stated 5 months ago
8 Apr 2026
DH
David Heinemeier Hansson — holds since 2026-04-08 — tap for who they are
Same subject: A language-agnostic conformance suite is the most powerful thing you can hand a coding agent, because the whole instruction becomes: write code until these tests pass. — tap to centre the map on it
A language-agnostic conformance suite is the most powerful thing you can hand a coding agent, because the whole instruction becomes: write code until these tests pass.
Last stated 6 months ago
19 Mar 2026
SW
Simon Willison — holds since 2026-03-19 — tap for who they are
Same subject: A passing test suite is not evidence that the software works, so an agent must also be made to start the thing and exercise it the way a person would. — tap to centre the map on it
A passing test suite is not evidence that the software works, so an agent must also be made to start the thing and exercise it the way a person would.
Last stated 6 months ago
19 Mar 2026
SW
Simon Willison — holds since 2026-03-19 — tap for who they are
Same subject: A team that slows down and reads every pull request and every line of code should expect only a 30 to 50 percent productivity lift from AI. — tap to centre the map on it
A team that slows down and reads every pull request and every line of code should expect only a 30 to 50 percent productivity lift from AI.
Last stated 2 months ago
15 Jul 2026
DH
Dex Horthy — holds since 2026-07-15 — tap for who they are
Same subject: Lines of code are the wrong artifact to review; what we should be storing and reviewing is an architecture that generates the code to spec. — tap to centre the map on it
Lines of code are the wrong artifact to review; what we should be storing and reviewing is an architecture that generates the code to spec.
Last stated 4 weeks ago
12 Aug 2026
CM
Charity Majors — holds since 2026-08-12 — tap for who they are
Same subject: The industry is now accumulating code faster than it is accumulating trust, and trust only comes from having struggled to understand the domain yourself. — tap to centre the map on it
The industry is now accumulating code faster than it is accumulating trust, and trust only comes from having struggled to understand the domain yourself.
Last stated 2 months ago
1 Jul 2026
KB
Kent Beck — holds since 2026-07-01 — tap for who they are
Same subject: A model can now port essentially any codebase from one programming language to another, work that used to take a team over a year. — tap to centre the map on it
A model can now port essentially any codebase from one programming language to another, work that used to take a team over a year.
Last stated a month ago
27 Jul 2026
BC
Boris Cherny — holds since 2026-07-27 — tap for who they are
Same subject: Astra writes weird Python slop when one step removed from normal code, and its unit tests are horrific. — tap to centre the map on it
Astra writes weird Python slop when one step removed from normal code, and its unit tests are horrific.
Last stated 2 days ago
6 Sept 2026
AR
Armin Ronacher — holds since 2026-09-06 — tap for who they are
Same subject: A language can keep changing without a Python-2-to-3 break, as long as code written under the old and the new rules can be mixed freely in one program. — tap to centre the map on it
A language can keep changing without a Python-2-to-3 break, as long as code written under the old and the new rules can be mixed freely in one program.
Last stated 4 months ago
20 May 2026
AR
Alice Ryhl — holds since 2026-05-20 — tap for who they are
Same subject: Python is ugly: full of superfluous instructions kept since 1987 for legacy reasons, and its __init__ offends the sensibilities to the core. — tap to centre the map on it
Python is ugly: full of superfluous instructions kept since 1987 for legacy reasons, and its __init__ offends the sensibilities to the core.
Last stated a year ago
12 Jul 2025
DH
David Heinemeier Hansson — holds since 2025-07-12 — tap for who they are
same subject or similar wording a cloud: claims about one subject, named for it bar: when it was last stated, on a scale from 2015 to today — full is today a face: someone on record holding the claim — tap it for who they are
At the centre
Code reviews are starting to fade in many places
Last stated 8 Sept 2026 · today
Holds Gergely Orosz
Read this korrent →
Similar wording
Line-by-line code review has become an outdated ritual: senior engineers should be giving feedback on how their team instructs AI, not on the code AI wrote.
Last stated 29 Mar 2026 · 5 months ago
Holds CH Chip Huyen
Similar wording
A benchmark that ranks Claude Code last while it stays first in use is measuring the wrong thing, and has been for a year.
Last stated 3 Sept 2026 · 5 days ago
Holds Dax Raad
Similar wording
It is no longer worth not reading the code in exchange for the occasional two-week hand fix, because the volume of code we can now generate has gone up ten to a hundred times.
Last stated 15 Jul 2026 · 2 months ago
Holds DH Dex Horthy
Similar wording
The way software gets built flipped in December: writing code yourself is now the exception, not the default.
Last stated 20 Mar 2026 · 6 months ago
Holds Andrej Karpathy
Similar wording
New interview formats are coming, but the transition away from the coding interview will be slower than most people think.
Last stated 24 Jun 2026 · 2 months ago
Holds NE NeetCode
Similar wording
Agentic code review raises the floor but cannot be trusted, because the model reading the code is the same model that wrote it, and it will tell you the code is great.
Last stated 15 Jul 2026 · 2 months ago
Holds DH Dex Horthy
Similar wording
Review became a worse bottleneck under AI, because companies removed the review automation they had once AI started writing the code.
Last stated 22 Mar 2026 · 6 months ago
Holds NF Nicole Forsgren
Similar wording
Agents will eventually stop making the mistakes that require senior review, as self-driving cars did; the bet is on when, not whether.
Last stated 8 Apr 2026 · 5 months ago
Holds David Heinemeier Hansson
Same subject: software quality
A language-agnostic conformance suite is the most powerful thing you can hand a coding agent, because the whole instruction becomes: write code until these tests pass.
Last stated 19 Mar 2026 · 6 months ago
Holds Simon Willison
Same subject: software quality
A passing test suite is not evidence that the software works, so an agent must also be made to start the thing and exercise it the way a person would.
Last stated 19 Mar 2026 · 6 months ago
Holds Simon Willison
Same subject: software quality
A team that slows down and reads every pull request and every line of code should expect only a 30 to 50 percent productivity lift from AI.
Last stated 15 Jul 2026 · 2 months ago
Holds DH Dex Horthy
Same subject: code generation
Lines of code are the wrong artifact to review; what we should be storing and reviewing is an architecture that generates the code to spec.
Last stated 12 Aug 2026 · 4 weeks ago
Holds CM Charity Majors
Same subject: code generation
The industry is now accumulating code faster than it is accumulating trust, and trust only comes from having struggled to understand the domain yourself.
Last stated 1 Jul 2026 · 2 months ago
Holds KB Kent Beck
Same subject: code generation
A model can now port essentially any codebase from one programming language to another, work that used to take a team over a year.
Last stated 27 Jul 2026 · a month ago
Holds Boris Cherny
Same subject: Python
Astra writes weird Python slop when one step removed from normal code, and its unit tests are horrific.
Last stated 6 Sept 2026 · 2 days ago
Holds Armin Ronacher
Same subject: Python
A language can keep changing without a Python-2-to-3 break, as long as code written under the old and the new rules can be mixed freely in one program.
Last stated 20 May 2026 · 4 months ago
Holds AR Alice Ryhl
Same subject: Python
Python is ugly: full of superfluous instructions kept since 1987 for legacy reasons, and its __init__ offends the sensibilities to the core.
Last stated 12 Jul 2025 · a year ago
Holds David Heinemeier Hansson