AI-enhanced development makes me more ambitious with my projects
simonwillison.net
AI-enhanced development makes me more ambitious with my projects
1–10 of 519 posts
Re: AI-enhanced development makes me more ambitious with my projects
#2Re: AI-enhanced development makes me more ambitious with my projects
#3Ok, so when people say that they use ChatGPT for coding, they use it as a code snippet library? Here, a function that has been probably written million times before in some similar form, and a template for a simple web app.
Also gpt4 >> gpt3.5 for coding.
Re: AI-enhanced development makes me more ambitious with my projects
#4Re: AI-enhanced development makes me more ambitious with my projects
#5Ok, so when people say that they use ChatGPT for coding, they use it as a code snippet library? Here, a function that has been probably written million times before in some similar form, and a template for a simple web app.
Re: AI-enhanced development makes me more ambitious with my projects
#6We will be the ones with the preattentive syntax parsing in our brains that let us simply see basic syntax errors; we will be the ones who can point out simple but subtle errors immediately—because we’ve made them 10000 times; we will be the ones who can take a ChatGPT response and immediately identify how it’s lacking not just in outcome but in edge case handling. We came of age before stack overflow, and have matured to the point where we treat stack overflow answers as mere suggestions for a possible approach, not as code to be copied and adapted.
And then, when we are no more, there will be no one left who can wrangle the turtles that reach the bottommost depths of the full stack.
Re: AI-enhanced development makes me more ambitious with my projects
#7@Simon, I love this. And one day, in the not too distant future, a few old wizened graybeards, like you and I and the other folks on this site who have been writing code from scratch for 20 years, will be the magicians who walk the earth among mere mortals who only learned to code with the assistance of ChatGPT. We will be the ones with the preattentive syntax parsing in our brains that let us simply see basic syntax…
The mental overhead of producing softwares shrinks more and more. It will sure be at the cost of understanding and/or see errors as you say.
I already looking forward of being that graybeard. And show off to my neighbors or grandchildren
Re: AI-enhanced development makes me more ambitious with my projects
#8Ok, so when people say that they use ChatGPT for coding, they use it as a code snippet library? Here, a function that has been probably written million times before in some similar form, and a template for a simple web app.
Wrong, gpt4 is very capable of writing “new” and complex code. Also gpt4 >> gpt3.5 for coding.
Re: AI-enhanced development makes me more ambitious with my projects
#9Ok, so when people say that they use ChatGPT for coding, they use it as a code snippet library? Here, a function that has been probably written million times before in some similar form, and a template for a simple web app.
I follow the same steps as always to design the code, but when it's time to implement something, I ask the bot to do it, then I review it and move on to the next function.
Re: AI-enhanced development makes me more ambitious with my projects
#10Ok, so when people say that they use ChatGPT for coding, they use it as a code snippet library? Here, a function that has been probably written million times before in some similar form, and a template for a simple web app.
I am really struggling to make chat gpt write anything near functioning for the projects i am working on. Then i read the code people share and claim is made by ai and understand why. It’s really basic code that instead of copy pasting from stackoverflow is copied from a text generator. Perhaps it may evolve as a tech but right now it’s at the stage of pareidolia but instead of seeing faces people see intelligence wh…
Also Github Co-pilot has been good for a long time.