<- all tokdocs

Anthropic Writes a PRD for Every Model Release, Aimed at Engineering, Legal, and Safety Rather Than Researchers

Watch on TikTok

View on TikTok ->

The clip is a 60-second excerpt from a single podcast interview, and I traced it to the exact minute of the source episode: Dianne Penn, Head of Product for AI Research and Labs at Anthropic, answering Lenny Rachitsky at 47:38 through 48:54 of a July 26, 2026 episode of Lenny's Podcast. The account @tech.podcast0, which posts under the channel name "Tech Podcast and More," uploaded it on September 21, 2026. It had 1,064 views, 8 likes, 0 comments, and 3 reposts at capture. The video is a vertical crop of two camera angles. The first eight sampled frames, covering the opening 16 seconds, show a man in a black v-neck wearing over-ear headphones in front of a large black studio microphone, with blurred shelving, books, and a small sculpture behind him. From roughly 17 seconds on, every frame shows a woman with long black hair in a light olive top against a warm peach and grey backdrop, with a dark grey laptop lid across the bottom of the frame and a person in dark clothing at the right edge. A white rounded box reading DO PRDS STILL EXIST? sits at the top of the frame for the entire runtime. Word-by-word karaoke captions in bold white uppercase with the current word in green run along the bottom. A second banner, SUBSCRIBE FOR MORE VIDEOS, appears over the final frame. No podcast logo, no show name, and no lower-third name captions appear anywhere in the 30 frames.

Finding the source, since the clip never names it

Nothing on screen identifies the show, the host, or the guest. The TikTok description credits "Anthropic's PM team." That left the attribution to be recovered from the words themselves.

A code search for the phrase "PRDs are great vehicles" returned one hit: podcasts/dianne-penn.md in the GitHub repository LennysNewsletter/lennys-newsletterpodcastdata, described by its owner as a "Public free starter pack for Lenny's Podcast transcripts and Lenny's Newsletter posts, in AI-friendly markdown." The file's front matter gives the title "Anthropic's first technical PM on token maxing, the jagged edge, and living in the future | Dianne Penn," the date 2026-07-26, and the episode URL on lennysnewsletter.com. The episode page confirms the same date and describes Penn as Head of Product for Anthropic's AI Research and Labs teams, hired in 2023 as the company's first technical product manager.

The clip's audio matches that transcript line for line across two speaker turns. So the reposted description is wrong on one point of fact. This is one Anthropic product leader answering one podcast host, not a PM team.

What Penn actually says a PRD is for

Her answer in the source transcript runs: "PRDs are great vehicles for getting a very large group of people aligned on a set of sources of truth about experience and set of goals. So when we do have a model, we actually, for every model, we do have a PRD, less necessarily for our researchers, but more for our growing product surfaces, for our engineering teams, for our stakeholders like legal and safety and others as just a source of truth of putting together what we're aiming to achieve so that a big group of people can row in the same direction."

Two specifics survive the compression. Anthropic produces a PRD for every model release, and the document is pointed at the people downstream of research rather than at researchers. Legal and safety are named as recipients alongside engineering and product surfaces.

The three things the 60 seconds removes

The clip begins mid-sentence. Rachitsky's full line at 47:38 sets up the question with the reason it matters: "And also very non-deterministic, which is a big part of this just like it's not going to give you the same answer every time so you got to describe it more broadly, it's not going to be an exact match." The clip starts after that, so the viewer gets the PRD-versus-eval question without the property of the systems that produced it.

There is also an internal cut. In the source, Penn answers "We are. We do." at 48:00, Rachitsky interrupts at 48:01 with "Wait a minute. Okay. Now you're shaking your head," and Penn restarts at 48:03. The TikTok audio runs straight from "We are, we do" into "I think when there's a very defined problem" with no gap, so about two seconds of exchange were spliced out.

The largest omission is the block immediately after the clip ends. At 48:54 Penn gives her second case for PRDs, which is the more interesting one: "The other place where I do think PRDs are valuable are on the more ambiguous problems and opportunities. So if we haven't shipped a thing like computer use, we don't necessarily have a set of user specific pain points always." She closes with "So we do have PRDs. I think the application's a little different now." Rachitsky then notes that the head of the Codex app at OpenAI had told him the same thing in an earlier episode.

