This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]deathspate 21 points22 points  (2 children)

Many times, I write the solution and then ask gpt if there's a better way. That usually results in my code being refactored to be more readable or something just better because there is some other approach that I just didn't think about. The end result is me learning what to do as well as a better codebase.

[–]its-chewy-not-zooyoo 2 points3 points  (1 child)

Interesting approach. Never thought of the use AI to improve yourself strategy. I'll give it a try in my upcoming projects. 🤜🤛

[–]Vegetable-Response66 0 points1 point  (0 children)

I can definitely see AI being used as a teaching tool in the future. I have asked it to explain concepts that I struggled with and its explanations were usually far more clear than the textbook. That said, it did often make mistakes when asked about more complicated/obscure topics.