Skip to content
Content
Field note

The AI-native operating model and the project function

Why AI-native work starts with process, context, and ownership rather than model choice.

  • agentic-operating-model
  • ai
  • practice
AI economics

Hello, Habr. I do not know whether you have noticed, but I deliberately avoid three topics: SOTA models, autonomous agents for the sake of agents, and the hype around AI-native companies. What is much more interesting is how team structures and processes change when the cost of creating code falls to zero.

I came across an AWS report about teams in the world of agentic AI. It is not about new tools. It is about how the operating model changes when the economics of execution change.

Open video

<u>1. Economics and the fork in the road</u>

AWS gives us a simple fork: Use / Compose / Build.

  • Use — consuming something ready-made.
  • Compose — assembling a process from models and your data.
  • Build — creating your own model infrastructure.

Build is justified only when there is a unique business core. For the overwhelming majority, the first task is to break down the flow: where we create value, where context is lost, and where strict verification is needed. AI-native transformation starts not with buying tokens, but with describing the process as an executable system.

AI economics


<u>2. Cognitive debt and the death of the team lead</u>

In our AI chats, there has been a lively discussion in recent days: do we even need a team lead in the age of agents? As teamleads.kz writes, a manager's survival is becoming like taking care of a Tamagotchi. Spoiler: the classic team lead, as a dispatcher of people, is dead.

We used to explain bad code and missing tests by saying there was not enough time. Now the cost of writing tests is 10 minutes. Technical debt is closed quickly. But cognitive debt takes its place.

Agents generate abstractions instantly. If an engineer does not understand how the code generated 10 minutes ago works, they lose control of the product. Cognitive debt grows at an incredible speed. AI has accelerated feature creation, but the cost of communication has not gone anywhere.

The solution is a radically flat structure. No huge departments of 12–16 people where BA, SA, FE, BE, QA, and DevOps are separated. In an AI-native world, these are compact battle units of 4–6 people with high connectivity and full ownership of a module from beginning to end.


<u>3. Talent and new roles: from professions to types of contribution</u>

AWS introduces the idea of an expert generalist: a person who leads a process from problem to release. Fowler clearly separates the why-loop and the how-loop: a person is strong at choosing what and why we build, while an agent takes on execution. Andrew Ng writes about the same shift: assembly speeds up, and the bottleneck moves to product decisions.

This leads to abandoning familiar labels. A recent post by Boris Cherny and its breakdown make the point well: familiar job titles no longer work. Teams will be described through the type of contribution needed at a particular moment:

  1. Prototyper — quickly finds ideas and assembles drafts. In today's world of speed, this is a critical skill: the ability to throw away 90% of the junk and find what works (zero-to-one discovery).
  2. Product Builder — as described by Converteo, turns a prototype into a working product by operating agents. Instead of writing a PRD, they bring a verifiable prototype.
  3. Product Engineer — following the PostHog approach, an engineer who does not wait for a specification but stays closer to users and metrics.
  4. Forward deployed engineer — a role described by SVPG that brings models into real customer processes, crossing the layer of integrations and responsibility.
  5. Sweeper — removes what is unnecessary. Optimizes, reduces complexity, and cleans code. AI generates tons of junk; the Sweeper saves the system from collapse.
  6. Grower & Maintainer — improves the product-market fit of a launched product and is responsible for the reliability of a mature system.

A designer can be a strong Builder, and an engineer can be a Grower. Rigid attachment to a profession is fading into the past.

New roles in an AI-native team


<u>4. Team structure: from a pyramid to an hourglass</u>

Organizational forms are evolving.

  • Pyramid (the current model) grows people but suffocates on context handoffs.
  • Diamond appears when junior hiring is cut. The talent pipeline dies while the middle layer becomes bloated.
  • Inverted pyramid is a battle capsule: several strong specialists plus agents. The risk is that there is no talent bench.
  • Hourglass is the target model. Autonomous experts at the top, a thin management layer in the middle, and newcomers learning at the bottom. It balances speed and continuity.

This echoes the concept of Team Topologies: teams are built around value flow and cognitive load. An AI-native team is not an old squad that was handed Copilot. It is a compact unit with end-to-end responsibility.

Team evolution in the age of AI


<u>5. Operating model and infrastructure</u>

In IT infrastructure, we see three stages of evolution:

  • Model A: Development builds, operations supports. This does not work for agents. An agent's behavior depends on context, permissions, and historical data.
  • Model B: You build it yourself and run it yourself. The capsule works quickly but does not scale.
  • Model C: The target platform. Autonomous capsules are based on a shared platform. Permissions, observability, audit, and limits are set centrally. This is a continuation of DevOps.

Agentic AI does not cancel DevOps. It makes unfinished DevOps unforgivably expensive.

Evolution of IT infrastructure


<u>6. Context management and the death of status reports</u>

Fowler captures the essence: an agent is a model plus a wrapper of rules, tools, checks, and context.

Managing agents comes down to identity, permissions, and audit. This is not a PDF policy sitting on a shelf, but an executable control loop. It is very similar to a Production Readiness Review from SRE. Documentation stops being an archive and becomes part of the execution environment. As the Palantir approach shows, domain concepts must be explicit and machine-readable.

What happens to management?

Kagan has long separated product teams from feature teams. AI radically accelerates feature teams, but it does not make them product teams.

The old administrative function shrinks to zero. Jira reports, statuses, manually pushing tasks, and performance reviews are compensation for poor structure and excess communication.

The new role of management is managing the conditions of execution:

  • Formalizing the problem and constraints (the same appetite from Shape Up).
  • Owning domain context and rules.
  • Designing the flow and readiness for launch.
  • Connecting customer reality with implementation.

AI-native removes the manager as a task chaser. But it preserves the function as an engineering control loop: boundaries, flow, readiness, and feedback.


P.S. The author reserves the right to be wrong. If your experience says otherwise, I am waiting for your comments.

The AI-native operating model and the project function — article