AIToday
AI Coding AssistantsAI Safety & AlignmentHacker NewsPublished: Sep 27, 2026, 19:00 JST

Chock launches sandbox-first AI coding harness

Chock launches sandbox-first AI coding harness

3 Key Points

  1. What happened

    Chock launched a sandbox-first AI coding harness that runs agents inside the OS's own sandbox on a throwaway copy, under an uneditable chock.zon policy, with every turn and tool call in an append-only, hash-chained session log.

  2. Why it matters

    Security and platform teams get attribution — which commits came from an agent — plus a log an auditor can verify without trusting the agent, and a sandbox that cannot be switched off.

  3. What to watch

    Attribution covers only sessions run under Chock, so its worth depends on rollout coverage; sealing is only as good as key custody. Chock is pre-alpha.

WHO IT HITSSecurity and platform teams at organizations where developers already run coding agents next to production credentials get a sandbox, policy, and audit trail they can hand to auditors. The log helps establish which commits came from an agent, with the rest human by elimination.

Not sure about something? Ask the AI

Questions and answers are published on this page.

Summaries like this, in your inbox every morning.

Context & Analysis

Chock enters a landscape where coding agents already run commands, write files, and reach the network, often next to production credentials on developer machines. The harness's pitch is that most other harnesses ask the agent to be careful, while Chock puts what an agent may do outside the agent's control. Its policy file, chock.zon, sits in the project and can be read but not edited by the agent; if an action needs approval and nobody answers, it is refused.

The comparison table is based on reading source code, not documentation. It says ten harnesses were read, and the three that sandbox at all mount the whole filesystem into the sandbox, and none keeps a tamper-evident log. Chock's answer is an append-only, hash-chained log where each event carries the hash of the one before it, plus an organisation policy that projects can narrow but not widen.

The limits are explicit. Attribution is worth what rollout coverage is, sealing depends on key custody, and there is no remote attestation or hardware root of trust. Whether this changes how security teams admit agent sessions likely hinges on whether the remaining roadmap links — a signature on the commit and a forge attesting the push — ship, and on whether the log's tamper evidence holds up in an audit.

FAQ
How does Chock differ from other AI coding harnesses?
Chock sandboxes every tool call inside the operating system, while Zed only sandboxes the terminal and fetch tool, and OpenCode and oh-my-pi have no isolation. Chock also keeps an append-only, hash-chained log, which the comparison says none of the three others do.
Can developers turn off the sandbox?
No. If a sandbox layer cannot be applied, the tool call does not run, and there is no option to turn the sandbox off. Zed, by comparison, offers a Run Unsandboxed button.
Is Chock ready for production use?
Chock describes itself as pre-alpha. Two of the four roadmap links are built now, and the next two are planned rather than shipped.

Get the latest AI Coding Assistants news every morning

For example, today's edition would include:

  • Google's Android Bench 2.0: top pass rate falls to about 28%ITmedia AI+ · 1d ago
  • Microsoft Copilot rebuilt with Home, Code, Autopilot tabsITmedia AI+ · 1d ago
  • OpenAI Codex goes down about an hour, recovers 8:54 a.m.ITmedia AI+ · 1d ago

AI-summarized, only the topics you pick: one digest a day via Email, LINE, or Slack.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. The AI reads this article, earlier AIToday articles, and Wikipedia, and cites its sources. Q&As are published on this page for other readers too.

Questions and answers are published on this page.

Related Articles

Next articleMicrosoft folds Word, Excel, PowerPoint into Copilot