How AI Changed My Development Workflow — 4 Real Shifts

Paulo Rodrigues5 min read

How AI Changed My Development Workflow — 4 Real Shifts

After 400 hours of working with Claude Code as a development partner, my workflow looks fundamentally different. Not in a "I use a new tool" way — in a "my role changed" way.

Here are the four concrete shifts.

Shift 1: From Writing to Reviewing

Before: Start with a blank file. Write code from scratch. Debug. Iterate.

After: Describe what I want. Review what's generated. Correct. Move forward.

The "blank page" time practically disappeared. Instead of spending the first hour writing boilerplate and setup code, I spend it describing the architecture and constraints. The AI implements. I review.

This sounds faster — and it is. But it requires a different skill. You need to be able to read code critically, spot subtle bugs, and understand what the AI got wrong. If you can't review code, you can't use AI for coding.

Shift 2: From Head to Files

Before: Knowledge lived in my head. Project context, architecture decisions, why things were built a certain way — all mental.

After: Everything is in files. If the information is in a file, the AI finds it. If it's in my head, it doesn't exist.

This forced me to document everything. Architecture decisions, incident reports, lessons learned, project context. Not because documentation is virtuous — because without it, the AI is flying blind.

The unexpected benefit: future sessions are dramatically more productive. The AI reads the project, understands the context, and picks up exactly where the last session left off. No re-explaining.

Shift 3: From Instinct to Data

Before: Decision-making based on gut feeling. "I think LinkedIn engagement is good." "I think the newsletter is working."

After: A dashboard collects data from 5 sources automatically, every day. Newsletter open rates, LinkedIn engagement, cold outreach reply rates, website traffic, automation health.

The AI built the analytics system in one night — 5 database tables, 2 views, 3 collection workflows, a query API. Now, every morning, the data is already there.

This changed how I make decisions. Not "I feel like cold outreach is working" but "cold outreach has a 3.2% reply rate this week, down from 4.1% last week."

Shift 4: From Trust to Verify

Before: If it works once, it works.

After: Every critical operation has a verification step. Every automation has a downstream check. Every deployment gets tested.

This is the real skill. Not knowing how to use AI — knowing when NOT to trust it. After 19 documented incidents in two months, I learned that the AI is reliable for implementation but unreliable for judgment about edge cases.

The pattern: AI-generated code works for the happy path. It breaks on edge cases — unusual inputs, race conditions, configuration changes. Manual verification for anything that touches production data.

The Meta-Shift

The biggest change isn't any individual workflow. It's the role shift.

I went from being a developer who builds things to being a technical director who describes, reviews, and corrects. The AI handles implementation. I handle architecture, quality, and the parts that require judgment.

This is more productive. But it requires strong technical foundations. You need to understand what good code looks like to recognise when the AI produces bad code.


Based on 400 hours of working with Claude Code at ImparLabs. All workflow changes documented in session summaries and the JUVENAL knowledge system.

Frequently Asked Questions

Does AI replace writing code?

No. It shifts the work from writing code from scratch to describing intent, reviewing generated code, and correcting. The blank page problem disappears, but the need for technical judgment increases.

What is the most important skill when working with AI coding tools?

Knowing when NOT to trust the output. Every critical operation needs a manual verification step. AI generates things that look correct but can have subtle bugs.

Ready to automate your business?

We build AI tools and automation systems for European SMEs — from rapid MVPs to production systems, always GDPR-compliant.

it's human stuff

Weekly AI insights for European SMEs. No hype, just what works.

Keep Reading