The Intake — Tuesday, September 9, 2026

On the substrate

Anthropic researchers identify an internal workspace inside language models that handles flexible reasoning

Anthropic / Transformer Circuits VentureBeat Tom's Hardware

Anthropic researchers have identified a specific internal structure inside Claude — the J-space — responsible for the model's capacity for flexible reasoning. The finding was published in "Verbalizable Representations Form a Global Workspace in Language Models" on July 6.

The J-space accounts for roughly 6–7% of any concept's representational variance inside the model. It is nearly entirely responsible for multi-hop reasoning, analogy completion, and translation. Compositional task performance depends on it as well. The researchers discovered it using a technique they call the Jacobian Lens, or J-lens — an analysis method that traces which representations a given output depends on. The J-space was not engineered into the model; it emerged.

When the J-space is ablated — removed from the processing path — multi-hop reasoning and analogy collapse. Translation and composition fail in the same way. Simple text classification remains largely intact. The findings satisfy five functional properties associated with conscious access. Those properties are drawn from Bernard Baars's global workspace theory. Anthropic says the results do not establish that Claude has subjective experience.

If you work with models on tasks that require multi-hop reasoning or analogical composition, this research names the internal substrate those capabilities run on.

CrowdStrike Falcon Guardian adds runtime enforcement for AI agents, blocking unauthorized execution at the endpoint

CrowdStrike SiliconANGLE Channel Insider

If you build AI agents that run on managed Windows or macOS endpoints, CrowdStrike's Falcon Guardian is the enforcement model taking shape at that layer. Falcon Guardian launched September 1 at CrowdStrike's Fal.Con 2026 conference.

CrowdStrike says the product discovers known and shadow AI agents running on endpoints. Shadow agents are those not in an administrator-defined approval list. It builds a causal chain from user prompt through identity and tool call. The chain traces to downstream system action. Agents outside the approved list are blocked at runtime. The core product is available now. An AI Gateway for enterprise-wide traffic policy enforcement is in pre-beta. General availability for the gateway is expected in Q4 2026.

If your agents run on Windows or macOS endpoints in managed enterprise environments, Falcon Guardian is the enforcement layer that will discover and block them if they're not on an administrator-approved list.

---

For operators

OpenHands 1.0 ships production-grade Docker sandbox for self-hosted autonomous coding agents

GitHub / All Hands AI DEV Community byteiota

If you've been evaluating a move from commercial per-task coding services to a self-hosted setup, All Hands AI released OpenHands 1.0 on September 8. It is the first version of the MIT-licensed autonomous coding agent to ship a production-grade security sandbox.

The sandbox uses Docker volume isolation to restrict filesystem access. A SecurityAnalyzer component rates tool calls as low, medium, or high risk. A ConfirmationPolicy requires human approval before flagged actions execute. SWE-bench Verified tests on 500 real GitHub issues. All Hands AI reports OpenHands with frontier models scores approximately 68% on it. With Devstral 24B, the company reports approximately 46.8%. Devstral is an open-weight model. All Hands AI benchmarks the Devstral figure against reported Devin 2.0 performance. At H100 inference rates, the cost per resolved task runs approximately $0.20–$1.05.

If you've been pricing per-task commercial services against self-hosting, the $0.20–$1.05 cost range is the self-hosted baseline figure to measure against.

---