DailyGlimpse

Karpathy's Guide to Mastering LLMs

AI
May 2, 2026 · 4:46 PM

Andrej Karpathy, a prominent figure in AI, shared his personal strategies for effectively using large language models (LLMs). In a recent video summary, he outlines practical tips for leveraging these tools in daily work and research.

Karpathy emphasizes the importance of treating LLMs as collaborative partners rather than simple search engines. He recommends crafting precise prompts with context, iterating on responses, and verifying outputs critically. He also advises using models for brainstorming, code generation, and summarizing complex documents.

"Think of LLMs as an incredibly knowledgeable intern—they need clear instructions and fact-checking."

Additional insights include using multiple models for cross-validation and focusing on tasks where LLMs excel, such as repetitive writing or data formatting. Karpathy also highlights the value of fine-tuning for specialized domains.

For beginners, he suggests starting with simple queries and gradually exploring advanced features like few-shot prompting and chain-of-thought reasoning.