Post
JA EN

Should You Become a Generalist, or Defend the Division of Labor? — AI-Era Role Design That Changes With Company Size

Should You Become a Generalist, or Defend the Division of Labor? — AI-Era Role Design That Changes With Company Size
  • Intended readers: engineers unsure how far to widen their coverage, tech leads / EMs designing team structure, and execs / HR thinking through org design for the AI era
  • Prerequisites: a basic feel for how software teams divide labor (front end / back end / infra / QA, etc.)
  • Estimated reading time: about 28 minutes

Overview

“Engineers who can’t do everything won’t survive the AI era.” In career-advice circles this claim carries real force, because AI has driven down the cost of implementation and widened the range one person can cover. The counter-argument is just as common: “No—keep the division of labor, because that’s how you protect quality and safety.” But both sides ignore the single biggest variable: company size.

Here is the conclusion up front. The division of labor will not disappear in the AI era; the cast of roles will be recast. What used to be effectively one role—”IT engineer = the person who implements”—splits into six once AI takes over implementation: product/FDE-style, implementation direction, technical-domain verification, agent platform, governance, and data/ML. And this cast of six is the same regardless of size; what changes is only how many people you split it across. A startup loads all six onto one person (effectively “no division of labor”), while an enterprise breaks them out into one specialist per role.

The foundation underneath all of this is the finding DORA summed up in its 2025 research: AI amplifies what’s already there1. So the more you broaden, the more you need a deep axis—verification skill—to see through AI output. Each role’s center of gravity shifts from “writing code” to “having AI write it, judging it, marshaling it, and governing it.” The familiar roles—front end, back end, infra, PdM, SE—don’t vanish either; most slide sideways from “implementer” to “verifier and controller.”

In the long term (2028 and beyond), as AI agents become more autonomous, teams shrink and humans move upstream from implementation to orchestration. Gartner predicts that by 2030, 80% of organizations will have evolved large engineering teams into small AI-augmented teams2.

This article lays out the six roles and a “migration map from your current role,” then works through how to distribute them by size, whether to consolidate them in a central team or embed them in each team, and how skills and evaluation change. Finally it separates two things that are routinely conflated: orchestration (working with AI) and people management (working with humans). The former is a skill useful to nearly everyone; the latter is a specialist track chosen by those who want it. “Because it’s the AI era, everyone should aim for management” simply does not follow.

Why the “Generalist vs. Division of Labor” Debate Misses the Point

AI-era career advice has two opposing myths.

  • The multi-skill myth: “AI sent individual productivity through the roof. From now on, the generalist who handles front end, back end, and infra alone will win.”
  • The division-defense myth: “No—AI-generated code is unstable in quality. The safe setup is to preserve specialization and have a domain pro review each area.”

Both have a point. But both drop the most decisive variable—company size—out of the discussion entirely. A three-person startup and a thousand-engineer enterprise call for completely different role designs. Apply the same prescription to both and it becomes a survival strategy for one and an accident waiting to happen for the other.

The Word “Generalist” Carries Two Meanings at Once

One reason the debate goes in circles is that “generalist” points to two different states.

  1. T-shaped / π-shaped: keeping one (or two) deep axes of expertise while using AI to broaden into adjacent areas. There’s an axis.
  2. Axis-less full-stack: shallow everywhere, “okay-ish” at all of it. The classic jack-of-all-trades-master-of-none. There’s no axis.

Research and success stories support the former, not the latter (we covered this distinction in detail in “I-shaped, T-shaped, π-shaped: A Skill Matrix of Depth and Breadth”). The “become a generalist” advice is dangerous in the AI era precisely because it often blurs these two and ends up encouraging “broad and shallow with no axis.” Whenever this article says “multi-skill” or “broaden,” it always means T-/π-shaped breadth built on a deep axis.

Separating Company Size From Team Size

