conon.ai

conon.ai/Tips

Bypass Mode Belongs In A Sandbox

No-questions mode is handing a first-day junior the office keys, the company stamp, and the bank account — the docs restrict it to isolated environments for a reason. On a rented server it's how a database disappears 'with no undo': GitHub restores your code, never your data.

ProAGENTSClaude Code

Why it works

Bypass mode — no questions, no diffs, no confirmation — is handing a first-day junior the office keys, the company stamp, and the bank account. The docs restrict it to isolated environments for exactly one reason: on a machine that matters, its worst case is unrecoverable. GitHub restores code; nothing restores a production database an agent dropped 'confidently'.

How to do it

  1. The standing rule: bypass never runs on your laptop or any production server.
  2. Feeling slowed down? The legitimate speed path is accept-edits mode plus plan mode — most of the speed, none of the blast radius.
  3. The legitimate bypass home: an isolated VM, container, or throwaway sandbox where total loss costs nothing.
  4. Before enabling it even there, inventory: what credentials and connectors does this environment hold?
  5. On rented servers, enforce with credentials too (scoped keys) — modes are a layer, not the whole defense.
  6. Leaving bypass on 'temporarily' is how it becomes permanent: turn it off when the experiment ends.

Copy this

prompt
Before we go faster: list what could go irreversibly wrong in this environment if you acted without confirmations — what has no undo here? Then recommend the safest permission mode that still unblocks the work.

What to watch for

  • The failure mode isn't malice, it's confidence: bypass removes the checkpoint where wrong-but-plausible gets caught.
  • 'It's been fine for weeks' is survivorship, not safety — the mode's cost structure is zero, zero, zero, catastrophic.

Sources

Original: conon.aiDocumentation: code.claude.com

Read next

We build and operate the systems behind tips like this one — agents, automations and internal tools, shipped into production. See what the studio does →