Brace for the patch tsunami: AI digs up decades of buried code debt
opinion May 2nd, 2026

Brace for the patch tsunami: AI digs up decades of buried code debt

The UK's National Cyber Security Centre warns that AI security tools are digging up years of buried code vulnerabilities. Models like Claude Mythos and GPT-5.5-Cyber can now find bugs faster than teams can fix them, forcing organizations to confront technical debt they've long ignored.

LLM Safety Lives in One Dimension. Attackers Can Delete It.
technical May 2nd, 2026

LLM Safety Lives in One Dimension. Attackers Can Delete It.

This research paper analyzes the internal mechanism of refusal in large language models. The authors found that refusal behavior across 13 popular open-source chat models (up to 72B parameters) is mediated by a single one-dimensional subspace. By erasing this direction, models can be made to comply with harmful instructions; by adding it, harmless instructions are refused. The paper proposes a white-box jailbreak method and shows how adversarial suffixes suppress the refusal direction, revealing the brittleness of current safety fine-tuning methods.

AI hiring tools prefer resumes they wrote by up to 82%
technical May 2nd, 2026

AI hiring tools prefer resumes they wrote by up to 82%

Candidates using the same AI as the employer's screening tool have a 23-60% advantage in getting shortlisted. Research on 'self-preferencing bias' finds LLMs prefer resumes they generated 67-82% of the time over human-written ones. Business roles like sales and accounting show the biggest gaps. Interventions targeting how models recognize their own output can cut the bias by more than half.

Santa Cruz restaurant drops AI logo after review bombing
opinion May 2nd, 2026

Santa Cruz restaurant drops AI logo after review bombing

The Salty Otter restaurant in Santa Cruz faced backlash after owner Rachael Smith used Canva's AI features to create a colorful otter-on-surfboard logo. The restaurant received numerous one-star reviews criticizing the AI-generated artwork, with reviews calling it 'cheap' and lacking artistic taste. Smith replaced the logo with plain text, but the incident shows how AI-generated content is colliding with communities that value human artistry, particularly in artist-heavy towns like Santa Cruz.

Open Design Emerges as Open-Source Answer to Claude Design
product launch May 2nd, 2026

Open Design Emerges as Open-Source Answer to Claude Design

Open Design is an open-source alternative to Anthropic's Claude Design that transforms 11 coding-agent CLIs (Claude Code, Cursor Agent, Gemini CLI, GitHub Copilot CLI, and more) into design engines. It runs locally with a bring-your-own-API-key model, ships 31 composable Skills for different design scenarios, and bundles 129 design systems from companies like Linear, Stripe, and Vercel.

Omar orchestrates 100 AI coding agents from your terminal
product launch May 2nd, 2026

Omar orchestrates 100 AI coding agents from your terminal

Omar is a terminal user interface (TUI) for creating and managing agentic organizations with deep hierarchies of parallel AI agents. Built on tmux, it lets you mix heterogeneous backends like Claude Code, Codex CLI, Cursor, and Opencode, with full control to navigate and interact with any subagent.

SKILL.make: Agent Skills as Makefiles Cut Tokens 15%
technical May 2nd, 2026

SKILL.make: Agent Skills as Makefiles Cut Tokens 15%

Developers can now define AI agent skills using Makefile syntax. SKILL.make replaces prose with structured dependency graphs, cutting token usage roughly 15% in testing.

GPT-5.5 catches Mythos in security benchmarks
technical May 2nd, 2026

GPT-5.5 catches Mythos in security benchmarks

UK's AI Security Institute found that OpenAI's GPT-5.5 matches Anthropic's Mythos Preview in cybersecurity benchmarks, achieving 71.4% on Expert tasks versus 68.6% for Mythos. GPT-5.5 solved a difficult Rust binary disassembler task in 10 minutes and matched Mythos on 'The Last Ones' data extraction test. AISI concludes Mythos's capabilities are part of general AI improvements rather than a unique breakthrough.

