What is LLM?
An AI model trained on massive text to understand and generate human language.
// Explanation
LLM stands for 'Large Language Model'. It's the engine behind ChatGPT, Claude, Gemini, and the like. It's trained by reading a huge fraction of the internet, books, and texts, learning to predict what word comes next. Simple in theory, overwhelming in practice.
// Example
When you ask Claude 'what should I do if my boss calls me on Sundays?' and it gives you a coherent answer, that's an LLM at work.