What’s Wrong with Vibe Coding?

TL;DR Nothing*

You are the last of your kind

When I started work as a very junior developer in 1988, one of the first languages I used was ICL’s Application Master. This was what was known as a fourth-generation language (4GL). I was confidently told I would be one of the last developers before the next generation of language allowed anyone to create their own programs. Somewhat later than I think that commentator had envisioned, 40 years later in fact, I think we might be getting close to that democratisation of development.

For those interested, this is what Application … Read the rest

Vibe Coding a WordPress Plugin

I’ve written a lot of code this year and the vast majority of it I did without too much help. However, I did turn to AI (mostly ChatGPT) when I needed either a specific function written or some help with a particular issue.

What I hadn’t done was use AI to write a complete program without any code from me. I believe that this is termed “Vibe Coding“, named Collins Dictionary’s Word of the Year for 2025. Not a phrase that particularly appeals to me but I don’t get to choose.

Going with the Flow

Then, yesterday, … Read the rest

Using Cursor to Generate Code

I have written about the use of AI in programming previously but I recently came across Cursor which is Visual Studio Code with AI built in so I thought I would give it a go but what to do?

Road Trip

I have recently returned from a driving holiday around the East Coast of the US and was, as ever, amazed at the price of petrol (“gas”) compared to the UK but how much cheaper was it? I decided that this would make a simple test for Cursor.

As always, what is important is the prompt you give the AI … Read the rest

Object Identification on iOS

I belong to a walking group called “Walking with Cameras” which is pretty good in not being too sniffy about what camera you bring. This means there are quite a few iPhones, a smattering of Android devices along with some compacts and DSLRs.

We reached an open area where several varieties of wildflowers were growing and the discussion turned first to what they were and then to how there were dedicated apps that would identify them (which nobody had installed!).

I whipped out my iPhone snapped a few pictures of the flowers and then opened the Photos app. If you … Read the rest