• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 3rd, 2023

help-circle


  • It doesn’t necessarily replace search engines, but I’ve been using chatgpt and sometimes Bing chat more and more. Like others have said, it does hallucinate all the time, and cannot be trusted to be 100% correct. I don’t see that as a problem though, as long as I have some way to verify what it says, assuming accuracy is important. The amount of time wasted by bad answers is easily made up with the time savings on correct, or correct-ish answers.

    I’m a software engineer, so a common work pattern will be to ask chatgpt “write me code to do X, meeting constraints Y and Z”. As long as the subject isn’t too obscure, it’ll generally produce something I can work with. I then adapt that code sample to work in the actual context it is needed, and then debug it as if it were my own code. Sometimes it’ll make up function and things like that, but I’ll fix those and it doesn’t take any more time than if I had to go learn that function as I wrote my own implementation.

    Another scenario is when I get an error I’m unfamiar with. Often times, I can ask chatgpt to explain the error, and sometimes even fix it for me. This usage more directly replaces a search engine. If the fix doesn’t work, then I’ll do it the old fashioned way.

    I’m strongly looking forward to github copilot X to be even more integrated than chatgpt in this work flow.