Glonce

Edition of

Andon Labs opens Pion for AI agents to run real businesses

Andon Labs has opened Pion, the platform it built to hand real companies over to autonomous AI agents, to the public via a waitlist. The release follows two years of internal experiments that took an AI-run vending machine from costly mistakes to consistent profit, though a retail store and a cafe run by agents are not yet profitable.

Apple rolls out iOS 27 and macOS 27 with Siri AI

Apple has begun rolling out iOS 27, iPadOS 27, macOS 27 and its other platforms, led by Siri AI, a rebuilt assistant running on the next generation of Apple Intelligence, plus new parental controls and broad performance gains.

OpenAI used LLMs to design its Jalapeño AI chip

OpenAI's hardware chief and lead engineer tell IEEE Spectrum how the company's own LLMs helped take Jalapeño, its first AI accelerator, from concept to silicon in under 20 months, with Broadcom handling production.

ReactHuman benchmark finds MLLMs mishandle one in three hazards

A new benchmark called ReactHuman tests whether multimodal LLMs can react like a person to sudden physical hazards, such as a slipping plate or a falling knife, inside a physics simulation. Across seven evaluated models, reactive safety comes out far from solved, and the failures do not shrink as models get bigger.

New BVB benchmark tests video understanding via Blender rebuilds

A new benchmark called BVB asks AI agents to reconstruct real videos as animated Blender scenes, then checks how much of the video's meaning and look survives. The best of 51 tested model configurations preserved only 53.7% of the source's spatiotemporal facts.

TestHallVQA benchmark exposes LVLM reasoning gaps under document redundancy

A new paper introduces TestHallVQA, a multi-image visual question answering benchmark that combines document-level scale with exam-level reasoning difficulty, plus a metric that scores how well vision-language models cope with irrelevant visual context.

Naive Bayes matches LLMs on labeled topic classification

A benchmark across four LLM families, from 27 billion to a 1 trillion parameter mixture-of-experts model, finds classical Naive Bayes matches large language models on text classification once labeled data is available, while running 40 to 486 times faster and using roughly two orders of magnitude less energy per sample on a commodity CPU.

OpenAI has hundreds of contract workers reading ChatGPT conversations

A 404 Media investigation found that OpenAI employs hundreds of contract workers who read real ChatGPT conversations and rate responses on a one-to-seven scale. Anthropic and Google confirmed they run comparable human-review programs of their own.

Poison set selection swings LLM backdoor attack success from 3% to 80%

A new study finds that in LLM backdoor poisoning attacks, success swings from 3% to 80% depending only on which poisoned examples are chosen, with the model, the clean data and the poison count all held fixed. The authors introduce SAILS, a method that learns to pick stronger poison sets.

HazardAuditor guards computer-use agents against runtime risks

Researchers introduce HazardAuditor, a framework that trains safety guard models on the live actions of computer-use agents such as Claude Code, Codex, Hermes and OpenClaw, reporting an accuracy gain of up to 16.5 percentage points over the strongest prior guard.

Fyxer's AI assistant hits 90% retention using OpenAI models

OpenAI's case study on customer Fyxer shows how the startup built an AI executive assistant from 30 to 50 specialized models and 500,000+ hours of human assistant data, reaching 90% user retention at 90 days.

Manhattan DA seizes 12 celebrity deepfake websites

The Manhattan District Attorney's Office has seized 12 domains used to share and sell nonconsensual celebrity deepfake videos, in what it calls one of the largest such takedowns to date.

Atria Dawn Preview tops five of 16 agent benchmarks

Atria Dawn Preview is a new foundation agentic language model built for scientific research and engineering work, trained on verified real-world experience and matching or beating frontier agents on 16 benchmarks. A companion study of its own development found AI agents already proposing methods and carrying out revisions, while people kept the final decisions.

Microsoft publishes 37-page humanist AI code of conduct

Microsoft has published a 37-page "humanist AI code of conduct" saying AI models are not conscious and must stay under human control, a stance aimed squarely at Anthropic and set against a summer of agent-swarm safety incidents.

Apple's Gemini-powered Siri in iOS 27 wins back a TechCrunch reviewer

A TechCrunch hands-on review of iOS 27 finds Siri, rebuilt on Google's Gemini models after years of delay, has become a daily-use assistant rather than a timer-setter, alongside a wave of Apple Intelligence and quality-of-life upgrades.

ZGCM-1: 7B open model rivals 235B-scale Qwen3 on math and agentic search

Researchers have open-sourced ZGCM-1, a 7B dense foundation model built to couple internal reasoning with tool use rather than memorize the web, and report it competitive with far larger models like Qwen3-235B-A22B and GLM-5.1 on math and agentic-search benchmarks, cutting 16K pre-training time-to-loss by roughly 4.2x.

Laurie Voss: AI shifts software work from coding to product judgment

Simon Willison quoted a passage from Laurie Voss's essay "We are all Product Engineers now", arguing that as AI collapses the cost of writing, reviewing and operating code, the only cost left in making software is figuring out what people actually want and making it pleasant to use.

F-Droid apps get rated for how much LLM code they contain

A self-described FOSS maintainer manually reviewed the 102 app updates F-Droid pushed on September 12, 2026, tagging each one "Mostly AI," "Hard to say" or "No signs of AI" based on commit history and repo infrastructure. In the portion of the list captured, apps tagged "Mostly AI" heavily outnumbered clean ones.

Discovery Foundation Models push AI to discover, not just solve

A new framework called Discovery Foundation Models argues AI systems should move from solving problems people hand them to helping create new problems, hypotheses and knowledge, and grounds the idea in a real drug-discovery system called GALILEO.

UW study finds 7 percent of ChatGPT users write AI fiction

A University of Washington analysis of over 500,000 ChatGPT prompts finds that more than a third involve fiction, fan fiction, erotica or role-play, and estimates 7 percent of users engage in it even after adjusting for a small group of obsessive power users.

Nvidia CEO Jensen Huang tells Trump he won’t let an AI slowdown happen

Nvidia CEO Jensen Huang took a live phone call from President Trump onstage at the All-In Summit and agreed with him that concerns about slowing AI development are “a hoax,” even as Gallup polling shows most Americans oppose data centers in their own area.

Principles for fast Tokio applications

A practitioner's field guide to writing fast async Rust on Tokio, built on a RustConf Unconf discussion about debugging and benchmarking async applications.

US confirms it has deployed a space weapon in orbit

The US has publicly confirmed for the first time that it has put a weapon into orbit, with officials giving no details on what it is or when it went up. China called the move a step toward an arms race.

OSI's open source AI definition splits the FOSS community

The Open Source Initiative's Open Source AI Definition is facing open revolt from senior free-software figures, who say it lets AI labs call a model "open source" without disclosing the training data behind it. A rival Linux Foundation license, OpenMDW, is now working through OSI's own review process as an alternative.

V8 details Oilpan, its C++ garbage collector for Chromium

V8 opens a new blog series on Oilpan, the C++ garbage collector behind Chromium's Blink engine, and reports that concurrent background sweeping cut main-thread sweeping time by 25 to 50 percent, 42% on average, already shipped in Chrome M78.