My Best Engineer Just Told Me AI Made His Job Boring

A Hacker News thread with 400+ comments captured what my senior engineer said quietly in our 1-on-1: AI coding agents are eating the creative, enjoyable parts of software engineering and leaving humans with the tedious review work. As a tech lead, I’m watching engagement scores drop while velocity metrics climb. Here’s what that tension actually looks like from the inside, and the three structural changes I’m trying to keep my team from checking out.

March 29, 2026 · 7 min · Zidane

My Team Tried 'Agentic Engineering' for Two Sprints. It's Not What You Think

Simon Willison coined ‘agentic engineering’ to describe professional software engineers using AI coding agents like Claude Code and Codex. I ran my team through two sprints of structured agentic workflows. The productivity numbers look great — until you check the bug tracker three weeks later.

March 22, 2026 · 7 min · Zidane

Building an AI Coding Standard for Your Engineering Team

Ad-hoc AI usage creates inconsistency and hidden risk. Here’s how to build a practical standard: AGENTS.md, .cursorrules, prompt libraries, and review checklists — with real templates.

March 20, 2026 · 5 min · Zidane

How I Use AI to Prep for 1:1s (Without Being Creepy About It)

AI can help you prep for 1:1s by surfacing action items, recent PRs, and discussion topics. But there’s a line you shouldn’t cross: never let AI write your actual feedback.

March 20, 2026 · 6 min · Zidane

I Automated Our Standup Notes With AI. My Team Almost Mutinied

Automating standup notes with AI seemed like a small quality-of-life win. It turned out to surface real questions about surveillance, trust, and what standup is actually for.

March 20, 2026 · 6 min · Zidane

The Hidden Cost of AI-Generated Tests — Why 90% Coverage Means Nothing

AI can write tests in seconds, but coverage numbers are lying to you. Here’s how tautological, implementation-coupled tests let a real bug survive for three weeks.

March 20, 2026 · 5 min · Zidane

Why I Stopped Letting AI Write Database Migrations

An AI-generated migration ran perfectly in dev. In production, it would have locked a large production table during business hours. What I learned the hard way about AI and database changes.

March 20, 2026 · 6 min · Zidane

Every AI Coding Tool Switched to Credits. My Team's Bill Tripled.

AI coding tools quietly moved from flat subscriptions to credit-based pricing. I tracked my small team’s actual spending for a quarter and found we were paying well over $300/month per developer instead of the advertised $20. Here’s the breakdown, the traps, and how we cut costs by 40% without losing productivity.

March 15, 2026 · 6 min · Zidane

I Tracked My Team's AI Tool Switching for 3 Months. The Productivity Loss Was Staggering.

In 3 months my team evaluated 6 AI coding tools, switched primary tools twice, and lost an estimated over 100 engineer-hours to setup, configuration, and relearning. I finally enforced a 90-day moratorium on tool changes. Here’s what I learned about the real cost of chasing the next shiny AI tool.

March 15, 2026 · 6 min · Zidane

I Added an AI to Every PR for 30 Days. Here's What Actually Caught Bugs

I added CodeRabbit to our GitHub org on a Tuesday. By Friday, it had flagged 23 issues across 7 PRs — and my team thought I had secretly reviewed everything myself. After 30 days running four different AI PR review bots in parallel, here’s what actually caught real bugs versus what generated noise.

March 1, 2026 · 6 min · Zidane