Let’s also pin down what “size” means. This article distinguishes two scales.

  • Company size (headcount): drives hiring capacity, governance requirements, and organizational layers. As a rough guide: startup = under a few dozen people, mid-size = tens to a few hundred, enterprise = 1,000+.
  • Team size (the size of the engineering org): drives the shape of the team structure. The three models discussed below—flat / functional / matrix—live on this axis.

The two correlate but aren’t identical. When the business model differs—a SaaS startup versus a large systems-integrator (SIer) enterprise—the same headcount can produce a very different engineering-org shape.

The Premise: AI Amplifies What’s Already There

Before the size-by-size discussion, one foundation common to every scale. Google’s DORA surveyed roughly 5,000 developers in 2025 and summarized AI’s effect in a single line: “AI amplifies what’s already there.”1 Strong teams pull further ahead with AI; weak teams see their problems get worse.

The same holds for individuals. When someone with a deep axis broadens with AI, their verification eye kicks in and results are amplified. When someone with no axis broadens with AI, the failures are amplified instead—they can’t catch the errors. Stack Overflow’s 2025 survey found the same tension: 84% use or plan to use AI, yet 46% don’t trust the accuracy of its output, and 66% spend extra time fixing output that is “almost right but not quite”3. AI does not take the verification cost off your hands. So any talk of “broadening” has to come paired with “an axis as the verification foundation.”

The “Implementer” Splits Into Six Roles

Now to the heart of it. The division of labor doesn’t disappear in the AI era—the cast changes. What used to be effectively one role, “IT engineer = the implementer,” splits into the following six once AI takes over implementation. If you take the various industry proposals (ITmedia’s four roles4, McKinsey’s agentic organization5, Gartner’s dedicated governance role2, the Palantir-lineage FDE6) and organize them into a form you can actually place on a real team, you get this.

  1. Product / FDE-style engineer — embedded in the customer’s problem, implementing features end to end with AI. Drives “request → implementation → value” solo. The traditional app developer, now with part of the translation work PdMs and SEs used to do folded in6.
  2. Implementation direction (tech-lead style) — rather than writing it themselves, they design and direct what AI should write and how to verify the output. The guardian of architecture and code quality4.
  3. Technical-domain specialist (verifier) — by technical domain (front end, back end, infra, data, security), they spot the traps in AI-generated work. The old layer expert evolved from “the person who writes” into “the person who verifies and controls”7. (Requirements, specifications, and other business domain work is owned by role 1, the product/FDE-style engineer. “Domain” here means the technical stack.)
  4. AI agent platform engineer (Platform / SRE style) — builds the runtime, permission model, and guardrails that let agents operate safely.
  5. Dedicated AI governance role — owns the control, audit, compliance, and security policy for AI usage2.
  6. Data / ML specialist — model selection, evaluation, and improvement. Stands up when AI is core to the product itself4.

On top of these six, orchestration (splitting tasks across multiple agents and marshaling the results that come back asynchronously) is not a specific role but a shared skill held by everyone58.

One clarification. These split along a “with-AI” versus “with-humans” line. Implementation direction, platform, governance, and orchestration are fundamentally with-AI skills, useful to nearly everyone. The FDE adds a heavy with-humans (customer-facing) component on top of the with-AI implementation work. A manager leading a mixed team of people and agents (McKinsey’s “hybrid manager”), by contrast, is a with-humans specialty, which—as discussed later—we want to carve out as a separate track for those who want it. The reshuffling of the FDE’s role boundaries is covered in detail in “The ‘PdMs Are Obsolete’ Argument and the Rise of the FDE.”

Where Do Today’s Roles Migrate?

So where do today’s roles—the ones that have nothing to do with AI—land among these six? Mapping the main destinations gives this.

