Umamaheswaran

Personal Blog


Over-Prompting Is the New Overengineering

Swirling digital vortex with glowing binary code and data streams.

There’s a pattern emerging in how people use AI tools today—especially developers.

We’re seeing more workflows where AI is used to plan tasks, generate code, design slides, write content, and even debug issues. And to be clear, this is a good thing. AI is incredibly powerful.

But there’s a catch that not enough people are talking about.

The 80% Reality (Give or Take My Gut Feeling 😄)

Most large language models today are not built to deliver perfect outputs. Even with strong prompting, detailed context, and iteration, they typically get you to about:

~70–80% of the final result

Now, before someone asks for a research paper—
no, this is not statistically proven.

This is based on:

  • vibes
  • experience
  • mild frustration
  • and a suspicious number of “almost correct” outputs

So yes, 80% is my gut feeling, not a peer-reviewed metric. But if you’ve used AI long enough, you probably feel it too.

The Problem: Chasing the Last 20%

The real issue isn’t that AI stops at 80%.

It’s that people try to squeeze out the remaining 20%—and that’s where things go wrong.

The Token Trap

To bridge that last 20%, developers often:

  • Rewrite prompts again and again
  • Add more context
  • Try multiple variations
  • Stack follow-up instructions

Each attempt consumes more tokens, more time, and more mental energy.

At some point, you’re no longer being efficient—you’re just feeding the system.

The irony: You could’ve manually finished that last 20% faster than prompting it.

Diminishing Returns Kick In Fast

The first 80% from AI is fast, cheap, and high-value.

The last 20%?

  • Slower
  • Less predictable
  • More expensive (tokens, time, frustration)

This is classic diminishing returns, just wrapped in a shiny AI interface.

The Shift in Mindset

Instead of asking:

“How do I make AI complete this perfectly?”

The better question is:

“At what point should I take over?”

AI should be treated as:

  • A starter, not a finisher
  • A multiplier, not a replacement
  • A draft engine, not a final authority

The Editable Output Principle

This leads to a crucial rule:

Never use an AI tool that traps you in its output.

If a tool generates something, you should be able to:

  • Edit it directly
  • Refine it without re-prompting
  • Take control without starting over

Example: PPT Generators

If an AI generates a presentation:

  • You shouldn’t need to re-prompt to fix slides
  • You should be able to edit slides directly inside the tool

Otherwise, you’re stuck in a loop of:

“Make this slide shorter”
“Now make it more visual”
“Actually go back to the previous version but with better wording”

And suddenly you’ve spent 15 minutes fixing one slide.

Compare With Code

In coding:

  • AI generates a draft
  • You open the code
  • You edit, refine, optimize manually

That’s the ideal workflow.

Not:

“Let me re-prompt this function 5 more times to fix indentation and logic.”

The Real Skill: Knowing When to Stop

The most valuable skill in the AI era isn’t prompting.

It’s judgment.

Knowing:

  • When AI has done enough
  • When further prompting is wasteful
  • When manual effort is faster

This is what separates:

  • Efficient builders
    from
  • Token burners

A Practical Rule

Here’s a simple heuristic:

If AI didn’t get it right in the first or second attempt,
it’s probably not worth chasing that last 20% through prompts.

Take the output.
Edit it yourself.
Move forward.

The Future of Good Tools

The best AI tools going forward won’t just generate—they’ll enable control.

They will:

  • Combine generation + direct editing
  • Reduce dependency on re-prompting
  • Treat AI as a collaborator, not a gatekeeper

Because the goal isn’t to eliminate human input.

It’s to optimize where human input matters most.

Final Thought

AI is not here to finish your work.

It’s here to:

  • Remove the heavy lifting
  • Speed up the obvious parts
  • Get you to a strong starting point

But the final 20%?

That’s still yours.

And knowing when to take it back—that’s the real productivity hack.



Leave a comment