Not a Coder? With AI, just having an idea can be enough

Describing a problem in a sentence or two and watching an AI model building a custom tool to solve it is a mind-blowing experience

AI vibecoding allowed the author to create an app that analyses the contents of his fridge and helps him decide what to pack for his son’s school lunch, among other things. Photograph: iStock
AI vibecoding allowed the author to create an app that analyses the contents of his fridge and helps him decide what to pack for his son’s school lunch, among other things. Photograph: iStock

I am not a coder. I can’t write a single line of Python, JavaScript or C++. Except for a brief period in my teenage years when I built websites and tinkered with Flash animations, I’ve never been a software engineer, nor do I harbour ambitions of giving up journalism for a career in the tech industry.

And yet, for the past several months, I’ve been coding up a storm.

Among my creations: a tool that transcribes and summarises long podcasts, a tool to organise my social media bookmarks into a searchable database, a website that tells me whether a piece of furniture will fit in my car’s trunk and an app called LunchBox Buddy, which analyses the contents of my fridge and helps me decide what to pack for my son’s school lunch.

These creations are all possible thanks to artificial intelligence and a new AI trend known as “vibecoding”.

READ MORE

Vibecoding, a term popularised by AI researcher Andrej Karpathy, is useful shorthand for the way that today’s AI tools allow even non-technical hobbyists to build fully functioning apps and websites, just by typing prompts into a text box. You don’t have to know how to code to vibecode – just having an idea, and a little patience, is usually enough.

“It’s not really coding,” Karpathy wrote last month. “I just see stuff, say stuff, run stuff and copy-paste stuff, and it mostly works.”

My own vibecoding experiments have been aimed at making what I call “software for one” – small, bespoke apps that solve specific problems in my life. These aren’t the kinds of tools a big tech company would build. There’s no real market for them, their features are limited and some of them only sort of work.

But building software this way – describing a problem in a sentence or two, then watching a powerful AI model go to work building a custom tool to solve it – is a mind-blowing experience. It produces a feeling of AI vertigo, similar to what I felt after using ChatGPT for the first time.

And it’s the best way I’ve found to demonstrate to sceptics the abilities of today’s AI models, which can now automate big chunks of basic computer programming and may soon be capable of similar feats in other fields.

Musk debuts Grok-3 AI chatbot to rival OpenAI, DeepSeekOpens in new window ]

AI coding tools have existed for years. Earlier ones, like GitHub Copilot, were designed to help professional coders work more quickly, in part by finishing their lines of code the same way that ChatGPT completes a sentence. You still needed to know how to code to get the most out of them and step in when the AI got stuck.

But over the past year or two, new tools have been built to take advantage of more powerful AI models that enable even neophytes to programme like pros.

These tools, which include Cursor, Replit, Bolt and Lovable all work in similar ways. Given a user’s prompt, the tool comes up with a design, decides on the best software packages and programming languages to use and gets to work building a product.

To a non-programmer, vibecoding can feel like sorcery. After you type in your prompt, mysterious lines of code fly past, and a few seconds later, if everything goes well, a working prototype emerges

Most of the products allow limited free use, with paid tiers that unlock better features and the ability to build more things.

To a non-programmer, vibecoding can feel like sorcery. After you type in your prompt, mysterious lines of code fly past, and a few seconds later, if everything goes well, a working prototype emerges. Users can suggest tweaks and revisions, and when they’re happy with it, they can deploy their new product to the web or run it on their computers. The process can take just a few minutes, or as long as several hours, depending on the complexity of the project.

I asked Bolt to build an app that could help me pack a school lunch for my son, based on an uploaded photo of the contents of my fridge.

The app first analysed the task and broke it down into component parts. Then it got to work. It generated a basic web interface, chose an image recognition tool to identify the foods in my fridge and developed an algorithm to recommend meals based on those items.

If the AI needed me to make a decision – whether I wanted the app to list the nutritional facts of the foods it was recommending, for example – it prompted me with several options. Then it would go off and code some more. When it hit a snag, it tried to debug its own code, or backed up to the step before it had got stuck and tried a different method.

Roughly 10 minutes after I had entered my prompt, LunchBox Buddy – which is what the AI had decided to call my app – was ready. It suggested a generic turkey sandwich.

How AI will really impact your jobOpens in new window ]

Not all of my vibecoding experiments have been successful. I’ve been struggling for weeks to build an “inbox autopilot” tool capable of responding to my emails automatically, in my writing style. I’ve encountered roadblocks when trying to integrate AI workflows into apps such as Google Photos and iOS Voice Memos, which aren’t designed to play well with third-party add-ons.

And, of course, AI occasionally makes mistakes. Once, when I tried to build a website for a tyre shop in my neighbourhood, the AI made up fake reviews from the shop’s Yelp page and added them to a testimonials page. Another time, when I tried to turn a long story I had written into an interactive website, the AI included about half the text and left out the other half.

Vibecoding, in other words, still benefits from having humans overseeing the robots or at least hovering nearby. And it’s probably best for hobby projects, not essential tasks.

That might not be true for much longer. Many AI companies are working on software engineering agents that could fully replace human programmers. Already, AI is achieving world-class scores on competitive programming tests, and several big tech companies, including Google, have outsourced a large chunk of their engineering work to AI systems. (Sundar Pichai, Google’s chief executive, recently said AI-generated code made up more than one-quarter of all new code deployed at Google.)

If I were a junior programmer – the kind AI appears most likely to replace – I might be panicking about my job prospects. But I’m just a guy who likes to tinker and to build tools that improve my life in small ways. And vibecoding – or actual coding – is one area in which AI is unmistakably improving.

Since talking about my vibecoding experience on my podcast last month, I’ve heard from dozens of other people who have been building their own tools with AI assistance. Colleagues have told me about the nutrition apps they’ve built to help them stick to their diets or the tools they’re using to summarise the email newsletters they get.

Readers have sent in websites they’ve built to track the price of eggs or scrape Zillow listings in Los Angeles to discover instances of rent-gouging after the Palisades fire.

Few of these tools are world-changing in their own right. What’s new and notable is that with a few keystrokes, amateurs can now build products that would have previously required teams of engineers.

I’m not Pollyannaish about AI, or blind to the effects that AI coding apps could have on society if they continue to improve. I think it’s possible that an AI that automates building useful software could also automate the creation of malicious code or even lead to autonomous cyberattacks. And I worry that software engineering is just the first white-collar profession to experience the labour-replacing effects of AI tools.

But for now, building apps to automate annoying or time-consuming tasks in my life seems as good a use of AI as any. So I’m going to keep vibecoding – at least until my kid can pack his own lunch. – This article originally appeared in The New York Times.