The Wisdom Wall

35 quotable lessons, heuristics and mental models. Every one is playable at the moment it was said. No fortune cookies allowed.

Everyone Shawn Wang (37)Nathan Lambert (35)Varun Mohan (32)Ethan He (28)Yi Tay (25)Ryan Lopopolo (22)Ari Morcos (22)Ankur Goyal (21)Jeremy Howard (20)Will Brown (18)Paul Klein (18)Anima Anandkumar (18)Jason Liu (16)Florent Crivello (16) Best Newest Oldest

“in the same way that chatbot arena can never be saturated. RLHF can never be solved.”

Nathan Lambert, Jul 31, 2025

“I definitely don't think the algorithm tends to be the most important thing.”

Nathan Lambert, Jul 31, 2025

“it's very easy to get the model to do tools if you prompt it to, but it's very hard to get the like RL model to learn that the tool is useful. And that's why it's to go through these things where it's like 80 failed tool uses and it still gets it or like it stops or it gets it on the 81st. Is just the RL behavior that…”

Nathan Lambert, Jul 31, 2025

“the model spec is much more useful than a constitution because the constitution is like an intermediate training artifact that you give to the training algorithm in order to get the model that you want. It is not necessarily like what model did we, like we don't write down our goals of the model in a constitution form.”

Nathan Lambert, Jul 31, 2025

“talent is cheaper than GPUs by a dramatic margin, and At the end of the day, it's like, okay, if we're spending this much, they go to the room and they stare in the mirror and you're like, wait, it might not actually be that ridiculous to spend this money on the top people.”

Nathan Lambert, Jul 31, 2025

“you should take open AI at their face value, which they are doing very large scale RL on the verifiable outcomes is what I've added, especially in context of the RL API that they've released, which I'll talk about more, but most of the reasons to believe in more complicated things like process rewards models,…”

Nathan Lambert, Jan 2, 2025

“I don't really recommend most startups to do it unless it's like going to provide them a clear competitive advantage in their kind of niche. Yeah. Because you're not, you're not going to make your model ChatGPT like better than OpenAI or anything like that.”

Nathan Lambert, Jan 11, 2024

“you could use like a hundred times smaller language model and do much better at filtering than RLHF”

Nathan Lambert, Jan 11, 2024

“It's like, now you're getting to the point where you don't even really need this to get a good model, so that's why it's like, okay, the RL is such a small part of the actual, like, doing RLHF. Like, RLHF is a metaphor for, like, all language model adaptation, and RL is one tool used at one point in the time. So that's…”

Nathan Lambert, Jan 11, 2024

“the verifiable rewards is actually a more general notion because only like math questions have a ground truth where code is verifiable, precise instruction following is verifiable.”

Nathan Lambert, Jul 31, 2025

“The core of that article is just, they're taking points from within training, or there's a natural variance, and then you line them up. And if you line them up, then you get this nice inference time-scaling behavior, which is, and now people, a lot of people have reproduced this plot on inference time-scaling, and…”

Nathan Lambert, Jul 31, 2025

“if you're trying to have impact in AI right now, it's as an academic, you have to like level up out of papers to artifacts, which is models, datasets, evals. Datasets and evals are easier for people to have impact on.”

Nathan Lambert, Jul 31, 2025

“I think part of the intuition of RLVR is that the model is good at knowing which prompt area it is, which is why the models don't get worse on knowledge benchmarks if you're trading on like just math or precise instruction following. So the model just kind of develops an intuition for like where the different prompts…”

Nathan Lambert, Jul 31, 2025

“I think it's, I try to do it every six or 12 months is my current, is my estimated cadence, just to refine the ways that I say things, and people will see That we don't know that much more, but we have a bit of better way of saying what we don't know.”

Nathan Lambert, Jan 11, 2024

“in RLHF calling things a preference model is a little annoying because There's no inductive bias of what a preference is.”

Nathan Lambert, Jan 11, 2024

“if you look at Claude's constitution, like, that doesn't mean the model believes these things. It's just trying Trained and to prioritize these things.”

Nathan Lambert, Jan 11, 2024

“compressing context, like that's not I don't think that's really a verifiable thing, but that being messed up, like that's a super crucial skill for long context actions and long longer tasks is just compressing well, and that's going to take some training novelty on how do you, you can effectively modify your training…”

Nathan Lambert, Jul 31, 2025

“I think that has to be the north star for most people working on reasoning, which is the model will just Spend the right amount of tokens on it.”

Nathan Lambert, Jul 31, 2025

