One place where my colleagues (and to a lesser extent, myself) have found LLMs to be useful is in multilingual situations.
When English is not your first language, but your coding standard requires things to be programmed in English, sometimes you can struggle to use the correct name for a variable, especially when those words are false friends, or are concepts that aren’t one word in English. The LLM can make sensible suggestions for variable and function names and the like. I’ve had to do fewer refactorings of colleague’s work due to inappropriate name use since they started with Copilot.
Similarly, pasting a description in Spanish into one of these things and asking for an outline onto which to hang your code on in English has helped, with proper code review.
This stuff is not panacea, but it can help when applied with a healthy dose of scepticism. @kitten_tech’s OP conclusion is valid, as the benefits are still marginal.
3/3