AI News HubLIVE

Live AI News Intelligence

Live monitoring

The most important shift in AI today

Distilled from 105 trusted sources. Last update 2026-05-29 02:47 UTC.

Live monitoring

Live updates

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

Live updates

Reset
Tsinghua-Affiliated Team Builds a 'Smart Computing Power Grid' for Large Models

A startup founded by Tsinghua University alumni, Shishi Technology, has developed a proprietary parallel optimization technology that integrates heterogeneous computing resources and inference optimization engines, reducing per-token cost by 40%. The company aims to build a domestic token optimization factory to lower the barrier for AI deployment.

量子位Models / Agents / ChipsIn-site article
How to optimize your AI token usage

repo-brain is an open-source tool that compresses an entire codebase into a single Markdown context file, achieving up to 96% compression and significantly reducing AI token usage. It supports static analysis, architecture analysis, semantic relationships, and multiple AI providers.

Hacker News AIAgentsIn-site article
ReadyToTalk – AI receptionist for small businesses, built solo with AI agents

ReadyToTalk is an AI receptionist designed for small businesses. It answers every call in under 2 seconds, provides 24/7 coverage, supports 30+ languages, and learns your business from your website. Priced at $39/month with a 7-day free trial, it requires no technical skills to set up.

Hacker News AIAgents / PolicyIn-site article
Overline

Overline is a Chrome extension that provides real-time AI captions and live translation for any browser video, with sub-second latency and no need for subtitles.

Product Hunt AIToolsIn-site article
Bixonimania – the fake illness that AI fell for

A researcher fabricated a fake skin disease to test AI, and the AI chatbots fell for it, highlighting the dangers of relying on AI for medical advice.

Hacker News AIResearch / StartupsIn-site article
Anthropic's run-rate revenue hits $47 billion

Anthropic announced in its $65 billion Series H funding that its annualized run-rate revenue crossed $47 billion in early May 2026, up from $30 billion in April and $14 billion in February. The rapid growth has drawn comparisons to unprecedented organic revenue scaling, though some skeptics question the numbers. Anecdotal evidence of a client spending $500 million in a single month on Claude licenses adds context.

Simon Willison's WeblogModels / StartupsIn-site article
Dis Dat – Loom for AI coding agents

Dis Dat is a tool that lets you visually show anything to your AI coding agent, enhancing communication and code generation. It positions itself as 'Loom for AI agents'.

Hacker News AIAgentsIn-site article
Are AI PowerPoint Tools Worth Using?

The article examines the limitations of Genspark, an AI presentation tool, and presents six alternatives for 2026, including Smallppt, Plus AI, Prezi, Vector Shift, Beautiful.ai, and ClickUp, each with distinct strengths to help users choose based on their needs.

Hacker News AIAgents / ResearchIn-site article
Show HN: theta-spec - a humble harness agnostic configuration spec

theta-spec is a declarative, harness-agnostic configuration standard for AI coding agents. A single theta.toml file defines the full configuration surface (instructions, rules, tools, skills, subagents). A protocol is specified for the lifecycle of this configuration file, and any theta-spec compliant implementation can resolve, lock, and cast it to any supported harness. The project includes a reference Rust CLI (theta) and supports harnesses like Claude Code, Codex CLI, Cursor, and GitHub Copilot.

Hacker News AIAgents / ResearchIn-site article
AI and the End of Recessions as We Know Them

Ken Griffin did a 180 on AI after seeing agents complete complex work in hours. This raises concerns about GDP growth without job growth, challenging the traditional use of GDP as an economic health indicator.

Hacker News AIAgents / ResearchIn-site article
Show HN: Trelk – Read, Think, Connect

Trelk is a one-time purchase, privacy-first app that uses on-device AI to save, organize, and connect articles, papers, and notes. Features include hybrid search, knowledge graph, RAG chat, flashcard spaced repetition, and community collections.

Hacker News AIResearchIn-site article
How Together AI built the world’s fastest speech-to-text stack

Together AI built the fastest speech-to-text stack on Artificial Analysis by treating ASR as a full-path systems problem, not just a GPU inference problem. This article details optimizations including TensorRT multi-profile encoders, conditional CUDA graphs, shared memory, evented I/O, and gc.freeze() to eliminate tail latency.

Together AI BlogAgents / ChipsIn-site article
AI Weekly Issue #497: AI's labor war just went global

