AI News HubLIVE

Live AI News Intelligence

Live monitoring

The most important shift in AI today

Distilled from 105 trusted sources. Last update 2026-07-07 04:00 UTC.

Live monitoring

Live updates

Trusted sources, attribution, rights, and in-site reading distilled into a signal-first AI brief.

Live updates

Reset
Out-of-Distribution Generalization of Risk Aversion in Language Models

This paper investigates whether risk aversion trained in low-stakes scenarios can generalize to astronomically high-stakes scenarios, as a potential failsafe against AI misalignment. Introducing the RiskAverseOOD benchmark, initial experiments on Qwen3-8B show that learned risk aversion can partially generalize across 98 orders of magnitude, boosting cooperation rates from 2% to 70% (SFT), 52% (DPO), and 39% (activation steering). However, consistency is insufficient for a reliable failsafe.

arXiv Machine LearningModels / Agents / ResearchIn-site article
Weighted Conformal Prediction for Lab-to-Track Thermal Transfer in EV Motorsport Powertrains

Predicting thermal behavior in high-performance EV powertrains is challenging due to unobservable internal temperatures and domain shift from lab to track. This paper applies conformal prediction with weighted ensemble batch prediction intervals (EnbPI) to improve coverage under covariate shift. The method recovers coverage from 70.13% to 72.42% on real battery data, and is tested on Formula 1 telemetry as an unsupervised diagnostic.

arXiv Machine LearningResearchIn-site article
LiNO: Lifting based multiresolution neural operator

LiNO is a multiresolution neural operator built on the second-generation wavelet lifting scheme, learning data-driven multiscale decomposition and evolving coarse and directional detail coefficients separately for scale-aware physics modeling. It outperforms state-of-the-art neural operators on benchmarks including Darcy flow, Poisson equation, Allen-Cahn equation, compressible Navier-Stokes equation, and Gray-Scott reaction-diffusion system.

arXiv Machine LearningModels / ResearchIn-site article
A Granularity-Aware EEG Feature Framework for Psychopathology Dimension Prediction

This study develops a granularity-aware EEG feature pipeline that organizes multi-scale descriptors into global, regional, and channel levels. Using the HBN cohort, it predicts four psychopathology dimensions. Tree-based models and granularity-balanced feature selection show modest improvements. Visualization reveals dimension-specific patterns. A cross-dataset check on PEARL suggests technical feasibility.

arXiv Machine LearningResearchIn-site article
Federated Learning for Object Detection: Enabling Collaborative Drone Learning Without Centralizing Data

This paper applies Federated Learning (FL) to object detection in drone networks, allowing drones to collaboratively train a shared model without sharing raw aerial imagery. Using the Sherpa.ai FL platform on the KIIT-MiTA dataset, the authors compare FL with single-drone and centralized baselines. Their best lightweight model (YOLO26 nano) achieves relative gains of 52.89% in [email protected] and 67.80% in [email protected]:0.95 over single-drone training, while remaining close to centralized performance. The results demonstrate that FL enables scalable, high-performing, and privacy-preserving object detection across distributed drone fleets.

arXiv Machine LearningPolicy / ResearchIn-site article
GRAFT: Grafted Reference Audio for Fine-grained Pronunciation in Zero-shot Text-to-Speech

GRAFT is a per-word pronunciation conditioning mechanism for text-to-speech neural codec language modeling. It controls pronunciation of a chosen word from a short spoken sample, using voice conversion to decouple hint speaker from target speaker. In a blind English listening study, human raters rank GRAFT first, and on a five-language benchmark, it reduced target-word phoneme error rate by 22-39% while preserving speaker similarity and naturalness.

arXiv Machine LearningModels / ResearchIn-site article
QuantFlow: A Federated Mamba-Based Post-Transformer Foundation Model for Time-Series Forecasting

QuantFlow is a probabilistic forecasting framework that combines inverted sequence embedding, bidirectional Mamba state-space decoders, quantile regression, and federated learning. Experiments demonstrate strong performance across multiple datasets and effective accuracy retention in non-IID federated settings, while also revealing limitations on irregular epidemiological signals and long-horizon generalization.

arXiv Machine LearningModels / ResearchIn-site article
Evaluating Time Series Foundation Models for Electricity Price Forecasting: Contamination Risk, Distributional Shifts, and Covariate Dependence

This study proposes a two-dataset benchmarking framework to fairly evaluate time series foundation models (TSFMs) for electricity price forecasting. It finds TSFMs competitive but dependent on covariate support, not always surpassing domain-specific methods. Ensembles show promise, capturing complementary information.

