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 05:59 UTC.

Live monitoring

Live updates

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

Live updates

Reset
Tencent Releases Hy3: An Open 295B Mixture-of-Experts (MoE) Model with 21B Active Parameters and 256K Context

Tencent's Hy team released Hy3, a 295B-parameter Mixture-of-Experts model that activates only 21B parameters per token. It is available under Apache 2.0 license with a 256K context window, targeting reasoning, agentic, and long-context tasks. Hy3 scores 78.0 on SWE-Bench Verified and lower hallucination rates. Free tier available on OpenRouter until July 21, 2026.

MarkTechPostAgents / ChipsIn-site article
How Large Language Models (LLMs) Really Work

A deep dive into the core mechanics of LLMs: next-token prediction, training via backpropagation, logits and softmax, the role of temperature, and the probabilistic nature of outputs. Explains why models hallucinate, how chain-of-thought prompting improves accuracy, and what it means for a model to 'know' something.

Hacker News AIModels / Agents / PolicyIn-site article
sqlite-utils 4.0rc4

sqlite-utils 4.0rc4 is the last release candidate before the 4.0 stable release, mainly implementing feedback from a detailed review by Claude Fable 5.

Simon Willison's WeblogAgentsIn-site article
AI STS Stack for underserved languages paper

The article explores the challenges of building real-time voice AI for low-resource languages like Azerbaijani, comparing end-to-end speech-to-speech models (OpenAI Realtime, Gemini Live) and cascaded pipelines (LiveKit, Pipecat, Vapi). It details failure modes, component availability, and provides a checklist for evaluation. Key findings: Gemini Live spoke well but was too slow; OpenAI Realtime had accent issues. Available components include Azure TTS, ElevenLabs, and Scribe v2. The cascaded stack offers flexibility but requires engineering latency.

Hacker News AIAgents / ResearchIn-site article
Australian Insurance Brands – AI Search Ranks

An interactive report from May 2026 analyzes AI search visibility for Australian general insurance brands, enabling head-to-head comparisons between two brands.

Hacker News AIResearchIn-site article
The Field Guide to Fable — AI News Roundup

Covering Thariq's talk on Fable: unhobbling models, finding unknowns, emotional shifts, and being unreasonable. Plus AI news: Tencent Hy3 open-source, agent benchmarks, Anthropic J-Space, inference efficiency, world models, and speech.

Latent SpaceAgents / ChipsIn-site article
Longitudinal-Motion-Aware Lateral Control for Autonomous Vehicles: A Robust Nonlinear Control Framework

This paper presents a robust nonlinear lateral control framework that accounts for varying longitudinal speed and acceleration, addressing limitations of existing constant-speed assumptions and parameter uncertainties. It derives a tracking error model, uses feedback linearization, and proposes two robust designs: Lyapunov redesign and incremental nonlinear dynamic inversion. Simulations and real-vehicle tests demonstrate enhanced tracking accuracy and robustness.

arXiv RoboticsModels / Policy / ResearchIn-site article
Continuous-Time Gaussian Belief Trees for Motion Planning

This paper addresses sampling-based motion planning for continuous-time stochastic systems under process and measurement uncertainty, with probabilistic guarantees on safety and performance. It models robot dynamics as a continuous-time linear stochastic differential equation and uses discrete-time sensor measurements. A hybrid belief propagation model is derived, where belief evolves via continuous-time ODEs between measurements and undergoes discrete Kalman filter updates at measurement times. A belief-barrier-function-based safety checker enables segment-level probabilistic verification, detecting inter-sample chance-constraint violations missed by conventional node-based checks. The method is integrated with RRT and SST planners and evaluated on benchmark environments, showing high success rates and robust chance constraint enforcement, especially in narrow passages where discrete-time methods fail.

arXiv RoboticsPolicy / ResearchIn-site article
Differential Amplifier-Inspired AmpAttention for Multi-View Robotic Manipulation

This paper proposes AmpAttention, a novel attention mechanism inspired by differential amplifiers in analog circuits, to suppress attention drift in multi-view robotic manipulation. The RVAF model, built on AmpAttention, achieves state-of-the-art average success rates on 18 RLBench tasks (249 variations) while reducing training time by 33.3%. Its extension RVAF++, incorporating the SAM2 image encoder, reaches a 91% success rate on the 'insert peg' task. The work has been accepted at IROS2026.

