What changed in AI — Page 95

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.

Products & AgentsReportedRest of World / AI

AI powers citizen-led disaster relief from afar for Venezuela

After earthquakes in Venezuela, developers and citizens used AI to build websites and apps to help locate missing persons and coordinate relief efforts amid a slow government response. The initiative leveraged AI tools to address communication and coordination challenges.

Why it matters: This demonstrates how AI can support grassroots disaster response when official systems are slow or overwhelmed.

Policy & SafetyReportedThe Guardian / AI

Anthony Albanese says he wants to do AI 'the Australian way' – video

Australian Prime Minister Anthony Albanese delivered a major speech at the University of Sydney addressing copyright, datacentre regulation, and the future of AI in Australia. He announced the establishment of an AI office and pledged to protect Australian creatives from copyright 'theft'.

Why it matters: This signals Australia's intent to shape AI regulation and copyright policy, which could impact the AI industry and creative sectors.

Policy & SafetyReportedThe New York Times / AI

Australia to Impose Energy, Water Guardrails on Data Centers Amid A.I. Boom

Australia has announced plans to impose energy and water usage guardrails on data centers, as well as to seek protections for creators whose work is used to train AI models. These measures are part of broader efforts to regulate the rapidly expanding AI industry.

Why it matters: This represents a significant step by the Australian government to address both the environmental and ethical challenges posed by AI infrastructure.

People & InstitutionsReportedWIRED / AI

OpenAI Staffers Fund Rival Super PAC Opposing Leadership-Backed Group

OpenAI employees have donated over $215,000 to a political effort opposing Leading the Future, a super PAC supported by company president Greg Brockman. This move suggests internal disagreement with the company's political direction.

Why it matters: Employee opposition to a leadership-backed political group highlights internal tensions over AI governance and influence.

Policy & SafetyReportedThe Decoder

Meta employees sue over layoffs allegedly driven by discriminatory AI selection systems

Former and current Meta employees have filed a lawsuit in a California federal court, alleging that the company used internal AI systems to generate layoff lists during recent mass layoffs. The suit claims that these AI-driven decisions disproportionately targeted employees with disabilities or those on parental leave.

Why it matters: The case highlights growing concerns about the potential for bias and discrimination in AI-driven employment decisions.

Companies & FundingReportedThe New York Times / AI

China’s Chip Champion CXMT Plans Nearly $10 Billion Shanghai IPO

CXMT, a major force in China's efforts to develop domestic AI technology, is aiming to raise nearly $10 billion through a public offering in Shanghai. This move reflects the growing global competition for leadership in AI chip manufacturing.

Why it matters: The fundraising highlights China's strategic push to build a self-reliant AI chip industry and reduce dependence on foreign suppliers.

Policy & SafetyReportedThe Guardian / AI

Australia establishes AI office, vows to protect creatives from copyright misuse

Prime Minister Anthony Albanese announced the creation of an AI office and pledged strong protections for Australian creatives against the misuse of their work by AI models, describing uncompensated use as 'theft.' The government also outlined new rules for datacentres, including restrictions on their location, power, and water use.

Why it matters: This marks a significant government move to address AI copyright issues and regulate infrastructure, influencing how countries balance AI innovation with creator rights and environmental concerns.

ResearchOfficialarXiv Software Engineering

XVada: A New Approach for Accurate Context-Free Grammar Inference in Black-Box Settings

Researchers have introduced XVada, a method for black-box context-free grammar inference that outperforms existing approaches like TreeVada in both accuracy and compactness. In empirical evaluations, XVada discovered a CVE in the Python Liquid engine and identified five additional bugs through fuzzing, all of which were subsequently fixed by the developers.

Why it matters: This work demonstrates a significant advance in automated grammar inference with practical impact, as evidenced by the discovery and remediation of real-world software vulnerabilities.

ResearchOfficialarXiv Software Engineering

Correct but Slow: An Empirical Study of the GPU Kernel Evaluation Gap in Modern Domain-Specific Languages

A study of 22 Triton and TileLang GPU kernels reveals that correctness-based evaluation can overlook severe performance issues—one TileLang LayerNorm kernel, for example, passes correctness checks but is over 300× slower than the PyTorch baseline. The underlying causes of inefficiency vary by kernel family, with some due to repairable authoring defects and others stemming from code-generation or autotuning limitations. The authors propose two lightweight screening methods—library-relative efficiency and roofline utilization—that successfully identify all functionally correct but inefficient kernels in their evaluation.

