AI News HubLIVE

Research updates

The fight against AI data centers is just beginning

From a small protest in Ireland to nationwide opposition in the US, the battle against AI data centers is escalating. This article traces the origins, current protests, political responses, and what lies ahead as communities push back against the environmental and economic impacts of massive data center buildouts.

  • Apple's 2015 Ireland data center plan was abandoned after years of local protests and legal battles.
  • In Q1 2026, at least 75 US projects were blocked or delayed, with 833 active opposition groups.
In-site article

AI backlash hits university: laptops and phones banned for law students

The University of Chicago bans electronic devices in first-year law classes starting fall to combat AI reliance, while integrating responsible AI education into the curriculum.

  • University of Chicago bans laptops, tablets, and phones in first-year law classrooms effective fall.
  • The ban aims to foster independent critical thinking without AI assistance.
In-site article

Scientists' Side Hustle? Using AI and Quantum Computing to Generate New Peptides

Researchers from the Technical University of Denmark combined a generative AI model with a quantum computer to design novel peptides that bind to specific proteins, potentially accelerating vaccine development and personalized immunotherapies, especially for understudied populations.

  • DTU team used hybrid AI-quantum system to generate novel peptides for protein binding.
  • Quantum integration improved peptide generation, especially with limited data.
In-site article

25% long-form social media posts appear AI-generated

A new study from AI detection platform Pangram reveals that 25% of long-form social media posts are fully AI-generated. LinkedIn leads with 41%, followed by X at 25%. The analysis covered over one million posts across platforms including Medium, Substack, and Reddit.

  • Pangram study finds 25% of long-form social posts are fully AI-written.
  • LinkedIn tops the list at 41% AI-generated long-form posts, X at 25%.
In-site article

Chasing new skills, going back to basics and pushing for collective action: how software engineers are adapting to AI

Software engineering, once a stable high-paying profession, is being disrupted by AI. Engineers are adapting by learning new skills, focusing on fundamentals, and organizing for protections. The industry faces layoffs, underemployment, and a shift from coding to reviewing AI-generated code.

  • AI is transforming software engineering, with 75% of code at Google now written by AI.
  • Engineers like Matt avoid AI to keep skills sharp, while others like George Dover upskill to stay relevant.
In-site article

Political Neutrality Benchmark of Popular AI Models

A new benchmark reveals that 97 out of 108 measured positions across 18 AI models from 12 labs land left of center. The findings show a consistent progressive lean, with exceptions on economics, foreign policy, and religion. xAI's Grok models are closest to center, while many models refuse to answer certain questions, affecting their scores.

  • 97 of 108 positions left of center
  • Strongest progressive lean on environment (-0.82)
In-site article

AI Found a Linux Root Bug That Was Missed for 15 Years

Nebula Security, using its AI tool VEGA, discovered a 15-year-old privilege escalation vulnerability (CVE-2026-43499) in the Linux kernel that allows any logged-in user to gain root access. The bug has been present in essentially every major distribution since 2011 and was fixed in April, but patch rollout is uneven.

  • A use-after-free vulnerability in the Linux kernel, present in all major distributions since 2011, allows unprivileged users to gain root access.
  • Nebula Security discovered the flaw using its AI-driven tool VEGA and received a $92,337 payout from Google's kernelCTF program.
In-site article

Dismissive Dan's Review of the Overplane AI Coding Harness

Overplane is an open-source tool that converts Markdown specs into code using AI agents and SMT verification. Reviewer Dismissive Dan questions its necessity, noting many developers already have similar setups, but acknowledges its packaging and isolation design.

  • Overplane turns Markdown specs into code, uses Z3 solver for consistency checks.
  • The review is constructive but skeptical, as many developers already have similar workflows.
In-site article

Mira Murati’s Thinking Machines Lab Makes The Technical Case For Human-Centered AI Built On Customizable Model Weights

Thinking Machines Lab published "The Future Worth Building Is Human." The essay frames human participation, model ownership, and decentralized alignment as technical challenges. It ties them to interaction models and Tinker's LoRA fine-tuning, where teams train and keep their own model weights.

  • Thinking Machines Lab argues for distributed, customizable AI shaped by users.
  • Tacit, local knowledge requires AI to be distributed, not centrally frozen.
