Signal · vanemmerik.ai
Saturday, August 29, 2026
← archive · today's edition →

Signal archive · Aug 29, 2026

An archived edition of vanemmerik.ai/Signal, preserved exactly as published — including that day's generative art seed.

That day's lede

Anthropic previews a universal standard for AI to control lab and robotics hardware

Anthropic on Aug. 27 unveiled the Model Hardware Standard (MHS), a research preview of a common driver specification that lets Claude and other AI agents discover and operate physical lab equipment — liquid handlers, robotic arms, microscopes, plate readers, qPCR machines, lasers, centrifuges — without a bespoke integration program for each device. In early tests with partners including Genentech, Carnegie Mellon, QuEra Computing, and HHMI Janelia, MHS cut instrument-integration time from months to as little as a week and let Claude autonomously tune a laser-recovery system from a 58% to a 99.3% success rate. MHS isn't open source yet — Anthropic is sharing an early version with partners across science, robotics, electronics, and manufacturing to build safety evaluations before opening the standard up, since Claude's spatial and physical reasoning, learned only from text and images, still requires expert oversight. The announcement, alongside a companion push to expand Claude access for scientists, was the standout news of an otherwise quiet stretch — Anthropic's own channels have said little since, apart from routine Claude Code releases.

Claude Code · Aug 28

Claude Code 2.1.251 patches a working-directory symlink escape, adds spend/cache visibility

Version 2.1.251, released Aug 28, fixes file tools (Read, Write, Edit) being able to follow a symlink swapped into the working directory after the permission check — letting them read or write outside the approved location — and closes a path-traversal hole where a plugin marketplace entry's command could point outside the plugin directory. The same release adds a spend-limit bar to /usage, a per-session prompt-cache line to /cost, live streaming of a foreground subagent's tool calls to Remote Control, and new PreModelSwitch/PostModelSwitch hooks.

Claude Code · Aug 27

Claude Code adds a --restricted mode, closes a credential-file exposure bug

Version 2.1.248, released Aug 27, adds --restricted (or CLAUDE_CODE_RESTRICTED=1), which strips out the tools that run commands or code plus WebFetch, confines file tools to the working directory, and refuses bypassPermissions. The same release extends cross-session messaging to sessions on Bedrock, Vertex, and Foundry, and fixes /ultrareview and locally seeded cloud sessions uploading uncommitted edits from prod.env-style files and credential-adjacent temp files (like key.pem.tmp) to the cloud session.

Anthropic · Aug 27

Anthropic opens 10,000 discounted Claude Team seats for scientists

Alongside the hardware standard, Anthropic said Aug 27 it's opening 10,000 Claude Team seats to scientists at academic and nonprofit institutions — standard access free, premium seats with 5x usage limits at $15/month for a year — with plans to expand beyond that initial batch. It's also broadening its AI for Science program past biology to other compute-heavy fields, offering up to $50,000 in credits per project, while biology and chemistry researchers stay capped at Opus-class models pending a Mythos-class access program being worked out with the U.S. government.

Claude Developer Platform · Aug 27

Claude Console adds personal and service-account API keys

The Claude Console now supports personal keys and service-account keys that act with the same permissions as the linked account and stop working once it's removed from an organization, giving admins clearer per-account usage tracking; workspace API keys remain supported as a legacy option. The same day's SDK releases (Python 1.2.0, TypeScript 0.122.0, Go 1.68.0, Java 2.59.0, Ruby 1.67.0, C# 12.44.0) drop the beta headers from client.beta.files and client.beta.skills, folding those into the stable client.files/client.skills shapes.