Why it matters: This work exposes a critical flaw in current GPU kernel evaluation practices and offers practical tools to ensure that functionally correct kernels also meet performance expectations.

ResearchOfficialarXiv Software Engineering

PerfCodeBench: New Benchmark Evaluates LLMs on High-Performance Code Optimization

Researchers have introduced PerfCodeBench, a benchmark designed to evaluate large language models (LLMs) on system-level high-performance code optimization tasks. PerfCodeBench features executable correctness checks, baseline implementations, and reference optimized solutions, enabling assessment of both code correctness and runtime efficiency. Results show a significant gap between model-generated code and expert-optimized solutions, particularly in tasks involving parallelism and GPU operations.

Why it matters: PerfCodeBench exposes the limitations of current LLMs in generating efficient, hardware-aware code for performance-critical systems, emphasizing the need for performance-oriented evaluation in code generation.

ResearchOfficialarXiv Software Engineering

RESOURCE2SKILL: Distilling Executable Agent Skills from Human-Created Multimodal Resources

RESOURCE2SKILL is a framework that extracts and organizes executable skills for software agents from multimodal resources such as tutorial videos, code repositories, and articles. These skills are structured in a hierarchical Skill Wiki that integrates text, code, visual examples, and metadata, enabling agents to retrieve and compose relevant skills for complex tasks. In evaluations across seven authoring domains, RESOURCE2SKILL improved agent performance by an average of 11.9 percentage points compared to agents without skill libraries, and outperformed strong baselines in most tested scenarios.

Why it matters: This work demonstrates a significant advance in enabling software agents to autonomously acquire and utilize diverse, human-created resources as reusable skills, enhancing their adaptability and effectiveness in complex tasks.

ResearchOfficialarXiv Statistical ML

Fisher Rank Inflation: A Spectral Signature of Memorization under Label Noise

Researchers have identified 'Fisher Rank Inflation,' a spectral signature in neural network gradients that marks the transition from learning clean data to memorizing corrupted labels. The effective rank of per-example gradients expands during memorization and contracts afterward, with the peak rank increasing as label corruption becomes more severe. This phenomenon enables detection of corrupted examples and, in some cases, the onset of memorization can be detected before test performance degrades.

Why it matters: This work provides a principled and interpretable method to detect and quantify memorization of label noise in deep networks, which could improve data auditing and robust training practices.

ModelsOfficialarXiv Statistical ML

Particle-Based Algorithm Advances Learning of Latent Energy-Based Models

A new algorithm has been proposed for learning latent variable models with energy-based priors, utilizing interacting particle Langevin dynamics. The approach formulates the learning process as a system of stochastic differential equations, offering theoretical convergence guarantees. Empirical results on synthetic and image datasets indicate notable improvements in computational efficiency compared to existing methods.

Why it matters: This method could make training complex energy-based models more computationally feasible, potentially broadening their practical use in machine learning.

ResearchOfficialarXiv Software Engineering

LLM-Based Agent Automates Software Artifact Evaluation with High Agreement

Researchers introduce ArtifactGuide, a structured rubric for software artifact evaluation, and ArtifactCopilot, an LLM-based agent that automates the evaluation process. In tests on 60 real software artifacts, ArtifactCopilot achieved 70.56% badge-level agreement with human reviewers, outperforming baseline prompt-based approaches. A user study with 8 experienced researchers found that ArtifactCopilot's reports improved reviewer confidence and helped locate supporting evidence.

Why it matters: This work demonstrates a significant advance in automating software artifact evaluation, potentially reducing reviewer workload and improving consistency in the review process.

Policy & SafetyOfficialarXiv Software Engineering

Vendor-Neutral Metric Assesses Reconstructability of Agent Safety Evidence

A new preprint introduces a vendor-neutral metric designed to evaluate whether evidence from agent-safety evaluations can reconstruct the decisions underlying safety claims. The metric assesses reconstructability across eight decision-property classes and includes a cross-harness adapter for generating Evidence Sufficiency Cards. Tests on public traces show sufficiency scores between 0.458 and 0.833, with replay preconditions unmet in all scored traces.

Why it matters: This work provides a standardized approach to evaluating the validity of agent safety claims, addressing a key challenge in building trustworthy AI systems.