AI Strategy

Engineering Team Boundaries Should Become Permeable, Not Disappear

By GitMe Team • September 1, 2026

AI should make team boundaries more permeable, not make expertise irrelevant.

That distinction matters because the first wave of AI-assisted development often gets interpreted in organizational extremes. One extreme keeps the old backend, frontend, mobile, platform, data, security, and analytics boundaries as hard walls. The other imagines that agentic coding turns every developer into an interchangeable implementer who can pick up any ticket in any domain.

Both models miss what is actually changing.

AI lowers the cost of entering unfamiliar technical territory. A backend engineer can explore a UI component faster. A frontend engineer can understand an API contract faster. A product engineer can trace a data pipeline or CI failure with less initial friction. Agents can read files, explain local patterns, draft implementation, generate tests, and expose the first few questions a contributor should ask.

But crossing a boundary is not the same as owning a domain. Context still matters. Tacit knowledge still matters. Architecture judgment, production scars, customer history, failure modes, and domain stewardship still matter.

The better operating model is not rigid silos and not a giant developer pool. It is stable ownership with fluid contribution: clear stewardship, clear interfaces, and more paths for qualified contribution across boundaries.

AI is lowering the cost of entering unfamiliar territory

Anthropic's June 2026 analysis of Claude Code usage gives a useful signal. The company analyzed about 400,000 Claude Code sessions from about 235,000 people between October 2025 and April 2026. In a typical session, people made about 70% of planning decisions while Claude made about 80% of execution decisions.

That is exactly the pattern engineering leaders should notice. The human is still shaping what matters. The agent is making more of the execution path accessible.

This changes the practical cost of crossing a boundary. A developer who is not normally responsible for a service can ask the agent to map the code path, identify relevant tests, explain conventions, draft a low-risk change, and run verification commands. The first hour of unfamiliarity becomes less expensive.

Anthropic also found that coding-agent use was no longer only direct code authoring. Its report describes sessions that include operating software, planning or exploring systems, analyzing data, and creating documents. The implication is not that technical domains disappear. It is that the entry ramp into those domains is shorter.

Anthropic's 2026 Agentic Coding Trends Report frames the broader shift similarly: software development is moving from only writing code toward orchestrating agents, with leaders balancing productivity against oversight, quality, and security. That is an organizational design problem, not just a tooling problem.

AI reduces the cost of crossing boundaries; it does not remove the value of context

The most important mistake is to confuse access with expertise.

AI can make execution accessible across a wider range of people. Expertise still determines how effectively that execution is directed.

Anthropic's same June 2026 analysis found persistent returns to task-specific expertise. Expert-rated sessions triggered about 12 Claude actions and about 3,200 words of output per prompt, compared with about 5 actions and about 600 words for novice-rated sessions. Sessions rated novice reached verified success 15% of the time, while intermediate-or-higher sessions reached verified success in the 28% to 33% range.

The lesson is not "only experts can use agents." Anthropic's data also suggests that intermediate users capture much of the benefit. The lesson is sharper: expertise changes the quality of delegation. People with stronger context can frame the problem better, spot wrong assumptions faster, recover from errors, and know what evidence should count.

This maps cleanly to team boundaries. AI can help a developer cross into a neighboring domain. It cannot automatically give that developer the judgment of the team that has operated the system for years.

From ownership boundaries to stewardship boundaries

Many engineering boundaries were designed as ownership boundaries: this team owns this surface, therefore other teams should not touch it.

That model created accountability. It also created queues.

The AI-era version should move toward stewardship boundaries. A stewarding team is still accountable for architecture, standards, production quality, operational health, and long-term coherence. But it does not need exclusive rights over every implementation detail.

Stewardship asks a different question:

  • What must this team ultimately own?
  • What can other contributors safely change?
  • Which interfaces, tests, and review rules define the boundary?
  • Which changes require domain-owner review?
  • Which changes can be made through documented contribution paths?

The goal is to make execution more fluid while keeping stewardship clear.

The organization may need fewer handoffs, not fewer experts