In-site article

sqlite-utils 4.1

sqlite-utils 4.1 is the first dot-release since 4.0, introducing several minor new features including a --code option for insert/upsert to generate rows from inline Python code, a --type option to override column types for CSV/TSV imports, drop-index commands, and the ability to read SQL queries from standard input. It also adds support for toggling SQLite STRICT mode via table.transform().

  • Insert/upsert now accept --code for inline Python row generation
  • New --type option allows overriding column types on table creation
In-site article

Inferring multicellular interactions in tumors from standard pathology slides

Stanford Medicine researchers have developed an artificial intelligence platform that can predict cancer cell neighborhoods from microscopic slides containing slices of human tumor tissue.

  • Stanford researchers developed CANVAS AI to infer cellular neighborhoods from H&E slides.
  • Analysis of over 18 million cells from 457 lung cancer patients revealed 10 distinct neighborhoods.
In-site article

Banning AI in Law School: We've Seen This Before

The University of Chicago Law School announced a new policy banning phones and laptops for first-year students, sparking debate about AI in education. This article recalls the history of banning portable computers at Harvard Law School 45 years ago, highlighting the cycle of technological fear. The author shares personal experiences, emphasizing how tools change work processes, and questions the rationality of current policies.

  • University of Chicago Law School bans phones and laptops for first-year students, causing controversy.
  • 45 years ago, Harvard Law School banned portable computers for similar reasons.
In-site article

The AI Disagreement Index: 8 models agreed on the "best tool" 0 of 16 times

An open, rigorous, living measurement of how much AI engines disagree on which B2B tools to trust per category. In the recorded sample, across 16 categories, all eight models named the same single best tool zero times, with a mean pairwise agreement of 44% and Fleiss' kappa of 0.41. The index is updated monthly and provides raw data for reproducibility.

  • Across 16 B2B software categories, all eight AI models agreed on the single best tool zero times.
  • Mean pairwise agreement between engines is 44%, with Fleiss' kappa at 0.41 (moderate agreement).
In-site article

I built a free tool to evaluate AI agent outputs (human labels and LLM judges)

Verdict is an open-source, browser-based tool for evaluating AI agent outputs. It enables human labeling, grounded theory error analysis, and validation of LLM judges against human labels, all locally without data leaving your machine.

  • Verdict runs entirely in the browser, no backend or accounts needed.
  • Supports multiple trace formats and provides a clean chat timeline for review.
In-site article

RAG Evaluation Frameworks Compared: RAGAS vs TruLens vs DeepEval

This article compares three popular RAG evaluation frameworks: RAGAS, TruLens, and DeepEval. It explains why RAG needs dedicated evaluation, covers the three layers of evaluation (retrieval, generation, end-to-end), and details key retrieval metrics (Precision@K, Recall@K, MRR, NDCG). It then dives into RAGAS (LLM judge, no ground truth, synthetic test set generation) and TruLens (observability, RAG triad, dashboard), with brief mention of DeepEval, and provides guidance on choosing the right framework.

  • RAG systems require specialized evaluation because BLEU/ROUGE cannot capture retrieval and generation failures.
  • RAGAS uses an LLM judge for reference-free scoring and can auto-generate test sets from documents.
In-site article

An educational lab of AI agent architectures

An educational lab of AI agent architectures built on LangChain and local Ollama, offering multiple agent variants for chat, tool calling, RAG, hybrid, and agentic RAG modes.

  • Multiple AI agent architecture variants covering chat, tool calling, RAG, hybrid, and agentic RAG.
  • Built on LangChain and local Ollama server, with optional OpenRouter support.
In-site article

Show HN: HoverSource – From pixel to source file in one keystroke

HoverSource is a developer tool that lets you get the source file path and line number of UI elements by hovering and pressing Alt+C. It integrates with AI agents to reduce steps by 73.9% and token consumption by 94.5%. Works with React, Next.js, Vue, and more out of the box.

  • Hover and press Alt+C to instantly copy UI element source info
  • Integrates with AI agents, reducing steps by 73.9% and tokens by 94.5%