“if you scale RL long enough, You're going to need a curriculum of things getting harder. And like, that's pretty obvious.”

Nathan Lambert, Jul 31, 2025

“So I came up with four and the foundational one was skills, which is What I would say that we have already done with O-one and R-one, which is you do a lot of RL, you show the inference time scaling works and you get really high benchmark numbers. And then the next three are kind of what comes next. And most of them…”

Nathan Lambert, Jul 31, 2025

“Well, I don't think we're using parallel compute in a way to search over like low probability tokens. We're using it to get robustness. If you use like O-one pro is, it was so nice because it Just had a very predictable depth to it, even on niche topics where like sometimes models just fail.”

Nathan Lambert, Jul 31, 2025

“The software stuff is not easy because it's almost like maintainability almost feels like a human preference type issue again, where somebody could look at it and be like, yeah, that's not as good, but adding the heuristic and trading seems very messy.”

Nathan Lambert, Jul 31, 2025

“For math, it's a bit harder to over optimize, I think. Unless you have tools and the model learns to search and cheat instead of learning math, which I'm sure somebody could see that out in the world, which is like, oh, I'll just find the, you're training. It's like the model's like, oh, you're training me on…”

Nathan Lambert, Jul 31, 2025

“if open models are to win, part of it could be just, like, everybody can have exactly the model they want. We're serving GPT-IV. It's kind of its thing. You can prompt it, but if fine-tuning is more effective than prompting, everybody can have the model. That they want. So it's a good, it's like a, an academic problem…”

Nathan Lambert, Jul 31, 2025

“What happens is the state is a prompt, and then you do a completion, and then you throw it away, and you grab a new prompt. Where really in like RL, you, as an RL researcher, you would think of this as being like, you take a state, you complete, Get some completion from it, and then you look at what that is, and you…”

Nathan Lambert, Jan 11, 2024

“as reinforcement learning is so much less compute, like it, Is a richer signal in terms of its impact, because if they could do what RLHF is doing at pre-training, they would, but they don't, they don't know how to have that effect in like a stable manner. Otherwise, everyone would do it.”

Nathan Lambert, Jan 11, 2024

“I think for most people, instruction tuning is probably still more important in their day-to-day life. I think instruction tuning works very well. You can write samples by hand that make sense. You can get the model to learn from them. You could do this with very low compute.”

Nathan Lambert, Jan 11, 2024

“I think the things that people see now is like the small models don't really handle nuance as well, and they could be more repetitive if, even if they have really good instruction tuning, but if you take that kind of seven to seventy billion parameter jump, like this, the instruction tuning at the bigger model is like…”

Nathan Lambert, Jan 11, 2024

“The KL constraint prevents that. There's not that much documented work on that, but there's a lot of people that know if you take that away, it just doesn't work at all.”

Nathan Lambert, Jan 11, 2024

“The reason this really is done on a deep level is that you're not actually trying to model any, like, contestable preference in this. Like, you're not trying to go into things that are controversial or anything. It's really, like, the notion of preference is trying to stay around, like, correctness and style rather…”

Nathan Lambert, Jan 11, 2024

“the compute costs listed in the paper always are way lower, because all they have to say is, like, what is one run cost, but they're running tens or hundreds of runs, so it's like, okay, like, it's kind of a meaningless number, yeah.”

Nathan Lambert, Jan 11, 2024

“It really ends up being kind of, like, gibberish that I think is less important now, because it's more about data and infrastructure than RL details, than, like, value functions and everything. A lot of the papers have different terms in the equations. I think InstructGPT does something where they, like, try to get the…”

Nathan Lambert, Jan 11, 2024

“the constitutional AI and the super alignment is, like, very conceptually linked. It's like a group of people that has, like, a very similar intellectual upbringing, and they work together for a long time, like, coming to the same conclusions in different ways.”

Nathan Lambert, Jan 11, 2024

“I think DPO is closer to RLHF than RLHF is to RL.”

Nathan Lambert, Jan 11, 2024

“language models have no ability to do this. They are. Kind of per token, um, computation devices where each token is outputted after doing this, um, forward pass and within that there's no explicit structure to hold these intermediate states.”

Nathan Lambert, Jan 2, 2025
Made with StarZero

Turn any episode into a week of clips.

This entire site, over 200 episodes transcribed, diarized, checked and made playable, runs on the StarZero media pipeline. Drop in your own episode and the podcast clipper finds the moments worth sharing, cuts them, captions them, and reframes them for every feed.