Skip to content

Fundamentals Are the Cheapest Upgrade

Product Design has changed a fair bit, and I will be honest, I have not been in the industry for the past two years, so picking it back up means learning new things. My tools have shifted too. The bigger constraint, though, is that I run on a budget. I use free tools and the cheapest plans, nothing more. That single fact shapes how I work. When you cannot buy your way out of a problem, mastering the few tools you can afford matters far more, and having the fundamentals is what keeps the whole thing cost efficient.

I heard this somewhere and it has stuck with me. You may be a generalist, but mastering one tool and using it to the fullest matters more than it used to. New AI tools ship every other day, and so do new models. It is hard to keep up, and if you chase all of them you end up with none, and so does your wallet. On a budget, that is not an abstract risk, it is the whole game. I treat tools as a means to an end, not the point.

The fundamentals are what make a cheap setup punch above its weight. Plenty of us use Claude Code or Codex to build, but not knowing when to reach for the right library or framework can be disastrous, and not knowing basic CSS is costly. Left to decide alone, AI tends to pick the most popular option or take the long way round to get the job done. CSS is the clearest example. A small change is faster to edit in the IDE than to prompt for again, and doing it myself saves a pile of tokens.

Knowing the language helps just as much. Instead of “the box looks weird, there is too much space on the left and right,” I can say “the div needs a smaller left and right padding, 8px instead of 40px.” Precise language makes the AI perform better and costs less to run.

I think we have reached the point where humans have to catch up with the tools. Knowledge and communication are where one person pulls ahead of another. Choosing the right tool for the job matters more than ever, because on a budget the wrong one does not just waste time, it burns money and sends you round in loops.

[BACK]