← enzosoler.com
Field Notes · 03

Building with AI Without Outsourcing Taste

The difference between using AI as autocomplete and using it as leverage for decomposition, debugging, and decision-making.

ENZO SOLÉR · APRIL 2026 · 7 MIN READ

Everyone uses AI now. Most people use it badly. They paste a vague prompt, accept the first output, and ship something that feels generated — because it was.

I've been building with AI every day for over a year. I used it to ship atlas.core — a cross-platform SaaS — solo. I use it for outbound messaging, CRM architecture, content, and code.

This is my framework for using AI without losing the thing that makes your work yours.

The Problem: AI as Autocomplete

The default way people use AI:

  1. Have a vague idea
  2. Ask AI to do it
  3. Accept the output
  4. Ship it

This works for trivial tasks. It fails for anything that matters. The output is generic because the input was generic. The AI doesn't know your constraints, your audience, your taste, or your standards. It optimizes for plausibility, not quality.

The result: a world flooded with competent-but-forgettable content, code that works but isn't architected, and products that feel like they were assembled from templates.

AI doesn't have taste. You do. The moment you outsource the judgment call, you lose the thing that makes your work different.

The Alternative: AI as Leverage

Leverage means using a tool to amplify your existing force — not to replace it. Here's how I think about it:

1. Decomposition, not generation

Don't ask AI to write the thing. Ask it to help you break the thing into parts.

When I was building role-based access for atlas.core, I didn't prompt: "Write a role-based access control system in React with Supabase." That would give me something generic that I'd spend days debugging.

Instead, I decomposed:

Each prompt is specific. Each output is verifiable. I'm driving the architecture. AI is accelerating the implementation of each piece.

2. Adversarial review, not approval

After I write something — code, copy, strategy doc — I use AI to attack it, not validate it.

This is the highest-ROI use of AI I've found. Humans are bad at critiquing their own work — we're anchored to our decisions. AI has no ego. It will find the holes if you ask it to look.

3. Enumeration, not creativity

AI is extraordinary at listing possibilities. It's mediocre at choosing between them. Use it for the first part, keep the second part for yourself.

The selection is where taste lives. AI generates the option space. You navigate it.

Where AI Genuinely Replaces Work

Not everything needs human judgment. Some tasks are pure execution with clear success criteria. AI should own these:

The key distinction: these tasks have verifiable outputs. You can immediately check whether the boilerplate compiles, the types match, the translation is accurate, the bug is fixed. Judgment isn't needed — verification is.

Where AI Will Destroy Your Work

Tasks where AI should assist but never decide:

The Operating Framework

Here's the mental model I use every time I reach for AI:

  1. Define the task clearly. If I can't articulate what I need in one sentence, I'm not ready to use AI. I need to think first
  2. Decide: execution or judgment? If execution → let AI own it and verify the output. If judgment → use AI for decomposition and adversarial review, but make the decision myself
  3. Be specific. "Write me a landing page" is a bad prompt. "Write the hero section for a B2B SaaS targeting Series A CTOs who need to scale engineering. Tone: direct, no buzzwords. Under 40 words." That's a good prompt
  4. Attack the output. Before accepting anything, ask AI to critique it. Or better — critique it yourself first, then ask AI what you missed
  5. Own the result. If you ship it, it's yours. "AI wrote it" is not an excuse for bad work. You chose to ship it

The Bigger Point

AI doesn't make you better. It makes you faster at whatever you already are.

If you have good taste, clear thinking, and strong standards, AI amplifies all three. You decompose faster, explore more options, catch more edge cases, and ship sooner — while maintaining the quality bar that makes your work yours.

If you have vague thinking, low standards, and no taste, AI amplifies that too. You ship more mediocre work, faster. Which is worse than shipping less of it.

The builders who will matter in the AI era aren't the ones who use AI the most. They're the ones who know when to use it and when to think for themselves.

That's not a technical skill. It's taste. And taste is the one thing you can't automate.

Building something with AI? Let's compare notes.

Get in touch →