The strongest argument for permeability is not cost cutting. It is handoff reduction.

Every strict boundary creates a coordination point. A product change waits for backend. Backend waits for platform. Platform waits for security. Security waits for more context. Each team may be doing the right thing locally, while the whole system gets slower.

McKinsey's 2026 agentic product-development article argues that process redesign matters when scaling agents. In its May 2026 survey analysis, respondents from organizations that redesigned processes before incorporating AI were more than twice as likely to report productivity gains above 20% as those that layered AI onto existing ways of working.

McKinsey also reports that teams embedding AI and redesigning roles became top accelerators 40% of the time, compared with 27% for organizations that embedded AI without changing roles or ways of working and 17% for experimenters that adopted some tools without embedding them in workflow.

Those numbers should not be generalized into a universal restructuring recipe. They do support a practical point: if AI simply speeds up work inside the old handoff model, much of the organization-level value can be trapped by the same queues.

The organization may need fewer handoffs, not fewer experts.

The future is probably not a giant developer pool

There is a tempting but dangerous interpretation of AI-assisted development: if agents can help anyone work anywhere, maybe teams should become one large pool of available developers.

That sounds efficient. It is usually naive.

Software systems are not just collections of tasks. They are living bodies of decisions, trade-offs, historical compromises, implicit constraints, business rules, and production memories. A pool model can hide those realities by treating domain context as if it were instantly transferable.

It can also damage accountability. If everyone can touch everything, but no one is clearly responsible for the long-term health of anything, the organization may gain short-term movement and lose architectural continuity.

The better model is structured permeability. People can contribute beyond their home domain, but not through chaos. They cross through interfaces: documented contracts, ownership maps, test suites, review rules, examples, runbooks, and explicit escalation paths.

The strongest organizations may stop treating boundaries as walls and start treating them as interfaces.

What structured permeability could look like

Structured permeability is practical. It does not require a theory-heavy reorg.

It can start with a few operating rules:

  • Stable stewards: Every major domain has clear accountable owners for architecture, production quality, standards, and long-term direction.
  • Contribution tiers: Low-risk changes, documentation, tests, small UI adjustments, config updates, and well-bounded bug fixes have clear paths for outside contributors.
  • Review routing: Riskier changes automatically route to the right domain experts, code owners, security reviewers, or platform maintainers.
  • Interface-first documentation: Teams document public contracts, invariants, allowed extension points, and "do not change without review" areas.
  • Agent-ready tasks: Issues include enough context, acceptance criteria, test expectations, and review conditions that a contributor and an agent can work safely.
  • Mentorship loops: Specialists do not only approve or reject work. They teach patterns, improve examples, and turn repeated review feedback into better tooling.

This keeps ownership stable without making implementation access brittle.

Agents make context infrastructure more valuable

Agents increase the value of codified knowledge.

A human can learn from hallway context, architecture memory, product history, incident scars, and review intuition. An agent needs context that is available in the system: files, tests, docs, comments, interfaces, schemas, examples, logs, and explicit instructions.

That does not make tacit knowledge irrelevant. It makes the difference between codified and tacit knowledge more visible.

GitLab's 2026 AI Accountability Report page describes a global survey of 1,528 DevSecOps professionals across six countries and frames context, traceability, and governance as central to scaling agentic software engineering. This article is not about agent governance, but the context point is directly relevant: broader contribution depends on making more of the system legible.

GitHub's August 2026 article on developers becoming orchestrators makes a similar workflow point. It describes an agentic flow where agent output lands in pull requests and deterministic checks, CODEOWNERS, required reviews, and branch protections govern what can merge.

In other words, agents do not reduce the need for engineering infrastructure. They raise the return on it.

Good architecture becomes an organizational advantage

AI may reduce the need for some organizational boundaries while increasing the need for engineering boundaries.

That sounds contradictory, but it is not.

If a system has clean interfaces, meaningful tests, stable contracts, observable behavior, explicit ownership, and modular design, contributors can cross organizational lines more safely. If a system is tightly coupled, under-tested, poorly documented, and dependent on tribal memory, AI-assisted crossing becomes risky.

