The Short Answer
The agent runtime is now free from two directions, so value moves to what you build on it and where it runs. On ibl.ai you own all the code and the data, run it model-agnostic across any LLM, and pay with no per-seat pricing β so a commoditized runtime is something you adopt into a stack you control, and you can deploy anywhere, including fully air-gapped.
In a single week, the agent loop stopped being something you build or buy.
On August 13, DeepSeek open-sourced Harness under an MIT licence. Six days later it stands at 166,992 stars and 17,813 forks β one of the fastest adoption curves GitHub has recorded.
Its organising idea is that everything is a plugin: the model adapter, the tool registry, the session log, the sandbox, and the agent loop itself.
Around the same time, Microsoft's Agent Framework Harness reached general availability β a batteries-included runtime with the tool-calling loop, planning, persistent history, memory, context compaction, approvals, web search and telemetry, in both Python and .NET.
Two very different organisations, converging on the same conclusion: the harness is infrastructure, not product.
What exactly became free?
The scaffolding, which until recently was most of the work.
An agent runtime is the loop that lets a model call a tool, read the result, decide the next step, remember what it already did, and keep going until the task is finished.
Around that sit planning, context management, approvals for actions that need a human, and the telemetry to see what happened.
Every team building agents in the last two years built some version of this. It was undifferentiated, it was substantial, and it was frequently the majority of an engagement's engineering effort.
That is what just became a commodity, and the pattern is familiar. Docker made containers ordinary and the interesting problem became orchestration; Kubernetes made orchestration ordinary and the interesting problem moved up again.
The harness layer has now made the same transition, unusually quickly.
Does this mean agent platforms are obsolete?
Only the ones whose differentiation was the loop.
If a vendor's pitch was "we built an agent framework," that pitch expired this month, because two credible free implementations now exist and one of them has 17,000 forks.
What did not become free is everything the loop touches. Permissions-aware retrieval that honours each user's real entitlements across several source systems. An evaluation harness built from your own traffic. Guardrails and prompt-injection defense. Role-based access control.
Audit logging a compliance reviewer accepts. Integrations with your systems of record.
A runtime is a component. A platform is that component plus the layers that make it safe to run against real data, and the second list is where the effort has always actually gone β which is the argument we made in 79% of Enterprises Overran Their AI Budget.
What does the fine print say?
Something the enthusiasm is currently outrunning.
DeepSeek Harness is a developer preview, and its own documentation states plainly that there will be compatibility-breaking changes. That is entirely reasonable for a six-day-old project and it is a genuine consideration for anyone thinking about production.
166,992 stars measures interest, not stability. The fork count is the more interesting number, because forks suggest people building on it β but neither tells you whether the API you write against today survives the quarter.
Microsoft's harness is the opposite trade: GA, supported, stable, and tied to the Microsoft ecosystem in ways that matter if you were trying to stay portable.
Neither observation argues against adopting a free runtime. Both argue for keeping the runtime replaceable, which is only possible if you control the layer above it.
Where does the value go when the runtime is free?
To two places, and they are the ones this site has been arguing about for a year.
What you build on it. Your data model, your workflows, your agents, your integrations. This is the part no vendor could have built in advance, and it is the only part that differentiates your organization from a competitor running the same free runtime.
Where it runs. A free runtime does not tell you where inference happens, who can read the data, whether the deployment can operate without external connectivity, or what you hold if a commercial relationship ends.
Those remain architectural decisions, and they are unaffected by the licence on the agent loop.
This is why commoditization is good news rather than a threat to a platform that was never selling the loop. ibl.ai is model-agnostic and runs on your infrastructure with the full source code, so a better free runtime is a component we can adopt β not a competitor that strands us or you.
What should you do about it this quarter?
Three things, in order.
Stop paying for the loop. If a current or proposed contract is priced on an agent framework as the differentiator, that price needs revisiting. Ask what the vendor provides that a free harness plus your own engineers would not.
Do not confuse a runtime with a platform. Adopting Harness or Microsoft's harness does not give you permissions-aware retrieval, evaluation, guardrails, or audit. Those are still yours to build or license, and they are still where the budget goes.
Keep the runtime swappable. The correct response to two free runtimes appearing in one week is not to marry either of them. It is to hold the layer above, so the next one is an upgrade rather than a migration.
The same logic applies one level down at the model layer, which we covered in Model-Agnostic AI: Why Single-Vendor Lock-In Is the Real Risk.
And for institutions currently paying per seat while the runtime beneath them turns free, the arithmetic is in Universities Are Paying Per Seat for a Runtime That Just Became Free.