Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Comments on What’s the point of Q&A sites anymore?

Parent

What’s the point of Q&A sites anymore?

+13
−1

Lately, whenever I consider asking a question on a site like Software Codidact, I end up just asking an LLM chatbot instead. Just thinking of the effort of distilling a minimal working example, formatting the post correctly, and anticipating the downvotes, is enough to have an aversion to the site. So what’s the point of these Q&A communities if the friction to participate often outweighs the benefit, especially when a language model can give you an answer instantly?

History

2 comment threads

Going through "the effort of distilling a minimal working example" will help you understand the probl... (1 comment)
How? (2 comments)
Post
+3
−0

Asking the last five or so questions on SO (I am new here), I felt pretty much the same as you do. I've put a lot of effort in illustrating the problem and ask a concrete question. While others confirmed they were legit questions, they received downvotes without explanation, and as one commenter pointed out:

Eh, the replies are mostly about side stuff rather than what you're asking about.

So I asked my local Gemma 4 and got a good, well-balanced answer.

I also asked Gemma your question and the final point is:

The friction you feel is real, and it is a sign that these communities need to evolve—perhaps by becoming less about "fixing syntax" and more about "discussing architecture and nuance"—to remain relevant in the age of AI.

Or as ArtOfCode put it:

For Q&A communities like this, perhaps that means a pivot away from asking simple questions looking for help debugging code, and towards asking complex questions looking for ideas that only humans can generate.

I have actually become unsure about "asking complex questions looking for ideas" as I've received feedback like "too broad; inviting for opinionated answers" and close votes when I tried that on SO.

History

2 comment threads

Exactly, everytime I've asked something here that the AI couldn't solve instantly I've gotten my ques... (1 comment)
Welcome (3 comments)
Welcome
trichoplax‭ wrote about 2 months ago

Welcome to Codidact! I hope you'll feel free to try asking questions here. The boundaries of what is on topic are not the same as on SO.

I personally think it's worth asking even simple debugging questions on a Q&A site because sometimes the answer might not be a direct solution ("There's a missing semicolon") but advice on what you are trying to do ("There's a simpler way to achieve the same thing", or "This way will give you problems later").

dode‭ wrote about 2 months ago

Thank you! I'm happy to have found Codidact. I'll move over from SO and ask future questions here, and I agree with you - given there is (some) constructive feedback, even a simple question can produce inspiring thoughts and ideas. And it is another quality talking to humans versus an LLM...

Monica Cellio‭ wrote about 2 months ago

Welcome! I'm glad you found us. I've found the people on this community to be really helpful and I learn a lot by reading the Q&A. I hope it's a good experience for you too.