754
chef kiss
(infosec.pub)
Post funny things about programming here! (Or just rant about your favourite programming language.)
In my experience, what makes gpt-4 great for coding is its astonishing knowledge of available software libraries, built-in interface features, etc.
I'll tell it the task I want done, and it will tell me where to find, and how to install the necessary dependencies.
With zero experience in browser extension design, gpt-4 helped me to build an incredibly complicated Chrome extension, using vector database; creating a custom, cloud-based server; web scraping with headless browsers, voice recognition, speech synthesis, wake-word capabilities, and a sophisticated user interface. I had ZERO experience with ANY of these.
For me, using gpt-4 was like collaborating with a just okay programmer, but one who had extensive experience with literally every programming language, API, protocol, etc.
And it was a collaboration. We would talk through problems together. I would make observations and guesses about why a block of code wasn't working, and it would tell me why I was wrong, or alternately tell me I was right, and produce a fixed version.
People have had similar success with Bing Chat, and it's free and uses GPT-4.
I feel that bing chat results are a lot worse than gpt4 tho
It has different rules from OpenAI's GPT-4, so it might require a slightly different approach.