Traditional role (pre-AI)Main destinationThe point of the change
Front-end developmentTechnical-domain verification (front end)Implementation goes to AI. Becomes verifier of UX and perceived quality
Back-end developmentTechnical-domain verification (back end)Becomes verifier of data integrity and boundary design
Infra / SREAI agent platform + technical-domain verification (infra)Weight rises as guardian of the agent runtime
QA / testVerification skill distributed to everyone + designing/automating verificationFrom “the person who verifies last” to “the person who builds verification into the system”
Data engineerData / ML specialistCentered on model selection and evaluation
PdMPartly absorbed into product/FDE-style (the strategy part remains)The middle translation layer dissolves into AI-assisted engineers
SE / bridge (requirements, customer liaison)Product / FDE-styleDrives request → implementation → value themselves
Tech leadImplementation directionFrom “designing what you write” to “designing what AI writes and how you verify it”
SecurityDedicated AI governance + technical-domain verification (security)Adds control of AI-generated code and agent permissions

Two takeaways. First, most roles slide sideways from “implementer” to “verifier and controller”—they don’t vanish; they hand implementation to AI and move one rung upstream17. Second, infra / SRE actually gains destinations. In an era where AI agents autonomously write code and eventually touch production, the role that builds a safe runtime, permission model, and guardrails (Platform Engineering / SRE-style work) becomes a precondition for an organization’s use of AI. The more implementation is automated, the more valuable the work of governing the platform that implementation runs on—a current read, but a natural direction.

Company Size Decides How You Split

The cast of roles is shared, but how many people you split it across, and how, changes with company size. Division of labor isn’t a goal; it’s a means you reach for once headcount and complexity cross a threshold. While small, not splitting is faster; the bigger you get, not splitting breaks your ability to govern.

First, the Short Term: Breadth at Every Scale, but the Pressure Differs in Kind

AI’s productivity gains reliably widen the range one person can cover. That’s common to every scale. But the way “generalist pressure” shows up differs completely by size.

At a startup, there simply aren’t enough people to divide the work in the first place. AI widening your coverage converts almost immediately into the reality of “one person owning multiple domains.” That’s less a pressure than a rational choice for survival.

At an enterprise, the same thing happens via a different route. AI substituting for work tightens hiring and, in some cases, reduces headcount. A December 2025 Mynavi survey of 2,101 hiring managers (reported by HRzine) found that “AI substituting for work has already produced headcount-reduction effects” for 12.3% overall, and 16.2% at companies of 1,000+ employees—the bigger the company, the larger the impact9. The entry door for juniors is narrower still. Stanford’s “Canaries in the Coal Mine” study (November 2025 version) used ADP payroll data to show that in the occupations most exposed to AI, employment for 22-to-25-year-olds fell by roughly 16% in relative terms (versus older cohorts and low-exposure occupations, after controlling for firm-level factors)10. When hiring tightens, the remaining people’s coverage automatically widens. The enterprise’s “generalist pressure” shows up not as a directive but as a headcount constraint.

Hiring requirements are starting to change too. A March 2025 Findy survey (188 responding companies—note this is a self-selected sample of platform users) found 98.4% using AI, and roughly 70% expecting their future hiring requirements to change11. But there’s a shared trap. The short-term pressure asks for “breadth,” and if you chase breadth alone and lose your axis, you can no longer verify AI output. What’s needed is becoming T-/π-shaped—adding breadth while keeping the axis—not “ditch the axis and go broad and shallow.”

Team Shape: Flat / Functional / Matrix

The team structure itself also changes with size. The consulting firm 8allocate frames 2026 team structures as three models scaled to size (a vendor framework—reference it as an organizing scheme, not as data)12.

flowchart TB
    subgraph S["Startup / Flat (3–10)"]
        direction TB
        S1["Multi-skill team<br>thin domain walls"]
        S2["Speed first<br>lightweight governance"]
    end
    subgraph M["Mid-size / Functional (10–50)"]
        direction TB
        M1["Functional split<br>+ AI roles introduced"]
        M2["Designed for the<br>quality/speed balance"]
    end
    subgraph L["Enterprise / Matrix (50+)"]
        direction TB
        L1["A collection of small AI pods"]
        L2["Clear role boundaries<br>governance-focused"]
    end
    S --> M --> L

