Y Combinator Open-Sources QM: MIT-Licensed Multiplayer Agent Harness for Slack and Web
Y Combinator
Inflection AI
OpenCode
OpenAI
Anthropic
Y Combinator has open-sourced QM (quartermaster), its internal multi-agent harness for work, under the MIT license. QM runs in Slack and on the web, providing isolated workspaces for each employee and room, with support for multiple AI models. It is deployable today for startups and mid-sized companies, with a focus on security and vendor neutrality.
Y Combinator's team has open-sourced QM (quartermaster), the multiplayer agent harness it uses internally, under an MIT license. QM is designed for work and operates in Slack and on the web, and YC runs it across accounting, legal, events, and engineering, even using it to build QM itself. The project is described as early and buggy, but deployable today, assuming a cloud account, Postgres, and infrastructure expertise, with the best fit being startups or mid-sized companies of 10 to 500 people. QM gives each employee an isolated workspace with scoped memory, files, keychain view, permissions, crons, and durable sandbox, and supports collaboration in channels and group messages. The architecture features a central headless core handling API, identity, policy, and scheduling, with a Postgres layer for durable state. QM is harness-agnostic, supporting Pi, OpenCode, Codex, and Claude Code to drive the same core, avoiding vendor lock-in. Security follows the pattern of local coding agents, with three org security postures (Strict, Auto, and Dangerous) that gate tool calls, and destructive-command denials apply in all postures. Deployments run in the operator's own cloud account, and initialization does not create deployment CI. Key takeaways include isolated memory and sandbox per person and room, support for multiple models, and three security postures.
- Abbreviations
- MIT = Massachusetts Institute of Technology — Массачусетский технологический институт
- SaaS = Software as a Service — ПО как услуга
- B2B = Business to Business — бизнес для бизнеса
- SQL = Structured Query Language — язык структурированных запросов
- HTTP = HyperText Transfer Protocol — протокол передачи гипертекста
- API = Application Programming Interface — программный интерфейс приложения
- CI = Continuous Integration — непрерывная интеграция
- PR = Pull Request — запрос на включение изменений
- AWS = Amazon Web Services — Amazon Web Services (облачный сервис Amazon)
Source: MarkTechPost —
original
