01
Conceptual map
Reasoning loops that observe, plan, call tools, verify results, and maintain useful state over a task. Start by naming the representation, objective, and source of evidence in any system you study. This habit separates a useful model explanation from a list of buzzwords.
02
Technical reasoning
Use the learning outcomes as checks for understanding: Separate planning, acting, memory, and verification; Design safe tool contracts and bounded execution loops; Measure success beyond a single model response. For each claim, ask what assumptions make it true, what data it needs, and how it could fail.
03
Equations to implementation
Translate each equation into a small experiment before treating it as memorized knowledge. ReAct loop: Interleaving reasoning with tool observations lets an agent adapt its plan to the world.
04
Evidence and research practice
Read primary work with a repeatable lens: problem, method, data, measurement, limits, and what would change your mind. This section starts with “ReAct: Synergizing Reasoning and Acting in Language Models”, “Toolformer: Language Models Can Teach Themselves to Use Tools”, “Generative Agents: Interactive Simulacra of Human Behavior”. Follow citations outward only after you can explain the central claim in your own words.