Anthropic Leaked 512,000 Lines of Claude Code by Accident. Here's What Every Developer Should Read in It.On March 31, 2026, a packaging error exposed Anthropic's full Claude Code source — 512,000 lines of TypeScript, none of it model weights. The architecture it revealed is a masterclass in production agentic engineering. Here's what to take from it.Read more
GitHub Replaced CI/CD YAML With Markdown in February. Here's What That Means for Your Pipeline.GitHub Agentic Workflows (technical preview, Feb 2026) let you describe automation in plain Markdown — and compile it into a hardened Actions workflow. Here's what the architecture looks like, when to use it, and how to try it today.Read more
OpenAI Codex Can Build a Feature While You Sleep. Here's What That Actually Changes.OpenAI Codex is a cloud-based async coding agent that reads your codebase, opens PRs, and runs in isolated sandboxes — without you watching. Tasks complete in 1-30 minutes. Inside OpenAI, engineers now merge 70% more PRs weekly. Here's how the workflow actually works, and how to set it up.Read more
Claude Code Channels: Your IDE Just Got a Telegram Address. Here's What That Actually Means.Claude Code Channels isn't a convenience feature. It's the first step toward a persistent, always-on development agent that lives outside your IDE — and the MCP architecture behind it reveals where this is heading.Read more
One Env Var Unlocks 100+ Specialized Agents in Your Codebase. Here's How Claude Code Agent Teams Work.Claude Code Agent Teams shipped in February 2026. Understanding the difference between subagents and teams — and when each costs 1.5x vs 7x more tokens — is the decision that determines whether multi-agent development helps or hurts your team.Read more
TELUS Processed 2 Trillion AI Tokens Last Year. Here's How They Escaped Pilot Purgatory.95% of enterprise AI pilots never scale. TELUS Digital built 53,000 custom copilots, saved 3.8 hours per employee per week, and unlocked $600M in benefits. The blueprint is replicable.Read more
1 Million Tokens Got the Headline. The Real Fix to Context Rot Is One API Parameter.Anthropic's 1M token context window made headlines. But the architectural change that actually matters for long-running agents is hiding in a beta header: compact-2026-01-12. Here's what compaction does, why it's different from a bigger window, and how to use it today.Read more
Your Brain Quits at 2pm. That's Not a Weakness — It's the New Physics of AI-Assisted Work.BCG found 14% of AI-using workers experience 'brain fry' — 33% more decision fatigue and 39% more major errors. The problem isn't willpower. AI compressed your cognitive load into fewer hours with zero recovery gaps. Here's how to restructure your day around it.Read more
Chrome DevTools MCP Has 31,000 Stars. The CLI Nobody Talks About Might Be More Useful.Google shipped an MCP server that gives AI agents direct access to Chrome DevTools — performance traces, Lighthouse audits, heap snapshots, 29 tools total. But buried in v0.20.0 is an experimental CLI that runs the same capabilities from your terminal without needing an AI agent at all. Here's how to set up both and when to use which.Read more
Anthropic Built a Second AI to Watch the First One. That's What Auto Mode Actually Is.Claude Code's new Auto Mode isn't just a convenience toggle—it's a second classifier model running in the background, reviewing every action your AI agent takes before it executes. Here's what the architecture reveals about where agentic development is heading.Read more
Gartner Says 72% of Large Companies Run AI Agents. Almost None Have Someone Responsible for Them.The enterprise AI agent deployment wave has outpaced organizational accountability by years. A new function — agent operations — is emerging to fill the gap, and the companies building it now will have a massive advantage when things inevitably go wrong.Read more
Skills Are the New APIsAPIs connected software to software. Skills connect human intent to agent execution. With 349+ published skills, an open standard adopted by 20+ platforms, and a progressive disclosure architecture that solves the context window problem — the SKILL.md file is becoming the universal interface layer for agentic development.Read more
Your AI Writes Faster. Code Reviews Take 91% Longer. The DORA Data Explains Why.The 2025 DORA report buried a dangerous statistic: 90% AI adoption correlates with a 154% increase in PR size and 91% longer code reviews. Developer satisfaction is up. Bug rates are up too. Here's what's actually happening — and the one CLAUDE.md change that fixes it.Read more
The Median Developer Codes 52 Minutes a Day. We Built an Industry to Speed That Up.IDC tracked 250,000 developers and found the median codes 52 minutes per day. Forrester puts it at 24% of work time. Microsoft's internal study: 11%. Yet we built an entire industry to optimize that slice — and delivery metrics stayed flat.Read more
Vercel, Linear, and Notion All Launched Agent Workflows the Same Week. That's Not a Coincidence.In the week of March 19-23, 2026, three of the most influential developer platforms simultaneously shipped agentic orchestration features. This isn't a product announcement — it's a signal that the real AI competition has moved up the stack, from models to infrastructure.Read more
MCP Hit 97 Million Downloads. Your Security Team Hasn't.Model Context Protocol became the universal tool connector for AI agents faster than anyone expected. But 97 million monthly downloads and almost no governance standard means your MCP servers are probably your biggest unaudited attack surface.Read more
Your AI Does Exactly What You Ask. That's the Problem.Claude Code runs with your full user permissions — filesystem, shell, git, everything. The model will usually follow your safety instructions. Usually isn't good enough for production. Hooks are the deterministic enforcement layer that most developers skip, and the reason they eventually have a bad day.Read more
Claude Code Just Learned to Dream. Here's Why That Changes Everything.Auto-memory gave Claude Code the ability to remember. The new Dream feature gives it the ability to actually learn — by doing what your brain does every night: consolidating, pruning, and organizing memory while you sleep.Read more
Stripe Merged 1,300 AI-Written PRs Last Week. The Secret Isn't the AI.Stripe's Minions system generates 1,300+ pull requests per week — every one written by AI, zero by humans. The model they use is available to everyone. The infrastructure they built is not. Here's what's actually different.Read more
Three Engineers. 32,000 Lines of Production Code. Zero Written by Hand.StrongDM built a Software Factory where no human writes code and no human reviews code. In 8 months, three engineers shipped 32,000 lines of production software — entirely written by AI agents running against specifications. Here's how it works, why it works, and what it means for the rest of us.Read more
At 50% Context, Your AI Starts Cutting Corners. Here's the Fix.Context rot is a measurable, predictable phenomenon: AI coding quality degrades as your session accumulates tokens. At 50% context window usage, the model starts rushing. At 70%, hallucinations begin. The GSD framework is the most concrete solution to a problem most developers don't know they have.Read more
93% of Developers Use AI. Productivity Gains? About 10%. Here's Why.The largest RCT on AI coding tools found developers were 19% slower — while believing they were 20% faster. Six independent studies converge on ~10% organizational gains despite 93% adoption. The bottleneck was never the code. It was everything around it.Read more
The LLM Isn't the Bottleneck Anymore. The Ecosystem Is.LLM coding capabilities have reached a plateau that matters. The real differentiator for developer productivity isn't the model — it's the tools, workflows, and community-built infrastructure surrounding it. Here's why the agentic ecosystem is now more important than the AI itself.Read more
We Ran the Same Hackathon Twice. Three Changes Made All the Difference.Our first AI hackathon taught engineers what the tools do. Our second one taught them how to build with them. The difference came down to three deliberate changes — and one project brief that gave everyone a reason to ship.Read more
Your Developers Are Using AI Wrong. Here's How to Fix It.Every developer on your team is using a different AI tool, a different method, with zero consistency. That's not adoption — it's chaos. Here's a practical framework for making AI actually work across your engineering organization.Read more
The Art of Letting AI Work While You SleepHow I rewrote an entire Java RTB platform in Rust in 2.5 days without writing a single line of code. Claude Code did. Here's the system that made it possible.Read more