Back to writing

What It Actually Means to Be AI-Native

Everyone wants to be an AI-native organization. Most people are shopping for the wrong thing. It doesn't start with exotic infrastructure — it starts with the boring fundamentals that were always good, and a commitment to making your systems smarter every single day.

AI Engineering Leadership Strategy Organizations

“AI-native” has become one of those phrases that everyone nods along to and no one can define. It shows up in board decks and job descriptions and vendor pitches, usually as a stand-in for “we bought some GPUs and a Copilot license.” At KOHO, the phrase kept coming up in conversation after conversation — until I finally had to sit down and answer the question honestly: what would it actually mean to build an organization that is native to AI, rather than one that has AI bolted on?

The answer surprised me, because it’s far less exotic than the term implies.

Being AI-native doesn’t start with a model, a platform, or a shiny agent framework. It starts with a mindset: building the organization from first principles, assuming AI is a first-class participant in the work. Once you adopt that lens, two principles fall out of it — and neither one is the thing people are shopping for.

Principle 1: What’s Good for People Is 10x as Good for Agents

Here’s the reframe I keep coming back to, and it’s the single most useful thing I’ve landed on:

Everything that was always good for humans — documentation, standards, guidelines, observability, tracked work — is about ten times as valuable when your coworkers are agents.

Think about what a strong human hire needs to be effective. Clear documentation of how things work. Standards and guidelines so they don’t reinvent conventions. Observability into the systems they touch. A record of what work has been done and why. We’ve always known this stuff matters. We’ve also always let it slide, because a smart, motivated human can paper over the gaps. They can ask the person next to them. They can infer intent from a messy codebase. They can tolerate ambiguity.

An agent can’t paper over the gaps — or rather, when it does, it does so silently and confidently, which is worse. The tribal knowledge that lives in someone’s head is invisible to an agent. The undocumented convention is a coin flip. The context that isn’t linked between two systems is simply gone.

So the first move toward AI-native isn’t to adopt AI at all. It’s to do the unglamorous work we should have been doing anyway: write the docs, encode the standards, instrument the systems, track the work in tools like Linear so that the why behind every decision is captured somewhere an agent can read it.

You’ll notice something happen when you do this. Your humans get more effective too. That’s the tell that you’re building the right thing. AI-native infrastructure isn’t a separate track from good engineering hygiene — it’s the same track, finally taken seriously because now there’s a forcing function.

The most direct way to find where you’re not AI-native is to have people work alongside AI as much as possible. When someone is talking directly to Claude and keeps bumping into missing context, unlinked systems, or the same manual workflow over and over — that friction is a map. It’s pointing at exactly the documentation, data, and standards you’re missing.

Principle 2: Build Systems That Get Smarter Every Day

The first principle gets you to parity — an organization that AI can actually operate in. The second is what separates the AI-native organization from everyone else, and it’s the one I’d bet on long-term.

Every time you do a piece of work, ask: how did that make the system smarter?

Most organizations treat work as disposable. You solve a problem, ship it, and the learning evaporates — or gets trapped in a Slack thread no one will ever find again. An AI-native organization treats every piece of work as an opportunity to feed better data back into the system: linking information that was previously siloed, evicting data that’s gone stale, capturing the reasoning behind a decision so the next query — human or agent — starts from a higher floor.

This is why I’ve been pushing for a real knowledge graph inside the company for longer than I’d like to admit. Not as a vanity project, but because the compounding advantage of an AI-native org comes from exactly this: the right data, in the right place, at the right quality, continuously improving. A self-improving system doesn’t just answer today’s question. It makes tomorrow’s question easier to answer.

The organizations that win won’t be the ones with the best model access. Model access is a commodity; there’s a new frontier model every few months and everyone gets it at roughly the same time. The winners will be the ones whose systems compound — where the thousandth agent interaction is dramatically better than the first because the substrate underneath got smarter along the way.

What This Looks Like in Practice

The principles are abstract; the practice is not. A few things we’re doing at KOHO that make this concrete:

We let usage discover the agents. Rather than sitting in a room trying to reverse-engineer from first principles what each team does all day, we get people using AI heavily and watch which workflows they run repeatedly. Those repeated workflows are the agents worth building. The discovery is bottom-up, not top-down.

We built a promotion process for that knowledge. An idea starts local — you develop a skill or workflow until it’s good enough for you. Then it goes to your team. Once it’s proven at the team level, it gets promoted into the global company context, where everyone benefits from your expertise. It’s the same path good documentation should always have taken; we just made it explicit and gave it stages.

We look for overlapping workflows and build shared capability. When you look across the org from an AI-native lens, you notice that work which lives in different departments for different reasons is often structurally identical. Complaints, disputes, and suspicious-transaction reporting all reduce to the same shape: define a policy, pull the relevant transactions, and evaluate behavior against the policy. Seen that way, you don’t build three tools. You build one capability and point it at three problems.

We measure the leverage, not just the spend. It’s easy to panic about AI costs. The better question isn’t “how do we spend less” — it’s are we getting efficient use out of the marginal dollar? When 20% of our pull requests are already fully auto-approved by AI review, the conversation stops being about cost and starts being about where else that leverage applies.

We invest in gates, not friction. The instinct when AI accelerates output is to slow it back down — enforce smaller PRs, add approval steps. That negates the benefit. The better move is to build harnesses, tests, rollbacks, and circuit breakers that let you move fast safely, regardless of how the work was produced. Manage the risk at the system level, not by throttling the humans.

The Uncomfortable Part

Here’s what I’ve had to make peace with: there is no AI-native shortcut. You can’t buy it. The vendors selling “AI-native transformation” are selling the least important layer. The work is fundamentals — documentation, standards, observability, tracked decisions — plus a genuine commitment to making your systems smarter with every cycle. It’s unglamorous, it’s slow to compound, and it looks suspiciously like the engineering discipline we always claimed to value.

That’s the punchline. Becoming AI-native isn’t about becoming something new. It’s about finally becoming the organization we always said we should be — because now, for the first time, there’s a coworker in the building who won’t let us get away with anything less.


If you’re thinking about what this means for the people inside these organizations, I wrote a companion piece on the rise of the Taste Worker — what happens to talent and roles when execution gets cheap and judgment becomes the scarce resource.