Today at work I was working on someone with something, and we realized our list of tuples was backwards. He was like “oh I’ll have chatgpt fix it”
I was like, [(x[1], x[0]) for x in stuff]. Took about zero seconds. Delegating to the chatbot might have felt impressive if it got it right, but it was also such a trivial task I wouldn’t think to use it.
I don’t really use LLMs.
Today at work I was working on someone with something, and we realized our list of tuples was backwards. He was like “oh I’ll have chatgpt fix it”
I was like,
[(x[1], x[0]) for x in stuff]. Took about zero seconds. Delegating to the chatbot might have felt impressive if it got it right, but it was also such a trivial task I wouldn’t think to use it.