Flat (startup) keeps domain walls thin to buy speed. Functional (mid-size) brings back a functional split and grafts the new AI-era roles onto it. Matrix (enterprise) doesn’t go flat overall; it divides into small AI pods with clear role boundaries and ties the pods together with governance.

How to Distribute the Six Roles by Size

The same six roles get distributed by size like this.

RoleStartup (~10)Mid-size (10–50)Enterprise (50+)
Product / FDE-styleEveryone is thisSome people own itSplit out as a dedicated function
Implementation direction (tech lead)Worn as a side hatHeld by every engineerA dedicated lead
Technical-domain specialist (verifier)One person covers all domainsSplit by functionA dedicated specialist per technical domain
AI agent platform (Platform / SRE)Not staffed (bare minimum only)One person wears it as a side hatA dedicated team
Dedicated AI governanceNot staffed (safe defaults only)Doubled up by the tech leadDedicated
Data / ML specialistSide hat when neededDedicated or doubled upDedicated

A startup loads all six onto one person—bringing a division of labor to 3–10 people is pure overhead, so “don’t divide the roles” is effectively the right answer. An enterprise breaks each row into a dedicated specialist—complexity, compliance, and audit demands are high, and without splitting, governance collapses. Agent platform and governance, in particular, become dedicated roles at enterprises first. Mid-size sits in between, with dedicated roles spreading downward from the top rows.

Looking the tradeoff in the eye, you get this.

 Going generalist (multi-skill)Keeping the division
StartupEffective for short-term survival, fast / hard to scale long-termUnrealistic given headcount
EnterpriseHigh risk of governance collapseStable, but innovation tends to lag

So the answer to “do IT engineers still need a division of labor?” is this: the cast (the six roles) is shared regardless of size; what changes is only how many people you split it across. Only the startup folds it all onto one person, so it looks like “no division of labor.” Same with “should you become a generalist?”—Yes at a startup, No at an enterprise. There’s no universal answer; the proper move is to apply it to your own scale.

Consolidate in a Central Team, or Embed in Each Team?

After “how many people you split it across” comes “how do you tie the split roles together?” Should the six be consolidated into an independent “AI specialist team,” or embedded in each product team? This is the age-old org-design question of centralized / embedded / hybrid, applied directly to AI13.

  • Centralized (a central AI team): consolidate agent platform, governance, and data/ML into one team. You get deep expertise and consistent governance. Deloitte’s “AI Center of Excellence” takes this form, letting you reuse talent and technology across the whole company14. The downside: the central team becomes a bottleneck, gets cut off from product context, and devolves into a “request-driven internal agency”—a failure repeatedly reported in data-science orgs13.
  • Embedded (distributed into each team): place the AI roles inside each product team. Close to context and fast, but consistency and governance tend to weaken.
  • Hybrid (the middle path): consolidate only what needs consistency centrally—the agent runtime, governance, security, tool standards—and embed orchestration and AI usage into each team as a “skill.” Even in AI-era org thinking, the practical conclusion as of 2026 converges on this hybrid15.

Put concretely, the placement of the six roles plus orchestration under hybrid looks like this (the typical enterprise; at a startup everything lives in one team, so the “central vs. embedded” distinction disappears entirely).

RolePlacement under hybrid
Product / FDE-styleEach product team (embedded)
Implementation direction (tech lead)Each product team (embedded)
Technical-domain verificationEach product team (embedded)
AI agent platform (Platform / SRE)Central (consolidated, platform team)
Dedicated AI governanceCentral (consolidated)
Data / ML specialistDepends on the product (central or embedded)
Orchestration (skill)Held by everyone (embedded)

This maps cleanly onto the vocabulary of Team Topologies16. The central AI team is a platform team that provides the foundation “as a service” to each product team (stream-aligned team), and an enabling team that spreads AI usage into each team. What you pull toward the center is only “what you want consistent company-wide”—platform and governance—while the value-producing implementation work stays in each team. The principle is “thin at the center, thick at the edge.”

