AI News HubLIVE

Live AI News Intelligence

Live monitoring

The most important shift in AI today

Distilled from 105 trusted sources. Last update 2026-06-03 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
Traj-Evolve: A Self-Evolving Multi-Agent System for Patient Trajectory Modeling in Lung Cancer Early Detection

Traj-Evolve is a self-evolving multi-agent system for patient trajectory modeling from longitudinal EHRs. It uses an Experience Pool (ExPool) for non-parametric memory and multi-agent reinforcement learning (MARL) for parametric optimization. On a lung cancer prediction task, it outperforms 9 baselines, with ExPool improving specificity and MARL improving sensitivity.

arXiv AIModels / Agents / ResearchIn-site article
ChatHealthAI: Aligning Electronic Health Record Representations with Large Language Models for Grounded Clinical Reasoning

ChatHealthAI is a multimodal reasoning framework that aligns structured EHR representations from a pretrained EHR foundation model with the semantic space of a frozen LLM via a task-aware resampler. It integrates longitudinal patient data with refined clinical event descriptions to enable interpretable natural-language reasoning while maintaining predictive performance. Evaluated on three tasks from the EHRSHOT benchmark, ChatHealthAI improves reasoning quality and interpretability without sacrificing accuracy.

arXiv AIModels / ResearchIn-site article
Evaluating Transformer and LSTM Frameworks for Prediction in Ungauged Basins

A new study compares encoder-only Transformer and LSTM for upstream streamflow inference in ungauged basins using NOAA National Water Model simulations. LSTM outperformed Transformer overall, and incorporating downstream information boosted median NNSE by over 60%. The findings highlight the importance of architectural inductive bias.

arXiv AIModels / ResearchIn-site article
AURA: Action-Gated Memory for Robot Policies at Constant VRAM

AURA-Mem proposes a constant-size recurrent memory for robot policies that writes only when an observation would change the next action, drastically reducing memory writes while maintaining accuracy. It uses a learned gate trained on action-error signal, achieving fixed 4,224-byte inference state vs growing KV-cache. Experiments show matching success rates with up to 7x fewer writes.

arXiv AIModels / Agents / PolicyIn-site article
MIT researchers teach AI models to interpret charts

The new ChartNet training dataset could improve the accuracy of vision-language models that help analyze business trends or interpret scientific figures.

MIT News AIModels / Agents / ResearchIn-site article
Dropstone 1.5: 2× Claude Code's usage at $15/mo

Dropstone 1.5 is an AI coding agent for the terminal, offering roughly 450 deep coding sessions per week for $15/month—about twice what Claude Code Pro delivers for $20. It runs on DeepSeek and Kimi models hosted in the US, with no data stored. Safety features require permission for file writes, shell commands, and network calls.

Product Hunt AIAgents / PolicyIn-site article
Type-Error Ablation and AI Coding Agents

A new study examines how AI coding agents differ from human programmers in consuming error messages. Through controlled experiments, it finds that more detailed type error messages significantly improve an agent's ability to fix errors, and that the presence of a type system is more helpful than test suite failure reports alone.

Hacker News AIAgents / ResearchIn-site article
The Four Signals of AI Observability

A practical look at four essential signals for AI observability: versioned prompts, detailed traces, user feedback, and model-based evaluation.

Hacker News AIAgents / ResearchIn-site article
Show HN: AI-Powered PDF to Markdown Converter

Basic extractors often return broken lines. This pdf to md converter uses layout understanding so headings, tables, captions, and images stay clearer in the output.

Hacker News AIToolsIn-site article
Show HN: LiteHarness – One SDK for Claude Agent, OpenAI Agent, Pi AI

LiteHarness is a unified SDK that provides a single TypeScript and Python interface for multiple AI agent harnesses, including Claude Agent SDK and OpenAI Agents SDK. It allows easy switching between harnesses and models, and supports streaming messages. The project is in preview.

Hacker News AIAgentsIn-site article
Running an AI-native engineering org – Claude

At Code w/ Claude SF 2026, Director of Engineering for Claude Code and Claude Cowork Fiona Fung walked through how the team’s processes and structure changed once agentic coding became the default way of working.

Hacker News AIAgents / ResearchIn-site article
Replicas: Run Any Coding Agent Harness in the Cloud

Replicas launches on Product Hunt, enabling developers to run coding agents like Claude Code and Codex in isolated cloud VMs. Integrated with Slack, Linear, and GitHub, it allows background agent execution with real dev environments. Founders Connor and Saai share their vision and early traction.

