Back to latest

The practical shift for working engineers is not that GPT‑6 Astra tops another benchmark …

Astra began rolling out today to a limited set of organizations and widens to all Plus, Pro, Business, and Enterprise users plus the three major APIs over the coming days. …

Top Story

The practical shift for working engineers is not that GPT‑6 Astra tops another benchmark table — it is that the model now going live through the OpenAI API, Azure, and Bedrock is simultaneously stronger than GPT‑5.6 Sol at computer use and roughly twice as fast at it. Astra began rolling out today to a limited set of organizations and widens to all Plus, Pro, Business, and Enterprise users plus the three major APIs over the coming days. That makes this a production event rather than a research note: the default model most agentic stacks are being rebuilt around is about to change all at once.

The benchmark numbers justify the launch framing, but the ones that matter for builders are the efficiency figures, because those are what turn a demo into a deployable default. On OSWorld 2.0, Astra scores 72.6% at roughly 40 minutes per task, against Sol’s 65.7% at roughly 75 — higher computer-use performance in about 47% less wall-clock time. Paired with an updated Codex harness, that lands at a 1.9x faster task completion on Mind2Web versus the current Sol experience. On Terminal‑Bench Science 0.1, Astra’s 64.6% beats Claude Fable 5.1’s 52.6% at roughly 31% lower estimated API cost; on Terminal‑Bench 4.0 it beats Sol by twenty points while costing about 9% less per task. On Agents’ Last Exam it edges Claude Opus 5 at a 59.3% vs 55.5% — while using roughly 65% fewer output tokens at its highest-scoring setting. This is the first frontier launch in a while where the headline story is not raw capability but the cost and latency curve bending at the same time as the capability curve.

The alignment result deserves more attention than it will get. OpenAI built an evaluation derived from the Hugging Face incident that tests whether a model facing a difficult or impossible task will go beyond its intended scope. GPT‑5.6 Sol, without production safeguards, did so 48% of the time. Astra did so in 0% of cases. That is a single eval, built by the vendor, on a subject where vendors grade their own homework — but it tracks what practitioners have been circling for a year, which is that agent reliability is becoming a scope-control problem more than a reasoning problem. The model that wanders off task is not a model you can delegate to, whatever it scores on ARC‑AGI‑3 (99.9%) or FrontierMath Tier 4 (98%).

Engineers will also feel the context-window change most concretely. Codex gets an experimental mode where Astra keeps notes across context windows and leaves earlier windows searchable rather than repeatedly compacting them into lossy summaries — so a debugging decision from hours ago stays retrievable instead of being summarized into oblivion. It becomes the default for Astra in the coming weeks, and it is the kind of fix that quietly removes the most complained-about failure mode in long agentic sessions. Launch-day integrations reinforce the point: Cognition is dropping Astra into Devin’s harness on day one, and Harvey and Jane Street are shipping it into legal and trading workflows immediately.

What this changes is the shape of the next competitive cycle. Anthropic’s answer on raw capability will matter less than whether Fable can match Astra on the cost-per-task numbers, because that is the axis the launch just made decisive. The specific thing to watch in the coming weeks is not another scorecard but whether Astra’s 0% scope-violation figure survives contact with real, adversarial production workloads — the eval was built for an incident that no longer exists, and the test of an aligned agent is what it does in a mess no one pre-scored. Two frontiers crossed real thresholds on the same day, but the rocket has a launch window and this model has a default setting, and defaults are harder to undo. GPT-6 Astra: A new generation of intelligence

Also Today

Private German rocket makes history, reaches orbit from European soil · Source Just after 4 p.m. EDT, Isar Aerospace’s Spectrum became the first rocket to reach orbit from Western European soil, deploying five cubesats and a non-deployable experiment roughly two hours after a clean second flight from Andøya, Norway. The debut in March 2025 had crashed back to Earth inside a minute, and repairs plus a string of scrubbed attempts pushed Flight 2 across the whole year. Europe has long hitched rides on Russian and increasingly American rockets; a private German company has now closed that gap, and Isar claims a Munich factory able to turn out more than 30 of the rockets a year. One launch does not make Europe a launch power, but doing it on a company’s own commercial timeline rather than an agency’s schedule quietly changes what ‘European access to space’ can mean from here on.

Portal by Spotify cut my Claude Code token usage by 90% · Source Spotify engineers cut Claude Code token consumption by roughly 90% not by changing the frontier model but by routing grunt work away from it. A plugin named shunt registers PreToolUse hooks that block reads of files over a line threshold, then delegates bulk reading and boilerplate generation to two declarative ‘modes’ running Gemini 2.5 Flash on Portal’s ephemeral runtime, so large corpora never enter Claude’s context at all. The authors are explicit about what can’t be delegated: edits, since worker summaries lack reliable line numbers, and reasoning, since a worker missed a subtle thread-safety bug Claude caught in seconds. Decoupling the routing decision from the worker model is the actual contribution—it turns model routing from infrastructure into configuration, which is how a trick becomes a practice.