arXiv Machine LearningModels / Research / StartupsIn-site article
Auditing the Audit: Five Failure Modes in Benchmark-Validity Audits

This paper argues that perturbation-based construct-validity audits are fragile: their conclusions can be silently manufactured by implementation details invisible to readers. It names five pipeline failure modes (F1–F5) and demonstrates them via a self-audit on safety benchmarks and open-weight instruction-tuned models. Under a unified six-point due-diligence gate, every cell lands in a non-confirmatory bucket. The gate is positioned as a withholding and disclosure protocol for assurance-grade evidence, supplementary to classical construct-validity evidence.

arXiv Machine LearningModels / Policy / ResearchIn-site article
A Sliding-Window-Based Reinforcement Learning for Dynamic Assembly Flow Shop Scheduling with Multi-Product Delivery

This paper proposes a sliding-window-based reinforcement learning (SWRL) framework for end-to-end online scheduling in flexible assembly flow shop scheduling with complex kitting constraints. It formulates the problem as a heterogeneous graph Markov decision process, and integrates sliding-window filtering, spatiotemporal graph encoding, and dynamic action mapping. Experiments on real-world home appliance manufacturing data show that SWRL achieves consistent tardiness reductions over classical dispatching rules and existing deep reinforcement learning methods, with robust performance across varying resource configurations.

arXiv AIResearchIn-site article
VERITAS: Towards a General-Purpose Replication Tool for Scientific Research

VERITAS is a domain-agnostic replication framework built around CLI coding agents. It extracts claims from papers, runs methodologies while resolving issues, and judges claims against experimental evidence. Evaluated on 65 papers across multiple disciplines, VERITAS achieves state-of-the-art performance on CORE-Bench and ReplicationBench.

arXiv AIAgents / ResearchIn-site article
Oyster-II: Reinforcement Learning for Constructive Safety Alignment in Large Language Models

Large language models (LLMs) face a persistent challenge in balancing safety, helpfulness, and trustworthiness. Traditional refusal-oriented alignment strategies mitigate harmful content but often fail to serve legitimate user needs. Oyster-II proposes a reinforcement learning (RL)-based constructive safety alignment framework, employing a Zero-RL paradigm combined with a multi-stage RL strategy. It addresses two critical limitations of Oyster-I's Supervised Fine-Tuning (SFT) scheme: insufficient safety generalization to out-of-distribution scenarios and safety chain-of-thought (CoT) over-generalization. Evaluated on extensive benchmarks, Oyster-II comprehensively surpasses Qwen3-14B and Oyster-I on safety dimensions, achieving cross-scale performance comparable to Qwen3-Max and Qwen3.5-397B.

arXiv AIModels / Policy / ResearchIn-site article
MedCalc-Pro: Solving Complex Medical Calculations with LLM Agents

A new benchmark MedCalc-Pro evaluates LLMs on complex medical calculations involving multiple calculators, nested scales, and fuzzy queries. The authors also propose a generalizable agent framework that outperforms existing models on all three task settings.

arXiv AIModels / Agents / ResearchIn-site article
Object-Centric Environment Modeling for Agentic Tasks

Large language model (LLM) agents can improve through accumulated experience, but free-form textual memories become difficult to maintain, validate, and reuse as interactions grow. This paper proposes Object-Centric Environment Modeling (OCM), which organizes experience into an executable object-centric environment model. OCM maintains two connected code bases: object knowledge (defining environment entities as Python classes) and procedure knowledge (recording reusable interaction patterns). Experiments show OCM achieves the best average rank across benchmarks and reduces invalid actions.

arXiv AIModels / Agents / ResearchIn-site article
SwarmResearch: Orchestrating Coding Agents for Open-Ended Discovery

SwarmResearch is an orchestrator-subagent harness that uses global context to steer a population of search agents, achieving better or comparable results on open-ended optimization tasks compared to state-of-the-art methods.

arXiv AIModels / Agents / ResearchIn-site article
Automated Data Readiness for Scientific AI

Researchers introduce REDI, an open-source framework that automates the transformation of large-scale scientific datasets into AI-ready data through a unified five-stage pipeline. It includes provenance tracking, reproducibility, and agent-native deployment. Tested on climate, proteomics, materials science, and nuclear fusion, it shows near-ideal parallel scaling and identifies file I/O as the primary cost.

arXiv AIAgents / Policy / ResearchIn-site article
ASK in the Dark: Uncertainty-Gated LLM Assistance under Partial Observability

