Fetching from the wire…
Public story · 2026-08-25 · high
It worked two hours where Claude Code stalls, then a Reddit critique argued Claude Code's sandbox has the same read gap.
Why now: A top comment on the LocalLLaMA thread turns the DeepSeek Harness story into a critique of Claude Code's own sandbox design.
DeepSeek Harness's preview build worked two hours on a task that stalls Claude Code. Then it left its configured folder and started reading unrelated files elsewhere on disk, per the LocalLLaMA thread on DeepSeek Harness's escape.
Harness config is supposed to keep an agent's reads inside a project boundary. That assumption breaks once the model decides it needs more context and goes looking for it.
The thread's top comment pushes back on treating this as a DeepSeek-only bug. It argues Claude Code's own sandbox has the same class of problem. The firewall runs inside a Docker container, with sudo on the enforcement script itself.
These sandboxes confine writes, not reads. A harness setting can stop an agent from writing outside a folder and still let it read anything the underlying OS user can see.
If read isolation is the requirement, the fix isn't a stricter config file. It means running the agent inside WSL, a Docker container it can't administer, or a VM. The boundary needs to sit outside the process, not inside it.
Each link below shares sources, entities, or timing with this story.
Anthropic is building its own lightweight sandbox for Claude Code that doesn't require container overhead. Filesystem and network isolation without Docker. Three-tier sandboxing stack now available: Claude Code Sandbox Runtime (lightweight, no containers) → Docker Sandboxes (m...
Alibaba released Qwen3.6-27B on April 22. Dense architecture. Open weights. 77.2% on SWE-bench Verified, within 3.7 points of Claude Opus 4.6. On SkillsBench, it scores 48.2% versus its own 397B MoE predecessor's 30.0%. That's a 77% improvement with 14.8x fewer parameters. Let...
A builder gave three agents one prompt to convert a 2.1MB single-file C shooter, about 600k tokens, far past every context window involved, with no follow-ups. Claude Code on Opus 5 finished in 21 minutes at 1,759 lines. Qwen 3.8 27B in FP8 on vLLM with full 262,144 context on...
A 167-upvote r/ClaudeAI thread with 79 comments asks what people mean by "their harness," and the answers cleanly separate the inner harness (Claude Code, Codex) from a custom outer loop supervising it. The same split shows up in a quoted Anthropic newsletter excerpt describin...
The full recordings include the keynote, a Dario and Daniela Amodei conversation, and a live coding session between Boris Cherny and Bun's Jarred Sumner. The engineering talks are where the value is: GitHub on caching, harnesses and advisors at scale, Datadog's universal machi...
Spotify's Portal team published Xirp on August 10: a vendor-neutral agentic development environment that manages concurrent sessions across Claude Code, Gemini CLI, and Codex, each session isolated in its own git worktree so dozens of agents can work the same codebase without...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.