Context from earlier in the episode is missing too. At the 241st paragraph of the transcript Penn says, "So we do write some product documents and PRDs, but we actually have a saying on the team of evals are the new PRDs." The clip presents her defending PRDs without showing that the slogan she is qualifying is her own team's.

What Anthropic has published, and where it lines up

Anthropic's engineering post "Demystifying evals for AI agents," published January 9, 2026 by Mikaela Grace, Jeremy Hadfield, Rodrigo Olivares, and Jiri De Jonghe, treats evals as the artifact that pins down meaning rather than as a replacement for saying what you want. It states that "Early on, evals force product teams to specify what success means for the agent, while later they help uphold a consistent quality bar," and gives the alignment case directly: "Two engineers reading the same initial spec could come away with different interpretations on how the AI should handle edge cases. An eval suite resolves this ambiguity." It also describes the two artifacts as sequential rather than competing, noting that "Early on, product requirements naturally translate into test cases."

The Claude platform documentation page on defining success criteria and building evaluations is consistent with that. It asks for criteria that are specific, measurable, achievable, and relevant, tells builders to "Design evals that mirror your real-world task distribution," and advises "Prioritize volume over quality," on the grounds that more questions with automated grading beat fewer hand-graded ones.

Penn's own worked example in the full episode fits the same shape. Her team took the complaint that early Claude models did not follow instructions, found that roughly 80% of it was Claude failing to emit valid JSON, wrote 30 to 40 examples of the failure with golden answers, and now runs that set against each new model version.

Hamel Husain made the general version of the argument in March 2024, writing that the root cause behind unsuccessful AI products is "a failure to create robust evaluation systems," and that teams fixating only on changing model behavior "prevents them from improving their LLM products beyond a demo."

The headline this clip quietly contradicts

Secondary coverage of the same episode has been harder on PRDs than Penn was. A BigGo Finance piece carries the headline "Anthropic's Dianne Penn Says the PRD Is Dead," then concedes inside the article that "PRDs have not vanished entirely" and that Penn said they remain useful for aligning large groups around a release. The primary transcript supports the concession and not the headline. Read against that coverage, the reposted clip is the more accurate artifact of the two, which is an unusual outcome for a caption-burned TikTok excerpt.

Key Takeaways

  • Anthropic produces a PRD for every model release, addressed to product surfaces, engineering teams, and stakeholders including legal and safety, with researchers named as the group it serves least. That is Penn's direct statement in the confirmed transcript.
  • The clip is a real excerpt with one internal splice. It cuts Rachitsky's non-determinism setup before the question, removes about two seconds of crosstalk in the middle, and stops before Penn's second argument that PRDs earn their keep on ambiguous problems such as computer use.
  • Penn's team slogan is "evals are the new PRDs," stated twice earlier in the same episode. The clip shows only the qualification, which inverts the impression a viewer gets of her position.
  • Anthropic's published engineering guidance treats evals and written requirements as sequential rather than substitutable. Its January 2026 post says an eval suite resolves the ambiguity two engineers would find in the same spec, and that early product requirements "naturally translate into test cases."
  • Whisper transcribed 60 seconds of audio with three errors that matter. It rendered "row in the same direction" as "grow in the same direction," which kills the rowing metaphor, and the burned-in TikTok caption on the final frame reads ROW, so the frames correct the transcript. It rendered "set of goals" as "set up goals." It appended a hallucinated trailing line, "So let's go in the same direction," occupying 0.04 seconds of timecode that has no counterpart in the source transcript. The transcript also misses everything visual: the DO PRDS STILL EXIST? title card, the SUBSCRIBE FOR MORE VIDEOS banner, and the fact that the camera stays on the host's reaction shot for the first seven seconds of Penn's answer before cutting to her.
  • Unverified: the faces. I confirmed the words belong to Dianne Penn and Lenny Rachitsky by matching the audio to the published transcript of a single-guest episode, but I did not load a photograph of either person, so the on-screen identification rests on that match rather than on visual comparison. Also unverified: the full episode transcript on lennysnewsletter.com sits behind a paywall, so I worked from the GitHub copy published by the LennysNewsletter organization rather than from the newsletter page itself. The repo labels the guest "Dianne Penn" in its front matter and "Diane Penn" in every speaker tag, and I could not resolve which spelling she uses. The name Rachitsky gives for the OpenAI Codex app lead in the adjacent line does not match any OpenAI Codex lead I could confirm, so I have left it out.

Resources

Published September 21, 2026. Writeup generated from a favorited TikTok.