BACK

0 m
0 words

How AI is changing my workflow

If you’d told me two years ago that 40% of my codebase would be generated by a model, I would’ve called you a "script kiddie." But here we are in 2026, and the reality of being a full-stack developer has shifted.

The "grind" isn't what it used to be. I spend less time typing and way more time thinking. Here’s the breakdown of how AI actually changed the day-to-day.

1. The Death of the "Empty File" Blues

Remember staring at a blank auth.ts or a new database schema file, trying to remember the exact syntax for a complex join or a JWT implementation? That’s gone.

  • The New Start: I now use "Vibe Coding" (natural language prompts) to scaffold the first 60% of a feature. Whether it’s Cursor’s Composer or Claude Code, I describe the intent, and it spits out the boilerplate, the types, and the basic API routes.

  • The Catch: The AI gets the "how" right, but I still have to get the "why" right. I’m no longer a bricklayer; I’m the site foreman.

2. PR Reviews are for Logic, Not Linting

I used to spend half my time in code reviews pointing out missing error boundaries or inconsistent naming.

  • Now, my CI/CD pipeline has an AI agent that scans for anti-patterns and security flaws before I even see the PR.

  • My Job Now: I focus on the high-level architecture. Does this scale? Does this logic actually solve the business problem? The AI handles the "Is this a memory leak?" checks.

3. The "Agentic" Admin Panel

This is where the real full-stack power lies. In 2026, I’m not just building tables; I’m building agents.

  • Instead of building a complex "Refund Manager" UI, I build a tool that allows an admin to say: "Identify all users who had a failed checkout today and offer them a 10% discount."

  • Using the Model Context Protocol (MCP), my AI tools can now "talk" to my database and my Slack channels directly. I’m building systems that can think for themselves.

4. Testing is Actually (Finally) Easy

We all lied and said we loved TDD. We didn't. We hated writing 50 variations of the same test.

  • Now, I write one "Golden Path" test, and the AI generates the 49 edge cases I was too lazy to think of.

  • It’s moved from reactive testing (fixing bugs) to predictive testing (AI finding the bug before I even push to staging).

5. The "Seniority" Shift

The bar for being a "Junior" has skyrocketed. Because AI handles the syntax, "Junior" devs now need to understand system design and database normalization on Day 1.

  • For me, as a full-stack dev, my value has moved upstream. I get paid for my judgment, not my typing speed. Knowing which library to use is now more important than knowing how to write a for loop in it.

© Victor Westelynck

Barcelona, Spain

20

°C

© Victor Westelynck

Barcelona, Spain

20

°C