Skip to content

anthropic

Claude Science is really an agent harness with an arbiter daemon

Claude News

A teardown of build 0.1.15-dev shows that behind the familiar interface, Claude Science runs a daemon that holds permissions and history, while the Python and R kernels keep only working state. The signed 111 MB app is just a loader: it unpacks a roughly 3.9 GB install, about 95% of which is separate execution environments.

The generated code calls host with no host package present in the environment. kernel_worker.py shows the daemon injecting the SDK through the first execute() after kernel start, with host.llm() and host.mcp() going out as synchronous RPC across the process boundary. Even faking a raw _host_call("mcp", ...) in the analysis kernel won't return a capability: the daemon checks permission before dispatch.

Related stories

  1. Claude does nine loops, one past the N=4 physics record
  2. WHO Africa and CEPI turn to Claude in an Ebola outbreak
  3. Claude found a CRISPR-like puzzle hidden in phage DNA
  4. Anthropic's 225 bug finds, one attack in the wild
  5. Claude Fable knocked 20 bits off most popular hashes
  6. Anthropic's new wet lab puts Claude in charge of robots

Comments

No comments yet. Be the first.

Join the conversation

Sign in with Google to leave a comment. Your name and avatar come from your Google profile, and the comment appears after moderation.

We only use your name and avatar from Google. We never store your email address.