People, every show

Michelle Pokrass

Post-Training Research Lead, OpenAI. On 1 show, 3 appearances. The Shows tab opens the full record on each.

engineerscientist@michpokrass ↗mpokrass.github.io ↗

Michelle Pokrass is a post-training research lead at OpenAI focusing on model releases including GPT-4.1, Structured Outputs, and JSON mode. Prior to joining OpenAI in 2022, she worked as a software engineer at Stripe, Coinbase, and Clubhouse.

1shows
3appearances
58statements
13resolved
13supported
0contradicted
100%fully supported
3said about them ↓

Everything Michelle Pokrass said on any show that made the record, most notable first. Each card names its show and opens the statement there.

LATENT SPACE Prediction Not checkable as stated
Pokrass predicts developers will abandon RAG vector stores for direct long-context
“So we do expect a lot of developers to start, you know, uploading their full context more directly to the model. So for smaller tasks, you maybe don't need The whole vector store.”
Michelle Pokrass Apr 15, 2025 ▶ 15:21 GPT 4.1: The New OpenAI Workhorse
Pokrass: AI model gains now driven by post-training, not larger pre-trains
“We find that actually a significant amount of the gains come from new post-training techniques. So I think in the past the narrative is that you need to pre-train these larger and larger models to get better performance, and we're finding that we're able to sq…”
Michelle Pokrass Apr 15, 2025 ▶ 7:57 GPT 4.1: The New OpenAI Workhorse
Pokrass: Prototype with GPT-4.1, then downscale for latency or upscale for reasoning
“I think the answer is always going to be the fastest model that accomplishes your task, right? So maybe you start prompting 4.1 as a starting point if it does your task super well, Then maybe you could drop down a 4.1 mini and save latency, or even nano. Where…”
Michelle Pokrass Apr 15, 2025 ▶ 27:58 GPT 4.1: The New OpenAI Workhorse
Pokras: Vision fine-tuning is the most underrated release for bespoke OCR
“Vision fine-tuning is so underrated. For the past, like, two months, whenever I talk to founders, they tell me this is the thing they need most. A lot of people are doing, like, OCR on, on very bespoke formats, like government documents, and vision fine-tuning…”
Michelle Pokrass Oct 4, 2024 ▶ 56:21 Building AGI in Real Time (OpenAI Dev Day 2024)
Pokrass: Every successful company eventually outgrows Postgres for NoSQL
“At some point, every company gets the scale, every successful company gets the scale where Postgres is not cutting it. And then you migrate to some sort of NoSQL database.”
Michelle Pokrass Sep 17, 2024 ▶ 5:49 Building AGI with OpenAI's Structured Outputs API
Function calling benchmarks like BFCL are largely saturated
“I find that a lot of these evals are mostly saturated, like for BFCL. All the models are near, near the top. Already. And kind of the errors are more, I would say like just differences in default behaviors. I think most of the models on the leaderboard can kin…”
Michelle Pokrass Sep 17, 2024 ▶ 23:54 Building AGI with OpenAI's Structured Outputs API
Multi-step agentic apps fail at 95% reliability due to compounded errors
“Like if something is 95% reliable, but you're chaining together a bunch of calls, if you magnify that error rate, it makes your like application not work. So that's a really exciting thing here from going from like 95% to a hundred percent. I'm very biased wor…”
Michelle Pokrass Sep 17, 2024 ▶ 28:10 Building AGI with OpenAI's Structured Outputs API
Pokrass: LLMs are far more rational 'econs' than humans
“So I think way more than all of us, they are e-cons.”
Michelle Pokrass Sep 17, 2024 ▶ 1:10:44 Building AGI with OpenAI's Structured Outputs API
LATENT SPACE Assertion Supported
OpenAI launches GPT-4.1 model lineup featuring 1M-token context window
“Yeah, I'll just say we released three new models today, GPT-Fort.one, GPT-Fort.one mini, and GPT-Fort.one data, and the real focus on these were just making the models that were great for developers so we improved instruction following, coding, and shipped our…”
Michelle Pokrass Apr 15, 2025 ▶ 1:27 GPT 4.1: The New OpenAI Workhorse
LATENT SPACE Assertion Open · timeframe Apr 2028
GPT-4.1 Nano and Mini are new pre-trains; base 4.1 is mid-train
“Nano is obviously a new pre-train. We also have a new pre-train for Mini, and then, ah, the larger version is, ah, a new mid-train.”
Michelle Pokrass Apr 15, 2025 ▶ 7:46 GPT 4.1: The New OpenAI Workhorse
Pokrass warns against close collaboration between AI evaluators and model developers
“Honestly, I think it's best when eval authors and model developers don't collab too much because you want things you know, as objective as possible, not trying to game any evals.”
Michelle Pokrass Apr 15, 2025 ▶ 17:38 GPT 4.1: The New OpenAI Workhorse
Open-source AI benchmarks omit critical tasks because they are hard to grade
“And these are useful instructions, but we find that many of the really interesting instructions are actually challenging to grade. And so the open source evals often don't have them.”
Michelle Pokrass Apr 15, 2025 ▶ 18:56 GPT 4.1: The New OpenAI Workhorse
LATENT SPACE Assertion Supported
GPT-4.1 reduces extraneous edit rate to 2%, down from GPT-4o's 9%
“And we found that from four O, which got nine percent, which is pretty crazy, nine percent of the time making an extraneous edit is a lot. 4.1 is at two percent, so it's a pretty big improvement.”
Michelle Pokrass Apr 15, 2025 ▶ 23:43 GPT 4.1: The New OpenAI Workhorse
Pokrass: Use XML for structuring LLM inputs and JSON for parsing outputs
“I do think XML is very helpful for structuring prompts, whereas for parsing outputs maybe the story is a bit different. Like sometimes it's really useful to get outputs in JSON, so you can plug them directly into your application. But I do think the models wor…”
Michelle Pokrass Apr 15, 2025 ▶ 24:38 GPT 4.1: The New OpenAI Workhorse
Pokrass: Pair reasoning models for planning with smaller models for execution
“I do think reasoning models for planning and using kind of more targeted models to execute is definitely a good architecture.”
Michelle Pokrass Apr 15, 2025 ▶ 28:48 GPT 4.1: The New OpenAI Workhorse
GPT-4.1 excels at exploring repositories, while reasoning models dominate targeted file changes
“Basically, where GPT, 4.1, can it kind of explore, go through a repo? It's been trained to do that particularly well. Whereas you know, to just get some code and produce a change, a reasoning model might do better because it can kind of reason over the entire …”
Michelle Pokrass Apr 15, 2025 ▶ 31:20 GPT 4.1: The New OpenAI Workhorse
LATENT SPACE Assertion Not checkable as stated
OpenAI researcher uses GPT-4.1 for 49 of 50 commits on massive PR
“I was actually just talking to one of the researchers on the team who worked on something over the weekend. And he said that this model, GBT, 4.1 was able to like get 49 out of 50 of his commits on this massive PR done.”
Michelle Pokrass Apr 15, 2025 ▶ 33:51 GPT 4.1: The New OpenAI Workhorse
LATENT SPACE Assertion Not checkable as stated
GPT-4.1's multimodal vision improvements stem from pre-training, not post-training
“We talked about like coding instruction following long context, a lot of gains coming from post training, but in particular multimodal, like basically everything you're seeing, the gains are there from pre-training.”
Michelle Pokrass Apr 15, 2025 ▶ 35:09 GPT 4.1: The New OpenAI Workhorse
Pokrass: Developers are sleeping on preference fine-tuning for model style steering
“One thing I will say is that I think people have slept on the preference fine tuning offering or the, I think that's what we call the product. So SFT is, people know it pretty well. It's the original fine tuning we had, whereas this preference fine tuning is s…”
Michelle Pokrass Apr 15, 2025 ▶ 39:04 GPT 4.1: The New OpenAI Workhorse
LATENT SPACE Assertion Supported
OpenAI increases prompt caching discount from 50% to 75% on GPT-4.1
“We've increased our prompt caching discount from 50% to 75% on these models.”
Michelle Pokrass Apr 15, 2025 ▶ 43:27 GPT 4.1: The New OpenAI Workhorse
LATENT SPACE Disclosure
Pokras: OpenAI will ship raw audio in Chat Completions API
“We're actually going to be shipping audio capabilities in chat completions. So this is like the lowest level capability. So you supply in audio and you can get back raw audio and it works at the request response layer.”
Michelle Pokrass Oct 4, 2024 ▶ 59:41 Building AGI in Real Time (OpenAI Dev Day 2024)
Pokras: OpenAI Assistants API requires too many initial API requests
“Some of the things that are good in the assistance API is hosted tools. People really like posted tools and especially RAG. And then some things that are, you know, less intuitive is just how many API requests you need to get going with the Assistant's API.”
Michelle Pokrass Oct 4, 2024 ▶ 1:05:05 Building AGI in Real Time (OpenAI Dev Day 2024)
Constrained decoding alone degrades output quality without model training
“And so it's not enough to just kind of constrain the model. I think of that as the engineering side, whereas basically you mask the available tokens that are produced every time to only fit the schema. And so you can do this engineering thing and you can force…”
Michelle Pokrass Sep 17, 2024 ▶ 11:07 Building AGI with OpenAI's Structured Outputs API
LATENT SPACE Assertion Not checkable as stated
OpenAI built its constrained decoding engine from scratch
“Yeah, we didn't use any kind of Other stuff. We kind of built, you know, our solution from scratch to meet our specific needs.”
Michelle Pokrass Sep 17, 2024 ▶ 16:45 Building AGI with OpenAI's Structured Outputs API

Show 24statements(34 left)

The other half of the tape: Michelle Pokrass's own voice is left out of every number here. Other people bring the name up 3 times in 3 episodes across the shows. every mention, with the transcript →

Who brings them up most Alessio Fanelli 1

Every mention by year

tap a year for its mentions
00112220242025episodesmentions
01220242025episodes it came up in
000.511220242025episodesmentions per episode

Latent Space 3

2025 1 mention in 1 episode
2024 2 mentions in 2 episodes 1 per episode

One line per show, most statements first. The link opens Michelle's full record on that show: the calibration, argument clarity, speaking style and every statement made there.

ShowRole thereEpsStatementsRecord
LATENT SPACELEDGER Post-Training Research Lead, OpenAI 3 58 100% 13/13 full record on Latent Space →
Made with StarZero

Turn any episode into a week of clips.

This entire site, thousands of episodes across every show 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.