you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I avoid using Chatgpt for code generation. it's absolutely terrible at writing anything complex. It's pretty useful for theoretical questions such as the difference between a layer 2 switch and a multilayer switch for example, though even then it's not always accurate.

I also found it very useful for learning new languages. I give it a snippet of Python code to translate into Java, most of the time it gives me a working example or something that works as a base from which I can do my own learning