Tag: AI-DLC

  • AI Comprehension Debt: The Codebase Nobody Understands

    AI Comprehension Debt: The Codebase Nobody Understands

    Six months ago, a fintech team I work with shipped an authentication service in three days. Claude generated most of it, the senior engineer who prompted it reviewed and approved, and the service passed all tests. It worked. Last month, a different team member needed to modify the token refresh logic. She spent four days…

  • The 5x Myth: What AI Actually Changes About Delivery Speed

    The 5x Myth: What AI Actually Changes About Delivery Speed

    A fintech CTO I work with had her board moment three months ago. The chair leaned forward mid-review and asked the question every technology executive dreads: “So you’re telling me you don’t know if this is working?” Her answer was better than most: “I’m telling you that the numbers we were using to answer that…

  • The four layers of AI-driven engineering organizations

    The four layers of AI-driven engineering organizations

    After a year of writing about what breaks when AI enters engineering organizations, I can name the single thread that connects every failure and every success: whether the organization preserved judgment while changing how work gets done. Threat modeling, governance, spec-driven development, architecture reviews, measurement problems, the CTO’s evolving role. Each post addressed a specific…

  • AI-DLC in Practice: What Structured AI Development Actually Looks Like

    AI-DLC in Practice: What Structured AI Development Actually Looks Like

    Thirty engineers in a room. One feature to build. By the end of the day, they had a validated specification, working code, and infrastructure configuration, all generated from a structured intent document they wrote together that morning. In the feedback survey, the team rated the experience 9.7 out of 10. Every single respondent expressed interest…

  • The CTO’s real job when AI changes how software gets built

    The CTO’s real job when AI changes how software gets built

    A few months ago, a CTO I know pushed a massive change directly to production. He had used an AI coding tool to generate the entire thing over a weekend, bypassed code review, skipped staging, and deployed it himself. By Monday morning, the system was broken. The QA engineer who spent two days untangling the…

  • The Governance Paradox: Why the Most Regulated Industries Will Adopt AI-DLC First

    The Governance Paradox: Why the Most Regulated Industries Will Adopt AI-DLC First

    Earlier this year, during an AI-DLC adoption assessment at a large financial institution in Latin America, something unexpected happened. The compliance team became the loudest champion of the methodology. Not the engineering leads, who were excited about the productivity gains. Not the CTO, who saw the strategic positioning. The compliance team, the people everyone assumed…

  • Who Owns AI Governance When Everyone Thinks Someone Else Does?

    Who Owns AI Governance When Everyone Thinks Someone Else Does?

    A few months ago, during a governance assessment at a mid-size financial services company, I asked a simple question: “Who owns AI governance here?” The CISO said the CTO owned it because AI is a technology decision. The CTO said the data team owned it because AI is fundamentally a data problem. The head of…

  • Mob Construction: What Changes When AI Generates Code from a Real Specification

    Mob Construction: What Changes When AI Generates Code from a Real Specification

    Two weeks after the Mob Elaboration session I described in my previous post, the same financial services team sat down for their first Mob Construction session. They had a validated specification: twelve user stories with acceptance criteria, a domain model with verification tiers, non-functional requirements with measurable thresholds, and a risk register that included the regulatory…

  • Mob Elaboration: What Happens When AI Runs the Requirements Room

    Mob Elaboration: What Happens When AI Runs the Requirements Room

    The first time I facilitated a Mob Elaboration session, the Product Owner read the Intent aloud: a new customer onboarding flow for a financial services platform. Within four minutes, the AI had generated twelve user stories, acceptance criteria for each, a proposed domain model, and a decomposition into three independent units of work. A senior…

  • The Community Is Building AI-DLC Without Knowing It

    The Community Is Building AI-DLC Without Knowing It

    A few weeks ago, a developer on Reddit posted about a workflow they had built for Claude Code (r/ClaudeAI, March 2026). They had split their AI-assisted development into three distinct agents: an Architect that defined the system design and constraints, a Builder that generated the code, and a Reviewer that evaluated the output against the…