Woke LLAMA is woke.
Discussion
« ChatGPT's answers are like journalism: they sound fairly convincing unless they're about something you understand well, in which case you realize they're full of mistakes. » - Paul Graham
chatgpt is the best pair programmer. It knows so much. It’s amazing at spotting bugs, refactoring code, documenting code, comparing code, implementing whole functions based on context. I probably used it 50 times yesterday.
Just gotta be careful with less familiar syntax/libraries. Tried autodifferentiation in Julia and the responses/debugging I got felt like following a GPS tell me to make a right turn into a wall
Seriously. It has helped me debug code quite quickly too. Since day one tech has been about adapting or being left behind. ChatGPT is here to stay whether we like it or not. Am still amazed at the stories AI comes up with for me on nostr:npub1l6jqp0h7kkl3zkck2a0zza4lhk8m32ueskkpwzkmgq4l3jymn59q7ezyfy
I treat it like a *very* knowledgeable intelligence that gets things wrong about as often as humans, probably a bit less. I don’t get why people scoff that at, we all make mistakes.
chatgpt is best on the first prompt. If you can give it as much info as possible: entire source code, the data that was produced from the code and what was expected, etc, you will see its true power. People rarely experience it because they don’t treat it with the respect it deserves.
So true. To get good output, you have to put work into the input.
nostr:npub1xtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsevkk5s I’m curious if you can share a tip with getting chatgpt to assist with a codebase that exists after it’s knowledge training cut off date?
Last I checked, they disabled, the web browsing function, so I’m curious if you are using a certain grouping of extensions, and if you use the API to get a larger context/token capability, then the default open AI web interface?
For instance, I would like to use gpt4 for to help analyze parts of the nostr protocol and it does not appear to have any training data on that so I would need to probably paste in large chunks of the code. I wonder if there’s an extension that you use to help?
#respectfordave
My go-to for generating regex.
Same. I use it an GitHub Copilot every day.
They’re both incredibly useful, and increase productivity immensely.
Saves a lot of time that would otherwise be spent debugging and/or Googling for answers. 🔥
It misfires a good amount but it helps me spot syntax bugs in about one one hundredth of the time
