350
ChatGPT is losing some of its hype, as traffic falls for the third month in a row
(www.businessinsider.com)
This is a most excellent place for technology news and articles.
FWIW, it’s become an inextricable part of my life. I use it for hours every day, for programming and Linux advice, spreadsheet help, foreign language practice, and random trivia.
Yesterday, I discovered that Snoop Dogg’s -izz speak from the aughts was actually derived from carny pig Latin.
Yikes, I would be very scared to take anything ChatGPT says as accurate. Google keeps trying to get me to use theirs when I do searches, and I refuse.
I think (hope) that peroson is being facetious.
I hope people are smart enough to understand that the statistical sentence generators don't "know" anything.
It can generate simple stuff accurately quite often. You just have to keep in mind that it could be dead wrong and you have to test/verify what it says.
Sonetimes I feel like a few lines of code should be doable in one line using a specific technique, so I ask it to do that and see what it does. I don't just take what it says and use it, I see how it tried to solve it and then check it. For example by looking up if the method it used exists and reading the doc for that method.
Exact same as what I would do if I saw someone on stack overflow or reddit recommending something.