Product Hunt AIAgentsIn-site article
I Don't Want My Search Engine to Think for Me

AI search summaries flatten nuance, undermine verification, and harm the web ecosystem. This article argues for results-only search to preserve accuracy and critical thinking.

Hacker News AIResearchIn-site article
Instagram accounts hacked using Meta AI

Instagram resolved a security issue that allowed several users’ accounts to get hacked by tricking its AI-powered support chatbot into granting access.

Hacker News AIRoboticsIn-site article
Google Is Quietly Buying Code from Play Store Developers to Train AI

Google is secretly offering to pay Android app developers for access to their codebases under a confidential pilot program, aiming to improve its AI coding tools. Developers retain intellectual property rights, but Google seeks to catch up with competitors like Anthropic and Microsoft in AI code generation. The move highlights the growing scarcity of public training data.

Hacker News AIResearch / StartupsIn-site article
Show HN: Brontosaurus, a voice-driven generative AI canvas

Brontosaurus is a web-based generative canvas that uses voice commands to create widgets almost instantly. Inspired by Thinking Machines and Ink & Switch, it emphasizes human-AI collaboration, prioritizing speed so users can bring ideas to life as fast as they can speak.

Hacker News AIAgents / ResearchIn-site article
Engram is now Generally Available

Weaviate announces the general availability of Engram, a managed memory and context service for agentic applications. It addresses long-context degradation, messy raw data, and multi-agent context fragmentation through asynchronous pipelines, templates, and built-in scopes, helping agents compound value over time.

Weaviate BlogAgents / PolicyIn-site article
Adding MCP Tools to Reachy Mini

Reachy Mini can now use remote tools hosted in Hugging Face Spaces via MCP, allowing it to check weather or search the web with a single command. The article covers built-in tools, profile-based control, tool installation, naming conventions, and current limitations.

Hugging Face BlogAgents / PolicyIn-site article
LLMs are not the black box you were promised

Anthropic's 'On the Biology of a Large Language Model' (2025) is a landmark in mechanistic interpretability. Using circuit tracing, researchers reveal multi-step reasoning inside models, showing they use human-interpretable concepts like 'Texas' for pseudo-symbolic inference. This work helps identify misbehavior, steer models, and design better algorithms.

Hacker News AIModels / Policy / ResearchIn-site article
Project Brain – Persistent memory index for AI coding

Project Brain is a Claude Code skill that creates a lightweight, navigable memory (.project-brain/ folder) for each project, recording stack, decisions, pitfalls, and history, eliminating the need to re-explain the project every session and reducing token usage and hallucinations.

Hacker News AIAgentsIn-site article
Titan Network claims 5% of Asia's AI data market using crowdsourced home devices

Titan Network aggregates unused computing power from consumers' connected devices into a decentralized cloud, offering AI firms infrastructure at up to 75% lower cost. Clients include Tencent, Alibaba, and Kling AI. The company pays 80% of revenue from data tasks to individuals who share their devices and bandwidth.

Hacker News AIChipsIn-site article
ContextWall – Context firewall for AI agents and RAG pipelines

ContextWall is an open-source context firewall that intercepts and scans documents before they enter an AI model's context window, preventing prompt injection, credential leaks, and PII exfiltration. It requires no code changes to agents, runs in your infrastructure, and offers three detection layers with source trust tiers.

Hacker News AIAgents / PolicyIn-site article
Scholar Sidekick: Citation Verifier for 'Real DOI, Wrong Paper'

Scholar Sidekick is a free tool that generates formatted citations from DOIs, PubMed IDs, arXiv IDs, and more. It also verifies citations, checks open access, and retraction status. It offers a REST API and MCP server for developers and AI agents.

Hacker News AIAgents / PolicyIn-site article
Microsoft's new MAI models

Microsoft announced two new text LLMs: MAI-Thinking-1 (35B parameters, reasoning) and MAI-Code-1-Flash (5B parameters, code). Both are trained on clean, licensed data without distillation, with MAI-Thinking-1 claiming preference over Sonnet 4.6. MAI-Code-1-Flash is rolling out to GitHub Copilot users in VS Code.

Simon Willison's WeblogModels / Research / StartupsIn-site article
Hermes Desktop

Hermes Desktop is an AI agent that grows with you. Currently featured on Product Hunt with discussion.

Product Hunt AIAgentsIn-site article