Earlier quoted context omitted.
You know very little about my life and I'd like to keep it this way. One would think that I live in a pure sellers market, but this is not true because of dynamics similar to that in the show. The comparison is clearly hyperbole evident by the use of an absurt fictional situation and not meant to express an equality relationship but one of equivalence (learn category theory bitch). It is very insightful, if you ask m…
Just like how waiting for 10 minutes in Starbucks during my morning commute ... made me feel like a persecuted Jewish prisoner awaiting execution! /s Your original point was ridiculous, tone deaf, offensive and completely without substance other than to wave the victim flag about _something_ I guess? Who knows.
Post-GPT Computing
341–350 of 504 posts
Re: Post-GPT Computing
#342Earlier quoted context omitted.
This skepticism absolutely baffles me. Have you been using gpt-4? To unlock gpt for real you have to be careful to prompt it correctly and find a way to improve the feedback loop for improving code. It is only a matter of time until tools arrive that integrate this into your development environment and give it access to test/console output such that it can suggest code and iterate over the result. It's not perfect ye…
So... nothing changes. It will be the tool for which you will need to manually construct prompts and clean up output (including imagined non-existent APIs). The availability of a button inside an IDE doesn't make this a fundamental change in how we work
Re: Post-GPT Computing
#343Re: Post-GPT Computing
#34490% of programming is communicating with other people - chatgpt can't talk to people.
Re: Post-GPT Computing
#345So accelerant, definitely. Beyond that, I'm on the sceptical side but accept there's quite a chance that's the wrong way to bet.
Re: Post-GPT Computing
#346Re: Post-GPT Computing
#347Re: Post-GPT Computing
#348Re: Post-GPT Computing
#349Last week I used ChatGPT for the first time for a real world task at work. It was a self-contained lambda function to perform some admin tasks, so it seemed like an ideal fit. Although the experience was good, it's far from the end of programmers. This was my experience: * Although ChatGPT is pretty good at generating code, it kept making simple mistakes such as calling non-existing APIs or introducing bugs. Some of…
This skepticism absolutely baffles me. Have you been using gpt-4? To unlock gpt for real you have to be careful to prompt it correctly and find a way to improve the feedback loop for improving code. It is only a matter of time until tools arrive that integrate this into your development environment and give it access to test/console output such that it can suggest code and iterate over the result. It's not perfect ye…
Re: Post-GPT Computing
#350Earlier quoted context omitted.
For what it's worth, that was exactly my experience with GPT-3.5, but GPT-4 is a lot better at generating code. Almost spookily good, at least for some languages. It makes far fewer mistakes.
Maybe the ChatGPT implementation of GPT-4 is different than the one in Bing AI, but I tried to ask Bing AI to write a fairly simple Python-based ini-parser yesterday (and by that I really mean using the built-in configparser module), and while it got a good amount of the way there, but attempted to index a string with a string-key, which was weird. After multiple notices of this mistake, it produced something that _c…