Earlier quoted context omitted.
The answer by humans is a) publicly accessible b) hallucination-free (although it still may not be correct) c) subject to a voting process which gives a good signal of how much we should trust it. Which makes me think, maybe a good move for Stack Overflow (which does not allow the submission of LLM-generated answers, wisely imo) would be to add an AI agent that would suggest an answer for each question, that people c…
As a user, why would I care whether an answer is "incorrect" or "hallucinated"? Neither one is going to solve the problem I have at hand. It sounds like a distinction without a difference.
Large language models reduce public knowledge sharing on online Q&A platforms
51–60 of 366 posts
Re: Large language models reduce public knowledge sharing on online Q&A platforms
#52If a site aims to commoditize shared expertise, royalties should be paid. Why would anyone willingly reduce their earning power, let alone hand away the right for someone else to profit from selling their knowledge, unattributed no less. Best bet is to book publish, and require a license from anyone that wants to train on it.
Because it’s a marginal effect on your earning power and it’s a nice thing to do.
Re: Large language models reduce public knowledge sharing on online Q&A platforms
#53If a site aims to commoditize shared expertise, royalties should be paid. Why would anyone willingly reduce their earning power, let alone hand away the right for someone else to profit from selling their knowledge, unattributed no less. Best bet is to book publish, and require a license from anyone that wants to train on it.
Re: Large language models reduce public knowledge sharing on online Q&A platforms
#54Earlier quoted context omitted.
Why open source anything, let alone with permissive licensing, right?
To a degree, yes. I only open source work where I expect reciprocal value from other contributions.
Going back to the original source: By giving an answer to somebody on a Q&A site, they might be a kid learning and then building solutions I benefit from later, again. Similar with software.
And I also consider the total gain of knowledge for our society at large a gain.
While my marginal cost form many things is low. And often lower than a cost-benefit calculation.
And some Q&A questions strike a nerve and are interesting to me to answer (be it in thinking about the problem or in trying to boiling it down to a good answer), similar to open source. Some programming tasks as fun problems to solve, that's a gain, and then sharing the result cost me nothing.
Re: Large language models reduce public knowledge sharing on online Q&A platforms
#55It’s been a relief to find a platform where I can ask questions without the fear of being humiliated Half joking, but I am pretty tired of SO pedantry.
Q: how do I do thing X in C?
A: Why do you need to know this? The C standard doesn't say anything about X. The answer will depend on your compiler and platform. Are you sure you want to do X instead Y? What version of Ubuntu are you running?
Re: Large language models reduce public knowledge sharing on online Q&A platforms
#56Of course people reduce their free contributions to Stackoverflow. Stackoverflow is selling then out with the OpenAI API agreement and countless "AI" hype blog posts.
I think this is more about a drop in questions, than a drop in answers.
I don't know the first thing about this thing, help me get to where I know the first thing. This is not allowed any more.
I want to know the pros and cons of various things compared. this is not allowed.
I have quality questions regarding an approach that I know how to do, but I want to know better ways. This is generally not allowed but you might slip through if you ask it just right.
I pretty much know really well what I'm doing but having some difficulty finding the right documentation on some little thing,help me - this is allowe
Something does not work as per the documentation, help me, this is allowed
I think I have done everything right but it is not working, this is allowed and is generally a typo or something that you have put in the wrong order because you're tired.
At any rate, the ones that are not allowed are the only questions that are worth asking.
The last two that is allowed I generally find gets answered in the asking - I'm pretty good in the field I'm asking in, the rigor of making something match SO question requirements leads me to the answer.
If I ask one of the interesting disallowed questions and get shit on then I will probably go through a period of screw it, I will just look extra hard for the documentation before I bother with that site again.
Re: Large language models reduce public knowledge sharing on online Q&A platforms
#57It’s been a relief to find a platform where I can ask questions without the fear of being humiliated Half joking, but I am pretty tired of SO pedantry.
Increasingly, the free products of experts are stolen from them with the pretext that "users need to be protected". Entire open source projects are stolen by corporations and the experts are removed using the CoC wedge.
Now SO answers are stolen because the experts are not trained like hotel receptionists (while being short of time and unpaid).
I'm sure that the corporations who steal are very polite and CoC compliant, and when they fire all developers once an AGI is developed, the firing notices will be in business speak, polite, express regret and wish you all the best in your future endeavors!
Re: Large language models reduce public knowledge sharing on online Q&A platforms
#58A bit like if you ask an LLM to tell you a joke they all tend to go with the same one
Re: Large language models reduce public knowledge sharing on online Q&A platforms
#59Earlier quoted context omitted.
I think that is antithetical to the idea of Open Source. If you expect contributions then pay a bounty, don't pretend.
GPL is antithetical to open source? Odd take
Re: Large language models reduce public knowledge sharing on online Q&A platforms
#60It's a losing battle to try and maintain walled gardens for these corpuses of human-generated text that have become valuable to train LLMs. The horse has probably already bolted. I see this as a temporary problem however because LLMs are transitional. At some point it won't be necessary to train an LLM on the entirety of Reddit plus everything else ever written because there are obvious limits to statistical models l…
> You may have read hundres of books in your life, maybe even thousands. You haven't read a million. You don't need to. Sometimes online forums are the only place where you can find solutions for niche situations and edge cases. Tricks which would have been very difficult to figure out on your own. LLMs can train on the official documentation of tools l/libraries but they can't experiment and figure out solutions to…
That's the most valuable aspect of it. When you find yourself in these niches situations, it's nice when you see someone has encountered it and has done the legwork to solve it, saving you hours and days. And that's why Wikis like the Arch Wiki are important. You need people to document the system, not just individual components.