Personal Operating System
Jersey · GMTEst. 2026Get in touch →
Practitioner notes · AI applied to finance & operations

Jewel Nguyen

Deep read · July 14, 2026 · source published July 12, 2026

Own The Data Loop

Source: “Own The Data Loop” by @vivekramaswami · July 12, 2026
The competitive edge in AI has moved twice. First it was the model, then the harness wrapped around the model, and now the argument is that it is neither — it is the data you compound on top of both. The practical case rests on a split: use expensive frontier models to explore whether a capability exists at all, then run the proven, high-volume work on smaller models fine-tuned on your own data. The evidence is real but comes almost entirely from vendor case studies, and the piece names the cost of running your own models without ever pricing it. The idea that survives the scrutiny is the flywheel itself: corrections, edge cases and overrides are signal no vendor ever sees, and they are the one asset that gets thicker every time your system runs.

The moat moved twice, and most people still defend the first one

The piece opens by retiring its own earlier argument. The old claim was that value was migrating from the raw model to the harness — the scaffolding around a model that turns it into a working product (the prompts, the tools it can call, the retry logic, the memory). Now it goes further: the harness isn't the moat either.

What's left is the data. Not the training corpus everyone already scraped, but the exhaust your system produces while people use it: which answers got accepted, which got edited, which got overridden. That stream comes from users doing real work inside your product, and no vendor is watching it.

There's a name for the failure mode: data communism — everyone rents the same intelligence from the same three providers and therefore owns none of it. The blunter version is that enterprises are paying for tokens that create "no value" and quietly worry the labs will end up holding their alpha (the proprietary edge that makes a business theirs and not a competitor's). The essay is careful to flag the commercial interest of the person making that blunt claim — a fair-minded move worth remembering when the piece reaches its own citations.

Frontier models are for finding out, not for running

The practical split is the strongest part of the essay. Use the expensive frontier model when you don't yet know whether a capability is even possible, or on the hardest slice of the work. You get world-class reasoning without maintaining, securing or fine-tuning anything (fine-tuning = training an existing model further on your own examples so it gets better at your specific job and worse at everything else).

The cleanest example is a company doing both at once. It found product-market fit on frontier models for hard agentic coding, but its high-volume autocomplete runs on a model it trained in-house — because autocomplete has to come back in milliseconds thousands of times a day, and a model fine-tuned on that one job beats a general one that has to reason its way there.

The line that lands is that routing every step of an agent through a giant model is "architectural malpractice": you are "paying to send a 2KB message through a model that also knows Shakespeare and Python." Frontier for discovery, small and specialised for the hot path. Anyone who has put a database index on the one query that runs ten thousand times a day already knows this argument. It's the same instinct, applied to models.

The numbers are good, and every one comes from someone selling something

Two claims carry the economics. On speed, one support agent holds under 400ms p95 latency (how long the slowest 5% of requests take — the number that decides whether software feels alive or broken) at roughly 6x lower cost per turn than closed models, by fine-tuning small models for the job. On cost, a fine-tuned small model is reported at $3 per million requests against $6,241 for a frontier model, while still landing top-three of eight models tested.

Now read where those come from. The speed figure sits on a serving vendor's customer page, the cost figures on a distillation vendor's own blog, the inference-saving on another serving vendor's customer story. Every one of them sells the exact thing the piece recommends. The essay was scrupulous about naming one skeptic's incentive, then cited three vendors whose product is its own recommendation, without the same flag.

That doesn't make the numbers false. It does mean they are best cases, published by the people who produced them. And "top three of eight models tested" is doing quiet work: it is not "beat the frontier model," it is "close enough, on a narrow task, for a fraction of the money." Still a real result. A smaller one than the headline implies.

The flywheel: the one part that actually compounds

Here is the mechanism, worth reading slowly because it is the whole argument in four steps. A small model beats a frontier model on your task because it is fine-tuned on your data. Running it in production generates more data: corrections, edge cases, reasoning traces. That data fuels the next round of fine-tuning. Cost efficiency funds scale, scale generates data, data sharpens the model, a sharper model deepens the moat.

What makes this a flywheel (a loop where each turn makes the next turn easier, so advantage accumulates instead of resetting) rather than a cost-cutting exercise is the direction of travel. Cheaper inference is a one-off saving. A correction stream is an appreciating asset: every override a user makes is a labelled example of where the system was wrong, produced for free, by someone who knew the right answer.

The gap never addressed is volume, and volume is doing all the work. A flywheel needs turns. If your system runs a hundred times a month, the loop produces a trickle, and a trickle of corrections is a log, not a dataset. Quality goes unmentioned too: a loop that faithfully compounds bad corrections compounds error just as efficiently. The flywheel is a mechanism, not a guarantee, and the piece sells it as the latter.

Open weights are the ownership clause, and the bill is unpriced

The last move is the sharpest. You can fine-tune a closed model — the big labs sell that service — so why bother with open weights (models whose parameters are published, so you can download, modify and run them on your own machines with no per-call bill)? Because a fine-tuned closed model is still rented. "You're still renting compute, metered per token, exposed to their pricing and their kill switch." The framing: the difference between improving a rental and owning an asset.

The catch gets named and then dropped. Running your own models means owning the security and compliance for how proprietary data is stored and trained on. That is a far larger surface than calling an API, and very few teams can fine-tune, serve and maintain these models well. It's called "a real constraint we are monitoring," and the piece moves on.

So the $3-versus-$6,241 comparison is inference cost against inference cost, with the training run, the serving infrastructure, the ops burden and the compliance surface all sitting outside the frame. The honest figure is total cost of ownership, and it never appears. Which is the tell that this is a thesis written by an investor: the argument that a data loop is ownable by a startup is also the argument that the portfolio is defensible.

Vocabulary

If you're building — what to watch for

Reading it critically

Read the original → ← Back to the Reading Desk