How an LLM thinks (and why Claude)
🎯 Understand what a language model does under the hood and why Claude is different (long context, native tool use, alignment).
📚 Theory
- Tokens, context window and why they matter (100k vs 200k vs 1M)
- Temperature, top-p, seed — when to touch each one
- Real differences between Claude, GPT-4/5, Gemini for enterprise tasks
- Cost per token and how to estimate it before building
🛠 Guided exercise
Run the same 5 prompts on Claude, GPT and Gemini. Document differences in a comparison.md file.