Talkie-1930 Is an AI That Thinks It's 1860
opinion May 2nd, 2026

Talkie-1930 Is an AI That Thinks It's 1860

Talkie-1930 is a language model trained only on pre-1930 texts that acts like a collective Victorian consciousness. Historian Benjamin Breen tested it and found the model thinks it's around 1860, reflecting who published back then rather than who existed. He sees research potential in multi-agent historical debates and counterfactual probing, but warns against treating these models as primary sources or chatting with historical figures.

Governor cuts Claude Code token waste by 55%
product launch May 2nd, 2026

Governor cuts Claude Code token waste by 55%

Governor is a plugin for Claude Code that optimizes context usage and reduces token waste through compact professional output, context hygiene, tool-output filtering, and usage telemetry. It features memory compression, protected-span safety, quality guards, and planning guardrails for coding tasks.

Open-source DAC lets AI agents build dashboards humans can review
product launch May 2nd, 2026

Open-source DAC lets AI agents build dashboards humans can review

DAC is an open-source Dashboard-as-Code tool that lets you write dashboards in YAML or TSX. The key idea: it's built so AI agents can create dashboards that humans can actually review and approve. Ships with a Codex-powered AI agent for live updates, supports major databases through Bruin, and includes a semantic layer for reusable metrics and dimensions.

Liquid AI's 24B MoE Runs on Your Laptop
technical May 2nd, 2026

Liquid AI's 24B MoE Runs on Your Laptop

Liquid AI releases LFM2-24B-A2B, a 24 billion parameter Mixture of Experts model with only 2.3 billion active parameters per token. The model fits in 32GB of RAM, making it deployable on consumer hardware including laptops with integrated GPUs and NPUs. It shows consistent quality gains on benchmarks like GPQA Diamond and MMLU-Pro as the LFM2 family scales from 350M to 24B parameters. Day-one support for llama.cpp, vLLM, and SGLang, with competitive throughput against Qwen3-30B-A3B and gpt-oss-20b.

Software Jobs Up 11% Even as AI Spending Hits $650B
opinion May 2nd, 2026

Software Jobs Up 11% Even as AI Spending Hits $650B

Citadel Securities analysis challenges AI displacement narratives, showing software engineer job postings up 11% YoY despite $650 billion in AI capital expenditure. AI adoption follows S-curve patterns rather than exponential growth, with stable real-time data showing little evidence of imminent labor displacement. The wrinkle: companies want senior architects, not junior coders, as AI tools handle entry-level work.

The end of "Just ask Sarah"
opinion May 2nd, 2026

The end of "Just ask Sarah"

Every team has a Sarah who holds the institutional knowledge. AI agents can't walk over and ask her. Simon Aronsson argues that as agents start writing code, documentation like ADRs and specs shifts from courtesy to necessity, because agents extend existing patterns without understanding the reasoning behind them.

UPenn's Codex skill renders web page videos from plain English
technical May 2nd, 2026

UPenn's Codex skill renders web page videos from plain English

UPenn researchers released web-scroll-video, an open-source tool that records web pages as MP4s using headless Chrome and FFmpeg. Built as a skill for OpenAI's Codex, it lets you describe video actions in plain English and generates the video from those cues. The code is on GitHub under UPenn's CIS organization.

Claude Code Won't Read AGENTS.md, and That's a Problem
technical May 2nd, 2026

Claude Code Won't Read AGENTS.md, and That's a Problem

A GitHub feature request asks Claude Code to support AGENTS.md, the emerging standard file format for AI coding agents. Tools like Codex, Cursor, and GitHub Copilot already read it. Claude Code uses its own CLAUDE.md, forcing teams with multiple AI tools to maintain duplicate files.

How You Talk to AI Says More About You Than Tech
opinion May 2nd, 2026

How You Talk to AI Says More About You Than Tech

