DEV Community

Henry Godnick
Henry Godnick

Posted on

I cut my AI coding costs and doomscrolling in 7 days (solo Mac dev log)

I used to treat these as two separate problems:

  1. My AI coding bill kept spiking for no obvious reason.
  2. I kept losing focus to feed loops and tab-hopping.

Turns out it was the same system failure: context chaos.

When I was scattered, I wrote worse prompts, retried more, switched models impulsively, and spent way more.

What changed this week

I ran a simple 7-day protocol:

  • Start each build session with a 60-second brief (goal, files, model)
  • Cap retries to 2 before rewriting the prompt
  • Track per-session token/cost in real time
  • Block feed surfaces during coding blocks
  • End each session with a 3-line handoff note

The result

  • Fewer reruns
  • Cleaner prompts
  • More shipped tasks per night
  • Noticeably lower spend

The tools I built for this

I built tiny Mac apps for these exact pain points:

The combo works because one controls money leakage and the other controls attention leakage.

Practical workflow (copy/paste)

  1. Pick one task outcome
  2. Choose the cheapest model that can do it
  3. Run one clean prompt
  4. If output misses, rewrite once (don’t spam retries)
  5. Keep feeds blocked until task is shipped
  6. Log cost + outcome before switching context

If you’re a solo builder, this is the fastest way I’ve found to stop “busy but broke” nights.

What are you tracking right now: per-session cost, shipped tasks, or just total monthly spend?

Top comments (0)