WELCOME
Happy Tuesday, legends. Welcome back to another edition of The Frontier, our weekly newsletter covering the best new AI launches on Product Hunt.
WHAT'S HOT
⚡ Anthropic will eat your electricity bill. It has formed Theseus Infrastructure with Macquarie and Singapore's GIC to build AI compute sites in the US, the two financiers covering most of the cost per project. The part nobody else has offered: Anthropic absorbs any rise in consumer power prices the sites cause. Community cost backlash is what is stalling data centre approvals across US states, so this is a permitting strategy dressed as a joint venture. (AI Weekly)
🪟 Meta put a 30B multimodal model under Apache 2.0. Muse Glimmer is tuned for local agentic tool use, coding and LLM-as-judge work, with 131K context and 100+ languages. Quantised to 4-bit it squeezes under 20GB, which means it runs on one consumer GPU. (AI Release Tracker)
🔓 OpenAI is handing out a model with the cyber guardrails off. The expanded Daybreak programme has two tiers: Blue gives you GPT-5.6 Sol with system-level cyber restrictions removed, and Red opens access to GPT-5.6-Cyber, purpose-trained for the work. Offensive security has been the awkward exception to every safety policy, and this is the first time a lab has built the exception its own door. (LLM Stats)
🕵️ Someone worked out how to date a frontier model's training run from the outside. A researcher published a method on 10 August that infers training-run identity, placing Anthropic's Opus 4.7+ on a late-December-2025 cutoff and OpenAI's GPT-5.6 family around a late-February-2026 checkpoint. Labs stopped publishing this. Turns out they did not need to. (LLM Stats)
🎧 Spotify shipped the tool for running 50 coding agents at once. Xirp manages sessions across Claude Code, Codex and Gemini CLI, each in its own git worktree, with context living in Spotify Portal so you can switch model mid-job and keep the working state. 1,300 Spotify engineers and 36,000 sessions in already, and it is the same play as Backstage, which they open sourced in 2020 and 3,400 companies now run. (Spotify)
Five AI tools you may have missed
FROM THE FORUMS
The work you would never hand an agent
Aleksandar Blazhev (@byalexai) asked what work people would never delegate to an AI agent. The first answers came back as categories: hiring, money, customer relationships, anything creative. Tom McKenzie (@thomastherhombus) called AI the worst brainstorming partner imaginable, and later explained why: it defaults to templated safe output, which is useless when you need a tagline in one brand's voice.
Then Gal Dayan (@galdayan), who runs an AI agent company, moved the thread off categories entirely. The line is not what kind of work it is, it is whether anyone downstream can tell the output was wrong before it does damage. Code review is safe to delegate heavily because a bad diff breaks a test or a build and something catches it fast and cheap.
A legal filing or a medical read is the opposite, because being wrong looks exactly like being right until it is too late, and there is no build that goes red. Abdullah Javaid (@abdullah_javaid3) took it to content, where a bad paragraph throws no error and just reads fine while saying nothing true. Mio (@iammio) closed it: judgment is really just knowing which of your own outputs to distrust.
Good thread if you are deciding right now how much of your pipeline to hand over.
