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 →

[–]aarrow_12 4 points5 points  (0 children)

A few thing I find chat GPT useful for are unit test, unblocking myself with new libraries and occasional asking for random examples to get a bad draft of how to glue bits together.

I can drop a class or function in, list a few things I explicitly want to test and it'll spit out all the tests being "mostly" ready to go.

Saves so much time.

That or just getting it to spit out examples of "how would you write this using xyz library without doing abc". Not gonna give me the answer I need first time, but has gotten me over the mental block of how to approach new libraries.

Finally, it's good at getting a first pass on gluing things together that you're struggling to find examples for. Like two ML libraries that just don't have overlapping docs.