For coding, I've been using it like Stack Overflow. It really decreases my barrier to doing work because I can ask lazy follow-up questions. For example, I might start out by asking it a question about a problem with Pandas like "How do I select rows of a dataframe where a column of lists of strings contains a string?". After that, GPT realizes I'm talking about Pandas, and I'm allowed to ask lazy prompts like "how d…
> "How do I select rows of a dataframe where a column of lists of strings contains a string?" Literally just googled that and the first result: https://stackoverflow.com/questions/53342715/pandas-datafram... You're not using it like Stack Overflow. It's actually regurgitating Stack Overflow, except with errors hallucinated in.
You clearly can’t just take the code, paste it in, and trust that it works, but you shouldn’t be doing that with stackoverflow either.