Advanced LLM Agents MOOC Spring 2025 - video 09 - 1:20:53

Open training recipes

Open models need reproducible paths to reasoning without secret proprietary data.

open modelspost-trainingdata
Open Training Recipes: LLM Reasoning by Hanna Hajishirzi

Problem-first learning

The problem this lecture is trying to solve

Open models need reproducible paths to reasoning without secret proprietary data.

Lowest-level failure mode

Data mixture, preference method, and evaluation leakage determine whether improvements are real.

Frontier update

Open reasoning stacks matter because the field needs reproducible recipes, not just leaderboard claims.

Transcript-grounded route

How the lecture unfolds

This is built from 1,386 caption segments. Use the timestamp buttons to jump into the original video when a term feels fuzzy.

0:00-13:29

Pass 1: Data

The lecture segment repeatedly returns to data, post-training, that, open, very. Treat this part as the board-work for the mechanism, not as a definition list.

Write one line that connects the terms to the central failure mode: Data mixture, preference method, and evaluation leakage determine whether improvements are real.

13:29-27:00

Pass 2: Data

The lecture segment repeatedly returns to data, that, type, math, sets. Treat this part as the board-work for the mechanism, not as a definition list.

Write one line that connects the terms to the central failure mode: Data mixture, preference method, and evaluation leakage determine whether improvements are real.

27:00-40:29

Pass 3: Data

The lecture segment repeatedly returns to data, that, math, preference, reward. Treat this part as the board-work for the mechanism, not as a definition list.

Write one line that connects the terms to the central failure mode: Data mixture, preference method, and evaluation leakage determine whether improvements are real.

40:29-53:57

Pass 4: Data

The lecture segment repeatedly returns to data, that, reward, what, prompts. Treat this part as the board-work for the mechanism, not as a definition list.

Write one line that connects the terms to the central failure mode: Data mixture, preference method, and evaluation leakage determine whether improvements are real.

53:57-1:07:27

Pass 5: Data

The lecture segment repeatedly returns to data, very, that, math, reasoning. Treat this part as the board-work for the mechanism, not as a definition list.

Write one line that connects the terms to the central failure mode: Data mixture, preference method, and evaluation leakage determine whether improvements are real.

1:07:27-1:20:53

Pass 6: Data

The lecture segment repeatedly returns to data, that, tokens, more, very. Treat this part as the board-work for the mechanism, not as a definition list.

Write one line that connects the terms to the central failure mode: Data mixture, preference method, and evaluation leakage determine whether improvements are real.

Build the mental model

What you should understand after this lecture

1. Start from the bottleneck

Open models need reproducible paths to reasoning without secret proprietary data. The lecture is useful because it does not treat this as a naming problem. It asks what breaks at the operational level and what design pattern removes that break.

2. Name the moving parts

The recurring vocabulary in the transcript is data, that, very, math, reasoning, post-training. When studying, do not memorize these as separate buzzwords. Ask what state is stored, what action is chosen, what feedback is observed, and what verifier decides whether progress happened.

3. Convert the idea into an architecture

Open post-training recipes make ablations possible. Preference methods need careful data curation. Retrieval-augmented systems need source-quality controls. In exam or interview answers, this becomes a four-part answer: objective, loop, control boundary, evaluation.

4. Know the failure case

Data mixture, preference method, and evaluation leakage determine whether improvements are real. If you cannot say how the proposed system fails, the explanation is still shallow. Always include the failure it prevents and the new cost it introduces.

Concept weave

Ideas to remember

  1. Open post-training recipes make ablations possible.
  2. Preference methods need careful data curation.
  3. Retrieval-augmented systems need source-quality controls.

Visual model

Agent system view

Use the graph to ask where the intelligence really lives: model, memory, tools, environment, verifier, or orchestration.

Written practice

Questions that make the idea stick

Drill 1Audit an open reasoning recipe.
  1. List datasets.
  2. List filtering rules.
  3. List eval contamination risks.
  4. Check ablations.
Drill 2Build a small post-training plan.
  1. Define task family.
  2. Generate data.
  3. Filter with verifiers.
  4. Evaluate on held-out mutations.

Written answer pattern

How to write this under pressure

ClaimOpen training recipes solves a concrete control problem, not just a prompt-writing problem.
MechanismState the loop: observe state, choose action/tool, get feedback, update memory or plan, stop using a verifier.
Why it worksIt makes the hidden failure mode visible: Data mixture, preference method, and evaluation leakage determine whether improvements are real.
TradeoffExtra orchestration improves reliability only if evaluation, cost, and authority boundaries are explicit.

Build skill

How to apply this in your own agent

  1. Write the concrete task and the failure mode before choosing any framework.
  2. Choose the smallest architecture that handles the failure: workflow, single agent, orchestrator-worker, or evaluator loop.
  3. Define tool schemas, memory boundaries, and a success checker.
  4. Run a small eval set with failure labels, cost, latency, and trace review.

Source route

Original course links and readings

Page generated from 1,386 YouTube captions. Raw transcript files are kept out of the public site; this page publishes study notes, timestamp routes, and paraphrased explanations.