ibl.ai Agentic AI Blog

Insights on building and deploying agentic AI systems. Our blog covers AI agent architectures, LLM infrastructure, MCP servers, enterprise deployment strategies, and real-world implementation guides. Whether you are a developer building AI agents, a CTO evaluating agentic platforms, or a technical leader driving AI adoption, you will find practical guidance here.

Topics We Cover

Featured Research and Reports

We analyze key research from leading institutions and labs including Google DeepMind, Anthropic, OpenAI, Meta AI, McKinsey, and the World Economic Forum. Our content includes detailed analysis of reports on AI agents, foundation models, and enterprise AI strategy.

For Technical Leaders

CTOs, engineering leads, and AI architects turn to our blog for guidance on agent orchestration, model evaluation, infrastructure planning, and building production-ready AI systems. We provide frameworks for responsible AI deployment that balance capability with safety and reliability.

Back to Blog

YC Open-Sourced QM: The Harness Became Infrastructure

Miguel AmigotSeptember 21, 2026
Premium

Y Combinator open-sourced QM on 31 July 2026 under an MIT license, and says it runs the harness internally across four departments β€” not across its portfolio. The substance is scoping.

The Short Answer

Y Combinator open-sourced QM on 31 July 2026 β€” seven weeks ago, not this week β€” under an MIT license. YC says it runs QM internally across accounting, legal, events and engineering, not across its portfolio. What QM standardizes is scoping: per-person identity, scoped memory, permissions and sandboxes. With ibl.ai you own all the code and the data at that same layer.

The claim worth keeping from the release is not that a famous accelerator shipped an agent framework. It is which part of the stack the framework treats as the hard part.

What did Y Combinator actually release as QM, and when?

QM is a multiplayer agent harness, released open source by Y Combinator on 31 July 2026 and reported by trade press over the following days.

The repository is public at github.com/yc-software/qm under an MIT license, with a project homepage at qm.ycombinator.com. The name is short for quartermaster β€” the role on a ship that coordinates belowdecks.

The repo describes itself in one line: "A multiplayer agent harness for work. In Slack and on the web."

It is worth being precise about the date, because the release still circulates as news.

As of 21 September 2026 the repo has passed 15,000 stars, and the Hacker News thread that carried it on 31 July closed at 682 points across 163 comments.

This is a seven-week-old release with a well-documented reception, not a breaking announcement.

Does YC really run QM across its entire portfolio?

No β€” and YC does not claim it does. That framing is a gloss added in the retelling.

YC's own wording is that it open-sourced a harness it uses internally at YC, and that it runs it "across accounting, legal, events, and engineering (including building QM itself)." That is four departments inside one firm, reported consistently by MarkTechPost and AI Weekly.

Neither the repository nor the project homepage identifies any portfolio company running QM in production. The homepage frames the release as being for startups generally, which is an invitation rather than a deployment count.

The narrower claim is the more useful one. Four departments at one firm, including the department that builds the tool, describes a system under real internal load.

"Deployed across a portfolio" would describe a distribution channel, which is a different and much weaker piece of evidence.

What makes an agent harness company infrastructure rather than a developer tool?

Scoping β€” specifically, the question of which agent may see which record, acting as whom.

QM's design answers it directly. Each person and each room gets its own scoped memory, files, keychain view, permissions, crons, web apps and durable sandbox.

The same identity and configuration follow a user between Slack and the web app, so the agent is one entity with one permission set rather than two disconnected ones.

That is the difference in one sentence. A developer tool runs an agent loop well. Infrastructure decides what the loop is allowed to know.

The Hacker News discussion landed on the same point, with a top-voted comment observing that the hardest problem in multiplayer agents has never been the agent loop β€” it is scoping, and per-person scopes plus shared rooms is a sane answer to it.

QM is also deliberately harness-agnostic at the model layer: Pi, OpenCode, Codex and Claude Code all drive the same core. The vendor-swappable part is the part YC treated as interchangeable.

Why are identity, memory and institutional context the layer worth owning?

Because they are the only parts of the stack that accumulate value specific to your organization.

The model is replaced on a cadence measured in months, and its price falls while it improves. Nothing about last year's model choice compounds.

This is the argument behind the AI harness thesis: orchestration outlives model selection, so that layer is where architectural effort belongs.

Identity, memory and institutional context are the opposite. An identity graph mapping your staff to your systems of record took years of administrative reality to produce, and a memory layer learns what each person is actually working on.

Institutional context is the union of your SIS, HRIS, CRM, ERP and case systems β€” none of which a vendor can hand you.

Memory in particular is not a feature you enable. Unscoped memory shared across departments is a data-governance incident waiting for its first audit, which is why the difference between memory and retrieval is an architectural decision rather than a storage one.

What does an MIT-licensed, self-hosted release settle about this layer?

It settles the deployment question by example, which is the part of the QM release that enterprise coverage has mostly skipped.

QM has no first-party hosted tier: YC ships it to be self-hosted and points at third-party hosts rather than operating one.

The reference implementation for company-wide agent infrastructure, published by an organization with every commercial reason to build a SaaS instead, is a thing you host yourself under a permissive license.

That is consistent with how the layer behaves. Identity, memory and permissions sit on top of your systems of record, inside your perimeter, bound to your existing access control.

