S
Back to all articles
AI Workflow

How AI Actually Fits Into My Frontend Workflow (and Where I Still Don’t Trust It)

Not "AI will replace developers" and not "AI is a toy." A practical breakdown of where generative tools genuinely speed up shipping real products — and the exact spots where I always take the wheel back.

Published · May 28, 20268 min read
#AI#Productivity#Claude#Gemini#Tooling

I get asked some version of "does AI write your code now?" almost weekly. The honest answer is layered: yes, often — and no, never on the parts that matter most. The skill that actually moved my output up a level was not "prompting better." It was learning, project by project, exactly where to delegate and exactly where to stay in the driver’s seat.

Where generative tools genuinely earn their seat

  • First-draft scaffolding: turning a described layout into a working component skeleton in minutes instead of an hour.
  • Translation & copy parity: keeping bilingual strings consistent in tone across dozens of components without losing nuance.
  • Refactor proposals: surfacing duplication or awkward patterns across a large codebase faster than a manual pass would.
  • Rubber-duck debugging at 2 a.m.: explaining a bug out loud to something that asks good follow-up questions.

Where I always take the wheel back

Visual judgment, brand voice, and the final call on "does this feel right for this specific audience" stay entirely human — mine. AI is excellent at producing something plausible; it is not the one accountable when a client’s brand feels generic, or when an animation is technically smooth but emotionally flat. That accountability is exactly why a developer’s taste becomes more valuable, not less, in an AI-assisted world.

Treat AI like a very fast, very well-read junior who has never met your client and has no taste of their own yet. Brilliant for first drafts. Dangerous as the final reviewer.

The workflow, in practice

I use AI heaviest at the start of a feature (drafting structure, exploring options) and at the edges of a feature (translations, documentation, tests). The emotional and visual core — the part a client will actually feel — I build by hand, then bring AI back in to stress-test it: "what would break this," "what would a skeptical reviewer say," "what is the laziest version of this someone could ship." That adversarial pass catches more than a friendly one ever would.

TakeawayBottom line: AI compressed the distance between "idea" and "first working draft" for me dramatically. It did nothing to compress the distance between "working" and "worth shipping." That gap is still — and will likely stay — entirely human work.
Share this articleWhatsAppX / Twitter

Have a project that needs this kind of thinking?

Start a conversation