Sarah Murphy's essay uses a 16th-century scrying mirror as a metaphor for AI interaction. How you prompt LLMs reveals your psychology and work style, not universal truths about the technology. Different approaches work for different people because they're personal rituals, not transferable methods.

IBM ditches MoE for dense models, claims 8B beats 32B
product launch May 2nd, 2026

IBM ditches MoE for dense models, claims 8B beats 32B

IBM's Granite 4.1 release drops Mixture-of-Experts designs for dense, decoder-only models across its language model lineup (3B, 8B, 30B parameters). The 8B instruct model reportedly matches or beats the older 32B MoE model. The family also includes Granite Vision for document understanding, Granite Speech for multilingual recognition, Granite Guardian for safety and harm detection, and Granite Embedding Multilingual R2. All models ship under Apache 2.0 license, built for predictable latency and enterprise workloads.

DeepSeek V4: almost frontier, a fraction of the price
technical May 2nd, 2026

DeepSeek V4: almost frontier, a fraction of the price

Simon Willison reviews DeepSeek's new V4 model series, featuring Pro (1.6T parameters, 49B active) and Flash (284B parameters, 13B active) models with 1M token context and MIT license. Both models offer dramatic cost advantages over frontier models from OpenAI, Anthropic, and Google. Flash is the cheapest small model at $0.14/M input, while Pro is the cheapest larger frontier model at $1.74/M input. Benchmark comparisons show competitive performance with much improved efficiency over DeepSeek V3.2.

SimplePDF's local AI copilot fills forms without phoning home
product launch May 2nd, 2026

SimplePDF's local AI copilot fills forms without phoning home

SimplePDF Copilot lets you fill PDF forms through conversation. The tool uses client-side tool calling with local models, so document data stays on your machine. Designed for embedded, white-labeled deployments in customer products.

SNEWPapers: AI Makes 6M Historical Newspaper Articles Searchable
product launch May 2nd, 2026

SNEWPapers: AI Makes 6M Historical Newspaper Articles Searchable

SNEWPapers is a newspaper archive platform that has extracted 6 million stories from 3,000+ newspaper titles spanning 1730-1960. It offers semantic search, an AI research assistant called The Sleuth that provides cited answers, and historical timelines.

Russia's Pravda Network Rewrites Wikipedia, Poisons AI
opinion May 2nd, 2026

Russia's Pravda Network Rewrites Wikipedia, Poisons AI

Russian state actors are running a coordinated campaign to rewrite Wikipedia through 193 fraudulent news sites, and the manipulated narratives are already poisoning AI training data. Research from VIGINUM, the Institute for Strategic Dialogue, and the Atlantic Council documents how the Pravda network launders pro-Kremlin propaganda into Wikipedia and LLMs.

WeSearch Has No Algorithms. It Also Has No Usability.
product launch May 1st, 2026

WeSearch Has No Algorithms. It Also Has No Usability.

WeSearch aggregates news from 700+ sources without algorithms, tracking, or paywalls. The philosophy is sound, but persistent UX problems (pop-ups, slow loads, confusing navigation) raise a real question: can an anti-algorithm news tool survive if people can't stand using it?

Loopsy lets AI agents on separate machines coordinate via MCP
product launch May 1st, 2026

Loopsy lets AI agents on separate machines coordinate via MCP

Self-hosted tool for remote terminal control and cross-machine AI agent coordination. Phone access runs through Cloudflare Workers relay. LAN agents discover each other via mDNS and communicate through MCP for remote execution, file transfer, and shared state.

Agentic Coding is Burning Me Out
opinion May 1st, 2026

Agentic Coding is Burning Me Out

Developers using AI coding agents are burning out from cognitive fatigue. One dev compares the workflow to a slot machine that crashes your brain after four hours. Some have started throttling their AI tools to force breathing room into the review cycle.

AI app scores websites by visual 'aura' in head-to-head matchups
product launch May 1st, 2026