One caveat. The hybrid recommendation reflects a decade of broad consensus in practice and applied research, but it is not an optimum proven by controlled experiment. “What to fix at the center and what to leave to each team” is a guideline you redraw according to your own scale, regulation, and product density. How it plays out is decided by size—a startup has no central team (it’s all one team), and the bigger the enterprise, the more the central AI platform plus governance stands on its own.

How Skills and Evaluation Change

When roles change, the skills you want and the axes you measure people on change too.

The Center of Gravity Shifts From “Writing” to “Judging, Marshaling, Connecting”

The direction is clear: from “the power to write code” to “the power to judge AI’s output, marshal it into a system, and connect it to value.”

  • The weight on coding/implementation drops (but doesn’t hit zero): BCG positions software engineering as a representative “amplified” occupation; code generation accelerates while coding itself drops in relative priority, and system-level judgment—systems thinking—rises in weight7.
  • Verification becomes a core skill: AI produces “almost-right” output in volume3. The verification eye that catches the errors—the “deep axis” mentioned earlier—becomes the core skill in place of the power to write.
  • Orchestration becomes new foundational literacy: splitting tasks across multiple agents and marshaling the results that return asynchronously. This is Addy Osmani’s shift “from Conductor to Orchestrator”8, a baseline move for many engineers rather than a specific job title.
  • The power to translate to business and customer value: as the FDE epitomizes, the weight rises on going back and forth between technical judgment and the customer’s problem—translating requests into implementation and implementation into value.
  • Governance and integration become a standalone specialty: the bigger the scale, the more controlling AI, curating data, and integrating systems surface as independent specialist skills.

The Evaluation Axis Shifts From “Volume” to “Profile”

The biggest change is that you can no longer measure by volume of implementation. The more AI takes over implementation, the more “how much you wrote”—commit count, feature count—collapses as a results metric. AI amplifies quality1; volume no longer represents a person’s value. The center of evaluation shifts to verification and control—from “what you wrote” to “what you caught, what you prevented, and what judgment you made.” Grab at an easy-to-measure proxy here, like “AI usage rate” or “prompt count,” and Goodhart’s law (the measured value becomes the target and distorts behavior) kicks in, reinforcing some other misguided behavior.

The “shape” of evaluation changes too. People can’t be flattened into a single number. Depth in a technical domain (verification skill) and breadth of the functions you own can only be seen on separate axes, so evaluation moves closer to a profile than a ranking. Compare a broad-covering generalist and a deep specialist on the same ladder and it breaks; and between a startup (broad, multi-hatted) and an enterprise (deep, dedicated), the yardstick itself changes.

The tricky part is that verification and control are “the dog that didn’t bark.” Failures averted and accidents stopped before they happened are hard to observe—the same evaluation difficulty SRE and security carry. Underrate this and people drift back toward “visible implementation,” creating exactly the perverse incentive you were trying to avoid. How to make “the person who quietly prevented an accident” visible against “the person who built something flashy” is the crux of evaluation design.

Finally, the with-AI / with-humans split matters in evaluation too. Orchestration skill is a with-AI skill worth rewarding, but promoting someone into a people-management role “because they’re brilliant” is a separate matter. Rewarding via evaluation and moving someone’s promotion track (especially into management) must be kept separate—otherwise you repeat the old failure of turning a master of AI usage into an amateur at people management, and losing both.

The Long Term (2028+): Agent Autonomy Drives Re-specialization

Everything so far has been the short term, when AI was mainly a “personal productivity tool.” In the long term, the degree to which AI agents autonomously handle tasks rises, and the structure itself changes.

Several mainstream forecasts point the same way. Gartner predicted, as a 2026 strategic technology trend, that by 2030, 80% of organizations will have evolved large software engineering teams into small AI-augmented teams (Deloitte’s 2026 Software Industry Outlook also cites this)217. McKinsey, in “the agentic organization,” argues that the org chart shifts from hierarchical delegation to an autonomous network of humans and agents, giving rise to roles like agent orchestrator, hybrid manager, and AI coach5. BCG holds that AI reshapes more jobs than it replaces, placing software engineering as a representative “amplified” occupation7.

