I find LLMs like ChatGPT very useful to discover #emacs features. For example, when you mark some text and type something, it is not overwritten. I wanted to know how to overwrite the text, but googling that specific behaviour can be complicated.

The good thing about the LLM is that you can explain with your own words what you want to achieve and it will point in the direction that you can then use for C-h v or C-h f

@robjperez Fully agree! Especially with something like #gptel, you can pipe anything into the LLM directly from the text machine that is Emacs.
Not sure if I'm becoming too dependent on this, but many times a day I mark a region, call gptel with a question on it and read what I need. No need for tedious googleing