simont: A picture of me in 2016 (Default)

[personal profile] simont 2025-05-07 02:45 pm (UTC)(link)
Wow, yes, that does seem quite optimistic. Has that person ever tried looking for an answer on the Internet themself?!
simont: A picture of me in 2016 (Default)

[personal profile] simont 2025-05-07 03:08 pm (UTC)(link)
There's also some chance on Stack Overflow that you might find not just the answer, but some hints about the thought process or deeper understanding that led the responder to the answer they gave, or the debugging process someone used to find out the answer. Separately from getting the immediate problem fixed, those things can improve your ability to answer similar questions yourself in future. Not every SO post manages this, but the best ones do.
hilarita: stoat hiding under a log (Default)

[personal profile] hilarita 2025-05-07 05:00 pm (UTC)(link)
Also, if I adopt some clever StoatOverflow thing into my code, I can link back (and I do) to the SO post where I got it, so it's easy to trace what I was thinking. I don't think there's a similar thing to point people back at an LLM-generated answer, unless you C&P the whole thing (plus prompts) somewhere.

Search results also produce the effect [personal profile] andrewducker alluded to: you can skim different results and get a feeling for some level of disagreement. This is rather flattened by LLMs, and of course they render it impossible to examine the source material yourself. It breaks traceability.