← Andrew Crenshaw
Essay · July 2026

The Loop You Can't Outsource

Microsoft's Frontier Firm gets the shape of the next decade right. It stays quiet about who ends up owning the part that compounds.

Microsoft's 2025 Work Trend Index gave the moment a name: the Frontier Firm, an organization built around hybrid teams of people and AI agents, where whole business functions are handed to software that acts, decides, and learns from what it did. The framing is good and the direction is right. Companies are rebuilding around agents, not just bolting them on the side.

Start with the part worth agreeing on. In an AI economy the model is the commodity. Everyone rents the same frontier models from the same handful of labs, and the gap between the best model and the second-best keeps shrinking. If the model is the thing you compete on, you don't have a moat. You have a subscription that your competitor can sign up for on the same afternoon.

So where does the advantage actually go? It moves into the loop the agents run on: the accumulated decisions, the corrections, the context about why your company does things the way it does. Call it institutional knowledge, or the compounded judgment of a thousand sessions. That is the asset. An agent is only as useful as the loop feeding it, and the loop is the one thing a competitor renting the same model can't copy.

An agent is only as useful as the loop feeding it. The loop is the one thing a competitor renting the same model can't copy.

The trap in the Frontier Firm is quieter than it looks. When you delegate a business function to an agent, the loop that agent builds, every decision it records and every lesson it learns, tends to accumulate inside whichever vendor's tooling you delegated to. You get the productivity now. The vendor gets the compounding asset. Wire the institutional judgment of your company into one platform's stack and you have rebuilt the firm on a foundation you rent and can't leave with.

Keeping the loop is an architecture choice, and it is mostly the easy half. With the right design it is closer to a configuration decision than a rewrite. Three properties decide whether the loop is yours:

Local by default
The corpus lives on infrastructure you control, in your jurisdiction, and never has to leave to be useful. If using your own memory requires shipping it to someone else first, it was never fully yours.
Portable formats
The knowledge can be lifted and run somewhere else. Open, inspectable files beat a proprietary index. The plain test: if you can't export it and stand it up under a different vendor next quarter, you don't own it.
Provenance on every entry
Each answer can prove where it came from and when. A loop you can't audit is a loop you can't trust with a decision that matters, and it quietly rots as the world changes underneath it.

This is no longer a fringe position, which is the part I find most telling. In June 2026 Google Cloud published the Open Knowledge Format (OKF), a vendor-neutral way to represent the curated knowledge that agents read: plain Markdown files with structured front matter, sitting in your own git, on your own infrastructure, tied to no cloud, no database, no model, and no agent framework. A hyperscaler shipped a specification whose entire premise is that your knowledge never leaves your control. When the platforms themselves start standardizing on portability, owning the loop stops reading as idealism and starts reading as table stakes.

This is the problem I've been building against for the past year. remember is the memory layer, capture then retrieve then curate, built so an organization can own the loop rather than rent it: local by default, open formats, and a signed receipt on every read and write. create is the delivery side that produces the work and the record of exactly how it was made. Both run on SLF (Substrate, Lens, Frame), the interface that hands an agent the scoped slice of memory it needs instead of the whole store. It runs today. Parts are still rough, and I am deliberately careful about what gets to run unattended.

The Frontier Firm is coming either way. The open question is not whether your company runs on agents, because it will, but whether the loop those agents build is still yours when the contract ends. That is the new word for the company moat, and it is worth deciding on purpose before the default decides for you.

← All writing