Architecture becomes more than a technical preference. It becomes an organizational advantage. Good architecture lets more people contribute without pretending everyone has the same depth of context.

This is where senior specialists become more important, not less. Their job is not to personally implement every change in their domain. Their job is to shape a domain so that more good changes can happen without breaking the system.

What should happen to specialists?

Specialists should not disappear. Their role should move upward.

The specialist becomes a steward, reviewer, teacher, pattern-setter, and system designer. They define the contracts that make outside contribution possible. They decide which risks require expert attention. They build tests and tools that encode what used to live only in their heads. They mentor contributors who are crossing boundaries for the first time.

That is not a demotion from implementation. It is a more leveraged form of expertise.

In a healthy model, specialists still do deep work. They handle the hardest architecture choices, production incidents, platform bets, security decisions, and domain-specific trade-offs. But they also reduce the number of routine questions that must wait in their queue.

Experts should increasingly enable broader contribution through standards, architecture, tests, interfaces, review rules, documentation, tooling, and mentorship.

What leaders should measure

Leaders should be careful about what they reward.

If they reward boundary crossing without stewardship, they may get random ownership erosion. If they reward local ownership without contribution paths, they may preserve bottlenecks. If they reward AI-generated volume, they may increase review load and rework.

Better measurement starts with questions like:

  • Are cross-domain contributions increasing in low-risk, well-tested areas?
  • Are domain experts spending less time on routine review and more time on high-judgment work?
  • Are handoffs decreasing without defects, incidents, or rework rising?
  • Are outside contributions retained after later maintenance?
  • Are contribution paths improving because repeated review feedback becomes documentation, tests, or tooling?
  • Are teams preserving clear ownership while reducing unnecessary queueing?

DORA's 2025 State of AI-assisted Software Development report frames AI as an amplifier of an organization's existing strengths and weaknesses, with returns depending on the underlying organizational system. That is the right lens here. AI will not make a confused ownership model healthy. It will make the consequences of that model appear faster.

Where GitMe fits

GitMe can help make part of a more fluid contribution structure visible.

AI Effort Share can show where AI-assisted work appears across repositories, teams, and work types. Real Effort Value can help separate meaningful engineering contribution from raw generated volume. Rework and historical comparison can help leaders see whether contributions in different repositories, teams, or work areas are followed by more downstream correction over time. Contribution Retention can help show whether work remains durable through later development.

That visibility is useful when teams are trying to become more permeable without losing accountability. Leaders can ask whether broader contribution is becoming durable engineering value or simply creating cleanup later.

But repository analytics cannot answer every organizational question. GitMe does not determine who should work on which team. It does not automatically decide whether an engineer is qualified to cross a domain boundary. It does not measure tacit knowledge, architecture judgment, human thought process, or causal attribution. Operational data, review practices, organizational context, and qualitative judgment still matter.

GitMe's role is narrower and more useful: show where AI-assisted work appears, where meaningful engineering contribution exists, whether rework accumulates, and whether contributions remain durable over later development.

This connects with GitMe's views on agentic developer productivity, review becoming the engineering bottleneck, AI-generated code durability, and the earlier question of strict team boundaries in the AI era.

Teams are not disappearing. Their purpose is changing.

Teams still provide identity, expertise, accountability, product context, and architectural continuity.

They do not necessarily need exclusive rights over every implementation in their domain.

A healthy engineering boundary should work more like a software interface: clear responsibility, clear constraints, clear contribution paths, clear review conditions, and clear ultimate ownership.

That is the real organizational opportunity of agentic coding. Not replacing teams. Not flattening specialists. Not turning developers into interchangeable capacity. Making boundaries more permeable while making stewardship more explicit.

The final question for leaders is not "Which team owns this ticket?"

It is: Who can move this forward safely, and what does the system need to make that possible?

Sources

Make fluid contribution visible without losing ownership.

Use GitMe to connect AI Effort Share, Real Effort Value, rework, contribution retention, and durable engineering outcomes.

Get Started