In-site article

'Ghostcommit' hides prompt injection in images to fool AI agents, steal secrets

Researchers have built a pull request that steals a repository's secrets by hiding the malicious instruction inside a PNG that AI code reviewers never open.

  • Attack hides prompt injection in PNG images to bypass AI code reviewers.
  • Coding agent reads the image and steals secrets from repository's .env file.
In-site article

Kairos Engine – a pipeline that kills trading strategies before they cost money

Kairos Engine is an end-to-end quantitative research platform for scalping signals in FX and metals markets. It uses a Hidden Markov Model for regime classification, an ensemble of time series foundation models for forecasting, and a strict walk-forward backtest against a broker cost model built from real measured spreads. The engine's value lies in rejecting bad strategies before real capital is risked.

  • Kairos Engine processes raw tick data through a four-state HMM regime classifier and an ensemble of four time series foundation models.
  • Backtested over 365 days on XAUUSD, the only passing variant executed 221 trades with net expectancy of +222.91 pips.
In-site article

AI takes two-thirds of venture money, and your odds are still one in six

In 2025, AI companies captured 65% of US venture capital, but most went to megadeals; small seed rounds shrank. The article analyzes seed round costs, success rates (about 1 in 6), and a decision framework for founders, along with fundraising strategies and alternatives.

  • AI companies absorbed most VC funding, but small seed round count and dollars fell 20%.
  • Median seed round sells ~20% of company; by Series A founders hold 36%.
In-site article

Show HN: AI assistant for Google Chat to translate any file preserving layout

AnyFile Translator is an AI-powered assistant for Google Chat that translates documents, web links, and messages while preserving original formatting. It supports over 100 languages, offers AI content writing, and ensures data privacy with encryption and deletion.

  • Translate files (PDF, Word, PPT, etc.) while preserving layout
  • Supports over 100 languages and works within Google Chat
In-site article

AI Surveillance and Social Progress

AI surveillance systems will soon track all public and private actions, enforce rules instantly, and create chilling effects that suppress dissent, creativity, and social progress. The article discusses examples from China and the US, the mechanisms of chilling effects, and calls for policy interventions.

  • AI surveillance combines facial recognition, digital tracking, and automated enforcement.
  • China and the US are deploying such systems for social control.
In-site article

Nobel laureate Omar Yaghi joins Tsinghua to lead AI materials lab

Omar Yaghi, 2025 Nobel Prize in Chemistry winner, has left the US to lead an AI-driven research center at Tsinghua University in China, aiming to accelerate materials design and synthesis to address environmental challenges like water scarcity and carbon neutrality.

  • Yaghi will head a team exploring how AI can transform materials design and synthesis, drastically reducing development cycles.
  • He won the 2025 Nobel Prize for pioneering metal-organic frameworks (MOFs), ultra-porous materials with record surface areas for carbon capture, water harvesting, and hydrogen storage.
In-site article

Documentation is still in your Mum's filing cabinet

The article argues that traditional folder-based documentation is outdated for modern knowledge work. It compares documentation to a filing cabinet inherited from 1970s office metaphors, which forces knowledge into single locations. AI retrieval systems highlight the limitations of folders, advocating for connected knowledge graphs that allow discovery from multiple paths.

  • Documentation's folder structure is based on 1970s office metaphors that don't match how knowledge works.
  • People forage for information rather than browsing hierarchies, often struggling to find what they need.
In-site article

A font that humans can read but AI cannot

Ghost Font is an experimental anti-AI font that uses motion, noise, and decoys to make messages readable to humans but not to current AI models. Even advanced models like Claude Fable and GPT Sol 5.6 Ultra struggle to decode it, making it a potential tool for CAPTCHA and AI visual perception benchmarks.

  • Ghost Font hides messages using moving dots; single screenshots reveal nothing.
  • Advanced AI models like GPT Sol 5.6 Ultra required lengthy analysis and often hallucinated.
In-site article

Create high-converting AI UGC ads in minutes

