On July 19, 2026, Netflix’s Chief Product and Technology Officer Elizabeth Stone went on Lenny’s Podcast and drew a line that most “will AI replace engineers” arguments never bother to draw:
I think there’s a difference between being able to write lines of code in a particular language like Python or C++, and understanding how code, computer systems, products work. And I don’t think the latter is going away.
Two skills usually get mashed into one word. Only one of them is a candidate for automation. Stone is candid that Netflix has not fully solved the consequence. Some agent-written code, she says, is very hard to follow. You can see the better performance, have no idea why, and no idea how to fix it when it breaks.
That is a specific, testable claim about where engineering value is moving, and there is now enough industry data to check it. This article does that, then goes one step further than the interview does: if understanding is the durable skill, understanding has to be engineered, because nothing in the default agent workflow produces it.
TL;DR
- Stone’s distinction holds up against the data. Generation got cheap; verification, diagnosis, and system comprehension did not. Five 2025–2026 datasets disagree on whether AI makes individuals faster, and agree that the downstream signals — stability, reuse, review capacity — are moving the wrong way.
- The measurable failure mode is not bad code. It is understanding debt: code in production that works, that nobody on the team can explain, diagnose, or safely change.
- Understanding debt is invisible to every metric teams already track. Merged pull requests, throughput, and passing CI all look better as it accumulates.
- Roles are reorganizing around it. The scarce person is no longer the fastest producer but the one who can vouch for what shipped — Stone’s “systems thinker,” who has depth in one craft and can step out one level.
- Netflix is hiring accordingly: away from narrow deep specialists, toward people who can look across business domains and leave behind shared infrastructure and design systems instead of isolated local features. A systems thinker is not a generalist — it is depth plus range.
- The practical fix is structural, not motivational: name the blast radius, require an explanation where it matters, and encode the recurring answers into paved paths. Understanding then lives in the platform rather than in one person’s head.
- Editorial judgment, flagged up front: the understanding debt framing and the role analysis are mine. The underlying numbers are sourced.
What You Will Learn Here
- What Stone actually said, in context, and which parts are claim versus evidence
- The evidence from five independent 2025–2026 datasets — DORA, METR, GitClear, Stack Overflow, and LinearB — and where they agree and disagree
- Why “understanding debt” is a distinct problem from technical debt, and why your dashboards hide it
- Why Netflix is hiring systems thinkers over narrow specialists, what that phrase precisely does and does not mean, and which specialists are still safe
- How five engineering roles are actually changing, with the specific work each one absorbs
- A decision table for how deep understanding has to go on a given change, so you do not apply incident-grade rigor to a CRUD endpoint
- Three questions to ask on any ticket that build the systems-thinking habit, and what to do when nobody can explain why a change works
Audience: engineers and architects, with a secondary read for engineering managers thinking about team design.
What Stone Actually Said
Worth separating the source-backed quotes from the commentary that has grown around them. The episode is Why Netflix is betting on systems thinkers—not specialists—in the AI era, published July 19, 2026. Four claims matter here.
1. The two skills are different, and only one is going away. The quote above. Asked whether engineers will still write code in five to ten years, her answer is probably not — but understanding how systems work is the part that endures.
2. Accountability does not move. A person owns the outcome even when they did not personally produce it, whether an agent wrote the code or a colleague ran an analysis outside their own field. The tool changes; the responsibility does not.
3. The craft under each function is what fails to commoditize. In her framing, an engineer still owns the how: “How does this scale? What does high quality look like?” She is blunt that excellence did not get more abundant just because prototypes got cheap — great engineering is still scarce.
4. Systems thinking is the rising skill, and paved paths are the mechanism. Agents operate across multiple systems and want source-of-truth data. So she wants “preferred paved paths that get the most of the benefits and produce some guardrails,” and is hiring people who can abstract out the building blocks everyone will need.
The fourth claim is the one the episode is named after, and it carries enough consequences to get its own section below.
The Evidence: Five Datasets, One Direction
Stone’s claim is a leadership opinion from one company. Here is what independent measurement says. These studies use different methods and different populations, which is exactly why their agreement is interesting.
| Source | Date | What it measured | The finding that matters here |
|---|---|---|---|
| DORA, State of AI-assisted Software Development | September 2025 | ~5,000 technology professionals, 100+ hours of interviews | 90% AI adoption; throughput now correlates positively with adoption, but stability still correlates negatively. 30% report little or no trust in AI-generated code. |
| METR RCT | July 2025 (updated February 2026) | 16 experienced OSS maintainers, 246 real tasks | Developers were 19% slower with early-2025 AI while believing they were 20% faster. The February 2026 follow-up (57 developers, 800+ tasks) found evidence of speedup — so treat 2025’s number as a snapshot, not a law. |
| Stack Overflow Developer Survey | 2025 | 49,000+ developers, 177 countries | Top frustration (66%) is “AI solutions that are almost right, but not quite”; 45% say debugging AI code takes longer. Trust in accuracy: 33%, against 46% who actively distrust. |
| GitClear / GitKraken | June 2026 | 623M code changes, 2023–2026 | Duplicated blocks +81%, refactoring line moves −70%, long-term legacy maintenance −74%, cross-file function calls (reuse) −35%. |
| LinearB Software Engineering Benchmarks | 2026 | 8.1M pull requests, 4,813 teams, p75 | Agentic AI pull requests wait 5.25–5.3x longer for review pickup — over 16 hours on average versus roughly 200 minutes for unassisted work. AI-assisted PRs are also 2.6x larger. |
Three caveats before drawing conclusions from that table, because each affects how much weight the row carries.
Stack Overflow’s own December 2025 blog post reports a different cut of its survey data than the survey site does. It gives 29% trust rather than 33%, and swaps the 66% and 45% figures between the two frustrations. I have used the survey site’s numbers throughout. The direction is identical either way, but treat the specific percentages as approximate.
LinearB is a vendor selling code review tooling, publishing data that happens to show code review is the bottleneck. That does not make the numbers wrong, and the underlying finding is corroborated by DORA and by Faros AI’s independent instrumentation, but a vendor benchmark is not a peer-reviewed study.
METR’s own follow-up partly reverses its headline. Quoting the 19% slowdown without the February 2026 update would be cherry-picking, which is why both appear in the same row.
With those in mind, read together, they describe one system under one kind of strain.
Generation is genuinely faster, and teams have learned to convert that into throughput. Both the 2025 DORA reversal and METR’s 2026 update say so, and it is worth resisting the temptation to quote only the pessimistic numbers. But the downstream signals all move the wrong way at once. Stability stays negative. Comprehension-dependent behaviors — refactoring, reuse, touching old code — collapse. The single most-cited frustration is precisely the failure mode that requires you to already understand the system to catch: output that is almost right. And review, the one step where a human builds understanding of code they did not write, is where the queue is forming.
That is not a code-quality story. Code quality is downstream of it. It is a story about a widening gap between what the system does and what the team can explain.
Understanding Debt
Technical debt lives in the repository. You can point at it, file a ticket, and pay it down. The thing accumulating now lives in people, and it behaves differently.
Call it understanding debt: the gap between the behavior a system exhibits in production and the behavior the team can explain, predict, and safely change. (This framing is my editorial judgment, not a sourced term.)
Three properties make it nastier than technical debt.
It is invisible to your dashboards. Every metric a team already watches — merged pull requests, cycle time, CI pass rate, story points — improves while understanding debt grows. There is no red number. The GitClear signals are the closest proxy available, and even they measure the symptom (nobody refactors old code) rather than the cause (nobody understands old code well enough to dare).
It compounds silently and settles all at once. You do not pay it on a schedule. You pay it in a single unplanned lump, during an incident, a migration, a security audit, or the moment a regulator asks why a decision was made. Stone’s example is exactly this shape: code that performs better, and nobody knows why or how to fix it when it breaks.
The mechanism that used to prevent it has been quietly disabled. Code review was never only a defect filter. It was the process by which two people built a shared model of the system as a side effect of reading each other’s diffs. That worked because writing was slow and reading was fast. Agents inverted the ratio, and the LinearB idle-time gap is what inversion looks like in a queue. Where review still happens on agent output, it is often the author themselves reading code they did not write. That catches bugs, but transfers no context: there is no second head to transfer it to.
Here is the loop teams actually run today, and where the understanding is supposed to come from:
INTENT GENERATION MERGE PRODUCTION
(human) --> (agent) --> (fast) --> (opaque)
| | | |
understood not understood not examined ??? at 3am
| |
+---------------- the gap widens here --------------------+
What used to close the gap: a second human reading the diff
What closes it now: nothing, unless you design it in
The important word is unless. Nothing about agents makes this inevitable. It is the default because no one chose otherwise.
The Hiring Shift: Systems Thinkers Over Narrow Specialists
The episode’s title is a thesis: Netflix is moving away from hiring highly narrow specialists and toward systems thinkers. It is also the part with the most direct consequences for anyone planning a career or a team. Two segments of the conversation carry it — Shifting Skill Demand: Less Specialization, More Generalists at 20:51, and Developing Systems Thinking Skills at 25:10.
Stone’s own framing of the decline:
The days of very narrow deep specialization feel more limited to me… Compared to five or 10 years ago, I would believe we have fewer specialists and more people who are generalists or adaptable in multiple directions… I think the mindset now needs to be, I can learn that quickly.
And the profile rising to replace it:
We need more systems thinkers in a world with AI… In a world of AI, with agents operating across multiple systems, wanting source of truth data, the importance of having preferred paved paths that get the most of the benefits and produce some guardrails so we can make sure we’re doing good work… So we are hiring more people who can look across all the business domains and abstract that to, here’s the building blocks we’re going to need.
The argument in three steps
The logic is worth separating out, because it is a chain and each link is doing work.
Velocity broke the old division of labor. Netflix got fast historically by letting local teams build whatever stack they needed for their specific problem. That trade was fine when a team’s output was bounded by how fast it could type. It is a bad trade when agents let every team produce at several times that rate, because now local divergence compounds at machine speed.
Agents operate across systems, not within one. A specialist’s boundary was their protection: you owned a service and understood it deeply. Agents ignore boundaries — they cross services, need source-of-truth data, and hit access, identity, and security surfaces that no single team owns. Nobody whose model of the world stops at their service boundary can evaluate whether an agent’s cross-cutting change is correct.
So the leverage moves from features to building blocks. The scarce contribution becomes the abstraction that many teams and agents reuse: paved paths in engineering, design systems and templates in design, canonical data definitions in analytics. Stone’s stated worry on the design side is that many hands without a shared language ships a “Frankenstein” product — mismatched interactions bolted together. The same failure has an engineering equivalent, and the GitClear numbers are what it looks like in a repository: duplication up 81%, cross-file reuse down 35%. That is precisely the shape of many contributors solving the same problem locally instead of reaching for a shared one.
Underneath all three is a scale problem she states flatly: “An organization that has thousands of people can no longer rely on tribal knowledge, or I’m going to find the one person who knows this.” That was already true before AI. Agents made it urgent, because tribal knowledge is exactly what an agent cannot query.
What “systems thinker” does not mean
This is where the takeaway posts get it wrong, and the distinction matters if you are acting on this.
It does not mean generalist. A generalist is a bit of everything. A systems thinker has deep expertise in one craft and can step one level out to see how it connects to the rest. Depth first, then range. Stone is explicit that excellence did not get cheaper — great engineering, great data science, and great creativity are all still scarce — so the move is not from deep to shallow. It is from deep-and-enclosed to deep-and-connected.
It does not mean specialists are obsolete. Her caveat is real and specific. Netflix still needs a few people in the world who understand encoding or the playback systems at the deepest level. A payments expert, an ads-marketplace-design expert, or someone deep in studio production tooling all stay valuable. What she weighs against is not depth but posture: the specialist who has stopped asking whether the tool they know is still the right one. A strong back-end engineer, in her view, should be able to move into front-end or infrastructure by learning it quickly.
It does not mean fewer engineers. Nothing in the argument reduces headcount. It relocates where value sits within the same headcount — from shipping the feature to leaving behind the thing that makes the next twenty features cheaper.
| Narrow specialist | Systems thinker | |
|---|---|---|
| Depth | Deep in one area | Deep in one area |
| Range | Stops at the service or function boundary | Can step out one level and reason across domains |
| Unit of output | A feature or a service, done well | A building block many teams and agents reuse |
| Where knowledge lives | In their head; you go find them | In paved paths, templates, and canonical definitions |
| Posture toward tools | The tool I know is the tool | Is the tool I know still the right one? |
| Failure mode under agents | Cannot evaluate cross-cutting changes | Can become an abstraction bottleneck if over-centralized |
That last cell is the honest counterweight, and it is my judgment rather than hers. A company that over-rotates into shared paths gets central platform teams that cannot ship fast enough for the teams depending on them. Netflix’s own history is the cautionary tale in reverse: local autonomy is what made it fast. Stone is adjusting a dial, not flipping a switch. A paved path needs an explicit escape hatch for the same reason — one with no exit gets abandoned wholesale the first time someone hits a legitimate exception.
Read it as one company’s opinion, too. Netflix has unusual talent density and an engineering organization that owns its roadmap end to end, which makes paved paths enforceable there in ways they are not everywhere. The direction is corroborated independently, though. 2026 commentary keeps landing on the same profile: the engineer who is only “the Kubernetes person” finds that niche automated fast, because agents are good at narrow operational tasks and bad at knowing why you chose Kubernetes. Which connects back to this article’s thesis. Understanding debt is the individual-scale version of the problem, and narrow specialization is the organizational-scale version — both failures of knowledge that stops at a boundary agents do not respect.
How to build the muscle
Stone’s practice for developing systems thinking costs nothing and is the most immediately usable thing in the interview. Take the task you were handed and zoom out one click. Ask what bigger problem it solves, whether other teams hit the same problem, and what you could leave behind for them. “You don’t have to boil the whole ocean” — you just interrogate one level up from whatever is in front of you.
In practice, that turns into three questions on any ticket:
- What is the general case? This ticket asks for a rate limit on one endpoint. Is the real problem that no endpoint has one?
- Who else has this? If two other teams have written the same thing, the deliverable is not your version. It is the shared one.
- What survives after me? If the answer is “a merged pull request,” you shipped a feature. If it is “a template, a paved path, or a definition others reuse,” you shipped a building block.
The third question is the one that separates the two profiles in the table above, and it is also — usefully — the same instinct that pays down understanding debt. A building block with a documented why teaches the next person. A local feature does not.
How Five Roles Are Actually Changing
“Engineers become architects” is true and useless. Here is the more specific version, drawn from what the data says is now scarce.
The senior IC becomes the person who vouches. The scarce output is not code, it is a defensible claim that a change is correct, safe, and the right change. This is a real shift in what a workday looks like: less authoring, more specifying up front and interrogating after. The uncomfortable part is that vouching is slower than merging, and no current metric rewards it.
The junior role is the one at real risk — and the one worth protecting. As Built In’s analysis of the productivity paradox puts it, AI multiplies skill. Handed to a senior engineer, an agent is enormous leverage. Handed to a junior with nobody reviewing the output, it produces plausible code whose subtle errors nobody notices. The tempting response is to stop hiring juniors. That trades a problem you can measure now for one you cannot: your supply of future seniors. My judgment, not a sourced finding, is that the bill arrives roughly one senior-development cycle later. Stone’s position is that Netflix kept its intern program and added a new-grad program, on the logic that people early in their careers are often more native to the new tools. Mastery of the craft still counts, though, because whoever ships the code stays responsible for it. The defensible version of the junior role now leads with verification: owning specs, reproducing failures, hunting for the almost-right, and writing down the patterns that keep recurring. That is not busywork. It is the fastest route to the system comprehension that makes a senior.
The architect’s deliverable moves from documents to paved paths. This is Stone’s point about abstracting the building blocks, and it is a genuine change in medium. An architecture decision record describing the right way to do authentication is worth less than a template that makes the right way the default one. Agents do not read your wiki; they follow the patterns already present in the repository. Architecture that is not encoded is architecture that does not survive contact with an agent.
Someone has to own review capacity as a resource. The 5.3x idle-time gap is a capacity planning problem wearing a code review costume. It has the same shape as any other queue: arrival rate went up, service rate did not. The levers are the usual three. Reduce arrivals, by capping change size and batching related work. Increase service rate, by automating everything mechanical so humans see only judgment calls. Or add servers, by naming a reviewer before the code is written and giving that time real space on the calendar.
Engineering managers inherit a new class of risk. The question “how much of our production system can this team explain?” now belongs to someone. It does not appear on any dashboard, so it has to be asked deliberately.
A useful test for all five: the 3am question. Would you be comfortable being paged for this change? Not “can you explain every line” — experienced engineers never understood their code in that exhaustive way. The bar is whether you know the architecture, the failure modes, and where the bodies are buried. That distinction, which Tom Enden framed well in his 2026 Wix Engineering Conference talk, is what separates leveraging AI from relying on it.
How Deep Does Understanding Have to Go?
The failure mode of every “engineers must understand the system” argument is that it implies uniform rigor, which is unaffordable and which teams correctly ignore. Understanding is expensive. Spend it where the blast radius justifies it.
| Change profile | Required depth | What that means in practice |
|---|---|---|
| Internal tooling, prototypes, throwaway scripts, no users | Skim. Does it do the thing? | Let the agent run. Understanding a thing that may not exist in a month is waste. |
| Well-specified change in a well-tested area, low blast radius | Behavioral. You can state what it does and what it must never do. | Tests are the contract. Read the diff for intent, not for mechanism. |
| Anything on a load-bearing path: auth, money, PII, migrations, shared infra | Mechanistic. You can explain why it works and predict how it fails. | Someone signs their name to it. If nobody can explain the mechanism, that is the finding — do not merge and hope. |
| Novel systems, cross-service changes, anything where you would be paged | Architectural. You can reason about it under conditions nobody has tested. | Design before generation. The agent implements a decision that a human already made. |
Two notes on using this. First, blast radius is not a proxy for difficulty — a two-line change to a permission check outranks a thousand-line refactor of a reporting job. Second, when performance improves and nobody can say why, that is a mechanistic finding regardless of how small the diff is. Unexplained improvement is unexplained behavior.
What This Does Not Solve
Being straight about the limits, since this is an emerging area and the confident version of this advice would be wrong.
Asking people whether they understand a change measures stated understanding, not real understanding. A motivated author can produce a plausible answer to “why does this work.” So can a capable agent asked to justify its own work. Requiring the question raises the cost of not understanding; it does not make it impossible. The mitigation is the one that has always worked: a second human who has to agree.
None of this addresses the capacity problem underneath. If review is already the bottleneck, asking reviewers for more rigor makes the bottleneck slightly worse before it makes anything better. It is only affordable if you scope the rigor to the load-bearing paths and genuinely automate the mechanical checks, so human attention is spent on judgment rather than style.
And the counter-hypothesis deserves airtime: if models keep improving, perhaps mechanistic understanding becomes as unnecessary as understanding the assembly your compiler emits. That is a real historical pattern. My read on why it does not apply yet — editorial judgment, not evidence — is that compilers earned that trust by being deterministic and verifiable, and current agents are neither. When they are, this article’s advice should be revisited. Stone’s own filmmaking analogy allows for exactly this: tools have remade the industry over a hundred years while the craft endured, but which parts of the craft endure is not fixed in advance.
Conclusion
The most useful thing in Stone’s interview is not reassurance that engineers will still have jobs. It is the split. Writing lines of code in a particular language and understanding how code, systems, and products work were always two different skills. We could ignore the difference while the first one was the expensive part.
It is not anymore, and the data on what happened next is fairly consistent. Throughput went up. Stability did not. Refactoring, reuse, and legacy maintenance — everything that requires comprehending code before changing it — fell off a cliff. The most common complaint is output that is almost right, which is precisely the failure that only understanding catches.
Netflix’s response is the organizational version of the same bet: hire fewer people whose knowledge stops at a service boundary, and more who can step out one level and leave a building block behind. Understanding debt and narrow specialization turn out to be the same failure at two different scales — knowledge bounded by a line that agents do not respect.
The mistake would be to read any of this as a call for individual discipline. Understanding used to be a free byproduct of a workflow where writing was slow and two people read every diff. That workflow is gone, and the byproduct went with it. If understanding is the durable skill, it needs the treatment every other durable property of a system eventually gets. Decide where it is actually required. Spend it there rather than everywhere. Leave the recurring answers behind as paths the next person — or the next agent — follows by default.
The agents can write the code. Knowing why it works, and being the person who can say so, is the job.
Related Reading
- Still Human Work: The Tasks That Need Judgment and Intuition When AI Writes the Code — the task-level companion to this article’s role-level view
- Blueprint Over Bytes: How Modern Engineering Shifted From Writing Code to Design — the shift from typing to designing and validating
- AI Work Paradoxes: Why Faster Tools Feel Heavier — the verification tax as it feels day to day
- Architecture Governance for AI Code Generation — fitness functions and boundaries, the enforcement layer under paved paths
- Running Agentic Workspaces in the Cloud at Scale — what happens when review capacity becomes the binding constraint
Sources
Source for the central claim, with a note on its limits:
- Lenny Rachitsky, Why Netflix is betting on systems thinkers—not specialists—in the AI era | Elizabeth Stone (CPTO), Lenny’s Podcast, published July 19, 2026 (72 minutes). The primary artifact. The full written transcript is paywalled, and I have not read it.
- Fireside Alpha, Netflix’s Elizabeth Stone on What AI Is Changing Inside the Org, and What It Isn’t, July 20, 2026. The actual source of every Stone quotation in this article. A detailed write-up that quotes the episode at length.
To be explicit about what that means: the Stone quotes here are reproduced from a published secondary write-up of a podcast, not verified against the primary recording or transcript. I cross-checked each one against two further independent write-ups — the Lenny Rachitsky LinkedIn summary and the Summify episode summary, both listed below — and they agree on wording and context. That is reasonable corroboration, not primary verification. If you intend to quote Stone in your own work, go to the episode itself.
Research and industry measurement:
- DORA / Google, 2025 State of AI-assisted Software Development Report, September 2025 — nearly 5,000 respondents; AI as amplifier; throughput positive, stability negative; 90% adoption, 30% low trust. Summary: Google Cloud blog.
- METR, Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity, July 10, 2025 — the 19% slowdown RCT and the perception gap.
- METR, We are Changing our Developer Productivity Experiment Design, February 24, 2026 — the follow-up with 57 developers and 800+ tasks showing evidence of speedup; the reason the 2025 figure is presented here as a snapshot.
- Stack Overflow, 2025 Developer Survey: AI, accessed July 26, 2026 — 66% “almost right, but not quite”; 45% longer debugging; 33% trust accuracy.
- GitClear, The Maintainability Gap: 2026 AI Code Quality Research, June 2026 — 623M changes, 2023–2026; duplication +81%, refactoring moves −70%, legacy maintenance −74%, error-masking +47%.
- LeadDev, Code maintainability plummets in the AI coding era, 2026 — independent summary of the GitClear/GitKraken dataset.
- LinearB, Measuring Efficiency in the AI-Driven SDLC and 8 million pull requests reveal where engineering productivity breaks down — the vendor’s own reporting on its 2026 Software Engineering Benchmarks (8,109,244 pull requests, 4,813 teams, 163,820 contributors, p75 aggregation): agentic PRs wait 5.25–5.3x longer for pickup, over 16 hours on average versus roughly 200 minutes for unassisted; AI-assisted PRs are 2.6x larger. Note this is a vendor publishing data that supports its own product; the review-bottleneck finding is corroborated independently by DORA and Faros, but the specific figures are LinearB’s own.
- Refolk, LinearB’s 5.3x Number Means You’re Hiring the Wrong Engineer in 2026 — third-party analysis; source of the exact p75 figures (1,055 minutes versus 201) which I did not find stated in LinearB’s own public pages.
Supporting commentary:
- Addy Osmani, Agentic Code Review — why review kept pace by accident, and what breaks when machine-speed output meets human-speed verification.
- Tom Enden, The End of Determinism: What’s Left for Engineers When AI Writes the Code, Wix Engineering Conference 2026 — the relying-on versus leveraging distinction and the 3am framing.
- sysid, Our Mental Models Cannot Be Outsourced — the closest existing articulation of understanding debt, framed as cognitive debt.
- Built In, Code Production Is Faster Than Ever. Why Isn’t Productivity Booming? — the constraint moving downstream to review, and the orchestration role.
On the specialist-to-systems-thinker shift:
- Lenny Rachitsky, My biggest takeaways from Netflix’s CPTO, July 20, 2026 — the “a systems thinker is not a generalist; depth first, then range” reading, and “zoom out one click.”
- Summify, episode summary and chapter timings — source of the 20:51 and 25:10 segment timestamps cited above.
- Product Engineer, Post-Engineer Organizations: Engineering in the AI Era, 2026 — independent argument that the “Kubernetes person” niche automates faster than expected, and that junior roles become explicit apprenticeships.
- DevX, When Generalists Outperform Specialists in Hiring — complexity sitting between components rather than inside them; breadth as a force multiplier for validating AI output.