arXiv RoboticsModels / Research / RoboticsIn-site article
CLEAR: Closed-Loop Reinforcement Learning at Scale for End-to-End Autonomous Driving

CLEAR introduces a closed-loop training system using reinforcement learning for end-to-end autonomous driving. By learning a residual waypoint policy from pretrained VLA models and employing a heterogeneous simulation pipeline, CLEAR achieves state-of-the-art performance on CARLA longest6 v2 and Bench2Drive.

arXiv RoboticsModels / Policy / ResearchIn-site article
TACO: TActile World Model as a Self-COrrector for Scalable VLA Post-Training

TACO is a tactile-aware world-model-driven framework for scalable VLA post-training in contact-rich manipulation. It converts real failures into imagined visuo-tactile corrections via a Recognize-Imagine-Label loop, achieving a 44% absolute success rate improvement over the base policy.

arXiv RoboticsModels / Policy / ResearchIn-site article
Metallic Ultrasound Waveguides as a Distributed Tactile Sensing Platform for Contact Localization, Force Estimation, and Material Class Discrimination

This paper investigates metallic ultrasound waveguides as distributed tactile sensors using a single proximal transducer. Experiments show a linear relationship between force and reflection/transmission coefficient ratio, and a load-independent parameter for material classification. The approach enables contact localization, force estimation, and material discrimination, reducing system complexity.

arXiv RoboticsResearch / RoboticsIn-site article
MorphQuad: Morphable Quadrotor for Superhuman Maneuverability, Manipulation, and Resiliency

Researchers present MorphQuad, a morphable quadrotor with independently articulated rotor systems via two-axis gimbals, enabling omnidirectional thrust vectoring, global stability, and superhuman maneuverability, manipulation, and resiliency. The platform demonstrates multi-revolution rotation, valve turning, perching, and wind rejection.

arXiv RoboticsResearch / RoboticsIn-site article
EVA-Client: A Unified Data Collection, Inference, and Deployment Framework for Embodied Policies on Real Robots

EVA-Client is an open-source framework for deploying, collecting data, and evaluating trained manipulation policies on real robots. Sitting between a policy server and the physical hardware, it unifies the real-robot stages of the policy iteration loop within a single codebase. The framework features a component-decoupled architecture, inspectable execution workflows (Debug, Collect, Eval), and evaluation-as-data-collection, where each evaluation run produces training-ready trajectory data. It consolidates major real-time inference strategies behind a single configuration surface.

arXiv RoboticsAgents / PolicyIn-site article
GigaWorld-1: A Roadmap to Build World Models for Robot Policy Evaluation

This systematic study introduces WMBench, a benchmark for evaluating world models as surrogate robot policy evaluators. Analyzing 7 video world models, 4 action schemes, and over 324,000 simulated rollouts paired with real robot executions, the authors identify three key insights: evaluator quality depends on long-horizon action-faithful consistency, pretraining requires balancing general knowledge with robot-specific controllability, and architectural choices critically determine alignment with real-world behavior. Based on these, they present GigaWorld-1, an optimized world model, and release all code, models, datasets, and toolkits.

arXiv RoboticsModels / Policy / ResearchIn-site article
Entropy-Coded MS-VQ-VAE with Learned Priors for Ultra-Low Bitrate Video Compression

This paper presents an entropy-coded MS-VQ-VAE framework that leverages discrete latent representations and learned autoregressive priors to achieve ultra-low bitrate video compression. Operating at 0.043-0.064 bpp on UCF101, the method outperforms H.265 in perceptual quality while using 5-7.6× fewer bits.

arXiv Computer VisionPolicy / ResearchIn-site article
Double-Helix Active Geometry: LiDAR-Anchored Multi-View Depth with Selective Abstention

DH-Active is a lightweight, training-free geometry back-end that uses LiDAR as a metric ruler to improve multi-view depth estimation. It anchors near-field returns via PnP, triangulates visual features, and selectively abstains in ill-conditioned regions. The method runs at 1.11 ms on CPU, ~38x faster than a DINOv2-L GPU branch, and achieves 1.4-6.7% median relative error on benchmarks.

