Remix.run Logo
planb 10 hours ago

How do people imagine the process of creating software with AI? Tell it “I need an app where I can send images to friends” and accept the first result?

In your analogy, what I’m talking about is more like talking to a chef with the idea of a novel recipe and describing the ingredients and how you would like it to taste (of course also accepting suggestions).

I would take more pride in that meal than in a standard burger I completely cooked myself - maybe because I know I am able to prepare a great tasting burger and already did so many times. OTOH if this would be the first burger I made in my life I would be immensely proud of it.

xboxnolifes 9 hours ago | parent [-]

> How do people imagine the process of creating software with AI? Tell it “I need an app where I can send images to friends” and accept the first result?

Unironically, this is some of the software being shared. Maybe a couple more back and fourths, but not much more. I know I "made" a simple discord bot that periodically checked a webpage for updates and sends me a message when there are changes. It was basically just "I want a discord bot that checks this webpage and messages me when X, Y, or Z". I only looked at the code slightly to know that the entire thing passes around loosely structured strings everywhere and checks for substrings over and over again for logic flow.