Hacker News new | ask | show | jobs
by oyster143 813 days ago
I use chat-gpt almost every day and find it very usefull
2 comments

And how you gonna verify chat-gpt's result? By googling?
Good question actually.

There are a few options. I work with a REPL, so I usually load the answer from a scratch file and put some representative data into it. When the result is wrong, which often happens, I feed ChatGPT the error, and it corrects the code accordingly. Iterating this results in a working function about 80% of the time. Sometimes it loses the plot and I either give up or start over with more detailed instructions.

You can also ask it to write tests, some of which will pass, some of which will fail. It's pretty easy to eyeball whether or not a test is valid, and they won't always be valid, I just fix those by hand.

Yes.

Also, research isn't the only benefit, code generation, roleplay bots, are pretty good too.

Here's an example of some thing I tried at random a few weeks ago. I have a bunch of old hand written notes that are mind maps and graphs written on notebooks from 10+ years ago. I snapped a picture of all of the different graphs with my phone, threw them into chatGPT and asked it to convert them to mermaid UML syntax.

Every single one of them converted flawlessly when I brought them into my markdown note tool.

If you're using chatGPT as nothing more than a glorified fact checker and not taking advantage of the multimodal capabilities such as vision, OCR, Python VM, generative imagery, you're really missing the point.

It has provided sources and does internet lookups for a while now
Exactly how you would verify the result that your human underling yielded. You can even delegate the googling and summation to the AI and just verify the verification.
Competitors are catching up and one day the chat API providers will race the prices to bottom
That’s not the same thing as chat gpt being vaporware.
Eliminates that possibility in fact. You can't "catch up" to vaporware because there's nothing to catch up to.
Doesn't this apply to any product though?
Catching up to what they released a year ago. We don’t know what’s coming up next.