Humans Move From “Implementer” to “Orchestrator”

The human center of gravity moves from implementation to orchestration. Addy Osmani frames the shift in how we work as moving from “Conductor”—working closely with a single AI—to “Orchestrator”—marshaling multiple autonomous agents asynchronously8. Precisely because you don’t write all of it yourself, the axis of what you can verify becomes the source of value. The long-term picture also shifts in granularity by size: a startup tends, at the extreme, toward “one person + a swarm of agents” running the company, while at an enterprise the human role inside a small pod gets redefined as “designing, verifying, and governing a swarm of agents,” and the weight of the dedicated governance role grows.

That said, these are current mainstream forecasts. If agent progress lags, the traditional division of labor lingers longer; if it’s fast, the startup’s “one-person company” arrives sooner. As a direction, betting on “shrinking and re-specialization” is the rational stance from where we stand.

Don’t Confuse Orchestration (With AI) With People Management (With Humans)

Say “humans become orchestrators” and people often jump to “so should everyone aim for management now?” Let’s draw the line clearly.

Orchestration—marshaling agents—is a with-AI skill. How you give instructions, decompose tasks, verify output—it becomes useful to nearly everyone. People management—marshaling humans—is a different thing. Humans have needs for autonomy and recognition (the basic needs in self-determination theory); AI agents don’t. So the methods that work with AI and the methods that work with humans are fundamentally different.

Existing management theory is useful for an individual handling AI agents. But it does not leap to the conclusion that “because it’s the AI era, everyone should learn people management and aim for a management role.” Sharpening your orchestration ability and advancing into the people-management specialist track are independent career choices. For many engineers, the former becomes an essential skill, while the latter remains a specialty chosen by those who want it.

Framing It as an Org-Design Problem

Let’s raise the vantage point a notch. We’ve placed “how an individual moves” and “how to build a team” side by side, but the more fundamental of the two is the latter—the problem of an organization designing a structure that fits its scale.

This isn’t something you can solve with “individuals just try harder as generalists.” The design decisions—at what scale you draw which role boundaries, where you place governance, what you fix at the center—determine success or failure. This is a question of the quality of org design, not the quantity of individual effort.

On this point, Japanese companies face a particular difficulty. In the long era premised on lifetime employment, mass new-graduate hiring, and a homogeneous workforce, org design and management were treated as “things you naturally pick up with experience” and were never recognized as a specialty. But now, handling a diverse workforce, AI tooling, and steep skill gradients, org design has clearly become a specialized discipline. This isn’t a simple “Japanese companies are bad” critique—it’s a structural story about once-rational practices reaching a turning point. The question is whether you can stop pushing role redesign onto individual diligence and instead take it on squarely as an organizational design challenge.

Don’t forget business-model differences either. A SaaS company iterating a product at speed and an SIer with a fixed pipeline from requirements definition through operations call for different role designs even at the same “enterprise” size. The size-by-size map in this article is a starting point—one you’re meant to redraw to fit your own business model, customers, and regulatory environment.

What Practitioners Should Do Now (Checklist by Scale)

Startup (up to a few dozen)

  • Don’t let going multi-skill become “broad and shallow with no axis.” Check that each person is keeping one deep axis.
  • Keep governance lightweight—but do draw the minimum line on security and data handling that “comes back to bite you later.”
  • Don’t coast on flat out of inertia as you grow. Stay aware of the timing to shift to a functional split.

Mid-size (tens to a few hundred)

  • Introduce AI roles onto the existing functional split as a “role add-on” before “dedicated hiring.”
  • Decide how far to make agent platform and data roles dedicated, working down from the top rows.
  • Use your review process to ensure that “people who broadened” still keep their verification eye (their axis).