AI app scores websites by visual 'aura' in head-to-head matchups

A web app built on Cloudflare's edge stack uses AI to judge which of two websites has more visual 'aura.' The tool sparked debate on Hacker News over everything from the origins of 'mogging' to what happens when algorithms start making aesthetic calls.

Intel's AutoRound Hits 98% Accuracy at 2-Bit Quantization
technical May 1st, 2026

Intel's AutoRound Hits 98% Accuracy at 2-Bit Quantization

AutoRound compresses LLMs and vision-language models to 2-4 bits while retaining 97-100% accuracy. It integrates with vLLM, SGLang, and Hugging Face Transformers, and exports to GGUF, AutoAWQ, and AutoGPTQ formats.

Microsoft's $37B AI Revenue Runs on an OpenAI Loop
opinion May 1st, 2026

Microsoft's $37B AI Revenue Runs on an OpenAI Loop

Microsoft's latest 10-Q reveals a circular revenue pattern: cash invested in OpenAI returns as Azure consumption, which books as Microsoft revenue, while equity gains pile up on top. At least $27 billion of the company's $37 billion AI run rate likely flows through this loop. The structure echoes telecom-era vendor financing, just with equity stakes instead of receivables.

SourceHut Courts GitHub Refugees With Anti-AI Stance
opinion May 1st, 2026

SourceHut Courts GitHub Refugees With Anti-AI Stance

A guide advocating for developers to migrate from GitHub to SourceHut, covering GitHub's perceived drawbacks (Microsoft ownership, telemetry, proprietary nature, Copilot code scraping, censorship, centralization) and comparing core features like Pull Requests vs Patches, Issues vs TODOs, Actions vs Builds.

GhostBox – disposable little machines from the Global Free Tier
product launch May 1st, 2026

GhostBox – disposable little machines from the Global Free Tier

GhostBox is a CLI tool that provides temporary, disposable workstations from free cloud tiers, starting with GitHub Actions. Users SSH into ephemeral machines for work they don't want on their laptop, including running builds, exposing web apps, and giving coding agents a real machine with shell, repo, packages, network, and preview URLs. The machines disappear when the work is done.

Grok 4.3 Has the Best Voice Mode. The App Is a Different Story.
product launch May 1st, 2026

Grok 4.3 Has the Best Voice Mode. The App Is a Different Story.

xAI's Grok 4.3 delivers voice mode that doesn't route to cheaper models, dictation accuracy hitting 98% with accents, and strong tone understanding. SuperGrok subscribers get a 'council of agents' feature for parallel queries. But the app lacks MCP support, memory, chat history search, and working projects on mobile.

Apple's Support App Shipped with Claude AI Config Files Inside
technical May 1st, 2026

Apple's Support App Shipped with Claude AI Config Files Inside

Apple accidentally included Claude.md configuration files (used by Claude Code AI) in their Apple Support app update v5.13, revealing internal use of Anthropic's Claude Code for app development. The company quickly released emergency update v5.13.1 to remove the files, sparking discussions about 'vibe coding' and Apple's AI development workflows.

CopyFail exploit drops, gives root on most Linux distros
technical May 1st, 2026

CopyFail exploit drops, gives root on most Linux distros

A single-script exploit for CopyFail (CVE-2026-31431) grants root on most Linux distributions, threatening shared infrastructure and containerized AI agents.

Claude's 'Prior' Problem: When AI Defaults to Bayesian
opinion May 1st, 2026

Claude's 'Prior' Problem: When AI Defaults to Bayesian

This Ask HN post questions whether Claude, Anthropic's AI assistant, interprets the term 'prior' in the statistical/Bayesian context or in its broader English sense. The available comments don't address the question directly, focusing instead on general AI development workflows and HN's ranking algorithm.

Mat Duggan Wants to Kill GitHub. Here's What He'd Build Instead
opinion May 1st, 2026

