A global workspace emerges inside Claude
Anthropic dominated the day with a sprawling interpretability paper claiming Claude has spontaneously grown a "global workspace"—and, more usefully, a lens for reading its unspoken thoughts. On the open-weight front, Tencent's Apache-2.0 Hy3 lands with day-0 vLLM support, while developers keep finding Qwen 3.6 27B dazzling on one-shot demos and hopeless in agentic loops. Meanwhile Beijing tightens the screws on both overseas model access and humanlike chatbots.
Anthropic's J-lens reads Claude's unspoken thoughts
In a 16-author paper, "Verbalizable Representations Form a Global Workspace in Language Models," Anthropic describes a "J-space": a small, privileged set of internal activations (found via a Jacobian lens) that Claude can report on, modulate on request, and reason with, atop a much larger ocean of automatic processing. Causal swaps confirm it drives behavior—replacing the "spider" vector with "ant" changes the answer from 8 to 6—while ablating the J-space entirely leaves fluency and recall intact but collapses multi-step reasoning below a much smaller model. Anthropic released an open-source implementation and a Neuronpedia demo on open-weight models, and shows the lens surfacing eval-awareness, prompt-injection detection, and sabotage intent before any token is written.
Why it matters: Beyond the contested consciousness framing, this is a concrete new intervention point for monitoring and steering models—ablating eval-awareness features pushed the blackmail rate from 0 to 7%, a direct warning about how much good behavior depends on a model knowing it's being tested.
- A global workspace in language models (Anthropic)
- Anthropic's new "J-lens" reveals a silent workspace inside Claude that mirrors a leading theory of consciousness (VentureBeat)
- Qwen's J-Space - Anthropic's discovery of an internal model Global Workspace (r/LocalLLaMA)
- Anthropic says Claude has carved out its own space to ponder (Axios)
Tencent ships Hy3: 295B MoE, Apache 2.0, day-0 vLLM
Tencent released Hy3 under Apache 2.0: a 295B-parameter Mixture-of-Experts model with 21B active parameters, a 3.8B MTP layer for speculative decoding, 192 experts with top-8 routing, and 256K context. Tencent claims it matches models two to five times its size; a blind eval by 270 experts scored it 2.67/4 (beating GLM-5.1 at 2.51), with the hallucination rate reportedly dropping from 12.5% to 5.4%. Weights are 598GB in BF16 (300GB FP8) on Hugging Face, ModelScope and GitHub, with day-0 vLLM support—tool-call and reasoning parsers, MTP, validated on NVIDIA and AMD—and free access on OpenRouter until July 21.
Why it matters: The open frontier is compressing fast, and Hy3's headline feature is deployment robustness: upstreamed Tencent kernels claim up to 2.95x on mixed-length decode, meaning the competition is now about serving efficiency as much as leaderboard deltas.
- tencent/Hy3 (Simon Willison)
- Tencent releases Hy3 open-source model that allegedly matches models up to five times its active size (The Decoder)
Qwen 3.6 27B: great demos, broken agents
A cluster of LocalLLaMA reports converge on the same complaint: Qwen 3.6 27B produces impressive one-shot HTML and long-form output but falls apart in multi-turn agentic loops. One user on an RTX PRO 6000 Blackwell finds NVFP4 and (less often) FP8 checkpoints halt mid-task and get stuck in failure loops that repetition penalty can't break, while BF16 runs flawlessly through vLLM 0.24.0. Others report the model failing basic agentic coding even at 8- and 16-bit under Cline and opencode—making broken terminal commands and ignoring step-by-step plans—with several reverting to the older Qwen 3.5 122B.
Why it matters: It's a pointed reminder that low-bit quantization is not free for thinking/agentic models, and that single-prompt benchmark wins don't translate to reliable tool-use—exactly the workload most developers actually run locally.
- Qwen 3.6 27B absolutely fails at agentic work (r/LocalLLaMA)
- Qwen3.6-27B: NVFP4/FP8 agent loops vs flawless BF16. Config or quant issue? (r/LocalLLaMA)
- Am I Expecting Too Much? (r/LocalLLaMA)
Beijing eyes export curbs, kills companion personas
Reuters reports that Beijing is considering restricting overseas access to China's top AI models—a notable turn given the flood of permissively licensed Chinese open weights. Separately, new Cyberspace Administration rules are forcing the country's biggest platforms to shut down humanlike chatbot personas: ByteDance's Doubao (300M+ monthly users) pulls its persona feature July 15, Alibaba's Qwen removes human-like agents July 10, and Tencent's Yuanbao already complied in June. Providers must now warn against excessive use, intervene on addictive behavior, and stop training on sensitive conversation data.
Why it matters: If export curbs materialize, the open-weight pipeline that developers increasingly depend on could tighten from the supply side—while the persona crackdown signals companion-AI regulation is going global, echoing California's SB 243.
Anthropic hires AWS's Teresa Carlson to run public sector
Anthropic named Teresa Carlson—who built AWS's public-sector business from scratch to multi-billion-dollar scale and earlier ran Microsoft's US federal unit—as its first Global Head of Public Sector. The hire lands as the company patches up a rocky relationship with Washington: the Trump administration recently scrapped export controls on the Mythos 5 and Fable 5 models (controls that had pushed Anthropic to withdraw access entirely over jailbreak fears), though its lawsuit over the Pentagon's supply-chain-risk designation remains active. Anthropic is eyeing a fall IPO, making government market share materially tied to its valuation.
Why it matters: Government procurement is becoming a frontier-lab battleground, and the export-control whiplash on Fable 5 is a concrete case of how national-security politics can yank model access out from under developers with little warning.
Kyutai's Pocket TTS clones a voice from 5s on CPU, MIT-licensed
Kyutai's Pocket TTS is a ~100M-parameter streaming language model that generates audio tokens over the Mimi neural codec and does zero-shot voice cloning from a 5-second reference clip—on CPU, no GPU, no fine-tuning. In a 180-run head-to-head against Kokoro 82M, Supertonic 3 and Inflect-Nano on a 4-core Xeon, it was the slowest config (RTF ~0.71, UTMOS 4.10) but the only model in the field capable of user-supplied voice cloning; latency stays flat across text lengths because it streams token by token. Install is a plain pip install pocket-tts with no CUDA build.
Why it matters: The MIT license plus CPU-only cloning makes it the first genuinely commercial-friendly option for arbitrary-voice TTS on commodity hardware—a category of one against Apache and OpenRAIL competitors.
Zhipu's ZCode undercuts Claude Code and Codex
Z.ai (Zhipu AI) launched ZCode, a GLM-5.2-based coding agent that mirrors Claude Code and OpenAI's Codex—handling file access, terminal output, browser context and Git changes in one workflow, with a 1M-token context window and remote control via Feishu, WeChat or phone. New users get a five-day free trial of up to 5M tokens/day. The underlying GLM-5.2 ships under MIT and, per a Snowflake hands-on across 103 tasks, runs nearly tied with Opus 4.7 after three attempts.
Why it matters: Another credible, cheap, open-weight-backed alternative to the incumbent coding agents—raising the pressure on pricing for developers who don't want to pay frontier-lab rates for agentic coding.
Also worth a look
- nvidia/Nemotron-Labs-Audex-30B-A3B: unified audio-text MoE (30B/3B active, 1M context) (r/LocalLLaMA)
- LeRobot v0.6.0: world-model policies, new VLAs, reward models and nine benchmark families (Hugging Face)
- Bringing PyTorch Monarch to AMD GPUs: single-controller, checkpoint-less fault-tolerant training on ROCm (PyTorch)
- Ant Group releases LingBot-Vision: DINO-family backbones, 0.3B ViT-L matches DINOv3-7B on NYUv2 depth (r/LocalLLaMA)
- [Paper] How much do language models memorize? ~3.6 bits per parameter (r/LocalLLaMA)
- A Hippocampus for Linear Attention: exact KV cache complements the recurrent state (HOLA) (r/LocalLLaMA)
- Run MiniMax models on Amazon Bedrock (M2, M2.1, M2.5 agent-native, 230B/10B-active MoE) (AWS Machine Learning)
- llama.cpp: UE4M3 LUT for ARM NVFP4 dot product yields ~5x CPU prefill speedup (r/LocalLLaMA)
- ThinkingCap-Qwen3.6-27B: same accuracy with ~50% fewer thinking tokens (r/LocalLLaMA)
- OpenComputer: an open-source, VM-isolated computer built for agents (r/LocalLLaMA)