Enterprise (1,000+)

  • Don’t roll out flat multi-skilling company-wide. Consider a design of small AI pods tied together with a matrix.
  • Consolidate AI platform and governance in a central team while embedding AI usage in each team (avoid the center-heavy bottleneck).
  • Don’t leave the “wider coverage per person” created by hiring restraint unaddressed—redesign roles explicitly.

Individuals (at any scale)

  • Secure one deep axis as your verification foundation before you broaden with AI.
  • Sharpen your orchestration ability for marshaling agents (≠ aiming for management; they’re different things).
  • Learn people management as a specialist track only if you’re drawn to it. Don’t get swept along by association.

Summary

There’s no single answer to AI-era role division that holds across scales. But you can draw a concrete map.

  • Roles split into six: “the implementer” splits into product/FDE-style, implementation direction, technical-domain verification, agent platform, governance, and data/ML. The traditional roles (each layer, QA, PdM, SE, tech lead) slide sideways into these six, with most moving from “implementation” to “verification and control.”
  • Size decides how you split: the cast is shared across scales; what changes is only how many people you split it across. A startup loads all of it onto one person (effectively no division of labor); an enterprise has one specialist per role. “Should you become a generalist?” is likewise Yes at a startup, No at an enterprise.
  • The way to tie it together is hybrid: fix only the platform and governance that need consistency at the center, and embed AI usage in each team. Lean too far toward the center and it becomes a “request-driven internal agency.”
  • Skills and evaluation: the center of gravity shifts from “writing” to “verifying, marshaling, connecting.” Evaluate by “profile” rather than implementation volume, and make verification and control—the “dog that didn’t bark”—visible. Keep evaluation of with-AI skills separate from promotion into management.
  • The long term (2028+): agent autonomy shrinks teams and drives re-specialization, with humans moving upstream into orchestration.

“Become a generalist” and “defend the division of labor” are each only half right on their own. The right question is: “At my company’s scale, how do I distribute the six roles across how many people, and what do I fix at the center?” And that is a question of the quality of org design, not of individual effort.

You may also find these related articles useful:

References

