-
InstaVM gives AI agents Firecracker microVMs that boot in under 200ms with pause, snapshot, and clone
InstaVM is a production control plane for AI agents — it runs agents like production servers: isolated, observable, and controlled. The core is Firecracker microVMs with sub-200ms boot times, so an agent can spin up a fresh isolated computer faster than most API calls return. ## What the control plane gives you Pause a running… Continue reading
-
Understand-Anything turns any codebase into an interactive knowledge graph for Claude Code, Cursor, and Copilot
Understand-Anything is a Claude Code plugin that analyzes your project with a multi-agent pipeline, builds a knowledge graph of every file, function, class, and dependency, then opens an interactive dashboard to explore it all visually. It hit GitHub trending with 854 stars in a single day. ## What you get An interactive web dashboard renders… Continue reading
-
Chrome DevTools ships an official MCP server that lets coding agents control and inspect a live browser
The Chrome DevTools team shipped chrome-devtools-mcp — an official Model Context Protocol server that lets coding agents (Gemini, Claude, Cursor, Copilot) control and inspect a live Chrome browser. It gives agents the full DevTools toolkit for automation, debugging, and performance analysis. ## What an agent can do with it Record performance traces and extract actionable… Continue reading
-
Tycono turns multi-agent AI into a tycoon game where you define a company in code
Tycono is an open-source platform that turns multi-agent AI into something that feels like running a tycoon game. Instead of prompting a single agent, you define an entire company — roles, authority, knowledge — in files, and let the agents work together. Launch with `npx tycono`. ## Company-as-Code The core idea: roles and workflows live… Continue reading
-
Mixpanel Headless gives AI coding agents a programmatic interface to product analytics
Mixpanel shipped Headless — a complete programmable interface to its analytics platform, built as a Python library plus CLI and explicitly designed for coding-agent use. The pitch: let an agent discover, query, and extract product analytics without a human clicking through dashboards. ## What it does Headless exposes Mixpanel’s query and data-extraction surface programmatically. An… Continue reading
-
An OpenAI reasoning model disproved an 80-year-old Erdős conjecture in discrete geometry
On May 20, OpenAI announced that an internal reasoning model independently disproved a major unsolved conjecture in discrete geometry — the planar unit distance problem, first posed by Paul Erdős in 1946. ## The problem The question: how many pairs of dots can sit exactly one unit apart in the plane? For nearly 80 years,… Continue reading
-
Qwen3.7-Max ran 35 hours and called 1,000+ tools to write a kernel 10x faster than the vendor code
Alibaba released Qwen3.7-Max on May 19, unveiling it at the 2026 Alibaba Cloud Summit. It’s a reasoning model engineered for long, multi-stage agentic projects rather than short chat — and the headline demo backs that up: it ran 35 hours uninterrupted, called over 1,000 different tools, and wrote an optimized compute kernel that ran 10x… Continue reading
-
MiniMax M2.7 Highspeed hits 100 tokens/sec — matches Opus 4.6 on coding benchmarks at a fraction of the cost
MiniMax released the Highspeed variant of its M2.7 coding model on May 18 — a latency-tuned version delivering roughly 100 tokens per second versus 60 for standard M2.7, with identical output behavior. It matches or approaches Claude Opus 4.6 and GPT-5 on the hardest coding and agentic benchmarks while running 3x faster and costing a… Continue reading
-
Runtime ships sandboxed coding agents for teams — parallel workflows, ticket integration, approval controls
Runtime launched on Product Hunt — sandboxed coding agents built for whole teams rather than solo developers. YC-backed, founded in 2026 by Gus Trigos and Carlos Volante. The pitch: run coding agents in isolated sandboxes with the guardrails an engineering org actually needs. ## What it does Each agent runs in a sandboxed execution environment,… Continue reading
-
Forge guardrails take an 8B self-hosted model from 53% to 99% on agentic tasks
Forge is an open-source guardrail framework from antoinezambelli that takes an 8B self-hosted model from 53% to 99% accuracy on agentic workflows — within 1 percentage point of frontier APIs running the same framework. It showed up on Show HN this week and was presented as a demo at CAIS 2026. ## What’s in the… Continue reading
