Tuesday, 11 August 2026

Claude improves the Riemann zeta zero bound from 41.6% to 67.2%; Meta releases Muse Glimmer as a 30B open-weight model for local agents; AI adoption may undermine the very expertise needed to oversee it

Today's Lead

Engineering

Anthropic

Learning More About Claude's Mathematical Capabilities

An unreleased Claude version improved a mathematical bound for the Riemann zeta function zeros from 41.6% to 67.2%. The model used two sessions and created 650 ideas before coordinating 60 subagents. These subagents ran shell commands and created Python scripts to validate the work. The researchers verified the work with a formal proof in Lean language and external review. This work shows that artificial intelligence (AI) can extend mathematical research with existing techniques.

Read →

Engineering

Latent Space

Muse Glimmer and Spark: Open Weights Return Personal Superintelligence Promise

Meta released Muse Glimmer, a 30 billion parameter open-weight model for local agent workflows on consumer hardware. The company plans to release an open-weight version of Muse Spark 1.2. Zuckerberg outlined a vision for personal superintelligence available to all users, which differs from competitors that build AI for institutions.

Read →

Vercel

A Sandbox Without a Network Boundary is Only Half a Sandbox

Vercel explains that complete sandboxes need both compute isolation and network isolation for untrusted code. Compute isolation prevents access to the host machine. Network isolation ensures code cannot reach external systems. Compute isolation alone is insufficient because code can exploit network pathways to cause harm. Vercel enforces network isolation through host-level firewalls, DNS filtering, and credential injection at network boundaries.

Read →

danluu.com

What's the Best Programming Language for Coding Agents?

The article tests the common claim that dynamic programming languages reduce token costs for large language model (LLM) based coding agents. The author finds that differences between language types depend on the task and disappear for complex implementations. Testing shows that trivial benchmarks produce misleading results, and the focus should shift to feedback mechanisms and tooling support.

Read →

blog.yossarian.net

GitHub Actions Needs OIDC Audience Constraints

GitHub Actions allows jobs to request OIDC tokens with any audience at runtime. Compromised third-party code could request tokens for unintended services and gain access to additional resources. The author proposes constraining token audiences at the permission level to prevent such misuse.

Read →
Humanities

JSTOR Daily

The Long History of Sexpionage

Sexpionage refers to the use of sexual tactics by intelligence agencies to gather information. The Soviet Union formalized this method during the Cold War and designated female operatives as sparrows and male operatives as ravens. Intelligence agencies used sexual tactics to try to compromise world leaders like Indonesian President Sukarno, but these efforts often failed. Modern applications of sexpionage raise concerns about privacy and consent in national security operations. The term now extends to cybersecurity, where honeypots refer to decoy systems that trap intruders.

Read →

9p.io

Odd Comments and Strange Doings in Unix

This article records cryptic code comments and technical anecdotes from early Unix development at Bell Labs during the 1970s. Early developers embedded strange phrases in code, such as an enigmatic error message that came from an interrupted patent application printout. The famous comment 'You Are Not Expected to Understand This' reflected genuine uncertainty about the broken savu/retu process switching mechanism, not developer mockery. The Unix team eventually redesigned the entire system after recognizing fundamental flaws. Hardware debugging required detective work beyond formal documentation, as crucial circuit connections were missing from electrical diagrams.

Read →