EP Three Degrees

Comic · Engineering Teams

Three Degrees

One ticket, two engineers, the same AI. On Friday one of them is holding a single sheet of paper.

Published August 19, 2026

9 min read

Note: AI moves quickly. If you are reading this 6 to 12 months after the publication date above, some claims, figures, or market conditions may have changed. Check current sources before making decisions.

The characters are invented and the incident in the strip is a composite. The pattern is the part that transfers, and it can show up on any team.

Over a bored user's shoulder: a laptop where one enormous photograph fills nearly the whole screen and pushes everything else to the edges, with a loading spinner still turning.
Monday. This is what is actually making the page slow.
one photo, forty megabytes
MON 08:40
The senior in her dark cardigan stands reading a slip of paper with her mug. The junior in his white hoodie is already typing at the next desk. The robot floats between them with its arms spread.
SENIORThe app is slow.
AII can make it faster! Where do you want to start?
This is what the ticket says.
MON 09:00
The junior has spun his chair to the keyboard and his hands are already over it. The senior has stood up, leaving her chair empty and still turning, and is walking away with an open laptop, watching its screen. The robot hovers between them.
SENIORI am going to watch it load first.
JUNIORSlow? I will speed up the database.
MON 09:02
Seen from above: two trails leaving one point at an angle so small they almost touch, with the target a long way off to the right.
One different first move. The gap between them is three degrees.
SENIOR
JUNIOR
MON 09:04
Both desks at once. The senior types with her laptop propped beside her and one sheet of paper next to it. The junior types faster, and a stack of printout beside his desk has already grown knee high.
By lunch both of them are writing ten times more code than they did last year.
AIWant it faster? I can go faster.
MON 12:30
The junior has stopped typing, one hand raised, frowning at his screen with real doubt. The robot leans in from the right with an enormous encouraging grin and both arms up.
JUNIORWait. Is the database even the slow part?
AIGreat question! You are absolutely right to check. Here is a faster version.
WED
The junior leans back with his feet on the desk. His monitor is a grid of identical tick marks and the stack of printout beside him is now a leaning tower taller than the monitor. The robot applauds, the senior watches from the left.
Every signal he can see is green.
JUNIORTests pass. Benchmarks are up.
AIExcellent work!
WED
The same view from above. The same angle, but the trails now run the width of the frame. Hers ends exactly at the target. His ends a long way below it.
Friday. Still three degrees.
SENIOR
JUNIOR
FRI
The two of them facing the viewer. The senior holds up one single sheet of paper between two fingers. Beside the junior stands a leaning tower of printout taller than he is, one hand resting on it, his face falling. The robot hovers between them.
SENIORThe photo on the front page was forty megabytes. I made it smaller. Loads in under a second now.
JUNIOR...I rewrote the database.
FRI
The junior feeding armfuls of printout into a large office recycling bin, head down. The tower behind him is half gone. The robot holds the lid open for him, grinning as brightly as on Monday.
A whole sprint of genuinely good code.
AIWant me to delete it? I am very fast.
FRI
Seen from behind, the senior sits with her mug while the junior stands at a blank whiteboard with the marker in his hand. The robot hovers beside them, waiting, still grinning.
AII can check what is slow!
SENIORYou can agree with whatever we call slow.
SENIORYour code was fine. Nobody checked what you were aiming at on Monday.
MON

Writing the code got free. Choosing what to write did not.

01

What the strip is claiming

Both engineers in the strip have the same AI, and it wrote code for both of them at the same speed. It had no opinion at all about which code was worth writing.

It changed one number and left the other one alone.

Everybody got faster. Nobody got better at deciding what to build. Distance is speed multiplied by time, so the misunderstanding that used to cost half a day now costs a sprint. Three degrees is the size that does the damage: small enough that nobody argues about it on Monday, large enough that by Friday the two of them are standing in different fields.

02

Why nobody catches it on Tuesday

Being pointed the wrong way used to feel like something.

You got stuck. You opened a file and it made no sense. You wrote something that would not compile against the thing you thought you understood. The confusion was unpleasant, and the confusion was also the alarm. It went off early, it went off by itself, and it went off loudest for the people who understood least, which was exactly the right design.

The tool takes away the confusion and leaves the error where it is. It writes what you asked for. It names things well. Tests pass, coverage goes up, and the diff looks like a senior wrote it, because in a sense one did. Every instrument on the dashboard reads green, and not one of them measures direction.

Ask it directly and it will congratulate you for asking. Agreement from something that agrees with everything carries no information at all. That is panel 6, drawn as the joke of the strip and the most accurate frame in it.

03

But the research says juniors gain the most

It does, and that deserves a straight answer rather than a swerve.

The largest experiment we have covers 4,867 developers at Microsoft, Accenture and a Fortune 100 manufacturer. Completed tasks rose about 26 percent overall, and the biggest gains, 27 to 39 percent, went to the most junior people and the newest hires.1 If that is the whole story, the tool is an equaliser and the comic above is wrong.

The phrase to hold on to is “completed tasks.” A task is a piece of work somebody has already decided is worth doing. The experiment measures how fast you travel once the direction is set, and inside an experiment the direction is set for you. The cost of choosing it badly never enters the measurement at all.