References are listed in numerical order, matching the citation numbers in the body.

  1. 2025 DORA State of AI-Assisted Software Development - Google / DORA (2025). A survey of roughly 5,000 developers. Source for the conclusion “AI amplifies what’s already there,” the rise in AI adoption, and the team-archetype classification. 【Reliability: High】 ↩︎ ↩︎2 ↩︎3 ↩︎4

  2. Gartner Identifies the Top Strategic Technology Trends for 2026 - Gartner (October 20, 2025). Primary source for the prediction that “by 2030, 80% of organizations will have evolved large software engineering teams into small AI-augmented teams.” 【Reliability: High】 ↩︎ ↩︎2 ↩︎3 ↩︎4

  3. 2025 Stack Overflow Developer Survey: AI section - Stack Overflow (2025). Source for the data that 84% use or plan to use AI, 46% don’t trust the accuracy of its output, and 66% spend extra time fixing “almost right but not quite” output. 【Reliability: Medium-High】 ↩︎ ↩︎2

  4. IT/AIエンジニアはどうなる? 2026年に求められる4つの役割 - ITmedia Deep Insider (January 6, 2026). Proposes four new roles accompanying practical AI coding (AI implementation commander / AX practical expert / AI data-science specialist / AI adoption strategist) and the skills for each. States that “you don’t need to carry it all alone; choose placements flexibly by aptitude and interest.” 【Reliability: Medium】 ↩︎ ↩︎2 ↩︎3

  5. The agentic organization: Contours of the next paradigm for the AI era - McKinsey & Company (2025). Argues the org chart shifts from hierarchical delegation to an autonomous network of humans plus agents, giving rise to new roles like agent orchestrator, hybrid manager, and AI coach. 【Reliability: Medium-High】 ↩︎ ↩︎2 ↩︎3

  6. What are Forward Deployed Engineers, and why are they so in demand? - Gergely Orosz, The Pragmatic Engineer (2025). Primary source organizing the history, hiring trends, and realities at major firms (Palantir / OpenAI / Anthropic / Ramp) of the FDE. Source for the dynamic in which demand for customer-frontline engineers rises as AI lowers implementation cost. 【Reliability: Medium-High】 ↩︎ ↩︎2

  7. AI Will Reshape More Jobs Than It Replaces - Boston Consulting Group (2026). Predicts 50–55% of work will be meaningfully reshaped within 2–3 years. Positions software engineering as a representative “amplified” occupation and notes the rising weight of systems thinking. 【Reliability: Medium-High】 ↩︎ ↩︎2 ↩︎3 ↩︎4

  8. Conductors to Orchestrators: The Future of Agentic Coding - Addy Osmani (2026). Frames the paradigm shift from “Conductor” (working closely with a single AI) to “Orchestrator” (marshaling multiple autonomous agents asynchronously). 【Reliability: Medium】 ↩︎ ↩︎2 ↩︎3

  9. AIの業務代替による人員削減、企業規模が大きいほど影響が出ている傾向 - HRzine (January 22, 2026). An article reporting Mynavi’s “Corporate Talent Needs Survey 2025 edition” (2,101 hiring managers, surveyed December 2025). Source for headcount-reduction impact “already present” at 12.3% overall and 16.2% at large companies of 1,000+. 【Reliability: Medium-High】 ↩︎

  10. Canaries in the Coal Mine: Six Facts about the Recent Employment Effects of Artificial Intelligence - Erik Brynjolfsson, Bharat Chandar, Ruyu Chen, Stanford Digital Economy Lab (November 2025 version). Using ADP payroll data, shows that in the occupations most exposed to AI, employment for 22-to-25-year-olds fell by roughly 16% in relative terms. 【Reliability: High】 ↩︎

  11. 【IT/Webエンジニア調査】AIにより約7割の企業が採用要件の変化を予想 - Findy Inc. (March 26, 2025). 188 responding companies (a self-selected sample of platform users). Source for 98.4% using AI and roughly 70% expecting hiring requirements to change. Note the sample bias. 【Reliability: Medium】 ↩︎

  12. How to Build and Structure an AI Development Team in 2026 - Alina Rovna, 8allocate (February 19, 2026). The three-model framing of flat (3–10), functional (10–50), and matrix (50+). A vendor framework—referenced as an organizing scheme, not as data. 【Reliability: Medium】 ↩︎

  13. Centralized vs Decentralized Data Science Teams - DataScience-PM (2025). Organizes the three models—centralized / decentralized / hybrid—and their tradeoffs (centralized = slow and bureaucratic, thin support; decentralized = siloed; hybrid = recommended but higher coordination cost). 【Reliability: Medium】 ↩︎ ↩︎2

  14. Leveling up the AI center of excellence - Deloitte (2024). The concept of a CoE that consolidates AI capability at the center. Organizes the benefit of reusing talent, skills, and technology across the whole company. 【Reliability: Medium-High】 ↩︎

  15. Operating Structure for the AI Era #7: Centralized AI Team or Embedded AI Capability? - Antoine Buteau (2026). The centralized/embedded debate specific to AI. Argues for a hybrid where the center owns security and platform standards while each team owns outcomes and adoption. Notes that an over-loaded center becomes an “internal agency” and a bottleneck. 【Reliability: Medium】 ↩︎

  16. Team Topologies - Matthew Skelton & Manuel Pais, IT Revolution (2019, 2nd edition 2025). Organizes teams into four types—stream-aligned / platform / enabling / complicated-subsystem—and three interaction modes. The point that a platform team lowers the cognitive load of a stream-aligned team is the basis for the “central AI team = platform/enabling” mapping. 【Reliability: Medium-High】 ↩︎

  17. 2026 Global Software Industry Outlook - Deloitte (February 12, 2026). Cites the Gartner forecast above and discusses the shift to AI-augmented teams and the addition of new roles. 【Reliability: High】 (secondary citation of the Gartner forecast) ↩︎

This post is licensed under CC BY 4.0 by the author.