|
|
|
|
|
by sxg
758 days ago
|
|
This isn’t the use case for the majority of people. Most are amateur developers who copy/paste the first thing they see on StackOverflow without understanding what they’re doing or reading the explanation because they just want to move forward on whatever project they’re actually working on (ex: building a REST API but they can’t install the necessary Python packages the YouTube tutorial they’re following uses). LLM-powered guidance here is tremendously useful, and if the person is curious, they can ask the LLM to explain the command, which it’s actually very good at based on my experience with GPT-4 and GPT-4o. I think saying there’s “no confidence in the answer provided by an AI” is an overstatement and underestimates the value AI can have for the majority of users because that statement overestimates the value of “a reputable source that provides not only the command I’m looking for, but an explanation of the syntax” for the majority of users. Reputable sources and thorough explanations are great in theory, but very few have the patience to go through all that for a single CLI command when they want to make visible progress on the bigger picture project they actually care about. |
|
> I think saying there’s “no confidence in the answer provided by an AI” is an overstatement and underestimates the value AI can have for the majority of users because that statement overestimates the value of “a reputable source that provides not only the command I’m looking for, but an explanation of the syntax” for the majority of users. Reputable sources and thorough explanations are great in theory, but very few have the patience to go through all that for a single CLI command when they want to make visible progress on the bigger picture project they actually care about.
These are exactly the people who shouldn't be running code written by a random number generator.