AIUGCAds.net provides an AI-powered platform to generate realistic UGC-style video ads in minutes, eliminating the need for creators, filming, or editing. It serves ecommerce stores, dropshippers, DTC brands, agencies, and marketplace sellers, enabling ad creation from product links or images with AI actors, voiceovers, and product demos.

  • Generate UGC video ads in under 2 minutes using AI, no creators or filming required.
  • Over 100 realistic AI actors and voiceovers in multiple languages and accents.
In-site article

Show HN: Krbn, a pencil-style 3D renderer with SVG output

Krbn is a web engine for non-photorealistic, pencil-style rendering of 3D scenes to SVG. It derives strokes from geometry rather than rasterizing pixels, supporting exact silhouettes, hidden lines, hatching, and more. Written in TypeScript and MIT-licensed, it was developed with AI assistance.

  • Krbn is a pencil-style 3D renderer that outputs SVG. It computes silhouettes and hidden lines analytically, not via pixel sampling.
  • Features include exact conic silhouettes, hidden-line ghosting, curvature-following hatching, and hand-drawn wobble.
In-site article

The Conversation We're Not Having About AI in Peer Review

This article discusses the important but often overlooked issues surrounding AI in academic peer review, citing Christian Bird's research on the topic.

  • AI's role in peer review is growing but underdiscussed
  • Christian Bird's work highlights fairness and accuracy concerns
In-site article

Managing a small local AI budget (Mac M2 16gb)

The article describes millfolio's hybrid tag system for efficient local AI inference: deterministic string and reference tags cover most transactions, while on-device AI tags handle the fuzzy tail. Tags are computed once at index time and stored, avoiding re-inference at query time. Backfilling uses batching, deduplication, and a priority scheduler to avoid overloading the laptop. Performance data shows ~650ms per distinct description, with 8.5 rows/s effective speed. The system includes a preview mechanism for users to verify tags before saving.

  • millfolio uses three tag types: string, reference, and AI tags, with AI only for uncertain cases.
  • Tags are computed once and stored, enabling fast queries without re-running AI.
In-site article

Engineer

Aicon Solutions is a product studio building AI-augmented thinking tools for decision-making under uncertainty. Their products include nodx, LaoMOS, and Still Employed?.

  • Focus on thinking better, not just doing more.
  • Products: nodx (decision workspace), LaoMOS (multi-agent orchestration), Still Employed? (daily check-in).
In-site article

Choosing the Right AI Agent Memory Strategy: A Decision-Tree Approach

Learn how to select appropriate memory strategies for AI agents using a decision tree approach that classifies information into working, semantic, episodic, or procedural memory layers.

  • Memory strategies for AI agents should be designed deliberately, not as an afterthought.
  • A five-question decision tree helps classify information into the correct memory layer: working, semantic, episodic, or procedural.
In-site article

Which 'AI scientist' suits your lab? A guide for the perplexed

The article explores various AI tools designed for scientific research, such as Anthropic's Claude Science, Google DeepMind's Co-Scientist, and the open-source Biomni. These tools accelerate tasks like genome analysis, hypothesis generation, and experimental design. Scientists share their experiences and recommend trying multiple tools, starting with small tasks, and verifying outputs while maintaining caution.

  • Anthropic launched Claude Science platform focused on biology research.
  • Google DeepMind's Co-Scientist generates scientific hypotheses by mining literature.
In-site article

Ethereum deploys AI agents to hunt bugs, discovers libp2p vulnerability

The Ethereum Foundation's Protocol Security team used coordinated AI agents to find a remotely-triggerable panic in libp2p's gossipsub (CVE-2026-34219). The real challenge was not finding the bugs but triaging AI-generated candidates to separate genuine findings from confident-sounding noise, highlighting the importance of human judgment in security auditing.

  • Coordinated AI agents discovered a critical libp2p vulnerability
  • Most AI-generated candidates are false positives or duplicates
In-site article

Migrating a production AI agent to GPT 5.6

Ploy migrated its AI agent from Claude Opus 4.8 to OpenAI's newly released GPT-5.6 Sol, achieving 2.2× faster builds, 27% lower cost, and improved visual scores. The migration involved solving issues with tool call argument filling, prompt caching differences, and reasoning replay, all of which were addressed through engineering optimizations.

  • GPT-5.6 Sol outperformed Claude Opus 4.8 in speed, cost, and visual quality
  • Tool call parameter filling issue resolved by schema transformation