Mat Duggan Wants to Kill GitHub. Here's What He'd Build Instead

Mat Duggan thinks GitHub, GitLab, and Gitea are broken. The feedback loop fires after you commit instead of before, PR approvals are binary when real reviews live in grey areas, and workflows built for humans choke on LLM-generated code. He's got a concrete plan to fix it: pre-commit enforcement, multi-state approvals, AI-assisted auto-approvals, and a modular forge built for constant bot traffic.

Community Fork Pressures Warp to Open Up AI Provider Choice
product launch May 1st, 2026

Community Fork Pressures Warp to Open Up AI Provider Choice

OpenWarp is a community fork of Warp that lets you plug in any AI provider you want. DeepSeek, Ollama, OpenAI, Anthropic, local models. Your keys stay local. The fork prompted Warp's founder to publicly acknowledge demand for BYO model support, making this less about the code and more about what happens when users force a vendor's hand.

Xmemory Beats RAG by 10 Points on Agent Memory Tests
technical May 1st, 2026

Xmemory Beats RAG by 10 Points on Agent Memory Tests

Research paper introduces 'xmemory', a memory architecture for AI agents that scores 97.10% F1 on memory benchmarks compared to 80.16%-87.24% for standard RAG and hybrid RAG. The approach moves interpretation from read time to write time, storing verified structured data instead of raw text that needs parsing later.

Languages Follow Same Math Rules Despite Geography, Study Finds
technical May 1st, 2026

Languages Follow Same Math Rules Despite Geography, Study Finds

A seven-year study of 22 languages found universal mathematical patterns in vocabulary evolution. Researchers from Fudan, Harvard, and Stony Brook used word embeddings to show that popular words cluster together, vocabulary organizes in hierarchies across languages, new words arrive in bursts, and word distributions follow Taylor's law. A stochastic model replicates these patterns, pointing to shared mechanisms in cultural evolution.

IDLI AI Shows Gene Activity Runs on Volume Dials, Not Switches
technical May 1st, 2026

IDLI AI Shows Gene Activity Runs on Volume Dials, Not Switches

Researchers at Gladstone Institutes and Arc Institute used an AI-powered computational method called IDLI to discover that over 85% of nucleosomes contain sections of partially accessible DNA, challenging the binary view of gene activity. While the spectrum concept isn't new in epigenetics, IDLI offers unprecedented resolution to actually measure and visualize these states. The study identified 14 distinct structural states of nucleosomes tied to different gene activity levels, with implications for understanding complex diseases like cancer and aging.

OpenAI Drops Stargate Data Center Plans, Opts for Leasing
partnership May 1st, 2026

OpenAI Drops Stargate Data Center Plans, Opts for Leasing

OpenAI has abandoned plans to build its own data centers under the Stargate project, opting to lease compute from third parties instead. The $500 billion joint venture with Oracle and SoftBank is now described as "an umbrella for our compute strategy," with UK and Norway projects paused or handed to Microsoft. Competitors like Meta and xAI are moving in the opposite direction, investing billions in owned infrastructure and custom silicon.

$500M Virtual Biology Push, Backed by Zuckerbergs
vc funding May 1st, 2026

$500M Virtual Biology Push, Backed by Zuckerbergs

Biohub announced the Virtual Biology Initiative, a five-year, $500 million commitment to create technologies and multi-modal datasets needed to build predictive models of life. The initiative includes $100M to coordinate worldwide data-generation and $400M for data generation at scale and next-gen technologies. Key partners include Allen Institute, Arc Institute, Broad Institute, Wellcome Sanger Institute, Human Cell Atlas, Human Protein Atlas, NVIDIA, and Renaissance Philanthropy.

Claude Plugin Maps Massive Codebases Into Clickable Knowledge Graphs
product launch May 1st, 2026

Claude Plugin Maps Massive Codebases Into Clickable Knowledge Graphs

