From time to time I get emails with questions related to Linux and linux-insides. Recently, more and more often I get the same question:
Why am I still spending time and efforts on this, considering that one can just ask an llm and get a fast answer?
Ehhh... I will try to answer it here once, so I can refer to it next time.
I started writing linux-insides many years ago. LLMs did not exist yet. I was curious. I was deeply interested in how things work. I wanted to know. For me, it was never only about getting an answer. It was not like this back then, and it is not like this now.
I am an engineer. I like to read source code. I like to write source code. I like trying to understand the author's way of thinking, getting confused, trying again, and finally having this feeling "hey, now I see what it means".
I do not fully understand recent claims like "writing code manually does not make sense anymore" or "the era of humans writing code is over". For me it is not over. I like to write code manually. I like to read code myself. I still have a lot of fun doing it.
An LLM is a great tool. It has simplified my professional life a lot. Yes, it can answer a question. It can write code faster than me, and sometimes better than me. Probably it can also explain things better than me. But it does not discourage me from doing what I like to do.
The point is not only to get the answer. The point is to learn, to go deeper, to slowly make things clear for yourself, and of course enjoy the process.
Have fun doing what you like to do. Do not let anyone convince you that your curiosity is obsolete.