Monday’s pacing fight went global: China’s Foreign Ministry called the lab-CEO slowdown warnings fearmongering, its Ministry of State Security issued its first statement on AI, and AI-linked Asian stocks fell 5%+ — while Microsoft answered with a self-authored model code of conduct rather than any deceleration commitment. Around it, arXiv came back from the weekend with two harness papers worth reading: the first honest measurement of the SKILL.md pattern (real gains on some repositories, indistinguishable from run-to-run variance on others) and a same-model test of whether vendor harnesses actually win (neither pairing resolves an advantage). Also here: a strace teardown of Claude Code Web’s Firecracker microVM, a take-apart of the leaderboards this digest keeps quoting, the Agent Incident Registry’s 487 source-linked cases, and the data-center pollution report behind the EPA story.
Lead — The pacing fight goes global
- Continued: China calls the slowdown warnings “fearmongering”; Asian AI stocks fall 5%+ — day 2 of coverage (base specs in yesterday’s digest). Beijing’s Foreign Ministry pushed back on the lab-CEO safety warnings — “fearmongering, confrontation, and vicious competition … serve the interests of no one” (Bloomberg) — while China’s Ministry of State Security issued its first statement on AI, warning of risks to political and social security including cyber defenses. The market read is the harder datapoint: AI-linked Asian names sold off on the pacing call, SoftBank, Kioxia, SK Hynix, Minimax and Z.ai down 5%+. China’s own counter-proposal, verified directly: Xi’s BRICS announcement of a BRICS AI open-source community plus a digital-ecosystem cloud platform and LLM cooperation — notably silent on the safety debate. Flagged: Bloomberg/FT paywalled, Reuters blocked extraction (antibot) at check time; URLs as supplied by the collector, claims reported as reported. (Techmeme · Bloomberg · FT · Reuters · CNBC)
- Continued: Microsoft’s MAI code of conduct, and Altman’s no-need-to-wait — day 2 of coverage (base specs in yesterday’s digest). The second new beat is where the labs are putting their names: Nadella says Microsoft welcomes the “deliberate pacing needed to get alignment right” and announces a Code of Conduct for its MAI models, while Altman says OpenAI welcomes a federal framework but does “not believe we need to wait” for an antitrust exemption or a law to pace responsibly — a different commitment from yesterday’s evaluator-access one. Behind it, Anthropic, OpenAI and Google have been in working-group meetings since July on an industry-led standards body (sources, paywalled). Note the shape: pacing language plus self-authored rules — no deceleration commitment from anyone except the original essay. (Techmeme · X @satyanadella · X @sama · The Information)
Agent frameworks & tooling
- Skill Issue: Lessons from Optimizing Repository SKILLs for Coding Agents (arXiv 2609.12742, submitted Sep 11) — the first honest measurement of the SKILL.md pattern this stack leans on: tasks are mined from merged PRs reverted at a single frozen base commit, and a candidate document is scored by whether the same agent does better with it than without. Over three Kotlin repositories, GEPA-found documents raise that score 4.9pp on average while SkillOpt-found ones land 0.1pp above the seed — and the authors state plainly that at one repository’s dataset size the GEPA gain cannot be separated from the agent’s own run-to-run variance. The best evidence for the pattern is qualitative: a maintainer of one repo found knowledge in the docs “one only gets by working in the project.” (arXiv)
- Harness or Model? Isolating the Harness Effect in Agentic Coding (arXiv 2609.11987, submitted Sep 8, revised) — the paper behind the assumption that vendor-native harnesses win: 792 of 800 planned runs graded on a private 256-task suite, same-model contrasts. Neither pairing resolves an average advantage (Opus 4.8: claude-agent-sdk 48.8% vs deepagents 50.0%, −1.25pp, 95% CI [−10.0, +7.5]; GPT-5.5: codex SDK 55.6% vs deepagents 54.4%, +1.25pp, CI [−4.4, +6.9]). The Opus average hides opposite strata (−9.0pp on 61 repository tasks, +23.7pp on 19 contest tasks, p = 0.003) and the authors flag that partition as chosen after seeing the data and needing designed replication. Two details worth carrying into your own eval harness: 22 of 81 runs cancelled at the wall-clock ceiling had already produced a passing patch, and the cost comparison was re-priced after a telemetry defect in the authors’ own earlier manuscript — with 58 Anthropic runs missing usage records, so the billed ordering stays unresolved. Orchestrator, grading oracle and reanalysis code released; the tasks stay private. (arXiv)
- Reverse-Engineering Claude Web’s MicroVM: Anthropic’s hidden “Antspace” (HN 96 · 21 comments) — a full teardown of how Claude Code Web actually isolates a session, obtained with nothing but
strace,stringsandgo tool objdumpinside the session (no exploit): Firecracker microVM, 4 vCPU/16GB/252GB, kernel 6.18.5, PID 1 is a customprocess_apiexposing a WebSocket process supervisor on :2024 and an HTTP container-control API on :2025, sessions restored from frozen VM snapshots with block devices hot-swapped at load (vda rootfs + squashfs overlays), plus an unstripped Goenvironment-managerbinary naming an unreleased internal PaaS. Directly reusable if you build agent sandboxes — snapshot-resume hygiene (init_on_free=1, CRNG reseed, cache drop,CAP_SYS_RESOURCEdrop) is the checklist. Honest caveat: the analysis was performed in March 2026 and resurfaced on HN today; it is new to the feed, not new work. (HN) - Bad benchmarks and evals: Senior SWE-Bench, napkin math, and winter tires (HN 31 · 12 comments) — Dan Luu taking apart the leaderboards this digest has been quoting: DeepSWE’s 113 tasks × 4 runs rank GPT-5.5 above Fable 5 on names that are mostly in languages he doesn’t use agents for (4 of 79 differing tasks in Rust; ~1 of 113 resembles his work), and Senior SWE-Bench adds discontinuous “tasteful solve” thresholds — on one task GLM-5.2 passes at 121 LOC against a 61-LOC reference, so one more line flips the result, from a single run per condition. Same post shows the popular napkin-math numbers are wrong (random-memory latency measured without data dependencies; SSD reads that touch page cache; 8 GiB/s seq read vs Google’s 5,000 MiB/s spec for the 8-disk instance). Reviewed with Aaron Levin, who ran an evals team at Anthropic. (HN)
Models & research
- Reality Is the Final Verifier: On Two Key Gaps in Agentic Software Engineering (arXiv 2609.12039, submitted Sep 10) — Berkeley (Krentsel, Cemri, Mao, Zaharia, Stoica et al.) frames agentic SWE failure as a requirement gap (requirements only approximate stakeholder intent) plus a model gap (the environment model only approximates deployment), and shows the two failure modes fall out of it: reward hacking exploits the omissions, hallucination widens the gaps by fabricating assumptions. Because neither can be certified closed in a changing world, the move is an assurance-revision loop that uses deployment evidence to revise requirements, environment model or evaluator — and the bottleneck is resource allocation across human judgment (requirement gap) and faithful, costly evaluation (model gap). A position paper, explicitly not an experiment — no results table, so nothing here to adopt except the framing. (arXiv)
- The Agent Incident Registry (arXiv 2609.11030, v2 Sep 11) — 487 source-linked agent-related records from 2022–2026, each with evidence, a stable identifier and missingness-aware labels for causal role, disclosure class, mechanism and outcome; all 487 were re-checked by a second human reviewer. Of the 336 generative-system records where the agent acted, 81 involved realized harm (24%) — and the authors say outright that this share reflects collection composition rather than deployment risk. The useful output for eval design: InjecAgent’s 1,054 cases occupy three of the registry’s twelve surfaces and are all attacker-triggered, while the registry holds 92 no-adversary safety failures — i.e. scope your agent-security evals beyond injection. Project page at enkryptai.com/air; explicitly not a failure-rate estimate. (arXiv)
- Open-Source AI & Open Models Reading List (Nathan Lambert, HN 115 · 22 comments) — a curated, actively maintained entry point to the open-weights debate, updated Sep 13 and open to additions: what open models are and why labs ship them (Solaiman’s release-gradient paper), the data-commons collapse, the US-China competition thread, safety positions (Thinking Machines’ safe-path-to-open-weights, the societal-impact paper), and adoption data (ATOM report, adoption dashboard, artifacts hub). Useful as the reference shelf for the open-weights argument rather than as news. (HN)
Policy & provenance
- Trump is giving data centers a pass to pollute (The Verge, Sep 12 · via Techmeme) — the externalities story with an actual document behind it: the Environmental Protection Network’s report identifies 30 federal actions since January 2025 that its former-EPA authors say worsen health risks from data-center pollution, 17 of which specifically mention AI or target data centers, and proposes a “Data Center Health Protection Pledge.” Cited inside: a UC Riverside/Caltech/RIT study (arXiv 2412.06288) projecting up to 1,300 premature deaths and $20B+ in public health costs by 2028. Quotes from Lynn Goldman and Marc Boom, with the EPA’s response (“returned regulations to the best reading of the Clean Air Act”) included. Article dated Sep 12 — surfaced by Techmeme today. (Techmeme · The Verge)
All gathered items - what was cut and why (37)
- Fable 5.1 Solves the Cyphral Distich, a 370-year-old cipher - DEDUP: the standalone site post claude-fable-5-1-solves-the-cyphral-distich (Sep 13) owns the fuller treatment; a digest line would be pure duplication (HN 981 · 423 comments · lobste.rs)
- Astra and Fable still hack on simple variants of alignment evals from 2025 - DEDUP: the standalone site post astra-and-fable-still-hack-alignment-evals (Sep 13) already owns it (HN 442 · 206 comments)
- There’s No AI Exemption From Laws Already on the Books — Lina Khan - DEDUP: already published as a standalone site post, checked as a candidate and dropped (standalone site post)
- P(doom) — Armin Ronacher - DEDUP: already published as a standalone site post, checked as a candidate and dropped (standalone site post)
- No, AI Is Not “Autonomously Hacking” — Cal Newport on Better Offline - DEDUP: already published as a standalone site post, checked as a candidate and dropped (standalone site post)
- Why The Future Of Content Is Born Multilingual — Olga Beregovaya - DEDUP: already published as a standalone site post, checked as a candidate and dropped (standalone site post)
- Occamy-1.0: Open Pareto-frontier 35B Intelligence for Co-work - STALE: real open 35B co-work model (weights + a subset of training data, on Qwen3.6-35B-A3B), but first announced ten days ago and the “low-cost knee of the Pareto frontier” claim is measured under the authors’ own pricing protocol (arXiv)
- WinSyn: An Automated Pipeline for Realistic Enterprise Question-Answering Evaluation - LOW_UTILITY: same-batch agent paper cut for capacity; two harness papers with released code already took the slots (arXiv)
- Look Before You Leap: Pre-Action Verification for LLM Agents - LOW_UTILITY: same-batch agent paper cut for capacity (arXiv)
- EvoHarnessBench: Can Your Agents Keep Pace with an Evolving Harness? - STALE: Sep-4 cross-list in a batch where two fresh harness papers took the slots (arXiv)
- Graph-of-Skills: Dependency-Aware Structural Retrieval for Massive Agent Skills - STALE: April cross-list (arXiv)
- LifeMem: Enabling Lifelong Experience Reuse for LLM Agents - LOW_UTILITY: crowded, mostly-incremental long-term-memory beat (arXiv)
- CueMem: Cue-Guided Context Reconstruction for Long-Term Conversational Memory - LOW_UTILITY: same crowded memory beat (arXiv)
- SoK: Rethinking Jailbreaking in the Era of Agentic AI: Attacks, Defenses, and Practical Considerations - LOW_UTILITY: incremental security survey, cut for capacity (arXiv)
- Capable but Careless: Do Computer-Use Agents Follow Contextual Integrity? - LOW_UTILITY: June cross-list, cut for capacity (arXiv)
- Source: Anthropic signed a $13.7B, six-year deal to lease compute from Rum Group’s upcoming Georgia data center - LOW_UTILITY: money moving, no stack action (The Information · Techmeme)
- Source: Anthropic has selected the Nasdaq for its potential IPO, amid AI risk concerns - LOW_UTILITY: corporate timing, no artifact (Business Insider · Techmeme)
- Sources: Anthropic told investors it will be profitable for a second straight quarter, with 80%+ gross margins before partner revenue and training costs - LOW_UTILITY: financials, no stack action (FT · Techmeme)
- Z.ai says it plans to raise $5B+ via equity and debt to fund its AI investments - LOW_UTILITY: funding round, no artifact (WSJ · Techmeme)
- Sources: SoftBank sealed a two-year loan facility to support its OpenAI investment, securing $11.87B in commitments from ~20 banks - LOW_UTILITY/OFFSTACK: financing, no stack action (Bloomberg · Techmeme)
- Sources: Australian data center provider Firmus is seeking to raise up to $5B in an IPO at the end of October - LOW_UTILITY: IPO datapoint, no artifact (Bloomberg · Techmeme)
- Document: Samsung and SK Hynix rejected KEPCO’s proposal to prepay ~$18.7B of chip cluster power bills, citing uncertainty over load growth - LOW_UTILITY: power-procurement standoff with no stack action (Reuters · Techmeme)
- How hyperscalers like Amazon, Microsoft, and Google are siding with consumers on data center power costs and sweetening offers for communities - OFFSTACK: utility politics, not the LLM stack (The Information · Techmeme)
- Current and former NSA officials: the NSA plans major restructuring to form five new units for AI, China, cybersecurity, warfighting - LOW_UTILITY: sources-say personnel reorg with no artifact (WaPo · Techmeme)
- House Speaker Johnson says Congress won’t lead the charge on regulating AI safety - LOW_UTILITY: a quote; the pollution report had a document and took the single policy slot (Axios · Techmeme)
- Dario Amodei says the “toughest dilemma” about his “pace the frontier” proposal is what happens if China doesn’t slow - DEDUP: same thread as today’s Lead; folded in rather than re-reported (CNBC · Techmeme)
- President Trump dismisses calls for an AI slowdown - DEDUP: same thread as yesterday’s hands-off item (FT · Techmeme)
- The Local LLM community feels like the golden era of the internet all over again - DRAMA: nostalgia thread, no artifact (r/LocalLLaMA 993)
- OK guys, let’s be honest 1 minute about local LLM - LOW_UTILITY: opinion thread, no artifact (r/LocalLLM 242)
- AI labs have been crying wolf about AI safety since 2019 as a marketing stunt. Are we being conned? - LOW_UTILITY: opinion thread, no artifact (r/Anthropic 378)
- ADD developers are moving like lightning with AI, normies beware - DRAMA: shitpost with no artifact (r/ClaudeAI 747)
- The reason behind why your game looks AI and will have a hard time being accepted in the market is because you are not a game director - LOW_UTILITY: gamedev opinion thread (r/aigamedev 189)
- Agi-memory – persistent memory for AI coding assistants, no dependencies - UNVERIFIABLE: a real dependency-free memory tool, but four points and zero community validation (r/opencode 4)
- coolhand: “With AGI overwhelming the news again, I repeat: there is no path to intelligence via LLM” - STALE: 22 of the run’s 23 Bluesky items are 2024–2026 historical; the newest is this opinion post and the source had zero keeps (Bluesky 516)
- Who Gets to Define the Rules for AI? - LOW_UTILITY: vendor essay, 0 points on lobste.rs (Cohere · lobste.rs)
- This PCB is brought to you by Fable 5 - LOW_UTILITY: hobby hardware post, 11 points on lobste.rs (a6mzero.com · lobste.rs)
- The US Senate digital assets subcommittee releases a revised “final offer” of the Clarity Act - EXCLUSION: crypto-adjacent, dropped pre-scoring (Cointelegraph · Techmeme)