I use “AI” or LLM often. Sometimes for a skeleton for a algorithm, but often also to discuss things as you do with coworkers.
Last week I wanted to reorganize some data structure on the fly before processing it. All my tested methods were to slow. So I asked chatGPT for alternatives, it did come with the methods I already tried. So I explained in more detail why I didn’t want to use the proposed methods. While doing this I thought of some other method which does work much faster.
Why not discussing this with a coworker, because I hardly have any, working from home most days of the week