103 Things Everyone Should Know About LLMs

Quick Overview

The video explains how Large Language Models (LLMs) like ChatGPT and Gemini process context through their context window, utilize specialized tools like Web Search, Image Generation, and Canvas, and how features like System Prompts, User Memory, and Projects help maintain focus and consistency across complex, long-term tasks, ultimately enabling more accurate and tailored outputs.

Key Points: LLMs rely on a context window, which includes the current conversation and potentially stored memory, to maintain focus, but this window has a finite limit (e.g., 400,000 tokens for GPT-5). Advanced models integrate specialized tools like Web Search (for up-to-date data), Image Generation (like DALL-E 3 or Gemini's Imagen), and Canvas for visual prototyping. System Prompts allow users to define a specific role, output format, and instructions for the model to follow consistently across a project, such as creating a 'personalized Japan travel planner AI'. User Memory allows ChatGPT to retain crucial personal details (like occupation or preferences) across different chats, making responses more personalized without constant repetition of instructions. The 'Projects' feature organizes related chats, files, and custom instructions into dedicated workspaces, preventing context loss for long-term work. The Chain of Thought/Reason and Act process forces the model to break down complex problems into logical steps (Input -> Analyze -> Infer -> Decide -> Output), leading to more robust reasoning and accurate solutions. The video demonstrates superior performance in complex tasks (like MRR modeling or logic puzzles) when using advanced reasoning features compared to standard, direct prompting.

Context: This video serves as an advanced guide detailing various features and techniques for maximizing the utility and performance of modern Large Language Models (LLMs) like ChatGPT (specifically referencing GPT-5 capabilities) and Google's Gemini. It moves beyond basic prompting to cover structural tools (Projects, System Prompts), memory management, specialized features (Web Search, Image Generation, Canvas), and advanced reasoning techniques (Chain of Thought).

Raw markdown version of this recap