DEV Community

Henry Godnick
Henry Godnick

Posted on

I Let AI Handle My Weakest Skills — What Changed After 90 Days

I'm a decent programmer. I can ship features, squash bugs, and architect systems that don't fall over. But ask me to write marketing copy? Design a landing page? Come up with a content strategy? I'll stare at a blank screen for hours.

Three months ago I decided to stop fighting my weaknesses and start delegating them — to AI.

The Problem Every Solo Dev Knows

When you're building alone, you wear every hat. Developer, designer, marketer, support rep, copywriter. The issue isn't that you can't do these things. It's that you do them badly and slowly, burning hours that should go toward what you're actually good at: writing code.

I was spending 40% of my week on non-coding tasks I hated. Landing pages, App Store descriptions, social posts, email drafts. Each one took 3-4x longer than it should because I'd second-guess every word.

What I Actually Delegated

Here's what I handed to AI tools over the past 90 days:

Marketing copy — Landing page headlines, feature descriptions, App Store metadata. I give the AI context about my product, my target user, and the tone I want. First drafts come back in seconds. I edit for maybe 10 minutes instead of writing from scratch for 2 hours.

Content outlines — Blog posts, documentation structure, feature announcement drafts. AI handles the skeleton; I fill in the real experience and opinions.

Design feedback — I screenshot my UI, ask what looks off, and get surprisingly useful critiques. Not replacing a designer, but it catches the obvious stuff I miss.

Email responses — Template-style support replies that I personalize. Cut my response time in half.

What I Didn't Delegate

The code. The architecture decisions. The product vision. These are the things where my judgment matters most, and where AI assistance tends to introduce subtle problems that cost more time to fix than they save.

I also kept final editorial control on everything. AI writes the first draft; I decide what ships.

The Unexpected Cost Problem

Here's what caught me off guard: all this AI usage adds up fast. I was running Claude, GPT-4, and a couple specialized tools simultaneously. By week three, my API bills were creeping toward $150/month — and I had no idea which tasks were eating the budget.

That's when I started monitoring token usage in real time with TokenBar sitting in my menu bar. Turns out my "quick" marketing copy sessions were burning through tokens because I kept iterating on prompts instead of editing the output directly. Once I could see the spend live, I changed my workflow: one prompt, edit the result manually, move on.

Monthly AI costs dropped to around $60. Still worth it — but only because I stopped flying blind.

The Results After 90 Days

  • Non-coding tasks went from 40% of my week to about 15%
  • Shipped two products in the time it used to take me to ship one
  • Landing page conversion improved (better copy beats programmer copy every time)
  • Less burnout — I actually enjoy my work days now because I'm mostly coding

The Honest Takeaway

AI doesn't make you a 10x developer. It makes you a 1x developer who can also do the other 5 jobs a solo dev needs to handle. The trick is knowing which tasks to delegate and which to protect.

If you're a solo dev drowning in non-code work: stop trying to get better at everything. Get better at delegating to AI, track what it costs you, and pour the saved hours back into what you're actually good at.

That's the real multiplier.

Top comments (0)