Skip to main content
Products

XOS — the operating system our ventures run on

Not a SaaS. A working set of agent pipelines, approval gates, and scheduled jobs, in production at our own companies.

XOS is what runs Studio X's companies day to day. It drafts the content, grooms the feature backlog, implements from the top of the queue, syncs the data, and deploys the builds — while people keep the judgment calls: what publishes, what ships, what changes.

We built it for ourselves first. That means every part of it has survived contact with a real operation — deadlines, bad data, flaky APIs — before we offer it to anyone else.

The pipelines

Content pipeline

Writer agents draft posts from real business data — listings, reviews, local research. An editor agent critiques the draft; a named human editor holds publish authority. Nothing ships without that approval, and every published piece has its drafting history on file.

Feature pipeline

User signals and GitHub issues become candidate specs. A groomer dedupes them against everything already planned or shipped, splits oversized ideas, and ranks the queue. An implementer builds the top item and must pass the full test suite — 1,400+ automated checks — before the change lands.

Scheduled operations

Data syncs run nightly. Staging deploys run every morning at 07:30 with build verification and a health check that reads the rendered page, not just the HTTP status. Cron does the repetition; people read the receipts.

Receipts everywhere

Every automated run writes a log: what ran, what changed, what failed. Iteration receipts are append-only. When someone asks what the system did last Tuesday, the answer is a file, not a guess.

The rules it runs by

A human holds the approve button

Agents draft and propose; named people approve anything public-facing or irreversible. Authority is explicit in the pipeline, not implied.

Tests gate every change

No agent-written code merges without passing the same test suite a human contributor faces. The gate does not care who wrote the code.

Boring parts stay boring

If a job is deterministic, it is a script, not an agent. XOS uses AI where judgment or language is involved and plain code everywhere else.

Want parts of this running in your operation? That's the AI automation service.

AI automation