Marko Dimitrijević

Aye-Aye and developer coding together

Ai Prompting for all

Are you walking through the door or falling through the window when it comes to AI? The debate around AI and prompt engineering rages on, with strong arguments both for and against. But for me, it’s less about the debate and more about the inevitable reality: AI is here, and the only question that truly matters is how we choose to engage with it.

Let me share a recent “aha!” moment from my own work. I was deep in a WordPress plugin, dealing with a legacy color picker that used hexadecimal values. Suddenly, an update changed it to RGB – ouch! My existing hexdec function was still needed for backward compatibility, but now I had to extend it to handle the new RGB input.

My initial thought: extract R, G, B with regex, convert each to hex, then concatenate and prefix with #. It was a clear path, but then my internal “Aye-Aye” (my trusty AI sidekick, as I sometimes call it!) lit up. Could AI save me some precious time here?

The answer was a resounding YES! The code you see in the picture was generated by Gemini 2.5 Flash. A win, and a huge time-saver!

Just to clarify, “Aye-Aye” is actually a long-fingered lemur native to Madagascar, while prompt engineering refers to creating precise and effective prompts to get context-driven AI outputs from large language models (LLMs).

For developers, contextual prompting often feels natural. But there are so many other powerful prompting techniques beyond the common “cheat sheets” that can lead to incredible outcomes.

If you’re ready to embrace AI as a potential game-changing asset in your work, start by putting a little effort into crafting clear, well-contextualized prompts. Google’s whitepaper on Prompt Engineering is an excellent foundation and was a huge help for me: Whitepaper Prompt Engineering

No animals were harmed during this code generation! 😉

Leave a Reply

Your email address will not be published. Required fields are marked *