An open-source Claude Code plugin called Understand Anything uses a multi-agent pipeline to build interactive knowledge graphs from codebases. Works with Claude Code, Cursor, Copilot, and Gemini CLI. Features structural and domain graph exploration, fuzzy search, diff impact analysis, and guided tours.

Greptile Now Charges Per Review. Nobody Else Does.
opinion May 1st, 2026

Greptile Now Charges Per Review. Nobody Else Does.

Greptile swapped its $30 flat rate for $30 plus $1 per review after 50 reviews. The math doesn't work for agentic workflows, every competitor stays flat, and OSS maintainers are getting billed despite promises of free reviews.

After mocking Anthropic's Mythos limits, OpenAI restricts Cyber
product launch May 1st, 2026

After mocking Anthropic's Mythos limits, OpenAI restricts Cyber

OpenAI's new GPT-5.5 Cyber tool comes with access restrictions, just months after Sam Altman criticized Anthropic for doing the same with its competing Mythos product. Cyber handles penetration testing and malware analysis, but only approved defenders can use it.

Remix 3 Bets Its Future on AI Agents
product launch May 1st, 2026

Remix 3 Bets Its Future on AI Agents

Remix 3 beta goes full stack with routing, auth, forms, and UI components bundled together. The framework uses "durable concepts" and standard web primitives designed specifically to help AI agents write more reliable code.

GPT-4 Agent Traces GKE Outages to WireGuard Bug
technical May 1st, 2026

GPT-4 Agent Traces GKE Outages to WireGuard Bug

When users started seeing random connection failures, Lovable's infrastructure team pointed a GPT-4 agent at their Clickhouse logs. The agent found anetd pods crashing hourly due to a concurrent map-access panic in Google's WireGuard integration. After disabling encryption as a fix, a second issue emerged: an MTU mismatch between nodes still at WireGuard's 1420-byte MTU and those at the standard 1500. Google has since patched the original bug.

NHS to Close Most Open Source Repos Over AI Security Fear
opinion May 1st, 2026

NHS to Close Most Open Source Repos Over AI Security Fear

NHS England is preparing to close most of its open-source repositories due to fears about an AI security scanner called 'Mythos'. Former government official Terence Eden argues this decision contradicts UK government policy promoting open source and represents a gross overreaction to security concerns.

Self-Evolving Harness Beats Human-Designed Codex-CLI by 5 Points
technical May 1st, 2026

Self-Evolving Harness Beats Human-Designed Codex-CLI by 5 Points

A self-evolving coding agent harness hit 77.0% pass@1 on Terminal-Bench 2, beating the human-designed Codex-CLI (71.9%). The system improves by modifying its own structure, not just prompts. It transfers to SWE-bench-verified without re-evolution and generalizes across model families.

Spotify's new badge confirms artists are human. The music? Maybe not.
product launch May 1st, 2026

Spotify's new badge confirms artists are human. The music? Maybe not.

Spotify is introducing a 'Verified by Spotify' badge with a green checkmark to help users identify human artists on the platform, as opposed to AI-generated artists. The verification is based on factors like linked social accounts, consistent listener activity, merchandise, or concert dates. The company claims more than 99% of actively searched artists will be verified. Critics note this only verifies the artist is human, not that the music wasn't made with AI tools.

Eka's Robot Arms Convinced Robotics' Biggest Skeptic
opinion May 1st, 2026

Eka's Robot Arms Convinced Robotics' Biggest Skeptic

Eka, a startup founded by MIT professor Pulkit Agrawal and ex-Google DeepMind researcher Tuomas Haarnoja, has built robotic arms with custom compliance-based grippers that provide real-time tactile feedback. Trained using simulation methods and a vision-force-action model, the robots handle delicate manipulation tasks like screwing in lightbulbs. The approach revives simulation-based training that many considered a dead end after OpenAI abandoned its Dactyl project.