What changed in AI — Page 90

Policy & SafetyOfficialOpenAI News

GPT-Red: Unlocking Self-Improvement for Robustness

OpenAI has introduced GPT-Red, an automated red teaming system that leverages self-play to improve AI safety, alignment, and robustness against prompt injection. The system is designed to enable continuous self-improvement of AI models through adversarial training.

Why it matters: GPT-Red offers a scalable method for automated safety testing, which could reduce reliance on human red teaming and enhance model robustness.

Policy & SafetyReportedMIT Technology Review / AI

Meet GPT-Red: an LLM super-hacker OpenAI built to make its models safer

OpenAI has developed GPT-Red, a large language model designed to act as a super-hacker sparring partner to improve the security of its other models. According to the company, training its latest flagship model, GPT-5.6, against GPT-Red resulted in its most robust release yet.

Why it matters: This approach uses one LLM to automatically red-team another, representing a novel method for improving AI model robustness and safety.

Policy & SafetyReportedThe Verge / AI

Suno AI Music Generator Trained on Millions of Songs Scraped from YouTube, Genius, and Deezer

A hacking incident has revealed that AI music generator Suno trained its models on millions of songs and lyrics scraped from platforms such as YouTube Music, Deezer, and Genius, according to reporting by 404 Media. Suno has previously not disclosed the sources of its training data.

Why it matters: The revelation raises legal and ethical concerns about copyright and transparency in AI music training data.

ResearchOfficialHugging Face Blog

Hugging Face Launches Real World VoiceEQ Benchmark for Voice AI Evaluation

Hugging Face has launched Real World VoiceEQ, a new benchmark designed to evaluate the naturalness and human-like quality of voice AI systems. The benchmark is intended to provide a more realistic and comprehensive assessment of voice AI performance in everyday scenarios.

Why it matters: This benchmark may influence how voice AI systems are evaluated and improved, potentially shaping industry standards for naturalness and human quality.

Companies & FundingReportedTechCrunch / AI

Whatnot acquires Shaped to power real-time live shopping recommendations

Livestream shopping platform Whatnot has acquired AI startup Shaped, a machine learning company specializing in real-time recommendations and search. The acquisition aims to enhance Whatnot’s personalization and discovery features as it broadens its product offerings.

Why it matters: The deal highlights the increasing role of real-time AI personalization in livestream e-commerce.

Policy & SafetyOfficialOpenAI News

OpenAI Proposes 'Reverse Federalism' for US AI Governance

OpenAI has outlined a 'reverse federalism' approach to AI governance, suggesting that state-level laws can help inform and shape a national framework for safe and democratic AI. The company advocates for state action as a way to guide the development of federal AI policy.

Why it matters: This approach could influence how AI safety regulations are crafted in the US by leveraging state-level initiatives to inform national standards.

Products & AgentsReportedThe Decoder

Spotify expands AI voice interface for Premium subscribers

Spotify is expanding its AI voice interface, allowing Premium subscribers to talk to or text the service directly within the app. This feature is designed to improve music discovery and control through natural language interactions.

Why it matters: This represents a significant integration of conversational AI into a mainstream music streaming service, which could influence how users interact with their music players.

Products & AgentsReportedTechCrunch / AI

Apple Intelligence Approved for Launch in China with Alibaba’s Qwen AI

Apple Intelligence has received regulatory approval to launch in China through a partnership with Alibaba, integrating Alibaba's Qwen AI models into Apple's operating systems. This development marks a significant expansion of Apple's generative AI platform into the Chinese market.

Why it matters: The partnership enables Apple to offer AI features in China, complying with local regulations that require collaboration with domestic AI providers.

ModelsReportedThe Decoder

Bonsai 27B: 27B-parameter AI model compressed to fit on an iPhone

PrismML has compressed a 27-billion-parameter AI model, Bonsai 27B, to under 4 GB, making it small enough to run on an iPhone. According to the company's benchmarks, the smallest version retains 90% of the original performance, with math and coding scores largely unaffected. Apple is reportedly testing this compression technology.

Why it matters: This development could enable advanced AI capabilities directly on smartphones, reducing dependence on cloud computing and enhancing user privacy.

Products & AgentsReportedThe Verge / AI

OpenAI launches Codex Micro hardware for coding platform

OpenAI has released Codex Micro, a square-shaped block of buttons designed for use with its Codex coding platform. This is OpenAI's first hardware product and is distinct from the AI-powered device being developed with Jony Ive, which is unrelated to this launch.

Why it matters: This launch marks OpenAI's entry into hardware, offering a dedicated tool for users of its coding platform.

Policy & SafetyReportedThe Guardian / AI

Albanese’s AI plan is admirable – but will face tech giants more powerful than most national governments

