Why you should know: StackOverflow is facing a mod strike in a similar way as Reddit’s mod strike. They are doing this in response to StackOverflow’s failure to address it’s promises and provide moderation tools

  • @ScreaminOctopus
    link
    English
    31 year ago

    I’ve yet to get a useful answer out of chatgpt for a technical question. It’s good for fluffing up emails, but I haven’t been super impressed with any use case I’ve tried for it.

    • @[email protected]
      link
      fedilink
      English
      31 year ago

      When I’ve used it for decently complex programming questions I’ve found it often likes to make up functions and libraries. It’ll be like just use this reasonable sounding function from this library, and I look it up and the library does not have that functionality at all. Over and over!

      • @[email protected]
        link
        fedilink
        English
        01 year ago

        Well it’s a large language model that generates text probabilistically. It’s trained on vast amounts of data, so it’s expert at sounding like a skilled programmer, but there’s absolutely no reason at all for the results to be useful code. It will sound like useful code and look like useful code, and it will be on the right topic, and that might well be enough, but it might not.