Agents made execution cheap and human attention scarce. The answer isn't more discipline — it's building the same kind of infrastructure that solved every other bottleneck before this one.
The newest coding-agent benchmark grades the work that eats a senior engineer's week: messy bugs, investigation, maintainability, taste. Those are the skills a rising pass rate keeps hiding.
OpenTelemetry's GenAI conventions will tell you your agent called Claude, spent 1,843 input tokens, took 900 milliseconds, and returned without an error. They will not tell you the answer cited…
There's a diagram making the rounds that splits the world into "prompt engineering" and "loop engineering." The pitch: stop writing prompts one at a time and let the agent drive. Set a goal, fire…
An agent connected to five MCP servers can burn 55,000 tokens on tool schemas before it reads the first word of your request. GitHub's server ships 35 tools at roughly 26K tokens. Slack adds 11…
Every large engineering org eventually wants the same thing: one view of every dependency across hundreds of repositories. Who uses lodash 4.17.20. Which services still pull in the bad Log4j. What…
Internal platforms used to be the exotic option. Now they are the default. A December 2025 Platform Engineering survey of 518 organizations found that nearly 90% of enterprises run internal…
The question being asked in r/kubernetes this week is whether to feed observability data to coding agents. Traces, metrics, logs, the whole stream the system already emits — should the agent that…
The companies with the most control over chip supply on the planet still rent across three cloud providers. That is the fact that should reset how a platform team thinks about AI infrastructure.…
The 1M-token context window is here. Opus 4.8, 4.7, and 4.6, plus Sonnet 4.6, now carry the full million-token context on the Claude API, Amazon Bedrock, and Vertex AI — no surcharge, generally…
The cloud-runtime question for enterprise Claude is settled. AWS shops route through Amazon Bedrock. Google Cloud shops route through Vertex AI. Direct deployments now sit inside the customer's…
Every working stack is the residue of failures the operator did not see coming. The Saturday piece showed the architecture as it stands now. This piece is the inverse — the five specific incidents…
The dotfiles piece from May 22 named hooks as one component of a personal AI stack and moved on. They deserve more than a passing mention. Hooks are the primitive that turns taste into code — the…
Yesterday's piece prescribed building a personal AI stack instead of waiting for the enterprise plan. The natural objection — "fine, but what does that actually look like" — deserves a concrete…
Every senior engineer who has shipped meaningful work in the last thirty years has carried a personal dev environment with them. Emacs configs, vim plugins, shell aliases, dotfiles repos, custom…
A DevOps engineer posted on r/devops this week with what reads like a familiar shadow-IT question dressed in 2026 clothes. Marketing, product, and sales people across his AI startup are shipping…
In 2025, four companies — Microsoft, Alphabet, Amazon, Meta — spent over $300 billion on AI data centers. The combined 2026 number is forecast at $725 billion, a 77% jump in a single year. For…
Someone on r/devops just asked whether to take an AWS Cloud Support Engineer role for 18 months — trading hands-on building for "AWS internals exposure and the brand on the CV." Both replies told…
The first time you trim an eval because it costs too much to run, you have started letting the pricing model design your agent. The problem with token pricing for AI is not magnitude — tokens…
A post hit the HN front page this morning titled "I'm going back to writing code by hand". It documents archiving seven months of vibe-coded work on a Kubernetes GPU TUI called k10s and rewriting…
A short post argued this week that reliable agents need deterministic control flow, not more prompts. The argument is correct. The line that lands hardest in the piece is the one about a…
A recent piece called "The Bottleneck Was Never the Code" makes the right argument at the right time. Coding agents shift the constraint from typing to coordination. Organizational context — the…
Last week, a Cursor agent running on Claude Opus 4.6 deleted a startup's production database and its backups in nine seconds. The agent had been asked to fix a credential mismatch in staging. It…
Editor's note (2026-05-16): Lars Faye pushed back in the LinkedIn comments that I mischaracterized his prescription as "type code by hand" — his actual position is periodic abstinence from LLM…
Yanli Liu's "The 4 Lines Every CLAUDE.md Needs" makes a real point. The 4 lines, derived from Andrej Karpathy's January 2026 thread on agent failure modes, all express the same insight: behavioral…
Anthropic now ships at least three different memory models inside the Claude product family, and they don't behave the same way. Claude.ai has a chat memory feature for Pro, Max, Team, and…
Count how many times your agent told you "you're right" today. Count "good catch." Count "I should have noticed that." Now ask yourself how many of those corrections will survive into tomorrow's…
The AI adoption pathway that's actually working in 2026 is not "deploy a copilot to your team." It's "expose your org's context to whichever model your team already chose." That sounds like a…
Microsoft just patched a built-in Entra ID role they shipped as scoped to "agent identities" — and which, in practice, let anyone holding that role take over almost any service principal in the…
The current message from engineering leadership at most companies I talk to is some version of: "find the deterministic automation in your stack and make it agentic." A recent r/devops thread…
Part 1 of 2 on agentic system adoption. A 25% bump in individual AI usage correlates with a 1.5% drop in delivery throughput and a 7.2% drop in delivery stability. That's not a hot take — that's…
Anthropic's official plugin directory has 55+ curated Claude Code plugins since launch. The community tracks another 72. By end of 2026, most large engineering orgs will have a private marketplace…
Six frontier coding models now score within 0.8 points of each other on SWE-bench Verified. The same model wrapped in different agent frameworks swings almost ten points on SWE-bench Pro. Picking…
Intercom's Fin AI agent went from $1M to $100M+ ARR on one pricing move: $0.99 per resolved ticket. Not per seat, not per month. Per outcome. Fin now handles 80%+ of Intercom's customer support…
Most AI coding tools ship as monoliths. One big system prompt, one set of capabilities, one-size-fits-all. That works fine for general software engineering. It falls apart the moment you need…
AWS just launched two autonomous AI agents — Security Agent and DevOps Agent — and they're both generally available now. These aren't chatbots with polished wrappers. They're persistent,…
On March 3rd, an attacker compromised the Xygeni GitHub Action by poisoning a mutable tag. Every CI runner referencing xygeni/xygeni-action@v5 quietly started executing a reverse shell to a C2…