In Brief
Qwen 3.8 and Qwen 3.8‑27B land with open weights
Why this matters now: Alibaba’s Qwen 3.8 family makes state‑of‑the‑art model weights available immediately, lowering the barrier for developers and researchers who want to run large multimodal models locally.
Alibaba released the Qwen 3.8 family — including a massive 2.4‑trillion‑parameter Max model and a practical 27B dense version — and paired the drop with an unusually open posture: the company says “open weights, right out of the gate” for builders who want to run and fine‑tune models on their own hardware. The family reportedly supports very long contexts (native 262K tokens, extendable toward 1M) and multimodal inputs, and Alibaba positions the 27B model as something that can run on a single high‑end GPU for real local experimentation. See the announcement gallery for community reactions.
"open weights, right out of the gate"
Key takeaway: Open weights mean more experimentation, faster community fine‑tunes, and easier local deployment — but they also rekindle familiar safety and misuse trade‑offs now that powerful models are easier to run outside centralized clouds.
Tau Robotics starts invite‑only humanoid cleaning pilot in SF
Why this matters now: Tau Robotics is offering $30/hr humanoid cleaning runs (teleoperated with human supervision), putting robots into real households and testing privacy, labor and scaling questions in public.
Tau Robotics quietly launched an invite‑only pilot offering humanoid home cleanings in San Francisco. The robots handle vacuuming, wiping counters and tidying, but are jointly controlled by a human operator and AI; CEO Alex Koch told reporters, "we are starting to offer a cleaning service with humanoids in SF." The company’s pricing is below local human cleaner rates, and the service records visits — reportedly with rights to use footage to train models — raising immediate privacy and labor concerns. Watch threads on usage‑data licensing, teleoperation labor displacement, and whether such pilots become sustainable beyond early demos. See the video/pilot coverage.
"we are starting to offer a cleaning service with humanoids in SF."
Key takeaway: This is a concrete market test of humanoid robotics; early wins could accelerate investment, but footage collection and teleoperation economics are the policy flashpoints to follow.
Deep Dive
A 150M‑parameter recurrent model scores 29.5% on ARC‑AGI‑1 at $0.0007 per task
Why this matters now: The BDH‑CQ paper claims a 150M‑parameter recurrent model reached 29.5% pass@2 on ARC‑AGI‑1 while costing roughly $0.0007 per task — a potential new point on the cost‑accuracy frontier for abstract reasoning benchmarks.
A new preprint argues you don’t always need enormous feed‑forward transformers to move the needle on reasoning benchmarks. The model, called BDH‑CQ, is a 150‑million‑parameter recurrent network that reportedly “solves a query through iterative computation in a high‑dimensional latent space, without verbalizing its intermediate reasoning,” combining in‑context learning with a continually updated recurrent memory at inference time. The team reports 29.5% pass@2 on ARC‑AGI‑1 and a per‑task inference cost estimate of $0.0007, which the authors frame as breaking the previous cost‑accuracy Pareto frontier for this benchmark; the paper is on arXiv.
"solves a query through iterative computation in a high‑dimensional latent space, without verbalizing its intermediate reasoning"
Two quick technical points to keep clear: ARC‑AGI‑1 is a public set of abstract reasoning problems designed to stress generalization beyond text patterns; and “recurrent memory at inference time” here means the model carries a learned state across iterative computation steps instead of generating long textual chains of thought — the cost wins come from keeping inner computation compact and avoiding large autoregressive decoding costs.
Why the result is intriguing: it suggests architectural and algorithmic tricks (recurrent updates + in‑context learning) can yield substantial efficiency gains, making capable problem‑solvers cheap enough to run widely. That has practical implications for on‑device reasoning, research accessibility, and reducing cloud bills for reasoning workloads.
Why to be skeptical: benchmark wins can be brittle. As many commenters noted, improvements on a focused test like ARC‑AGI‑1 don’t necessarily transfer to broader reasoning tasks. “Benchmark‑maxing” is a real risk: teams can tune preprocessing, tokenization, or evaluation hacks that boost a score without delivering generalized cognition. The claim about a new Pareto frontier also hinges on the cost model assumptions (hardware, batching, and amortization), which vary in practice.
What to watch next: independent replication, open‑source code and weights (if released), and evaluations on other out‑of‑distribution reasoning tests. If the approach holds up, it would change how teams trade model size for runtime architecture and could spark renewed interest in compact recurrent designs.
Anthropic internally uses a model better than Mythos 5 — but it won’t be released
Why this matters now: Anthropic’s risk report says an internal "Model 2" outperforms Mythos 5 on internal benchmarks but remains unreleased because it hasn’t passed the company’s predeployment safety checks.
A leaked/posted risk assessment reported by Redditors reveals Anthropic uses a stronger internal model dubbed "Model 2" that the company rates as a "noticeable improvement" over their public Mythos 5. The report claims Model 2 scores about 62.8% on Anthropic’s CoBench versus Mythos 5’s 50.3%, yet the firm says Model 2 "has not completed its standard predeployment assessment suite" and so will not be broadly released — although it is used internally for coding, data generation and other work. The community debate is visible in the discussion thread.
"has not completed its standard predeployment assessment suite"
This raises a fundamental tension in modern AI development: companies build increasingly capable internal systems but may withhold release citing safety or regulatory readiness. On one hand, keeping a model internal while it’s being evaluated — including for alignment and misuse vectors — can be seen as responsible stewardship. On the other, internal deployment (using the model to power products or data pipelines) is itself a form of release that concentrates capabilities and risk inside a firm.
The report also notes Anthropic raised its internal estimate of catastrophic misalignment risk from “very low” to “low,” a noteworthy shift in risk posture that adds context to the decision. For policymakers, researchers and competitors, the immediate implications are threefold: access — who can evaluate and stress‑test the model when it’s private; oversight — what standards decide readiness; and competitive dynamics — whether safety reviews delay or simply shield advantage.
What to watch next: whether Anthropic publishes more detailed evaluation results; whether regulators press for third‑party audits or mandatory reporting of capability thresholds; and whether internal use leaks into product behavior or data releases. The community reaction splits between praise for caution and skepticism that “safety” can mask commercial hoarding.
Closing Thought
We’re watching three simultaneous shifts: efficiency experiments that challenge the size‑equals‑power orthodoxy (BDH‑CQ), major firms balancing openness and control (Qwen and Anthropic), and concrete robot deployments that force immediate social trade‑offs (Tau). Each story is a different answer to the same question: how fast should capability roll out, and who gets to decide? Today’s headlines suggest the industry is still sorting that out — experimentally, opaquely, and sometimes in public view.
Sources
- A 150M param recurrent model scores 29.5% on ARC-AGI-1 at $0.0007 per task (arXiv)
- Anthropic Internally Uses A Model That Is Significantly Better Than Mythos 5, But Has No Plans To Release It (Reddit)
- Qwen 3.8 27b is here (Reddit gallery)
- TAU Robotics home cleaning service, despite being teleoperated, offers a glimpse into the future (video/report)