GitHub is once again down

Subscribe to updates for Disruption with some GitHub services via email and/or text message. You’ll receive email notifications when incidents are updated, and text message notifications whenever GitHub creates or resolves an incident. VIA SMS: Enter mobile number
Welcome to FastMCP

FastMCP is the standard framework for building MCP applications. The Model Context Protocol (MCP) connects LLMs to tools and data. FastMCP gives you everything you need to go from prototype to production — build servers that expose capabilities, connect clients to any MCP service, and give your tools interactive UIs: from fastmcp import FastMCP mcp […]
The case for becoming a manager

The question of whether experienced engineers should move into management has been on my mind for a while. Not as an abstract career question, but as something I’ve lived through. I made the switch last year and I’ve been turning over what I learned from that decision ever since. I kept putting off writing about […]
My heuristics are wrong. What now?
More words. More meaning? Some people who ask me for advice get a lot of words in reply. Sometimes, those responses aren’t specific to my particular workplace, and so I share them here. In the past, I’ve written about echo chambers, writing, writing for an audience, time management, and getting big things done. Do you […]
Meta Partners with Arm to Develop New Class of Data Center Silicon
Today, we’re announcing a partnership with Arm to develop a new class of CPUs to support growing AI workloads and general purpose computing. CPUs are the processors in computers that make AI training and inference possible, and as we work to build the next generation of AI and enable personal superintelligence for everyone, our data […]
Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller

Mar 10, 2026 • 14 min read Today we’re excited to release the Video.js v10.0.0 beta. It’s the result of a rather large ground-up rewrite, not just of Video.js (discussion) but also of Plyr, Vidstack, and Media Chrome, through a rare teaming-up of open source projects and people who care a lot about web video, […]
ARM AGI CPU: Specs and SKUs

While Arm primarily licenses CPU and GPU designs to other manufacturers, they also produce their own silicon for specific datacenter and AI infrastructure applications. ARM AGI CPU# Announced at the Arm Everywhere Keynote on March 24, 2026, the ARM AGI CPU is Arm’s first production silicon, designed for AI infrastructure at scale. It delivers a […]
Arm AGI CPU

Today, Arm is announcing the Arm AGI CPU, a new class of production-ready silicon built on the Arm Neoverse platform and designed to power the next generation of AI infrastructure. For the first time in our more than 35-year history, Arm is delivering its own silicon products – extending the Arm Neoverse platform beyond IP and […]
HyperAgents: Self-referential self-improving agents

Self-referential self-improving agents that can optimize for any computable task # API keys, put these into .env file OPENAI_API_KEY=… ANTHROPIC_API_KEY=… GEMINI_API_KEY=… # Install things sudo dnf install -y python3.12-devel sudo dnf install -y graphviz graphviz-devel cmake ninja-build bzip2-devel zlib-devel ncurses-devel libffi-devel # Create virtual environment python3.12 -m venv venv_nat source venv_nat/bin/activate pip install -r requirements.txt […]
Show HN: Email.md – Markdown to responsive, email-safe HTML
confirm-email.md — preheader: ”Confirm your email address” theme: dark — ::: header {width=”200″} ::: # Confirm your email address Your confirmation code is below – enter it in your open browser window and we’ll help you get signed in. ::: callout center compact # DFY-X7U ::: If you didn’t request this email, there’s nothing to […]