Australian Prime Minister Anthony Albanese delivered a speech on artificial intelligence, stating his government aims to keep pace with and even get ahead of AI developments. The article highlights the significant challenge of regulating powerful tech companies, referencing past difficulties with social media and hate speech regulation.

Why it matters: This underscores the complex challenge governments face in regulating AI when technology companies hold substantial influence.

Products & AgentsReportedTechCrunch / AI

Reelful’s AI turns your camera roll into short-form videos for social media

Reelful has launched an AI-powered app that automatically creates short-form videos from users' camera rolls. The app is aimed at people who find traditional video editing tools too complex or time-consuming, simplifying the process of making social media content.

Why it matters: This tool could make it easier for more people to create and share videos on social media by reducing the complexity of video editing.

ResearchReportedIEEE Spectrum / AI

AI Model Automates DNA Origami Design

South Korean researchers have developed a generative AI model called Generative SNUPI that automates the design of DNA origami structures, including shapes like dogs, stars, and the Mona Lisa. Created by teams at Seoul National University and Hanyang University, the model determines DNA sequences that self-fold into user-specified shapes, aiming to streamline the traditionally labor-intensive and costly design process for nanoscale structures.

Why it matters: This AI tool could accelerate the development of DNA origami for applications such as nanoscale robots and medical devices by reducing the need for manual design expertise.

Companies & FundingReportedTechCrunch / AI

Anthropic-backed Ode launches to accelerate enterprise AI adoption

Ode, backed by Anthropic, has launched with a focus on embedding forward-deployed engineers within enterprises to speed up AI adoption. This approach reflects a growing belief that implementation services, rather than just developing new AI models, will be central to driving value in the next phase of enterprise AI.

Why it matters: A shift toward implementation-centric strategies could reshape how enterprises integrate AI and where economic value is realized.

ModelsReportedMarkTechPost / AI

PrismML Releases Bonsai 27B: 1-bit and Ternary Builds of Qwen3.6-27B That Run on Laptops and Phones

PrismML has released Bonsai 27B, a low-bit representation of the Qwen3.6-27B model, with both 1-bit (binary) and ternary variants. The ternary version uses 1.71 bits per weight and has an ideal size of 5.9GB, while both variants are designed to run on laptops and phones. Both are distributed under the Apache 2.0 license.

Why it matters: This release makes it possible to run a large 27B-parameter language model on consumer devices with significantly reduced hardware requirements.

InfrastructureReportedMarkTechPost / AI

Google Releases LiteRT.js: A JavaScript Binding of LiteRT That Runs .tflite Models in Browsers via WebGPU

Google has released LiteRT.js, a JavaScript binding of its on-device inference library LiteRT, enabling .tflite model execution in browsers via WebAssembly, with support for XNNPACK on CPU, ML Drift over WebGPU, and experimental WebNN for NPUs. The runtime reports up to 3x gains over other web runtimes and 5–60x speedups on GPU or NPU compared to its own CPU path. Tensors are manually managed and must be explicitly deleted.

Why it matters: This enables efficient on-device AI inference directly in web browsers, potentially unlocking new classes of browser-based AI applications with significant performance improvements.

Companies & FundingReportedWIRED / AI

An Inventor of Apple's FaceID Wants to Analyze Your Brain's Health With AI

Gidi Littwin, a former Apple FaceID engineer, has launched Hemispheric, an AI startup focused on using diagnostic brain scans to help detect conditions such as depression, PTSD, and Parkinson’s. The company aims to make brain health analysis as affordable and accessible as a blood test.

Why it matters: This approach could make early detection of neurological and psychiatric conditions more widely available.

InfrastructureReportedSemafor / AI

ASML Raises Sales Outlook Amid AI-Driven Demand Surge

Dutch chipmaking equipment maker ASML has raised its sales outlook following a jump in Q2 sales, attributing the growth to sustained demand driven by artificial intelligence. The company expects the AI-related demand for its chipmaking machines to continue.

Why it matters: ASML's raised forecast highlights the ongoing impact of AI on the global chip supply chain.

Companies & FundingReportedTechCrunch / AI

Rime raises $24M Series A to expand AI-powered voice platform

Rime, a startup that handles over 100 million calls per month for various companies, has raised a $24 million Series A funding round. The company plans to use the funds to expand its AI-powered voice platform for enterprise customer calls.

Why it matters: The funding highlights increasing enterprise interest in AI-driven solutions for customer service automation.

Companies & FundingReportedTechCrunch / AI

Indian AI coding startup Emergent becomes a unicorn with $130M Series C

Emergent, an Indian AI coding startup, has raised $130 million in Series C funding, reaching unicorn status. The company reports a $120 million annualized revenue run rate and over 200,000 paying customers.

Why it matters: This funding round underscores the rapid growth and investor confidence in AI-powered coding tools within the Indian startup ecosystem.