News
The latest from the AI agent ecosystem, updated multiple times daily.
OpenAI gates GPT-5.4-Cyber behind KYC identity checks
OpenAI expands its Trusted Access for Cyber program to thousands of verified defenders with GPT-5.4-Cyber, a model with fewer restrictions for defensive security work. Access requires government ID verification through Persona, tying powerful AI capabilities to identity infrastructure.
OpenAI's podcast buy proves powerful people do dumb shit
Powerful people make bad decisions for simple reasons. Ego. No honest feedback. Napoleon's Russia invasion, Musk's Twitter purchase, and OpenAI's podcast acquisition all prove it. There's no hidden strategy, just dumb decisions driven by unchecked power.
Plain Takes Django Apart and Rebuilds It for AI Agents
Plain is a full-stack Python framework forked from Django, built to work for both humans and AI coding agents. It ships with built-in agent tooling including Rules (guardrails), Docs (CLI-accessible documentation), and Skills (end-to-end slash-command workflows). The framework is opinionated: Python 3.13+, Postgres only, htmx, Tailwind CSS, and Astral's toolchain (uv, ruff, ty). All 30 packages are first-party.
$100, Zero Instructions: Two Months of an AI Agent Running Solo
An experiment called ALMA ran Claude autonomously with $100 in crypto, a Twitter account, internet access, and zero instructions. Over two months and 340+ sessions, the agent wrote 135+ essays and donated its entire budget to five charities it researched itself.
1Password ditches the master password prompt (mostly)
1Password now opens automatically when you authenticate with Face ID, Touch ID, a PIN, or your system password. Three security presets (Convenient, Balanced, Strict) let you pick your tradeoff between speed and protection. Rolling out to Individual and Family plans first, with business accounts coming later.
Hacker breaches A16Z phone farm, queues 'antichrist' meme
A hacker compromised Doublespeed's backend, an a16z-funded startup running phone farms to create AI-generated TikTok accounts. The attacker queued a meme calling a16z the 'antichrist' and claimed to exfiltrate 47MB of data accessing 573 accounts and 413 phones. The posts never went live. This is the company's second breach after a December 2025 hack revealed hundreds of fake TikTok personas pushing products without disclosure.
The M×N problem: why tool calling is a mess for open LLMs
This article discusses the technical challenges of implementing tool calling for open-source LLMs. It explains how different model families use incompatible wire formats for tool calls (gpt-oss/Harmony, DeepSeek, GLM5), requiring inference engines and grammar tools to implement custom parsers for each model. The author argues for a declarative specification to describe wire formats rather than having each implementation reverse-engineer models independently.
Kelet agent reads your LLM traces and spots failures you missed
Kelet is an automated root cause analysis agent built by ex-Kubernetes maintainers to debug production LLM applications. It reads production traces, clusters failure patterns across thousands of sessions, and identifies root causes with evidence. The service integrates with OpenTelemetry, LangChain, CrewAI, OpenAI, Anthropic, and other frameworks. Kelet runs on its own servers, continuously analyzing traces to generate prompt patches with before/after reliability measurements.
LangAlpha: what if Claude Code was built for Wall Street?
LangAlpha is an open-source financial agent framework built on LangChain and LangGraph, designed to support investment research through persistent workspaces, agent swarms, and programmatic tool calling. It allows users to maintain research context across sessions, dispatch parallel subagents for market data gathering, and execute Python code in cloud sandboxes for complex financial analysis. The system supports multiple LLM providers and financial data sources including FMP and Yahoo Finance.
Claude Code may be burning your limits with invisible tokens
Claude Code users report that version 2.1.100 silently injects approximately 20,000 invisible tokens per request, causing usage limits to burn 40% faster. A developer's HTTP proxy analysis confirmed the server-side token inflation, which doesn't appear in the CLI's context view. The issue affects both billing and output quality, with users recommended to downgrade to v2.1.98 as a workaround.
Mastodon lands €614k to fix the Fediverse's hardest problems
Mastodon has been awarded a €614k service agreement by the Sovereign Tech Fund to support improvements to Mastodon and the Fediverse ecosystem. The funding covers five major deliverables: blocklist synchronisation, remote media storage (FASP), automated content detection, end-to-end encryption for private messages, and documentation improvements including a container-based install method. €90k is set aside for other Fediverse projects to implement the protocols developed.
ClawRun wants to kill the worst part of building AI agents
ClawRun is a new CLI tool that handles environment provisioning and execution management for AI agents, aiming to cut infrastructure overhead for teams running multiple agents.
Lythonic builds Python pipelines that track data, not tasks
Lythonic wires Python functions into data-flow pipelines using the `>>` operator, tracking what flows through each edge instead of just task completion. Supports mixed sync and async execution, nested DAGs, provenance tracking, caching, cron triggers, and ships with a `lyth` CLI.
Kiro CLI 2.0 Goes Headless for CI/CD, Adds Windows Support
Kiro CLI 2.0 adds headless mode for CI/CD pipelines, native Windows support, and a UX refresh with parallel subagents. Formerly Amazon Q CLI, the agentic terminal tool now stands as its own product.
DaVinci Resolve Comes for Photoshop with $295 Photo Editor
DaVinci Resolve 21 adds a Photo Editor page that brings Hollywood color grading to still photography. At $295 one-time versus Adobe's $21.99/month Photography Plan, Blackmagic is making a direct play for Photoshop users. Features include AI-powered Magic Mask, Depth Map, Relight FX, and native RAW support up to 32K resolution.
Meta builds AI Zuckerberg to talk to employees
Meta is building an AI version of Mark Zuckerberg that talks to employees, trained on his mannerisms and public statements. It's part of a broader push including a 'CEO agent' to assist the CEO, photorealistic 3D AI characters, and the Muse Spark model. The project is early stage with Zuckerberg personally involved in training.
Claude Mythos: Too Dangerous to Release
Anthropic is withholding Claude Mythos from public release because the model can reportedly discover zero-day exploits for virtually all major software. A look at the containment decision, alignment concerns, and why gatekeeping only buys time.
Maine hits pause on data centers as AI strains the grid
Maine is poised to become the first state to pass a temporary ban on data center construction until November 2027, driven by concerns about rising electricity prices during the AI boom. The measure, approved by both chambers of the state legislature, creates a council to suggest guardrails for data centers. While it has bipartisan support, tech groups and businesses oppose it, arguing it will set the state behind in the global race. Similar bills have been introduced in at least a dozen other states, including data center hotspots Virginia and Georgia where Meta, Google, and Microsoft are building facilities.
Cloudflare Rebuilds CLI with AI Agents as Primary Customer
Cloudflare announces a technical preview of their rebuilt Wrangler CLI (now called 'cf'), designed to cover all Cloudflare products with consistent, agent-friendly commands. The project centers on a custom TypeScript schema system that generates CLI commands, SDKs, docs, and Agent Skills from a single source of truth. They're also launching Local Explorer, which lets developers inspect simulated local resources like KV, R2, D1, and Durable Objects through a local API mirror.
Claude Goes Down, Takes Everything With It
Anthropic's Claude suffered a widespread outage on April 13, 2026, affecting claude.ai, the API, Claude Code, Claude Cowork, and Claude for Government with login failures and 500 errors. The Hacker News community quickly highlighted reliability concerns, with developers noting the risks of single-provider dependencies and questioning whether AI infrastructure can match its growing role in production workflows.
The Future of Everything Is Lies, I Guess
A critical analysis of LLM safety and security risks by distributed systems researcher Aphyr, arguing that alignment efforts are inadequate and that LLMs pose inherent security nightmares. Covers the 'lethal trifecta' of vulnerabilities (untrusted content, private data access, external communication), prompt injection attacks, and argues that LLMs cannot be safely given destructive powers. Discusses the structural issues making unaligned models easier to create.
Claude Wrote Almost All of This Rust VR Video Player
A VR video player built in Rust that was almost entirely Claude-generated. The developer had zero Rust, OpenXR, or wgpu experience but shipped a working app by acting as architect and code reviewer while the AI handled implementation.
Open-Source Claude Skill Captures Your Real Writing Voice
Lago CEO Anh Tho Chuong built and open-sourced a Claude Skill that captures their writing voice. The skill reverse-engineers years of hand-written content to codify what makes their style unique. The emotional core? That stays human.
Programming's $0 Entry Point Is Vanishing
A personal reflection on how LLMs may be making programming less accessible, contrasting one developer's experience learning through free tools with the expensive hardware requirements of modern AI-enabled development workflows.
Claude Opus 4.6 Doubles Its Hallucination Rate Since Launch
BridgeBench's hallucination benchmark shows Claude Opus 4.6's fabrication rate doubled from 16.7% to 33.0% between its initial release and an April 12, 2026 retest. The benchmark measures AI model accuracy when analyzing code across 30 tasks and 175 questions. Hacker News commenters suggest the performance drop may stem from quantization or optimization to handle increased demand.
GPT-4 Aces LegalBench. Actual Law Practice? Harder.
New SSRN research pits GPT-4 against legal reasoning benchmarks like LegalBench. The model scores well on structured tests, but the gap between benchmark performance and real litigation competence remains wide. Community discussion highlights methodology flaws and the fundamental difference between legal reasoning and legal practice.
I audited Garry's website after he bragged about 37K LOC/day
Developer Gregor audited Garry Tan's website after the Y Combinator president bragged about generating 37,000 lines of code in a day. The real story isn't whether AI can hit that number. It's whether the number means anything.
The Rational Conclusion of Doomerism Is Violence
Alexander Campbell argues that extreme AI doomer rhetoric logically leads to violence, examining a real incident where a 20-year-old PauseAI member threw a Molotov cocktail at Sam Altman's house. The piece traces how certainty about extinction risks and escalating rhetoric from figures like Eliezer Yudkowsky created the conditions for attack.
Tesla Disables FSD Used Illegally in Over 100k Cars
Tesla remotely disabled Full Self-Driving in over 100,000 vehicles running hacked software in countries where FSD lacks regulatory approval, including China, Europe, and parts of Asia. Owners used $700-$2,000 CAN bus devices to unlock features without paying subscription fees. Tesla detected the unauthorized hardware through timing anomalies and failed cryptographic checks, then killed driver assistance remotely. Some legitimate buyers got caught in the sweep. Using hacked FSD in South Korea could mean jail time.
Steve Blank: Your Startup Is Probably Dead On Arrival
Steve Blank argues that startups older than two years likely have obsolete business plans and technical stacks due to rapid AI advancement. The article covers how VC has shifted toward AI (two-thirds of VC dollars in 2025), how AI coding tools like Claude Code accelerate development from months to days, how foundation models are commoditizing data, and how AI agents are transforming software from interface-based to outcome-based. Founders are advised to reassess their assumptions and adapt or risk obsolescence.
SunAndClouds Builds Agent Memory From Markdown, Not Vectors
SunAndClouds released ReadMe, a GitHub project that turns local files into a memory filesystem for AI agents. No vectors, no embeddings. The tool builds a nested markdown structure in ~/.codex/user_context/ organized by date so agents can find what you worked on.
AI Looks Like the Digital Wave's Final Act
This article argues that AI might be the final stage of the digital technology surge that started in the 1970s. Drawing on Carlota Perez's model of technological surges and Nicolas Colin's 'late cycle investment theory,' the author suggests AI represents an efficiency breakthrough optimizing the existing computing paradigm. The piece contrasts US and Chinese approaches to AI and points to startup funding collapse, platform saturation, and big tech's massive capital deployment as late-cycle indicators.
AI Writes the Code. Humans Can't Review It Fast Enough.
Agentic AI pull requests sit waiting for review 5.3 times longer than human-written code, according to LinearB's analysis of 8.1 million PRs. AI-assisted PRs fare slightly better at 2.47x. The bottleneck has shifted from writing code to reviewing it.
git-why saves the conversations behind your commits
git-why is an open protocol for storing reasoning traces alongside source code, preserving conversations and decisions from AI coding assistants to make code context visible and reviewable across teams.
Self-Hosted AI Agents Without Kubernetes
A developer's 2026 homelab walkthrough reveals a fully self-hosted AI agent setup using LibreChat on consumer hardware, showing that multi-agent AI workflows don't require Kubernetes or cloud dependencies.
BrightBean: Open-source social media tool built in 3 weeks with AI
BrightBean Studio is an open-source, self-hostable social media management platform built in 3 weeks using Claude and Codex. It supports multi-workspace management, content scheduling, approval workflows, and direct first-party API integrations with 10+ platforms including Facebook, Instagram, LinkedIn, TikTok, and YouTube.
Stanford report: AI experts and the public live on different planets
Stanford's annual AI report shows a growing gap between AI experts and the public. While 56% of experts expect positive impact over 20 years, only 10% of Americans are more excited than concerned. The U.S. also reports the lowest trust in government AI regulation at 31%, compared to 81% in Singapore.
Math Gets Its NAND Gate: One Operator Builds Every Elementary Function
Researcher Andrzej Odrzywolek has discovered that a single binary operator, EML (exp(x)-ln(y)), combined with the constant 1 can generate every elementary function: arithmetic, trig, exponentials, and the constants e, pi, and i. The finding works like a universal primitive for continuous math, similar to how NAND gates underpin all digital logic. The uniform tree structure of EML expressions also enables gradient-based symbolic regression that recovers exact formulas from numerical data.
Claude Mythos Preview: First AI to Complete 32-Step Corporate Hack
The UK AI Security Institute evaluated Anthropic's Claude Mythos Preview, finding it achieves 73% success on expert-level CTF tasks and is the first model to complete 'The Last Ones', a 32-step simulated corporate network attack. The model demonstrated capability to autonomously execute multi-stage cyber-attacks on vulnerable networks.
AMD's GAIA SDK Builds AI Agents That Never Leave Your Machine
GAIA SDK is an open-source framework from AMD for building AI agents in Python and C++ that run entirely on local hardware with NPU/GPU acceleration. It supports capabilities like document Q&A (RAG), speech-to-speech (Whisper ASR, Kokoro TTS), code generation, image generation, and MCP integration. The framework requires AMD Ryzen AI 300-series processors and includes a desktop Agent UI for local interactions.
Apple Didn't Build an AI Model. It Might Win Anyway.
Apple, often dismissed as an AI laggard for skipping the frontier model race, may benefit as intelligence commoditizes. Advantages include a massive cash reserve while rivals burn capital, personal context data from 2.5 billion active devices, on-device processing via Apple Silicon's unified memory architecture, and a privacy position that becomes genuinely competitive. Models like Gemma 4 now run locally, eroding the value of owning a frontier model. Apple licensed Google's Gemini for heavy cloud reasoning while keeping the context layer and on-device stack in-house.
Windows 11 now hides Copilot under 'Advanced features' label
Windows 11 users hoping Microsoft would dial back AI got a bait-and-switch. The company stripped 'Copilot' branding from apps like Notepad, replacing it with generic labels like 'Advanced features.' The AI remains on by default, leaving users who wanted less AI feeling misled.
Sam Lessin: AI's Threat Is a Purpose Crisis
A Twitter discussion examining AI's societal impact beyond job displacement, arguing that the real crisis is one of meaning and purpose as people traditionally derive identity through labor. Comments suggest AI represents a massive lever of power and raise questions about facing a future where work no longer provides both income and meaning.
Local Gemma 4: Why the Slower Model Wrote Better Code
A technical benchmark comparing Gemma 4 local inference on a 24GB M4 Pro MacBook Pro (26B MoE via llama.cpp) and Dell Pro Max GB10 (31B Dense via Ollama) against GPT-5.4 cloud for agentic coding tasks. Model quality matters more than token speed: the Mac's 5.1x faster generation was negated by more retries and tool calls, while the slower GB10 produced correct code on first attempt. Gemma 4's 86.4% function-calling benchmark score makes local agentic coding practical compared to Gemma 3's 6.6%.
HN Thread Collects AI Scandals We've Already Forgotten
A Hacker News thread crowdsourcing forgotten AI industry scandals is gaining traction. Users are compiling everything from Clearview AI's mass data scraping to exploitative content moderation practices, building a record of controversies that got buried under constant product launches and hype.
GitHub Ships Stacked PRs, Graphite Feels the Heat
GitHub Stacked PRs is a new feature in private preview that lets developers break large changes into small, reviewable pull requests that build on each other. It comes with native GitHub support, the gh stack CLI, and an AI agent integration via the skills package. The launch puts direct pressure on Graphite and Aviator, startups that built their businesses on GitHub's lack of native stacked diff support.
Lean Is Eating Other Proof Assistants Alive
Alok Singh makes the case that Lean is 'perfectable' - not perfect, but built so you can verify any property about your code. Dependent types, theorem proving that doesn't feel like homework, and metaprogramming that actually works. While Coq, Idris, Agda, and F* stall, Lean is gaining real momentum.
AMD's ROCm: The CUDA Alternative That's Still a Porting Nightmare
The article discusses AMD's ROCm platform as a competitor to NVIDIA's CUDA in the AI hardware and software infrastructure space. HN comments reveal community experiences with ROCm, including porting challenges for security workloads, questions about AI agent assistance for code parity, and concerns about AMD's limited device support windows (3-5 years) compared to NVIDIA's CUDA support.
India builds AI that runs on cheap phones
Indian startups Sarvam AI and Krutrim are building AI models for India's 22 official languages that run on low-end devices. Sarvam AI offers models from 2 billion to 24 billion parameters, trained across 10 Indian languages. A key challenge: Hindi sentences require three to four times more tokens than English, driving up costs and forcing new approaches to tokenization and training data.
Neural Computer: AI Swallows the Program Stack
A research essay proposing the Neural Computer (NC), a machine form where AI models absorb runtime responsibilities that currently belong to the program stack, toolchain, and control layer. The essay argues we're moving from agents using computers to AI becoming a kind of computer itself, organizing around runtime rather than explicit programs, tasks, or environments.