Tag

ai

Posts tagged ai.

Jul 28, 2026

Managing Agents Is Management

Managing AI coding agents, and agents that direct other agents, is structurally the same job as being an engineering manager, a director, a VP, or a CEO. You give high-level direction to autonomous workers, and you operate through systems and outcomes instead of inspecting every artifact.

Jul 21, 2026

Operational Logic Is the Moat: Why Vertical Agents Beat Subsidized Horizontals

Horizontal code agents are running on VC-subsidized tokens. Vertical agents are paying sticker price. If you're building one of the latter, you have a problem to solve, and "we have a better prompt" isn't it.

Jul 14, 2026

Enterprise AI Pricing Is a Governance Decision

Companies picking an AI plan almost always frame it as a budget question. Which tier gives us the most usage for the money? It's the wrong question.

Jul 07, 2026

Culture Is the Only Proprietary Layer

Every agent company hires from the same labor pool. You and your competitor employ literally the same workers: the same frontier models, refreshed quarterly by the same vendors. Raw capability is identical by construction.

Jun 30, 2026

Human Review Is Intent Review, Not Diff Review

We still assign a human reviewer to every pull request. The human opens the diff, scrolls, approves. That ritual is already dead. Most teams are just propping up the corpse.

Jun 23, 2026

The Harness Eats the Coding

The most valuable thing I do as an engineer right now isn't writing code. It isn't even reviewing code. It's building the harness that lets the agent verify its own work before it asks me to look at it.

Jun 16, 2026

The Iteration Loop Got Longer. That Changed Everything.

The thing nobody talks about with AI-assisted development isn't the models. It's the cycle time. The agent's iteration loop got longer, the right way to work changed, and most people are still working as if the loop is two seconds long.

Jun 09, 2026

Your Laptop Is Just a Portal

My laptop is a four-year-old Dell XPS 15 with 16 gigs of RAM. Fine for normal work. Not fine for running Windows, WSL, a real codebase, a Claude session, and a browser at the same time.

Jun 02, 2026

Tickets Are the New Prompts

I haven't written a Linear ticket by hand in six months. I don’t write the majority of my Claude prompts. The two stopped being separate things. The ticket is the prompt.

May 26, 2026

The Amdahl's Law Problem in AI-Assisted Development

AI did not make the whole software delivery system faster.

May 19, 2026

Concentric Feedback Loops: How AI Agent Teams Actually Ship Code

I've been rebuilding one of my Claude Code workflows because the old version was too linear.

May 12, 2026

Your Team's AI Metrics Are Lying to You

Your engineering team adopted AI coding tools six months ago. Deployment frequency is up. Lead time is down. PRs are flying through the pipeline. Everyone feels faster.

May 05, 2026

Start Fresh - Why Fixing AI Agents Mid-Chat Never Works

You're four steps into an AI agent workflow. Steps one through three went perfectly. Step four goes sideways. So you start correcting.

Apr 28, 2026

Why Every AI Workflow Converges on the Same Architecture

Three AI agents. Three different problem contexts. Each time, the solution emerged with the same architecture.

Apr 21, 2026

The SDLC is Rediscovering Itself

AI is forcing software development back to first principles. The practices most teams abandoned as overhead, specs, formal verification, architectural review gates, are becoming essential again the moment humans stop reading every line of code.

Apr 15, 2026

The Intent Gap

The distance between what you meant and what the AI produced, and why no refactoring pass can reverse it.

Apr 07, 2026

Tests as Ceremony: When AI Breaks the Safety Net

AI-generated tests pass. That's the problem.

Apr 02, 2026

SDLC is Dead, Long Live the SDLC

The software development lifecycle isn't dead. It just lost its center of gravity.

Mar 24, 2026

The Three Questions That Tell You What to Automate

Not every repetitive task is worth automating. Some tasks feel tedious but resist automation because they require subtle judgment at every step. Others feel complex but are actually just long sequences of mechanical steps.

Mar 17, 2026

From Two Minutes to Ten Seconds - The ROI of Personalized Software

I've written before about personalized software as the hidden iceberg of the AI era. Software that was never economical to build, but that people genuinely want. I keep coming back to this idea because I keep building more of it.

Mar 11, 2026

Claude Code as an Operational Partner for DevOps

People are building incredible things with AI coding tools. Custom applications, full-stack prototypes, automation pipelines. But there's a quieter, equally powerful use case: using Claude Code as an operational partner.