Earlier quoted context omitted.
I don't find coding assistants to be very useful. Image generation was fun for a few weeks. Speech recognition is useful. Anyway, considering all these things can be done on device, where is the long term business prospect of which you speak?
> I don't find coding assistants to be very useful. I've come to notice a correlation between contemporary AI optimism and having effectively made the jump to coding with AI assistants.
I think this depend heavily on what type of coding your doing. The more your job could be replaced by copy/pasting from Stack Overflow, the more useful you find coding assistants.
For that past few years most of the code I've written has been solving fairly niche quantitative problems with novel approaches and I've found AI coding assistants to range from useless to harmful.
But on a recent webdev project, they were much more useful. The vast majority of problems in webdev are fundamentally not unique so a searchable pattern library (which is what an LLM coding assistant basically is) should be pretty effective.
For other areas of software, they're not nearly as useful.