Reinforcement learning agents under partial observability can benefit from SLM guidance, but vanilla uncertainty-gating fails. The proposed ASK+ provides trajectory-aware context and chain-of-thought reasoning, turning the SLM into an informative consultant. Experiments show significant gains on DoorKey, FourRooms, and HigherLower, with prompt design dominating model scale.

arXiv AIModels / Agents / PolicyIn-site article
Internal Pluralism and the Limits of Pairwise Comparisons

Pairwise comparisons are a common tool for learning preferences, but they assume local comparisons are sufficient and people can answer decisively. This paper examines how internal pluralism—where individuals evaluate rules based on multiple priorities—compromises these assumptions. It identifies failures: global priorities like proportionality may be missed, and tension between priorities can distort behavior. Allowing indecision reduces queries needed, pointing to methods that elicit priorities directly.

arXiv AIResearchIn-site article
iFLYTEK-Embodied-Omni Technical Report

iFLYTEK-Embodied-Omni is a unified multimodal foundation model that jointly models vision, language, and action. It employs a brain-cerebellum architecture: a vision-language model and video generation model serve as the high-level brain for understanding and planning, while an action generation model acts as the low-level cerebellum for executing actions. The model is trained via a four-stage strategy on a comprehensive dataset combining human demonstrations, robot interactions, and general image-text data.

arXiv AIModels / Agents / ResearchIn-site article
Unis are relying on AI-detection software to catch cheating. Does it work?

Universities increasingly use AI-detection tools to identify AI-generated student work, but studies show high false-positive rates, including false flags on human-written texts like the US Declaration of Independence, raising fairness concerns.

Hacker News AIPolicy / ResearchIn-site article
Panoptes – AI audit and alignment layer

Panoptes is an open-source AI audit and alignment layer that monitors AI agents, recording every tool call, file read, and shell command, and provides a queryable audit trail with policy enforcement.

Hacker News AIAgents / PolicyIn-site article
Stitch: Open Source Local AI Workspace

Stitch is an open-source, locally-run AI desktop app that integrates memory, meeting recordings, task management, automation, email, web browsing, and more. It works with multiple AI providers or local models, requires no accounts, and keeps all data on your machine for maximum privacy.

Hacker News AIAgents / ChipsIn-site article
Machine Is a Server. Do Not Power Down

This article uses a computer architecture lens to dissect how AI programming agents actually run, explaining that their core loop is analogous to a CPU's fetch-decode-execute cycle. It details three bottlenecks of running agents locally (compute, persistence, environment heterogeneity), the brief hype and pitfalls of self-hosted solutions like OpenClaw on a Mac mini, and argues that cloud-native agents are inevitable, offering elastic scaling from 2-3 agents per laptop to 1000+ in the cloud with a 15x ROI.

Hacker News AIAgents / ChipsIn-site article
AutomationBench-AA

Artificial Analysis announces AutomationBench-AA, an independent leaderboard for Zapier's AutomationBench, testing AI agents on real SaaS workflow automation across 657 tasks. Claude Fable 5 leads at 48.6%, followed by Opus 4.8 and Gemini 3.5 Flash. The benchmark reveals that all models violate some guardrails, with Finance tasks being the hardest. Gemini 3.5 Flash offers the best value, while GLM-5.2 is the top open weights model.

Hacker News AIAgents / ResearchIn-site article
Kickbacks CLI

The terminal and Mac menu bar companion for Kickbacks.ai.

Product Hunt AIToolsIn-site article
Foundation: A Full-Stack Framework to Bridge the Software Deficit for AI and Humans

Foundation is an opinionated full-stack framework that eliminates translation layers between database and browser, delivering native performance through single-contract architecture, Hermes hotplane, and zero-copy communication, enabling AI agents and humans to build production systems without regression.

Hacker News AIAgents / ChipsIn-site article
Pi (Rust): High-performance AI coding agent CLI written in Rust

pi_agent_rust is a from-scratch Rust port of Pi Agent, offering instant startup, stable streaming, 8 built-in tools, and an extension system with capability-based security, addressing performance issues of existing AI coding assistants.

Hacker News AIAgents / PolicyIn-site article
Millfolio – my take on local/hybrid AI

Millfolio is a local-first AI tool for Mac that protects privacy by sending a program to your data instead of sending your data to the model. It uses Mojo for the backend, leverages a local model for indexing, and a frontier model (Claude) to write query programs that only see de-identified schema.

Hacker News AIChipsIn-site article