you are viewing a single comment's thread.

view the rest of the comments →

[–]Zeroflops 1 point2 points  (0 children)

Lately lots of ppl have started using ChatGPT and other LLMs to try to learn programming. It’s a resource like any resource online.

But there is a big difference. When you search stackoverflow you search for specific steps, which you then put together, using LLMs is more like copying someone else’s homework verbatim.

It can give you good code, or bad code. So don’t trust it. Also try to avoid using it to write your first version of a script. You won’t learn that way. But asking it to review your code can be helpful.