In-site article

AI Gets a Cerebellum

Northwestern researchers developed a cerebellum-inspired memtransistor that consumes very little energy and detects novelties almost instantly. In tests, it identified abnormal heart rhythms within one-fifth of a heartbeat with over 98% accuracy, using 10,000 times fewer computer operations than conventional AI.

  • New memtransistor mimics cerebellum to ignore routine inputs and react only to unexpected events
  • Detected arrhythmias in milliseconds with 98% accuracy, using minimal energy
In-site article

OpenWiki Brains: Proactive Memory for AI Agents

OpenWiki Brains turns sources like Gmail, Notion, Git, X, Hacker News, and web search into a local wiki that agents can use as fresh, proactive memory.

  • OpenWiki Brains turns external sources into a local wiki for agents to use as proactive memory.
  • Two modes: Personal Brain for general context and Code Brain for code documentation.
In-site article

Vibe coded AI Neovim is useful

aeovim is a Rust TUI that multiplexes LLM coding agents with a Neovim-like interface, currently wrapping Claude Code and offering features like multi-chat sessions, streaming, and persistence.

  • aeovim provides a keyboard-native TUI for managing multiple AI coding agents simultaneously.
  • It reuses Claude Code's infrastructure and supports live multi-turn sessions with streaming output.
In-site article

Better tools made Copilot code review worse. Here’s how we actually improved it.

How migrating Copilot code review to shared Unix-style code exploration tools reduced review cost by reshaping agent workflows around pull request evidence. The post Better tools made Copilot code review worse. Here’s how we actually improved it. appeared first on The GitHub Blog.

  • Migrating to shared Unix tools initially increased review cost and reduced effectiveness.
  • The problem was not the tools but the instructions, which caused the agent to browse broadly instead of focusing on the diff.
In-site article

AI Web Design (Opus vs. Sol)

This article compares two leading AI models for web design—Opus 4.8 and GPT-5.6 Sol—based on the author's extensive experience. It emphasizes the importance of visual references over text prompts, details each model's strengths and weaknesses, and provides a practical workflow to achieve high-quality designs.

  • Visual references significantly improve AI web design output.
  • Opus 4.8 is reliable but conventional; GPT-5.6 Sol is creative but prone to over-structuring.
In-site article

Older adults know AI is slop. They just like it

Despite being aware that AI-generated content is fake, older adults find emotional comfort and companionship in it. A study found that Chinese users aged 50-75 watch AI family member videos because they offer direct affection and filial piety lacking in real life.

  • A 67-year-old retired businessman was moved to tears by AI-generated music videos that reminded him of his childhood.
  • AI virtual family members are popular on Chinese social media, providing daily blessings and companionship to the elderly.
In-site article

Give Your AI Assistant a Private Memory

Hister is a personal search engine that indexes web pages and files you care about via a browser extension and CLI tool. With MCP support, it allows AI assistants to search your private index for context-aware answers based on what you've already read. This article explains Hister's workings, practical workflows (like finding vaguely remembered articles, explaining code with indexed docs, generating research briefs), privacy controls, and how to get started.

  • Hister turns your browsing history, bookmarks, and local files into a private search index.
  • With MCP support, AI assistants can search the Hister index to get answers grounded in your own reading history.
In-site article

"Rights for robots" and the AI slavery fantasy

The article critiques the "rights for robots" movement, arguing that it implicitly endorses the notion of AI as slaves. The author contends that the real appeal of AI is the fantasy of a world without people, only compliant "slaves." By hiding human workers behind the curtain, this narrative strengthens bosses' desire for absolute control. The piece contrasts the positive spillovers of extending rights to nature with the catastrophic effects of corporate personhood, warning that robot rights may lead to similar exploitation.

  • The AI bubble has a material and ideological component: a desire for a world without people.
  • The "rights for robots" movement suggests robots are slaves, which AI salespeople use to pitch to bosses seeking a workforce without moral consideration.
In-site article

The Language of AI Could Change How Humans Speak