arXiv Computer VisionChips / ResearchIn-site article
Inpainting U-Net for seamless pedestrian-level wind prediction across urban morphologies

This study proposes a two-stage U-Net framework for efficient prediction of time-averaged pedestrian-level wind speed over realistic urban morphologies. The model, trained on UrbanTALES dataset, uses a baseline U-Net (M1) for patch-wise prediction and a refinement U-Net (M2) based on inpainting to eliminate boundary artifacts. Results show reasonable reproduction of mean velocity and spatial variability, while maximum velocities remain underestimated. The framework offers an efficient surrogate for high-resolution pedestrian-level wind prediction.

arXiv Computer VisionResearch / StartupsIn-site article
How many labels do you need? A decision framework for cross-habitat marine species recognition

This study presents a decision framework that quantifies the trade-off between labeling effort and recognition accuracy when transferring vision systems across marine habitats. The benchmark spans five datasets, three oceans, and three taxonomic groups. It finds that frozen self-supervised foundation features (DINOv2 + linear classifier) generalize well, requiring as few as 10-20 labeled images per species for reliable recognition at new sites, cutting annotation effort by roughly an order of magnitude.

arXiv Computer VisionModels / ResearchIn-site article
Do Diabetic Foot Ulcer Segmentation Models Generalize? A Cross-Dataset Benchmark of CNN and Transformer Architectures

Deep learning models for diabetic foot ulcer segmentation often report high accuracy on in-domain data but fail to generalize across clinical sources. This study benchmarks U-Net, DeepLabV3+, and SegFormer-B2 under a strict protocol, finding that Transformer-based SegFormer-B2 generalizes best across external datasets, while model complexity does not guarantee better generalization.

arXiv Computer VisionModels / ResearchIn-site article
Reliability-Aware Monocular Depth Supervision for Sparse-View Neural Reconstruction

In outdoor driving scenes, sparse-view neural reconstruction is challenging. This paper proposes using Depth Anything V2 as a monocular depth prior, with selective supervision via photometric masks. On Splatfacto, PSNR improves from 14.903 to 15.932 and RMSE drops from 0.542 to 0.100, showing gains from selecting reliable low-error regions.

arXiv Computer VisionResearchIn-site article
DELTAVID: Enhancing Fine-Grained Spatiotemporal Perception with Cross-Video Differences

Video multimodal large language models struggle with precise local spatiotemporal perception when videos differ only in a short time span or small region. DELTAVID converts cross-video spot-the-difference into a trainable perception signal, and introduces DELTAVID-10K and DELTAVID-Bench for scalable training and evaluation. Experiments show improvements on multiple video understanding benchmarks, moving models toward fine-grained evidence reasoning.

arXiv Computer VisionModels / Agents / ResearchIn-site article
Learning 3D Affordances for Blade Insertion in Cluttered Stowing

VulcanVoxel is a method that learns free-space affordances via a masked autoencoder over 3D occupancy fields, enabling robots to discover feasible volumes for blade insertion in cluttered fabric bins. Trained on 10,000 real warehouse episodes without human annotation, it achieves a top-5 coverage of 0.89 compared to 0.71 for the best pose-based baseline, with a distilled student model reducing inference time from 1.4 s to 30 ms.

arXiv Computer VisionResearch / RoboticsIn-site article
Distill Where the Student Goes: Teacher-Regularized RL for English-Evidence Cross-Lingual RAG

Cross-lingual retrieval-augmented generation (RAG) often suffers from language drift and unreliable evidence use when evidence is in English. This paper proposes TR-RAG, a teacher-regularized RL method that combines reward optimization with on-policy distillation on student-visited prefixes, and introduces a reward decomposition, significantly improving language adherence and evidence-grounded correctness across multiple benchmarks.

arXiv Computational LinguisticsModels / Policy / ResearchIn-site article
Where do LLMs Fall Short in CBT-Guided Affective Reasoning?

LLMs can achieve high theoretical CBT knowledge (up to 96% on exams) but fail to apply it effectively in dialogue. A new metric (Protocol Leverage Force) shows that even with multiple chain-of-thought prompting, the effect on behavior is minimal (under 1.5%), and models remain biased toward validation and reflection.

arXiv Computational LinguisticsModels / ResearchIn-site article