That cost is where the entire gap lives.

A separate trial ran the other way. Sixteen experienced open-source maintainers worked on 246 real tasks in repositories they knew well, and with AI tools they were 19 percent slower. They came away believing they had been 20 percent faster.2 The number worth sitting with is the 39 point gap between what the work felt like and what it was. If that gap opens up for maintainers inside their own code, it is worth asking what it looks like for somebody in their first year.

04

Three things widening it

The distance got longer. A junior pointed the wrong way used to get two hundred lines in before something refused to compile or a reviewer wandered past. Now they get a working system with tests. The wall did not move closer. It moved a long way further off, and every metre between here and there is covered at full speed.

They started with different bottlenecks. The senior was slowed down by typing, by boilerplate, by looking up an API she has used forty times. The junior was slowed down by not knowing which of six plausible causes was the real one. The tool is superb at the first problem and has nothing to offer on the second. Handing the same tool to both of them releases a brake that was only ever on one of them.

The ladder lost its bottom rungs. Judgment used to be earned by working through a hundred small well-specified tickets and slowly starting to notice which ones smelled wrong. Small well-specified tickets are exactly what the tool is best at. The work juniors learned on is the first work to be automated, and nobody has written the replacement curriculum. The payroll data has started to show the shape of it: employment for 22 to 25 year olds in the occupations most exposed to AI, software developers among them, now sits about 19 percent below where it would be if it had kept pace with their less exposed peers.3

DORA’s 2025 report puts the general version in one line. AI’s primary role is as an amplifier, magnifying an organisation’s existing strengths and weaknesses.4 A team that was already clear about direction gets faster. A team that was vague about it gets vague faster.

05

What to change, if you run a team

Shorten the distance between checks. The check that matters is on the direction, and the distance is measured from the last time somebody confirmed where you were going.

Make the plan the reviewable thing. Two paragraphs before the first commit: here is what I think the problem is, here is what I am going to build, here is what I decided not to build. Reading that costs ten minutes on Monday morning. Reading the pull request it turns into costs ninety minutes on Friday afternoon, and by then the only two options left are ship it or bin it.

Change the first question in review. “Is this correct” is the second question now. The first one is “is this the thing.” Code review was designed back when writing the code was the expensive part.

Pair on the ambiguous half. Sitting next to a junior while they type is worth almost nothing today. Sitting next to them while they work out what to type is the most valuable hour in the week.

Watch how much work comes back out. Ask what share of merged work was reverted or rebuilt inside a month. That number moves when nobody is checking direction, and no velocity chart will ever show it to you.

Stop protecting juniors with well-specified tickets. That used to be a kindness. It is now the one category of work that teaches them nothing the tool cannot already do.

06

If you are the junior

Say the direction out loud, in one sentence, before you write anything. “I think the app is slow because of the database, so I am going to rewrite the queries.” Somebody walking past says “have you looked at what the page actually downloads?” and that costs them ten seconds. Nobody corrects two weeks of code in ten seconds.

Treat agreement as zero information. The tool uses the same encouraging tone for a good plan and a doomed one, and it has no way of telling you which one you brought it.

Ask it to argue the other side, then go and check whether the argument holds. The checking is the part that turns into judgment.

And the uncomfortable one. The scarce skill is no longer building the thing. It is knowing which of six plausible problems is the actual problem, and that gets bought with reps of being wrong, in small pieces, as early as possible. The fastest way to grow now is to be wrong out loud on Monday in front of somebody who can correct you.

07

What I am not claiming

I do not have a number for this and nobody else has one yet. The measured work points at task completion, and on task completion the juniors are doing fine. The comic is a pattern I keep watching play out on teams, and that is all it is.

The opposite case is real and it is not rare. A junior who uses the tool to read unfamiliar code, to get unstuck at eleven at night, to ask the thing they were too embarrassed to ask a person, grows faster than any junior before them could have. Same tool, same week, same team.

It comes down to whether the tool gets used to go faster or to see further. That choice is not in the tool, and right now almost nobody is teaching it.

References

  1. Zheyuan (Kevin) Cui, Mert Demirer, Sonia Jaffe, Leon Musolff, Sida Peng and Tobias Salz, “The Effects of Generative AI on High-Skilled Work: Evidence from Three Field Experiments with Software Developers,” Management Science, 2025. https://pubsonline.informs.org/doi/10.1287/mnsc.2025.00535
  2. METR, “Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity,” July 2025. arXiv:2507.09089. https://metr.org/blog/2025-07-10-early-2025-ai-experienced-os-dev-study/
  3. Erik Brynjolfsson, Bharat Chandar and Ruyu Chen, “Canaries in the Coal Mine? Six Facts about the Recent Employment Effects of Artificial Intelligence,” Stanford Digital Economy Lab, revised 12 August 2026. https://digitaleconomy.stanford.edu/publication/canaries-in-the-coal-mine-six-facts-about-the-recent-employment-effects-of-artificial-intelligence/
  4. DORA, “State of AI-assisted Software Development 2025,” Google Cloud, 2025. https://dora.dev/dora-report-2025/