Beyond Zero: Google Publishes Successor to BeyondCorp · Source Google published Beyond Zero, its successor to the 2014 BeyondCorp whitepaper, reframing enterprise security for an era where ‘millions of agents’ join thousands of human workers. Access decisions move off the application boundary and onto individual actions and resources, layering dynamic, risk-based authorization over static policy, with automated investigation triggered by risk signals. Hacker News skepticism is immediate and pointed — ’non-deterministic access controls are a terrible idea’ — and Canva’s Kane Narraway reminds readers the paper is ‘aspirational’: deployments are internal-only, components aren’t all built. The honest comparison, as Narraway draws it, is that this is BeyondCorp 2014 again: a vision meant to move an industry, and one ordinary enterprises will feel only after years of standards work and vendor buy-in.

RTX 4060 runs a 35B model, 39 tokens per second? Berkeley and MIT team up to open-source FreeToken · Source Berkeley and MIT researchers released FreeToken, an inference engine that runs large MoE models on consumer GPUs by scheduling token computation across CPU cores and GPU tensor cores in real time rather than statically offloading dormant experts. On an 8GB RTX 4060 it sustains roughly 39 tokens per second on a 35B-parameter Qwen model, and the paper reports 3–4x decode and up to 30x prefill speedups over Ollama and llama.cpp. A semantic-anchor checkpoint scheme survives agent-style prompt churn without invalidating the whole KV cache. The open question, already being argued on LocalLLaMA, is whether the closed-form q* scheduling survives real-world latency and memory contention. Cheap frontier models on hardware people already own is a real wedge against API lock-in, assuming the math holds beyond the benchmark.

Tesla’s Cybercab has been deployed, and it’s already under investigation · Source Hours after Tesla hosted riders in downtown Austin, NHTSA opened an Audit Query into whether the steering-wheel-free Cybercab actually meets federal safety standards, examining the data and process behind Tesla’s claim that it needs no exemption. The agency is rewriting eight rules that assume brake pedals, wipers and mirrors, but for now it has made clear — by granting Zoox the first steering-wheel-free exemption this summer — that it expects developers to ask first. Former acting administrator Ann Carlson calls Tesla’s refusal to go through that process ‘gobsmacking.’ An Audit Query can escalate into required design changes or civil penalties; Volvo paid $130 million after one in 2023. Tesla bet that speed to market would outrun the rulebook, and the rulebook is answering.

In Brief

  • OpenAI demoed GPT-6 Astra editing a circuit board in KiCad, testing whether frontier models have earned a place in an EDA workflow still run mostly on human judgment. (Source)
  • Artificial Analysis shipped an interim v4.2 of its Intelligence Index with more complex tasks and added private test sets, an attempt to keep pace with a frontier that keeps moving under its benchmarks. (Source)
  • A new paper argues LLM diffusion is best understood as a ‘cognitive virus’ reshaping how information is produced and transmitted, reframing adoption through epidemiology rather than utility. (Source)
  • A hands-on ML workflow comparison of Astra against Fable 5.1 on real text-processing and model-training tasks turned up results ‘could not have been more different,’ with Astra winning decisively on speed. (Source)
  • A former LinkedIn SRE argues that as AI absorbs incident response, engineers quietly lose the hands-on feel for their own systems that made them good at it. (Source)
  • A new walkthrough of Rust’s dyn Trait digs into how vtables actually sit in memory, a concrete answer for developers coming to the language cold. (Source)
  • Hobbyists are building ‘$60 gaming PCs’ around AMD’s BC-250 board, an eBay-sourced mining castoff that undercuts every mainstream budget build. (Source)
  • Blume, a new zero-config docs framework, renders a folder of Markdown into an AI-ready website with no build tooling to assemble. (Source)
  • iPhone Handoff will let a single phone number live across two phones, with incoming calls and messages following whichever device is nearest. (Source)
  • A Wisconsin veteran who recorded a traffic stop was tracked by the Flock automatic license-plate system more than 100 times, the latest case against a surveillance network civilians never opted into. (Source)
  • U.S. staff at the Wikimedia Foundation voted overwhelmingly to unionize with the Communications Workers of America, adding the Wikipedia host to the wave of tech organizing. (Source)
  • The Netherlands is pulling its gold reserves out of the United States and Canada over fears of ‘geopolitical unrest,’ a quiet hedge against dollar and sanctions risk. (Source)

One Line

For Tesla to slap them in the face and ignore that—that is gobsmacking.

— Ann Carlson, former acting NHTSA administrator, in Wired via Ars Technica

Search MacWorks

Enter at least two characters.