Main Stage Talk

An agent swarm, one founder, and a reviewer that can refuse.

On Tuesday, August 11, 2026, Max Markovtsev presents DO-NOT-SHIP on the main stage at AI Tinkerers Chicago: how Violema runs parallel Claude build lanes under an orchestrator, why the adversarial reviewer holds deploy authority, and what the review logs look like when the gate says no.

By Max Markovtsev · Purple Orange AI · Updated August 10, 2026 · 4 min read

Short version: On August 11, AI Tinkerers Chicago puts DO-NOT-SHIP on the main stage. The talk shows how Violema, a production multi-tenant SaaS, gets built by one founder without an engineering background: an agent swarm does the work, and a reviewer with real authority decides whether it ships.

Agent swarms make code cheap. Parallel build lanes produce in a day what a small team used to ship in a sprint. The failure mode arrives just as fast: regressions ship at the same speed as features. Velocity without a gate is how a one-person SaaS dies in production.

The talk is about the gate. Every Violema deploy passes an adversarial reviewer that runs on a different model than the build lanes. When the work is not ready, the verdict is DO-NOT-SHIP and the lane goes back to work. The logs of those refusals are the most useful artifact the system produces, and they are part of the demo.

Violema itself is live and came through a controlled beta built around the same principle: drafts, approvals, and an inspectable ledger before anything becomes final.

The architecture

01

Build lanes

Parallel Claude lanes under an orchestrator. Each lane gets narrow scope and a return contract: files changed, test results, a short summary.

02

Adversarial reviewer

A separate model reads the diff, the tests, and the mission objective. Its verdict is binding. DO-NOT-SHIP sends the work back.

03

File-based memory

Context survives across sessions, so lanes resume work instead of rediscovering it.

04

Approval gates

Deploys, migrations, and anything customer-facing wait for a person.

A reviewer that can only comment is decoration. The gate works because it can stop the line.

What the demo shows

Five minutes, live, no slides:

  • Lane orchestration running on real work, not a staged example.
  • Actual DO-NOT-SHIP review logs: the deploys the reviewer blocked and the regressions it caught.
  • One full mission inside Violema: source tracking, approval gates, and the cost ledger.
  • The backend test suite growing from 213 to 448 tests in three days, and what that did for reviewer confidence.

Why the gate matters for client work

The same pattern runs through every Purple Orange AI build: agents draft, prepare, and execute, and a control layer decides what becomes final. Separate the models. Separate the incentives. Give the check the power to stop the line.

If an AI workflow can write to production systems and nothing in the pipeline can refuse the write, you do not have automation. You have exposure.

That is why review gates, approvals, and telemetry show up in every workflow we ship, from a free workflow audit through a full operations buildout. The talk shows the pattern at its most extreme: one founder, one production SaaS, and a reviewer with the authority to say no.

The event

AI Tinkerers Chicago is a hands-on meetup for builders shipping with LLMs. Demos are five minutes, live, and code-first. This edition runs with Cloudflare and PostHog and focuses on getting AI products from prototype to production.

  • Date: Tuesday, August 11, 2026
  • Time: 5:30 to 8:00 PM
  • Location: Chicago. The address goes out to accepted attendees.
  • Admission: selective. Registration asks for a link to your work: GitHub, LinkedIn, or X.

Catch the talk live

RSVP for the August 11 meetup. Space is limited and attendees are screened, so bring a link to your work.

RSVP at AI Tinkerers

FAQ

When and where is the talk?

Tuesday, August 11, 2026, 5:30 to 8:00 PM at the AI Tinkerers Chicago meetup. The exact address goes out to accepted attendees.

What is the talk about?

How Violema, a production multi-tenant SaaS, is solo-founded with parallel Claude build lanes under an orchestrator and an adversarial reviewer on a different model with authority to block deploys. The demo is live and includes real DO-NOT-SHIP review logs.

What is Violema?

Violema is an outcome-first AI operator from Purple Orange AI for recurring founder and team workflows, with review gates, approvals, and an inspectable run and cost ledger. It is live at violema.com.

How do I attend?

RSVP through AI Tinkerers Chicago. Admission is selective and registration asks for a link to your work: GitHub, LinkedIn, or X.