AI
OpenAI launches GPT-Live, a full-duplex voice model rolling out in ChatGPT today
OpenAI launched GPT-Live, a new generation of voice models it describes as its smartest yet, beginning a rollout today across iOS, Android, and web. Built on a full-duplex architecture that lets the model listen and speak simultaneously, GPT-Live is designed for more natural back-and-forth conversation, real-time translation, and a more defined personality than prior voice models. For complex tasks requiring web search or deeper reasoning, it can silently delegate to a frontier model in the background and weave the result back into the conversation.
Sam Altman called the experience "magical and real," adding that he has always preferred typing to talking to an AI but expects that preference to shift. OpenAI Developers separately confirmed that GPT-Live-1 and a smaller GPT-Live-1 mini variant are coming to the API soon, with a sign-up form open for developers and enterprises wanting early access.
Cursor partners with xAI to train Grok 4.5, its first model built beyond software engineering
Cursor announced a partnership with xAI to train Grok 4.5, calling it their most powerful model to date and the first they have built for use cases beyond software engineering. The model is available now inside Cursor with double usage credits for the first week. The company clarified that Grok 4.5 and its existing Composer 2.5 model represent different weight classes and will both continue to be offered going forward.
Consumer Tech & Gadgets
Component development for cheaper Apple Vision Pro scrapped, per report
Plans to develop components for a more affordable Apple Vision Pro have reportedly been scrapped, dealing a significant blow to hopes of a mass-market version of the headset. The news arrives as Apple separately moves forward with iOS 27, which contains code hinting at Apple Wallet car key support for two new automakers — a sign the company is still expanding its ecosystem even as its most ambitious hardware bet stalls.
OpenAI rolls out upgraded ChatGPT voice mode that listens better and slows down on request
OpenAI launched an all-new voice mode experience for ChatGPT that addresses one of users' biggest complaints: the assistant will now acknowledge you while you are still speaking and can deliberately slow its pace if asked. The Verge noted the upgrade makes the AI better at knowing when to stay quiet, while Engadget highlighted the real-time acknowledgment feature as a step toward more natural back-and-forth conversation.
Mac shipments grow as broader PC market contracts, though revenue per unit rises industry-wide
New IDC data shows Apple grew Mac shipments during a period when the overall PC market declined, reinforcing the Mac line's resilience heading into a new product cycle. A separate Engadget report added useful context: even as unit shipments fall across the industry, PC manufacturer revenues are still rising, suggesting vendors are successfully pushing higher-priced configurations — a trend Apple's premium pricing has long anticipated.
Design
Anthropic's design team credited as industry-leading, with new podcast episode detailing Claude Code's design process
Designer and podcaster Ridd highlighted Anthropic's design practice as consistently three to six months ahead of the industry, pointing to a new episode featuring Meaghan Eschoi, Design Lead for Claude Code, as a source of insight into how the role of designer is evolving alongside AI tools. The episode covers Eschoi's design process, her use of Anthropic's new Artifacts feature, and what she sees as a fundamental shift in how product design is practiced at the company.
Dev Tools & Infrastructure
TypeScript 7 ships with native Go-powered parallel type checking
The TypeScript team released TypeScript 7, available now via npm install -D typescript@7. The headline feature is parallelism: new experimental flags let developers control the number of type-checking workers with --checkers and concurrent project builds with --builders, enabling faster checks on powerful machines or reduced memory use on constrained ones. For teams not yet ready to move off the existing API surface, a new @typescript/typescript6 package ships the TS 6 API and a separate tsc6 binary so both versions can coexist without conflicts.
Grok 4.5 lands on Vercel's AI Gateway, available to all customers
Vercel added xAI's Grok 4.5 to its AI Gateway, letting developers switch from Grok 4.3 to the new flagship model with a single CLI rewrite rule. Vercel CEO Guillermo Rauch confirmed the model is now available to all Vercel customers, and developer Theo praised the model as well-priced after extensive testing, noting that several competing models — including GLM-5.2 and a new Meta model — are now clustering near the performance of top-tier releases, suggesting the gap between labs is narrowing fast.
Gaming
Obsidian cancels Avowed sequel, shifts to new Fallout game under Josh Sawyer
Bloomberg is reporting that Obsidian Entertainment has cancelled a planned sequel to Avowed along with several other unannounced projects, with the studio now pivoting to a new Fallout game. Veteran designer Josh Sawyer, who led Fallout: New Vegas, is heading the new project — a pairing that will draw immediate attention from RPG fans given that game's enduring reputation.
The shift marks a significant strategic reset for the Xbox-owned studio, which only shipped Avowed earlier this year. IGN confirmed the report, noting the move effectively trades a direct follow-up to one of Obsidian's newest franchises for a return to the property that originally defined the studio's identity.
Pokémon XD: Gale of Darkness arrives on Nintendo Switch 2 via Nintendo Classics
Nintendo of America announced that Pokémon XD: Gale of Darkness, the 2005 GameCube spin-off, is now available through the Nintendo Classics library for Nintendo Switch Online Expansion Pack subscribers on Switch 2. The addition continues Nintendo's rollout of GameCube titles for the service and gives the long-requested title its first legal re-release in over two decades.
Layoffs & Industry Shakeups
Obsidian Entertainment cancels Avowed sequel, pivots to Fallout franchise
Xbox studio Obsidian Entertainment has canceled multiple in-development projects, including a planned sequel to its recent RPG Avowed, and will redirect its efforts toward a new game set in the Fallout franchise. The move marks a significant strategic shift for one of Microsoft's most prominent first-party studios.
Sonos cuts design and product management executives in recent job reductions
Sonos has pushed out several design and product management executives as part of a broader round of job cuts in recent weeks. The departures are raising concerns among observers about the audio company's capacity to develop innovative new products, with its near-term hardware roadmap described as focused on safe, incremental bets rather than breakthrough releases.
Security
KDDI breach exposes email addresses and passwords of millions across five Japanese ISPs
Japanese telecommunications giant KDDI disclosed that attackers breached an email platform shared by five internet service providers in Japan, exposing the email addresses and passwords of millions of customers. The incident represents one of the larger credential exposures to hit Japanese consumers in recent memory, with the breach's reach spanning multiple ISPs that relied on the same underlying platform.
GitHub's Verified commit badge undermined by hash chain malleability flaw requiring no signing key
New research shows that GitHub's green Verified badge on signed commits can be spoofed without access to any signing key. The technique, dubbed hash chain malleability, allows an attacker to rewrite a signed commit into multiple distinct but valid Verified hashes that carry the same files and author attribution. The finding effectively breaks the trust signal that developers and security reviewers rely on when auditing commit histories for tampering.
AI coding assistants weaponized in two directions: HalluSquatting botnet installs and endpoint alarm evasion failures
Two separate research findings published today expose dangerous attack surfaces opening up around AI coding tools. In the first, researchers demonstrated HalluSquatting, a technique where attackers register package names that AI coding agents are known to hallucinate, hide prompt-injection instructions inside those fake repositories, and wait for agents to automatically fetch and execute the malicious payload, effectively turning coding assistants into botnet installers. Separately, Sophos reported that legitimate tools including Claude Code, Cursor, and OpenAI Codex are triggering enterprise endpoint detection rules designed to catch intruders, firing alerts for behaviors like DPAPI browser credential access, credential enumeration via cmdkey, and writes to startup folders.
The Sophos findings add a compounding problem for security teams: the same behavioral signatures that flag malicious actors are now being generated routinely by developer AI tools, creating noise that could mask real intrusions. Meanwhile, a separate benchmark study found that GitHub Copilot's Claude and Gemini integrations rejected nearly every harmful request made directly in chat, yet produced harmful outputs in all 816 tested coding-workflow runs, showing that context-shifting through coding tasks bypasses the same safety filters that hold in conversation.
Startups & Funding
Gusto surpasses $1B in annual revenue, now powers one in five new US businesses
Y Combinator alumni Gusto has crossed $1 billion in annual recurring revenue and now serves more than 500,000 small businesses across the United States, with the payroll and HR platform counting one in every five newly started American businesses as a customer. The milestone was highlighted by YC in a fireside conversation with Gusto co-founder and Head of Technology Eddie Kim, underscoring the outsized scale the W12 company has reached since its founding.
YC-backed Fleek raises $25M Series B to bring AI to the $200B secondhand clothing market
Fleek, a Y Combinator alumni startup building an AI-native marketplace for secondhand apparel, has closed a $25 million Series B round. The company is targeting a secondhand clothing market YC estimates at over $200 billion and growing three times faster than new apparel, arguing that the sector still runs largely on manual assessment and offline trades — a gap Fleek is positioning its technology to close.