This week, the AI-and-work conflict simultaneously erupted across four jurisdictions: Wikipedia editors threaten strike over layoffs, Amazon employees game internal AI ranking into uselessness, Chinese courts enforce ban on AI-justified layoffs, UK thinktank calls for employee say in AI deployment. Meanwhile, frontier labs deepen government ties.

AI WeeklyChips / PolicyIn-site article
Reinforcement Learning is an Infrastructure Problem

This article explores the practical application of reinforcement learning in post-training large language models, highlighting that the current bottleneck is infrastructure rather than algorithms. Modal shares its experience running RL post-training at scale and introduces its open-source library to help teams address key challenges like multi-node training, environment management, and GPU utilization.

Modal BlogAgents / ChipsIn-site article
Profiling in PyTorch (Part 1): A Beginner's Guide to torch.profiler

This is the first post in the Profiling in PyTorch series, starting with a simple matrix multiplication and bias addition to teach readers how to use torch.profiler. It covers setting up the profiler, reading the profiler table and trace, understanding CPU/GPU activity gaps, and the impact of warmup and matrix size on performance regimes.

Hugging Face BlogChips / StartupsIn-site article
Claude Opus 4.8: "a modest but tangible improvement"

Anthropic released Claude Opus 4.8, described as a modest but tangible improvement over its predecessor. Key highlights include enhanced honesty (reduced unsupported claims, four times less likely to overlook code flaws), and new features like mid-conversation system messages. Pricing remains unchanged, but fast mode costs are significantly reduced.

Simon Willison's WeblogModels / Agents / PolicyIn-site article
Claude 4.8 Arrives: Surpasses Mythos in Some Areas, Supports Hundreds of Parallel Sub-Agents

Anthropic released Claude Opus 4.8, showing improvements in terminal engineering and knowledge work, outperforming Mythos in certain benchmarks. The model features enhanced honesty and a new Dynamic Workflows capability that orchestrates hundreds of parallel sub-agents. Early testers report significant gains in code quality and task reliability.

量子位Models / Agents / PolicyIn-site article
llm-anthropic 0.25.1

Release of llm-anthropic 0.25.1 adds support for Claude Opus 4.8, fast mode option for eligible accounts, and changes default max_tokens to each model's maximum output.

Simon Willison's WeblogModelsIn-site article
I built a memory system for AI that abstracts like the brain, not a database

Serenity is an open-source, local AI agent that uses a brain-inspired memory architecture called Neural Node Network. It remembers causal relationships, reasons across domains, operates autonomously, and runs entirely on your machine without cloud dependencies.

Hacker News AIAgents / ResearchIn-site article
Liquid AI Releases LFM2.5-8B-A1B: An On-Device MoE Model With 8.3B Total and 1.5B Active Parameters

Liquid AI has released LFM2.5-8B-A1B, an on-device Mixture-of-Experts model designed for tool calling. With 8.3B total parameters but only 1.5B active per token, it runs on consumer hardware. It features a 128K context window, reasoning capabilities, and nine-language support. Benchmarks show significant improvements over its predecessor, including a jump in non-hallucination rate from 7.46 to 63.47.

MarkTechPostAgents / ChipsIn-site article
AI coding is at L3 autonomy, but infrastructure is stuck at L1

AI-powered coding tools have reached advanced autonomy, enabling anyone to build software, but the underlying infrastructure remains outdated, leading to inefficiencies. A new AI-native operating system is needed.

Hacker News AIAgents / ChipsIn-site article
LLMs believe false statements even after explicit warnings that they're false

New research on 'negation neglect' finds that large language models absorb explicitly false statements from training data, even when those statements are clearly labeled as false. After fine-tuning on synthetic documents, belief rates for false claims jumped from 2.5% to 92.4% in tested models, helping explain why LLMs hallucinate.

Hacker News AIModels / ResearchIn-site article
How to Beat Superhuman AIs [at Go] [video]

This video explores strategies and methods to counter superhuman AI in the game of Go, including exploiting weaknesses, innovative tactics, and understanding AI decision-making.

Hacker News AIPolicyIn-site article
Apple Working to Cram Gemini into iPhone

Apple has long touted the privacy benefits of on-device AI, but a new report suggests its Gemini-powered Siri will rely heavily on Google and Nvidia cloud servers. While this hybrid approach addresses performance limitations of local models, it represents a trade-off on privacy.

Hacker News AIChipsIn-site article