Tag

engineering

Posts tagged engineering.

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 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 02, 2026

SDLC is Dead, Long Live the SDLC

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

Feb 24, 2026

The Three Levels of AI Product Integration - A Framework for SaaS Leaders

SaaS companies are all AI companies these days. How deep does does that AI integration really go, though?

Feb 10, 2026

The Async Decoupling Pattern for Scalable Batch Processing

Batch processing architecture has a clean pattern that scales elegantly: decouple batch systems asynchronously from everything else.

Feb 03, 2026

Batch and Real-Time Platforms Have Different Jobs

When designing data platforms, I frequently encounter teams trying to build one unified system that handles both real-time streaming and batch analytics.

Jan 20, 2026

The Software That Shouldn't Exist

Everyone's worried about AI replacing engineers. The more interesting question is what happens when the cost of building software drops so dramatically that entirely new categories of software become viable.

Jan 06, 2026

Shifting Left - How Small Teams Handle Organizational Gaps Without Breaking

Every small organization has gaps. Maybe you have an engineering lead but no dedicated DevOps team. Maybe your product manager is stretched thin and the tech lead is absorbing PM responsibilities. Maybe a designer role is emerging, but nobody owns it yet.