You are entitled to your own opinions but not your own facts :).
With all due respect, this feels a bit of a luddite response. Also, the threat of leaving the forum if any form of AI is used feels a bit dramatic...
Modern tools exist and are super popular for a reason. You're entitled to not use things that make your life easier but it'll only hurt you. I ask chatGPT to write code and helper functions for me and it does a fantastic job regularly. I have colleagues who have written entire software packages using chatGPT and they can do some really wild stuff. The wealth of knowledge in these models is staggering and it's an amazing way to learn, improve, complete quick tasks, and bounce ideas off of.
Idk, mine seemed to work lol
But in all seriousness, this is related to my point about using the tool correctly. Are you familiar with distinction between an LLM and an agent? You can effectively use an agent to research a topic and actually *show you* it's proof and justification. I use this many times a day when reading scientific papers, i.e. "show me where in the paper the authors report X", and I will get the exact sentence or figure.
AI summaries are really good. Here's an example.
Of course the users are still responsible for the output though. The same goes for any tool. Continuting with screwdriver analogies, would you trust every single screw in a house because it came from a screwdriver? The screwdriver is a tool and should be treated as such. That said, all else equal, I would trust the accuracy of a single LLM output over a randomly sampled post online.
This is a false fact though. This is not how ML models are trained. All good models have incredibly careful curation of training data. There are also pretty sophisticated output alignment routines. RLHF (human input to what is or isn't a good response) is what put chatGPT on the map. There is no evidence that ML models are in a self feedback loop that degrades performance. If anything, self play can drastically improve performance (alpha go self play took it to super human levels).