|
One more thing…
Y Combinator · Agent harness
Y Combinator Open-Sources QM: An MIT-Licensed Multiplayer Agent Harness That Runs In Slack And The Web
Most agents are designed as personal assistants. Stretch one assistant across a whole company and it gets complicated fast. QM does the opposite. Every person and every room gets its own scoped memory, files, keychain view, permissions, crons, web apps and durable sandbox. The same identity carries between Slack and the web app.
Every turn runs through a headless core over Postgres, and the agent has a small fixed tool surface with one execute tool that runs inside the scope’s own sandbox. Pi, OpenCode, Codex and Claude Code all drive the same core, so a deployment is not tied to one vendor. Three org security postures gate tool calls — Strict pauses every harness tool call, Auto screens external data with a classifier, Dangerous removes both — and hard denials for recursive deletes and destructive SQL apply in all three.
Here is the part that makes it worth the closer. YC runs QM across accounting, legal, events and engineering, including building QM itself — and still calls the release early and buggy. That is the honest version of a dogfooding claim.
Read on Marktechpost → · Project page · Deployment · Threat model
|