Earlier quoted context omitted.
Plenty of people have English as a second language. Having an LLM help them rewrite their writing to make it better conform to a language they are not fluent in feels entirely appropriate to me. I don't care if they used an LLM provided they put their best effort in to confirm that it's clearly communicating the message they are intending to communicate.
[flagged]
Adding a feature because ChatGPT incorrectly thinks it exists
81–90 of 451 posts
Re: Adding a feature because ChatGPT incorrectly thinks it exists
#82"Should we really be developing features in response to misinformation?" No, because you'll be held responsible for the misinformation being accurate: users will say it is YOUR fault when they learn stuff wrong.
Re: Adding a feature because ChatGPT incorrectly thinks it exists
#83That's the most promising solution to AI hallucinations. If LLM output doesn't match the reality, fix the reality
I am currently working on the bug where ChatGPT expects that if a ball has been placed on a box, and the box is pushed forward, nothing happens to the ball. This one is a doozy.
Re: Adding a feature because ChatGPT incorrectly thinks it exists
#84If the super-intelligent AI understands human incentives and is in control of a very popular service, it can subtly influence people to its agenda by using the power of mass usage. Like how a search engine can influence a population's view of an issue by changing the rankings of news sources that it prefers.
Re: Adding a feature because ChatGPT incorrectly thinks it exists
#85Re: Adding a feature because ChatGPT incorrectly thinks it exists
#86Re: Adding a feature because ChatGPT incorrectly thinks it exists
#87I have fun asking Chatbots how to clear the chat and seeing how many refer to non-existent buttons or menu options
I tried asking chat bots about a car problem with a tailgate. They all told me to look for a manual tailgate release. When I responded asking if that model actually had a manual release, they all responded with no, and then some more info suggesting I look for the manual release. None even got close to a useful answer.
Re: Adding a feature because ChatGPT incorrectly thinks it exists
#88> Should we really be developing features in response to misinformation? Creating the feature means it's no longer misinformation. The bigger issue isn't that ChatGPT produces misinformation - it's that it takes less effort to update reality to match ChatGPT than it takes to update ChatGPT to match reality. Expect to see even more of this as we match toward accepting ChatGPT's reality over other sources.
Re: Adding a feature because ChatGPT incorrectly thinks it exists
#89Earlier quoted context omitted.
I used this to great success just this morning. I told the AI to write me some unit tests. It flailed and failed badly at that task. But how it failed was instructive, and uncovered a bug in the code I wanted to test.
Haha, that's awesome! Are you going to change the interface? What was the bug?
It also taught me to be more careful about checkpointing my work in git before letting an agent go wild on my codebase. It left a mess trying to fix its problems.
Re: Adding a feature because ChatGPT incorrectly thinks it exists
#90I've found this to be one of the most useful ways to use (at least) GPT-4 for programming. Instead of telling it how an API works, I make it guess, maybe starting with some example code to which a feature needs to be added. Sometimes it comes up with a better approach than I had thought of. Then I change the API so that its code works. Conversely, I sometimes present it with some existing code and ask it what it does…
> Sometimes it comes up with a better approach than I had thought of. IMO this has always been the killer use case for AI—from Google Maps to Grammarly. I discovered Grammarly at the very last phase of writing my book. I accepted maybe 1/3 of its suggestions, which is pretty damn good considering my book had already been edited by me dozens of times AND professionally copy-edited. But if I'd have accepted all of Gram…