Because large language models are trained primarily on written text, lacking exposure to natural spoken conversation, their widespread use may lead humans to adopt AI's linguistic patterns, affecting communication styles, thinking habits, and potentially exacerbating cognitive biases and overconfidence.

  • AI language models lack training on natural speech, potentially making human language shorter and more abrupt
  • Frequent exposure to AI-generated text may narrow vocabulary and sentence structure diversity
In-site article

Hardening stb libraries using AI agents

This article describes how to use AI agents (based on LLMs) to discover, validate, and fix security vulnerabilities in stb libraries. The author designed a three-phase process: discovery (via web search, fuzzing, and static analysis), validation (through automated tests to confirm bugs), and patching. Across multiple stb libraries, 134 potential bugs were found, 115 validated as real vulnerabilities and fixed, with negligible performance impact in most cases.

  • stb libraries have many security issues that are not promptly fixed.
  • AI agents automate security review with discovery, validation, and patching phases.
In-site article

Why zero vulnerability code packages could still be your biggest software supply chain risk

Despite increased focus on software supply chain security, code packages with zero known vulnerabilities can still harbor hidden malware. RapidFort and ReversingLabs partner to offer deep-binary malware detection using neural networks, but experts caution that trust delegation does not eliminate risk entirely.

  • RapidFort and ReversingLabs launch a curated open-source library catalog with independent deep-binary malware detection.
  • Packages with zero CVEs can still contain hidden malware or backdoors.
In-site article

The best VPS hosting services for 2026: Expert tested and reviewed

As your business grows, shared hosting may fall short. VPS hosting offers dedicated resources, better performance, and scalability. This article reviews the best VPS services, including Hostinger, Liquid Web, and more, along with latest industry news and FAQs.

  • VPS hosting provides dedicated resources and scalability compared to shared hosting.
  • Recommended services include Hostinger, Liquid Web, and BuyVM.
In-site article

Google Research Introduces SensorFM: A Wearable Health Foundation Model Pretrained on One Trillion Minutes of Sensor Data

Google Research, Google DeepMind, and university collaborators have introduced SensorFM, a foundation model for wearable health pretrained on over 1 trillion minutes of sensor data from 5 million participants. The ViT-1D masked-autoencoder backbone, trained on a massive corpus, demonstrates strong scaling behavior. With frozen embeddings and a PCA-50 linear probe, it outperforms feature-engineered baselines on 34 of 35 tasks. The paper also details an agentic classroom that searched 30,516 prediction heads and a clinician evaluation that grounds a Personal Health Agent.

  • SensorFM is pretrained on 5 million participants with over 1 trillion minutes of sensor data from 100+ countries and 20+ wearable models.
  • Adaptive and Inherited Masking (AIM) handles missing data effectively, reducing reconstruction error by up to 83.7% over baselines.
In-site article

Ramblings on technological pursuits of AI systems

The author reflects on the rapid advancement of AI technology by comparing childhood computers with today's B300 GPU system. He discusses the controversies surrounding LLMs, the differences between symbolic and statistical AI, the nature of intelligence, and the contrast between dreams and reality. The article also includes a discussion with a friend about determinism and memory.

  • Technological leap from childhood PC to B300 GPU system
  • Reflections on LLMs and the AI industry: hype or real change?
In-site article

The triage is the product: running AI agents against Ethereum's protocol code

The Ethereum Foundation's Protocol Security team shares insights on using coordinated AI agents to audit real protocol code. The focus is not on finding bugs, but on triaging the overwhelming number of candidates to identify true vulnerabilities. The post covers organization methods, validation criteria, and practices to ensure trustworthy results.

  • AI agents found real bugs, but most effort goes into distinguishing true positives from convincing false positives.
  • Work is organized via parallel agents without a central coordinator, with roles like recon, hunting, gap-filling, and validation.
In-site article

AI-generated videos to maximally drive a target brain region

NEvo is a neural-guided evolutionary video synthesis method that uses AI to generate videos optimized for specific brain regions, aiming to induce maximal neural responses.

  • NEvo combines neural networks with evolutionary algorithms to create customized videos.
  • Videos are optimized to drive neural activity in targeted brain regions.
In-site article

Topics

Research AI News | AI News Hub