On this page
- What it is, in one table
- Seven definitions, read on 12 September 2026
- The vendor definitions overlap on five services, unevenly
- Systems researchers add two words the vendors leave out
- Disagreement 1: above your agents, or below them?
- Disagreement 2: is this orchestration with a new name?
- Disagreement 3: does it touch the real operating system?
- Disagreement 4: a product you buy, or a pattern you build?
- What an agent operating system is not
- A chatbot answers; an agent operating system runs processes
- One agent is an application, and applications need something to run on
- LangChain's own docs never use the phrase
- What an agent operating system costs
- Why the price is missing from almost every page
- Build it yourself and the bill moves to payroll
- Who runs it, and when you actually need one
- Somebody has to be paged when an agent stalls
- A threshold, and it is my judgement rather than a vendor's
- So, do you need one?
- FAQ
- Sources
Nine companies use the phrase "agent operating system". They do not mean the same thing, and the differences are not cosmetic.
Some mean a coordination layer that sits above the agents you already run. Some mean a runtime that sits underneath them. One vendor says outright that it is an orchestration platform with a better name. A systems paper puts it inside Linux. Five of them sell it as a product with a SKU and a sales call attached.
I read all of it on 12 September 2026, including seven vendor pages, two arXiv papers, one set of product docs, one press release and one academic workshop call. This post resolves the four things they disagree about, and then covers the two questions none of those pages answer. What does it cost. When does an operator actually need one.
One redirect before we start. If you searched "agent os" looking for the GitHub project that installs coding standards and specs into Cursor and Claude Code, that is buildermethods/agent-os, and it is an unrelated tool with the same name. Close this tab, you want that repo. Everyone else, this page is the infrastructure category, written for the operator deciding whether to buy one.
The short version
- Working definition: the shared layer that gives a group of AI agents memory across runs, permissioned access to your tools, scheduling, and a record of what each one did.
- The useful definitions overlap on five services. Memory, tool access, scheduling, access control and oversight run through the Dust, Make, Requesty and AIOS definitions. Slack names two of the five and Contentstack names none, which is the first sign the label is doing uneven work.
- They disagree about where it sits. Dust, Slack and Make put it above your agents. AIOS, Requesty and arXiv 2606.01508 put it below them. Same term, inverted stack.
- Half of them mean "orchestration". Lyzr says so in plain words. The research definitions ask for scheduling, process isolation and resource arbitration, which an orchestration tool does not do.
- Mostly a metaphor, with a real systems strand behind it. The vendors are not touching your kernel. A systems workshop co-located with SOSP 2026 is.
- Nobody publishes a price. Zero of the seven definitional pages I read shows a number. Expect a quote scoped by agents, seats and integrations.
- The threshold I would use: ten or more agents in production, three or more teams running them, five or more systems of record they write to. Below that, your platform's own controls are enough.
- Owner: whoever already holds shared credentials and a pager, which is platform or IT operations, not the team that wrote the agents.
What it is, in one table
Here is the definition I would give a non-engineer. An agent operating system is the shared layer that gives a group of AI agents what no single agent can give itself: memory that survives past one run, permissioned access to your tools and data, scheduling, and a record of what each agent did.
That is a layer, not an app. The table below places it next to the five things people confuse it with, and adds the two columns the vendor comparison tables leave out: who inside your company operates the thing, and what it costs.
| Layer | What it is | What it owns | Who operates it | Cost (Sep 2026) | Where it fails |
|---|---|---|---|---|---|
| RPA bot | Recorded clicks and keystrokes replayed against a screen | One fixed path through one interface | IT, or the analyst who recorded it | Free scripts up to six-figure enterprise licences | The interface changes and the bot stops |
| Workflow builder | A canvas where you wire triggers and steps together | The sequence between systems | An ops person who enjoys building | Roughly $9 to $50 a month at small volume | No memory between runs, and no judgement inside one |
| Single AI agent | One model with tools, a goal and a loop | One job, start to finish | Whoever set it up | Roughly $20 to $99 a month per agent or per seat | Cannot coordinate with other agents or hold org-wide permissions |
| Orchestration platform | A place to define several agents and sequence the handoffs | The handoffs you drew | A technical ops or platform engineer | Mostly quote only | Does not arbitrate when two agents want the same resource |
| Agent operating system | A shared runtime: memory, tool access, scheduling, permissions, logs | The whole fleet and everything it is allowed to touch | A platform or IT team, with a named owner and a pager | Almost never published. Enterprise contract. | Needs a fleet. Under roughly ten agents it is overhead. |
| Gravity | Finished agents, built and maintained by someone else | The outcome of one task | Nobody at your company. The builder keeps it working. | First agent free, then $20 a month worldwide | No fleet layer, and no place to host agents you wrote |
Layer descriptions are mine, drawn from the vendor and research definitions in Sources, all read 12 September 2026. Prices in the workflow and agent rows are what those vendors' pricing pages showed on 11 September 2026, recorded in my n8n alternatives comparison. The agent operating system row says unpublished because, across the seven pages I read, it is.
Read the cost column from the bottom up. It gets vaguer as it climbs, and that vagueness is the honest state of this category in September 2026.
My guide to the AI customer service agent runs the same three-layer split at the scale of a support queue. It separates chatbot, support agent and agent operating system by what each one owns when a ticket lands.
Seven definitions, read on 12 September 2026
These are verbatim, with the publisher and the date attached. I have grouped them by who wrote them, because that turns out to be the thing that predicts what they say.
The vendor definitions overlap on five services, unevenly
Dust, 21 May 2026, written by Davis Christenhuis: "An agent operating system is a coordination layer that manages memory, tools, scheduling, and access control for AI agents so they can work reliably across complex, multi-step tasks." The same page says it "sits above a traditional operating system". Dust is a tracked competitor of mine and writes more clearly about this than anyone else on the SERP; Gravity vs Dust is where I put the two products side by side. Worth knowing the page carries no update since publication, so by mid-September it is around sixteen weeks old.
Slack, 3 April 2026: "An agentic OS is an operating layer for AI. It coordinates autonomous agents, connects them to your data and apps, and keeps humans in control of outcomes."
Make, 22 May 2026: "An agentic operating system is the coordination layer that fixes this, giving multiple AI agents memory, tool access, decision logic, and oversight so they can complete multi-step work across real systems."
Line those three up and a five-item list emerges: memory, tool access, scheduling or decision logic, oversight, and access control. Dust names four of them and Make names four. Slack's sentence covers tool access and oversight and says nothing about memory or access control, which is worth noticing because Slack is also the one putting the phrase in front of ordinary office users. The five-item list is a genuine overlap, not a checklist every vendor has signed.
Contentstack, docs updated 8 September 2026, is the loosest of the set: "a unified architectural foundation that turns automation into intelligence and intelligence into measurable business impact." Nothing in that sentence tells you what the software does. It is the most recently updated definition on this list and the least useful one.
Systems researchers add two words the vendors leave out
Requesty, 1 June 2026, describes "a runtime layer that sits between large language models and the agents built on top of them, providing the same core services a traditional OS provides to applications: scheduling, memory management, storage, tool access, and process isolation."
AIOS (Mei, Zhu, Xu and colleagues, Rutgers and the AIOS Foundation, arXiv 2403.16971, version 5 dated 12 August 2025, published at COLM 2025) describes a kernel providing "scheduling, context management, memory management, storage management, access control", and reports "up to 2.1x faster execution for serving agents built by various agent frameworks."
arXiv 2606.01508 (Sharma and Shah, 1 June 2026) defines "a systems architecture that integrates an agentic control plane into existing operating systems or, in some models, subsumes selected OS responsibilities over time." The same paper states its non-goal in one line: "The objective is not to replace operating systems wholesale."
Two words separate this group from the vendors. Isolation, meaning one agent's failure does not take the others down. Arbitration, meaning something decides who gets the scarce resource when two agents want it at the same moment. No vendor definition I read contains either idea, and both are load-bearing in any real operating system.
Most people who land on this term are shopping for the layer below it. What is an AI agent platform covers the thing you sign up for, run agents on, and pay for monthly. That is a different purchase from the one described here, and for most teams it is the right one.
Disagreement 1: above your agents, or below them?
This is the substantive one, and it changes what you are buying. Dust says the layer sits above a traditional operating system, coordinating agents. Slack and Make describe a coordination layer over multiple agents. In that reading the agents already exist, they were built somewhere else, and the OS is the thing that manages them.
Requesty inverts it. Its runtime sits between the language models and the agents built on top of them, which places the agents on top of the OS. AIOS is explicit in the same direction: it serves agents built by various agent frameworks, which only makes sense if the frameworks run on top of it. And arXiv 2606.01508 goes lower still, integrating a control plane into the host operating system itself.
For a buyer this is the whole ballgame. If the layer sits above, adoption is a configuration project: you point it at agents that already work, hand it credentials, and start reading its logs. If the layer sits below, your agents have to run on it, which means the ones you already have get rebuilt or wrapped.
Does this run my agents, or does it watch them? Every vendor can answer that in a sentence on the call, and the sentence tells you what the next two quarters look like.
Disagreement 2: is this orchestration with a new name?
Lyzr answers that question for us. Its page on agentic OS platforms, 7 July 2026, defines the thing as "An enterprise AI agent orchestration platform" and adds, in case anyone was confused, "We are not talking about Windows, Linux, or macOS." PwC's own agent OS, launched April 2025, has been described in the same register. PwC's primary page returns a 403 to my fetcher, so I will quote it only through a named secondary: EnterpriseDB's news desk, 20 May 2025, reports it as "a unified orchestration framework, acting as both the central nervous system and the switchboard for enterprise AI".
Against that sit the three systems definitions. Scheduling, process isolation and resource arbitration are not features of a workflow orchestration product. An orchestration tool runs the sequence you drew. It does not decide, at nine in the morning when the batch and the inbox triage both fire, which one gets the rate limit.
My read is that both camps are correct and they are describing two different products wearing one name. The practical difference shows up in the contract. Orchestration bills for the workflows you draw; a runtime bills for capacity you cannot predict in advance. Where everything a layer does traces back to a diagram someone drew, the honest word is orchestration, and AI agent orchestration explained is the better page for what you are buying.
None of this makes the orchestration products bad. It makes the label imprecise, which matters when you are comparing two quotes that both say "agent OS" on the cover page.
There is a shorter route than resolving a category dispute. Describe the task you actually want finished and see whether an agent for it already exists. Start with one agent, free, no card.
Disagreement 3: does it touch the real operating system?
For the commercial vendors, no, and they say so. Lyzr rules out Windows, Linux and macOS in the same breath as its definition. Dust places its layer above a traditional operating system. Slack's phrase is "an operating layer for AI", which borrows the word and none of the plumbing. Make, MindStudio and Contentstack all use it the same way. Six of the nine are speaking in metaphor, deliberately and openly.
The literal reading is not a fringe position, though. arXiv 2606.01508 integrates an agentic control plane into existing operating systems and talks in OS primitives. And the clearest evidence sits outside the vendor web entirely: the 2nd Workshop on Operating Systems Design for AI Agents, known as AgenticOS, runs on 29 September 2026 in Prague, co-located with SOSP, one of the two serious systems conferences in the field. Its call is about new OS abstractions, sandboxing and GPU virtualization for agents, on the premise that traditional OS abstractions "were never designed for dynamic, semantically rich, adaptive agent workloads."
No competing page on this search result cites that workshop. I think it is the single most useful thing to know about the term, because it separates the two timelines. The metaphor camp is what you can put on a purchase order in 2026. The literal camp is what turns up years later inside infrastructure you never see, and by then nobody will be selling you an "agent OS" because it will just be how the machine works. Asked whether this is a real operating system or a marketing word, the accurate answer is that it is currently a marketing word with a real research programme behind it.
Disagreement 4: a product you buy, or a pattern you build?
Five vendors will sell you one today with a name on the invoice. PwC launched its agent OS in April 2025. Contentstack ships one as documented product, with the docs updated on 8 September 2026. Experian announced an "Agent Operating System™" on 2 June 2026 at Money20/20 Europe, with ServiceNow as first integration partner and a stated plan to roll it out across more than 2,300 client solutions globally. Dust and Lyzr both sell theirs. Slack and Make use the phrase to describe what their existing products have become.
The other camp treats it as an architecture. MindStudio, 24 April 2026, calls the agentic OS "the architectural answer", with no SKU attached. Anis Koubaa's TechRxiv preprint on agent operating systems treats the term as an architecture to be specified rather than a product to be bought. AIOS is open research with a foundation behind it and no price list anywhere.
Here is what I concluded after reading all of them. In September 2026 most of what is sold as an agent operating system is a platform with an OS-shaped story attached. That is not an accusation; it is a naming problem, and the products underneath are often good.
The test I would use in a procurement meeting is one question: which agent frameworks that you did not write will this host? An operating system's defining property is that it runs foreign programs. AIOS claims that property explicitly when it reports faster execution for agents built by various agent frameworks. If a vendor's answer is "ours", you are buying a platform, and the right comparison is price and catalogue against other platforms.
What an agent operating system is not
Three adjacent things get called by this name, usually by someone selling one of them. They are a chatbot, a single agent, and an agent framework.
A chatbot answers; an agent operating system runs processes
MindStudio puts the distinction well, on 24 April 2026: "A chatbot responds to questions. An agentic OS runs processes. A chatbot has no persistent memory, no ability to take action in the world, no coordination with other systems." Requesty says the same thing in one line: "A chatbot is an interface... An agent operating system is a persistent runtime."
The practical gap is persistence. A chatbot forgets when the window closes. The layer this page is about is supposed to remember what happened three weeks ago and who authorised it. AI agent vs chatbot covers that boundary in detail.
One agent is an application, and applications need something to run on
Requesty draws the line cleanly: "A single agent is an application. What Hermes provides is the layer that hosts applications."
That analogy holds up. You would not call a spreadsheet an operating system because it opens files, and one agent with tool access is not a fleet layer because it can call an API. If you are still working out what the agent itself is, start at what is an AI agent and come back here when you have more than one running.
LangChain's own docs never use the phrase
I checked the concepts page in LangChain's documentation on 12 September 2026 expecting to find the term. It is absent. The vocabulary there is runtime, framework and harness, and the docs draw the layer boundary themselves: "Agent frameworks are generally higher level and run on agent runtimes."
That absence is the finding. One of the most widely used agent frameworks describes exactly the stack this page is about, including the runtime underneath, and never reaches for the operating system metaphor to do it. When the people closest to the code do not need a word, its job is usually commercial.
What an agent operating system costs
Zero of the seven definitional pages I read publishes a price. Not a range, not a starting tier, not a per-agent figure. A buyer researching this term gets no number anywhere on the first page of results, which is why this section exists.
Want to know what the layer underneath costs without a sales call? Gravity's first agent is free with no card, then Autopilot is $20 a month worldwide. Try it on one task and you will know the number before you finish this page.
Why the price is missing from almost every page
Look at who is selling. Experian is rolling its Agent Operating System across more than 2,300 client solutions globally, with ServiceNow integrated. PwC sells through a consulting relationship. Contentstack documents its agent OS as part of a platform an enterprise already licenses. None of those are self-serve products, and none of them have a price that survives contact with a scoping call.
Expect the quote to be shaped by three variables: how many agents you run, how many seats see the console, and how many systems it has to reach. The third one is where the money hides. Deloitte's US survey published 12 August 2026, covering 501 respondents from senior manager to C-suite across five industries and fielded between April and June 2026, found 67% saying integration is "too costly and complex". That is the line item nobody quotes in advance.
The layers underneath this one do publish, which gives you an anchor. On 11 September 2026 Make listed $9 a month for 5,000 credits, Activepieces Plus $16 a month billed yearly, Zapier Professional from $19.99 a month, n8n Cloud 20 euros a month billed annually, Pipedream Basic $29 and Gumloop Pro $37. Agent platforms sit a little above that band. Gravity is first agent free with no card, then Autopilot at $20 a month worldwide with a lot of usage included, ₹1,999 a month in India, with Minipilot at ₹399 a month in India on a smaller allowance, and you buy more usage if you run out.
If the shortlist in front of you turns out to be platforms, two pages here have the dated numbers laid out side by side: the cheapest AI agent platforms and the best AI agent platforms under $50. Between them they cover almost everything a team under fifty people would sensibly buy, and every price carries the date it was read.
Build it yourself and the bill moves to payroll
AIOS is open. Nothing stops a competent platform team from assembling scheduling, memory, credential brokering and isolation on their own infrastructure, and some should.
The cost does not disappear when the software is free. It becomes a platform engineer's quarter spent standing the layer up, a security review before any agent holds a production credential, and a named human on call the first time the shared layer stalls at month end. Exactly one of those three arrives as an invoice, which is why build estimates come in low.
Governance is the part I would price hardest, because the evidence says most companies have not done it. Deloitte's State of AI 2026 report, published 21 January 2026 from a survey of 3,235 leaders across 24 countries fielded in August and September 2025, found close to three-quarters planning to deploy agentic AI within two years while only 21% reported a mature model for agent governance. The August 2026 US survey is bleaker on the same point: 70% said they do not feel they can trust and govern agents.
My rule of thumb for the decision: buy if the agents you run were mostly bought, because you need a neutral referee between vendors. Build if you wrote them yourself and they already share credentials, because you have most of the pieces and the remaining work is policy.
Who runs it, and when you actually need one
Nobody writing about this term answers the two questions an operator asks first. Who inside my company runs this thing. At what point do I need it. What follows is my answer to both. I want to be clear about where it comes from: these are judgements I formed from reading the category on one day. No vendor handed me either number.
Somebody has to be paged when an agent stalls
The owner should be whoever already holds shared credentials and carries an on-call rotation. At most companies that is platform engineering or IT operations. It is rarely the team that wrote the agents, and it is almost never the AI centre of excellence. Three duties have to land on one named person, and they are the reason the role cannot be shared:
- Credential brokering. Agents must not hold long-lived keys of their own; the layer hands out scoped access and takes it back.
- The run log, which means one place that can answer "which agent changed this record, when, and on whose authority" without a database query.
- The kill switch, and the authority to use it at 2am without asking a committee.
The common failure I see described is a centre of excellence that owns strategy, standards and a slide deck, while the pager still belongs to nobody. Strategy without the kill switch is not ownership.
A threshold, and it is my judgement rather than a vendor's
Adopt an agent operating system when these are true at once. All three of them, and not just one or two:
- Ten or more agents running in production, not in a pilot.
- Three or more teams operating them independently of each other.
- Five or more systems of record they write to, where "write" means change something a person would notice.
Two tie-breakers override the count entirely. If two or more agents already share a single credential, you needed the layer last quarter. If you cannot answer "which agent changed this record" within an hour, same answer.
Below that line, buying one is overhead. A decent agent platform already ships permissions, logs and approvals, and you will spend more time configuring the OS than the agents saved you.
Most companies reading this are below the line, and the published numbers agree. Deloitte's August 2026 US survey found just 15% have scaled orchestrated, cross-functional multi-agent adoption. IDC reports, in its FutureScape 2026 material published 10 December 2025, that 40% of US enterprises and 27% of Chinese enterprises have AI agents in production; IDC did not disclose a methodology for that one, so treat it as a vendor-analyst estimate rather than a survey result. Gartner's Anushree Verma predicted on 26 August 2025 that "40 percent of enterprise applications will be integrated with task-specific AI agents by 2026, up from less than 5 percent today", which is an analyst forecast rather than a measurement, and I am quoting it through Process Excellence Network's 27 August 2025 write-up because gartner.com blocks my fetcher.
Put those together and the picture is consistent. Plenty of agents in production, very few fleets. The fleet is what an operating system is for.
If you are under the threshold, the useful next step is not a layer. It is one task off your plate. Describe it to Gravity and the first agent runs free.
So, do you need one?
Which of the four disagreements applies to you decides the answer, so work that out first. Four situations cover almost everyone reading this.
- You already run a fleet and have a consulting relationship. The named products are real and worth evaluating: PwC where the relationship exists, Contentstack where your content stack is already theirs, Experian in financial services where the ServiceNow integration matters.
- Mid-size team, a handful of agents, everyone lives in Slack. Slack's framing is the cheapest credible path, because you are already paying for the place it would run.
- Your agents all live inside one vendor's platform. Ask that vendor for fleet controls before you buy a layer above them. Most of the value here is permissions, memory and logs, and platforms ship those. Buying a second layer to supervise one platform is a common and expensive mistake.
- You write your own agents on LangChain or similar. You are in the runtime conversation, not the product conversation, and the honest answer is that you will assemble this yourself from pieces that mostly exist.
Dust writes about this better than anyone else selling it, and Dust competes with me, so read them and then read Gravity vs Dust with that bias declared. Gravity is not an agent operating system. We do not run your fleet, we do not host agents you wrote, and I would be wasting your time selling you this page's category. What Gravity is for is the operator whose real goal is one recurring job finished, every week, without assembling any layer at all. You describe the task, a builder's agent runs it, the first one is free and Autopilot is $20 a month after that.
Two agents and a spreadsheet is not a fleet. Realising that here is the correct outcome, so come back at ten.
FAQ
What is an agent operating system in simple terms?
It is the shared layer that gives a group of AI agents what no single agent can give itself: memory that survives past one run, permissioned access to your tools and data, scheduling, and a record of what each agent did. Dust defines it as a coordination layer managing memory, tools, scheduling and access control. Requesty defines it as a runtime providing scheduling, memory management, storage, tool access and process isolation.
Is an agent operating system the same as agent orchestration?
Sometimes the words describe the same product. Lyzr calls its agentic OS "An enterprise AI agent orchestration platform" outright, and PwC's agent OS is described by named secondaries as a unified orchestration framework. The research definitions ask for more than orchestration: scheduling, process isolation and resource arbitration. The test is whether the layer decides what runs when two agents want the same credential or the same model capacity. AI agent orchestration explained covers the narrower term.
Does an agent operating system replace Windows, macOS or Linux?
The vendors selling it today say no. Lyzr states plainly that it is not talking about Windows, Linux or macOS, and Dust says its layer sits above a traditional operating system. A research strand does take the term literally: arXiv 2606.01508 integrates an agentic control plane into existing operating systems, while stating that the objective is not to replace operating systems wholesale.
How much does an agent operating system cost?
Almost nothing is published. Across the seven definitional pages I read on 12 September 2026, not one showed a price. Expect an enterprise quote scoped by agent count, seats and integrations, with integration as the variable that moves it most. The layers underneath do publish: workflow builders ran roughly $9 to $50 a month at small volume in September 2026, and agent platforms sit a little above that.
How many agents do you need before an agent operating system is worth it?
My threshold, and it is my judgement rather than a vendor's: ten or more agents in production, three or more teams running them, and five or more systems of record they write to, all three at the same time. Two tie-breakers override the count. If two agents already share one credential, or you cannot answer which agent changed a record within an hour, you are already late.
Who in a company owns the agent operating system?
Whoever already owns shared credentials and carries a pager. At most companies that is platform engineering or IT operations, and it is seldom the team that wrote the agents. Three duties must sit with one named person: credential brokering, the run log, and the kill switch. An AI centre of excellence that owns standards but not the pager does not own the system.
What is the difference between an agent operating system and an AI agent platform?
A platform is where agents get built, bought or run, and it usually owns the agents it runs. An operating system is supposed to host programs written elsewhere, which for this category means agents from other frameworks. AIOS is the clearest case, reporting results for agents built by frameworks it did not write. Ask a vendor which foreign frameworks it hosts; if the answer is only its own, read what is an AI agent platform instead, because that is what you are evaluating.
Is "agent os" the coding standards tool for Cursor and Claude Code?
That is a different thing with the same name. The GitHub project buildermethods/agent-os installs coding standards and specs into coding assistants and is aimed at developers. This page covers the infrastructure category that vendors, docs and systems papers use the phrase for.
Sources
- Dust, "What is an agent operating system?", Davis Christenhuis, published 21 May 2026, read 12 September 2026.
- Slack, "What is an agentic OS?", published 3 April 2026, read 12 September 2026.
- Make, "Agentic operating system", published 22 May 2026, read 12 September 2026.
- Requesty, "The rise of the agent operating system", published 1 June 2026, read 12 September 2026.
- Sharma and Shah, arXiv 2606.01508, 1 June 2026, read 12 September 2026.
- Mei, Zhu, Xu et al., "AIOS: LLM Agent Operating System", arXiv 2403.16971, version 5 dated 12 August 2025, published at COLM 2025, read 12 September 2026.
- Contentstack docs, "What is Contentstack Agent OS", updated 8 September 2026, read 12 September 2026.
- Lyzr, "Best agentic OS platforms", published 7 July 2026, read 12 September 2026.
- EDB News Desk, "PwC joins crowded orchestration space with agent OS", 20 May 2025, read 12 September 2026. Used because PwC's own page returns a 403 to my fetcher; PwC's agent OS launched April 2025.
- Experian press release, Agent Operating System, Money20/20 Europe, 2 June 2026, read 12 September 2026.
- MindStudio, "The agentic OS", 24 April 2026, read 12 September 2026. No permanent URL was recorded at the time of reading, so this source is locatable only by publisher, title and date. Both MindStudio quotations on this page carry that limitation. mindstudio.ai
- Anis Koubaa, TechRxiv preprint on agent operating system architecture, read 12 September 2026. Characterised here, not quoted.
- LangChain documentation, concepts and products, read 12 September 2026. The phrase "operating system" does not appear.
- 2nd Workshop on Operating Systems Design for AI Agents (AgenticOS), co-located with SOSP 2026, 29 September 2026, Prague, read 12 September 2026.
- Deloitte US, agentic AI readiness survey, published 12 August 2026. Survey of 501 senior-manager-to-C-suite US respondents across five industries, fielded April to June 2026.
- Deloitte, State of AI 2026, published 21 January 2026. Survey of 3,235 leaders across 24 countries, fielded August to September 2025.
- Gartner, prediction by Anushree Verma, Senior Director Analyst, 26 August 2025, that 40% of enterprise applications will be integrated with task-specific AI agents by 2026. Quoted via Process Excellence Network, 27 August 2025, because gartner.com blocks my fetcher. No permanent URL was recorded for the Process Excellence Network write-up either, so that corroborating source is locatable only by publisher and date. An analyst forecast, not a measurement. processexcellencenetwork.com
- IDC, FutureScape 2026, Rick Villars, 10 December 2025, read 12 September 2026. No methodology disclosed for the production-adoption figures.
- Vendor pricing pages for Make, Activepieces, Zapier, n8n, Pipedream and Gumloop, read 11 September 2026 and recorded in my n8n alternatives comparison.
- Gravity pricing, September 2026.