A hosted version would require exporting the institutional context that makes it valuable β€” the multi-agent architecture problem every enterprise deployment hits in its second month.

Owning the harness is not an ideological position. It is what the shape of the problem requires.

How does ibl.ai handle identity, memory and institutional context?

With ibl.ai you own all the code and the data.

The platform runs on your infrastructure with full source-code access, is model-agnostic across any LLM, is usage-based with no per-seat pricing, and can deploy anywhere β€” your own cloud, on-premise, GovCloud, or a fully air-gapped network with no outbound connectivity.

Institutional context comes from an MCP-based interoperability layer that federates your systems of record β€” SIS/LMS, HRIS, CRM, ERP, EHR/EMR, case and document management β€” into a secure per-user memory rather than a copied warehouse.

Agents read under fine-grained consent and selective disclosure, answering only from what that user is already permitted to see.

Memory is scoped by construction. The long-term memory toolkit lets agents save, update, forget and search directly.

Memories default to the agent's own scope, only high-level facts are stored globally, temporary state carries an expiry purged nightly, and duplicate detection runs semantically across an agent's categories.

Every AI turn exposes its retrieved documents, tool calls and model metadata, so an operator can audit how an answer was produced.

Agent definitions are portable too: the .iblai agent file format captures system prompt, tools, knowledge sources and guardrails in one readable file, so an agent is not trapped in the tool that created it.

1.6M+ users across 400+ organizations run the platform this way, including NVIDIA, MIT, and Syracuse University.

ibl.ai is family-owned and operated from New York, NY.

Related reading: the AI harness thesis β€” why the orchestration layer outlasts every model decision made around it.

Sources: the repository, description, license and star count from github.com/yc-software/qm and the project homepage at qm.ycombinator.com; the reception and the scoping discussion from the Hacker News thread; the 31 July 2026 release date, the MIT license and YC's four-department internal-use wording from MarkTechPost and AI Weekly.

Why does owning the AI stack matter?

ibl.ai is the agentic AI platform where you own all the code and the data. You self-host the entire stack inside your own perimeter, run it model-agnostic across any LLM and switch anytime, and pay by usage with no per-seat pricing β€” so you can deploy anywhere: your cloud, on-premise, GovCloud, or fully air-gapped.

  • You own all the code and the data

    Full source code under a perpetual license, running on your infrastructure. Not API access to someone else's platform β€” the stack itself is yours.

  • Model-agnostic

    Run any LLM β€” Claude, GPT, Gemini, Llama, Command, or your own fine-tune β€” and switch providers without rewriting the platform.

  • No per-seat pricing

    Usage-based billing against a budget cap you set. Cost tracks what your organization actually uses, not how many people you employ.

  • Deploy anywhere

    Your cloud, your VPC, on-premise, GovCloud, or a fully air-gapped network with no outbound connectivity.

1.6M+ users across 400+ organizations run the platform this way, including NVIDIA, MIT, and Syracuse University.

ibl.ai is family-owned and operated from New York, NY β€” a U.S.-headquartered, domestically-owned long-term partner, not a vendor that sells licenses and moves on.

See the ibl.ai AI Operating System in Action

Discover how leading universities and organizations are transforming education with the ibl.ai AI Operating System. Explore real-world implementations from Harvard, MIT, Stanford, and users from 400+ institutions worldwide.

View Case Studies
Work with our team

Pilots, deployment, and full ownership

Most enterprise engagements are one-time, not subscriptions. You integrate ibl.ai with your own data, deploy it on your own infrastructure, and the engineering hours scale with the work β€” so the price tracks the scope, not your headcount.

Start here

Pilot

from $15K

fixed scope Β· fixed timeline

A time-boxed proof of value on your real data β€” not a slide deck.

Best for: Teams that want to see ibl.ai working before committing.

  • Deployed on your infrastructure or our cloud
  • 1–2 production agents wired to a slice of your data
  • One integration (LMS / SIS / SSO / data source)
  • Weekly working sessions with our engineers
  • Pilot fee credits toward a full engagement
Scope a pilot
Most common

Integration & Deployment

$25K – $80K

one-time Β· not a subscription

Full deployment integrated with your data and systems. Engineering hours scale with scope.

Best for: Organizations rolling ibl.ai out across a department, campus, or business unit.

  • Platform deployed in your VPC, on-prem, or air-gapped
  • Integrated with your data + identity (SSO / SAML)
  • Multiple custom agents built to your workflows
  • Engineering hours proportional to scope
  • You own the data Β· run any LLM you choose
Plan a deployment
Full ownership

Codebase Transfer + Custom AI Engineering

Custom quote

perpetual license Β· you own the stack

We transfer the full source code. You own and self-host the entire platform β€” outright.

Best for: Organizations and enterprises that benefit from perpetual ownership and sovereignty.

  • Complete source-code transfer + perpetual license
  • Dedicated AI engineering team on your roadmap
  • Custom agents, models, and integrations to spec
  • Air-gapped capable Β· zero vendor lock-in
  • Family-owned, New York–based long-term partner
Talk about ownership
You own the code and data Run any LLM β€” Claude, GPT, Gemini, Llama Family-owned & operated from New York, NY