HomeVideos

RL Environments Explained: How AI Agents Learn Real-World Work | Brendan Foody, Mercor

Now Playing

RL Environments Explained: How AI Agents Learn Real-World Work | Brendan Foody, Mercor

Transcript

704 segments

0:00

Um, Record, I think you guys grew from a

0:01

1 to a 2 billion dollar revenue run rate

0:03

in the last 4 months or so.

0:06

Um, so this company's off to the races

0:08

and I think you were just so front and

0:09

center to how companies are thinking

0:11

about uh post training their own models,

0:13

uh building their own intelligence. So,

0:15

thank you for joining us for this

0:16

conversation. Um, format-wise what we're

0:19

going to do is we've 15 minutes or so of

0:22

content from Brendan. He's going to talk

0:23

about uh RL environments in particular,

0:26

which I think is a, you know, new

0:28

frontier topic. It'll be fun to fun to

0:30

explore. And then we're going to leave

0:32

15 minutes or so at the end for Q&A

0:34

again. So, uh please keep please keep

0:37

questions back pocket. I will turn it

0:38

over to you, Brendan.

0:39

>> Sweet. So, I'll be talking about RL

0:41

environments. Starting out, I figured

0:43

it's helpful to give a little bit of the

0:45

background on the history of the data

0:48

market and how that history ties into

0:51

Record's origin story. Where things

0:53

really started in 2020 in the era of

0:56

crowdsourcing data for behavior cloning.

0:58

So, this was mainly supervised

1:00

fine-tuning data, inputs and outputs,

1:02

and RLHF data where you would have a

1:06

annotator select from a couple of model

1:08

responses which they preferred. And we

1:10

were able to make all this progress in

1:13

fine-tuning GPT-3, making progress

1:16

towards ChatGPT and GPT-4 in the

1:18

crowdsourcing era of agentic data. But,

1:21

what we saw changing in the market,

1:24

especially as we uh headed into 2024,

1:27

was this giant transition away from the

1:30

low-skilled crowdsourcing era of

1:33

behavior cloning data and moving towards

1:36

the agentic era of data. Of how do we

1:38

find the highest-skilled experts in the

1:40

world that can work collaboratively in

1:42

teams to build frontier evals and RL

1:44

environments for the next generation of

1:46

models models. All the software

1:48

engineers, lawyers, doctors, bankers, et

1:50

cetera that could measure the frontier

1:53

of intelligence and help to use that to

1:57

improve model capabilities. And so,

2:00

Mercor grew up with our first big

2:02

project being deep research. I guess the

2:04

first prominent RL agent

2:07

scaling up dramatically with all of the

2:09

frontier labs to become the primary

2:11

agentic data vendor to

2:14

all of the leading labs

2:16

and also all of the leading application

2:17

layer companies ranging from Harvey,

2:19

Cera, Cognition to Ramp. And what's been

2:22

really exciting over the last 12 months

2:26

especially is how RLVR within the

2:29

agentic data paradigm has evolved to

2:32

also include RL environments with these

2:35

rich apps and worlds that teach agents

2:38

how to use all of the tools on

2:41

our laptops that we use every day. So,

2:43

I'll be talking about that

2:45

and of course how this technology that

2:48

started in the frontier labs is now

2:51

getting disseminated to the application

2:53

layer and all of the products that all

2:55

of you are building

2:57

as you

2:58

work on your company. So, high level on

3:00

what an RL environment is is that it

3:02

includes three parts. The first part is

3:04

the worlds. So, this includes all of the

3:06

messages, slides, docs, sheets, etc.

3:09

that correspond to everything you would

3:11

have in a real project or company that

3:14

you're working on. The second part is

3:16

the apps which is high fidelity clones

3:18

of popular applications, Salesforce,

3:21

ServiceNow, Microsoft 365, etc. that

3:24

agents can interact with via MCP, CLI,

3:26

or Kua. And then the third part is the

3:28

tasks where we have prompts and

3:30

verifiers. Verifiers could be rubrics or

3:33

unit tests that can be used either for

3:35

eval or training. And the barrier for

3:37

frontier labs to automate everything

3:40

that you can do on your laptop using

3:42

Claude is how do they cover the full

3:44

distribution of all of the worlds, all

3:47

of the apps, and all of the tasks in the

3:49

economy. And so, there's been this

3:51

enormous scale out in order to do that.

3:54

Um, where humans have been really

3:57

central to how we build these

3:58

environments, obviously with models in

4:00

the loop meaningfully. And so I put a

4:02

graph here of the amount of expert hours

4:05

that um,

4:07

of throughput in from our talent network

4:09

over the last 24 months. Um,

4:12

and it's a a pretty crazy trajectory

4:15

with respect to um, 2.5 million hours

4:19

um, in Q2 alone with growth sort of

4:21

accelerating on the amount of expert

4:23

time uh, used to build out all of these

4:27

environments. The reason being of course

4:29

as I mentioned we need to scale out the

4:31

environment distribution across every

4:34

category in the economy. Many of you

4:35

might know GDP val where there's 205

4:39

domains in the Bureau of Labor

4:40

Statistics across all the different

4:42

jobs, but then you have to think through

4:44

how do we have all of the apps

4:45

corresponding to all of those jobs, all

4:47

the different scenarios, all the tasks.

4:49

Is this enormous build out. Only humans

4:52

can measure the frontier in most

4:54

domains, not every domain. There are

4:55

rare exceptions like math where you have

4:58

a really clean simulation environment

4:59

and so uh, the model's able to learn

5:02

from whether it got the right answer,

5:03

but in most domains like building a

5:05

slide deck uh, the model has an

5:07

incredibly hard time identifying

5:09

reliably where it made its own mistake.

5:11

It's as if you would be asking a human

5:14

to grade their own homework. And so

5:16

that's why it's really valuable to have

5:18

a human create a rubric similar to how a

5:22

professor would create a rubric to grade

5:23

an essay or a TA would grade that slide

5:26

deck. Similar to the way that a lot of

5:27

us learn it's in large part from the

5:30

feedback we got from those around us

5:31

rather than

5:33

uh, purely plugging things into a

5:35

calculator or clean simulation. Um,

5:38

and then building these verifiers is

5:39

hard cuz anytime you're building the

5:41

slide deck you need to understand the

5:44

full problem space of what are the 10

5:46

different slide decks that, you know,

5:48

could be a good path to go down? What

5:50

are the dozens of mistakes you could

5:52

possibly make? And how do you build a

5:53

comprehensive verifier that captures

5:56

this full solution area of what's

5:57

possible? And so, what I'll walk through

5:59

is a sample RL environment.

6:01

Excuse me, to also break this down for

6:03

all of you. Um and part of the reason

6:06

that this is so cool, which I'll get to

6:07

in a moment, is that we developed a lot

6:10

of this technology in collaboration with

6:13

the labs. These are, of course, ones

6:15

that we have open-sourced and published

6:17

to the world, but now that's all

6:19

starting to get disseminated to the

6:21

application layer companies that are

6:24

building and owning their own

6:25

intelligence. As they realize that the

6:27

three core pillars of their AI strategy

6:30

are their compute, their algorithms or

6:32

researchers, and the data sets they

6:34

build. And data's often the most

6:36

differentiating factor. And so, this is

6:38

one that we published, um

6:40

as a legal environment, where we have

6:42

lawyers from top law firms like Latham

6:45

and Watkins write out a scenario of a

6:48

real project that they worked on in

6:50

their big law job. And then they create

6:52

a full outline for a data room that

6:55

corresponds to all of the different uh

6:57

messages, emails, files, size of files.

7:01

I cut off the full data room cuz it's

7:03

it's very extensive. Um and of course,

7:06

there's a lot of model in the loop with

7:07

how they effectively populate this.

7:09

Similar to how a software engineer now

7:11

should not be coding by hand entirely

7:13

themselves, they should probably be

7:15

orchestrating agents in how to do this

7:17

very productively. Um

7:19

and then we render that data room into

7:21

the apps, the clones of Google Workspace

7:23

you can see in this scenario, and have

7:25

prompts uh to roll out model

7:27

trajectories against this. And so, in

7:29

this one, it's evaluating the maximum

7:32

total liability for Star Tanker uh

7:34

Tankers International Limited compared

7:37

to Cooper Jefferies Energy Corporation

7:38

under the Oil and Petroleum Act, uh

7:41

considering all of the context uh from

7:43

this real scenario in the data room. And

7:44

then as I mentioned, similar to how a

7:46

professor would create a rubric to grade

7:48

an essay, they have these key rubric

7:50

criteria that correspond to what are the

7:53

characteristics of a of a accurate model

7:56

response. And making sure that these

7:58

rubric criteria avoid reward hacking and

8:01

effectively align with the uh when you

8:05

roll out 100 trajectories, making sure

8:06

all of those scores are accurate is

8:09

incredibly technically challenging. And

8:11

so there's an enormous amount of

8:13

research, agenda quality control,

8:15

training on the data, etc. that goes

8:17

into how you solve that problem and then

8:18

ultimately produce these high-quality

8:20

verifiers and leaderboards um that give

8:23

you an aggregate model score across how

8:25

well all of the different models are um

8:27

doing on a particular domain. And as we

8:30

can see, one of the big changes over the

8:32

last few months is that GLM 52 and

8:35

Chimera K3 are on the leaderboard. And

8:37

so that is a huge opportunity for all of

8:40

you because that gives us the foundation

8:44

to actually achieve frontier

8:46

intelligence and all of the specific

8:48

applications uh and verticals that

8:51

you're focusing on um that's not too far

8:53

away. And so to give a little bit of

8:56

context on what that looks like, um I'll

8:58

share an example of post-training on

9:00

Apex Agents, which is the data set that

9:03

I uh or the sample I just showed before,

9:06

where we have 1,800 tasks in this

9:08

example. This was post-training run of

9:11

GLM 47, but we're redoing a lot of them

9:13

for Chimera K3, so we'll have updated

9:15

results for you all soon. Where you can

9:17

see the jumps just on 1,800 tasks with

9:20

about 500k in compute are pretty

9:23

dramatic. Um corporate law going from

9:26

4.7% to 26.6%,

9:29

um but notice that this is just Apex

9:32

Agents data set we gave it, and it

9:34

actually generalized incredibly well to

9:37

GDP valve and uh Apex V1, which doesn't

9:40

have these data rooms.

9:42

Even just seeing nominal gains and some

9:45

other benchmarks

9:47

as well. And so, we're doing a lot of

9:50

this work of working with customers like

9:52

Harvey, who I know will present on stuff

9:54

later to help build out the

9:58

environments corresponding to their

10:00

specific domain so that they can build

10:02

frontier intelligence within that. And I

10:05

think Andrew talked about how Cursor was

10:07

a great first example of how an

10:10

application layer company could build a

10:13

industry-leading model that, you know,

10:15

built an enormous amount of value for

10:16

their customers. And I believe that over

10:18

the next 12 months, there is going to be

10:21

dozens of examples just like that where

10:23

companies own their own intelligence and

10:25

that is the key source of the modes that

10:28

they're building. And actually, Josh and

10:29

I talked about this the other day as

10:31

well. Um

10:33

a couple of examples of ways to curate

10:35

high-quality data sets.

10:37

The general three that we see most that

10:40

I'm happy to

10:42

talk about and send people links to is

10:44

first by task is the most common.

10:47

Where people would say, "I really like

10:48

this data shape of environments in law

10:53

and we will pay $2,000 per task to scale

10:56

this up." And

10:58

as an example, certain frontier labs

11:00

might buy 50,000 tasks a month from us.

11:03

And so, it tends to be pretty dramatic

11:06

scale.

11:07

And these tasks would generally be very

11:09

complex. Some would even take humans up

11:11

to a month to complete that given task.

11:14

Sometimes it would take just a few

11:16

hours. And these would be sort of custom

11:18

per task pricing. Second is

11:20

off-the-shelf data

11:22

where we have we've invested hundreds of

11:24

millions of dollars in building our own

11:26

data sets that we sell to multiple

11:28

customers. All these new neo labs are

11:30

generally airing more towards

11:32

off-the-shelf data because it doesn't

11:34

make sense for 10 different labs to all

11:36

be building their own uh data sets. Um

11:38

there's a lot of value to building

11:40

something once that can uh then be

11:42

applied to everyone. And then the final

11:44

which um we see a little bit of, but is

11:46

uh less of our focus anymore, is just

11:49

providing um the experts so that

11:52

customers are able to

11:54

uh or organize the experts on their own

11:57

um

11:58

in just an hourly model. Um so we we do

12:00

a little bit of that when people like

12:02

that was how Harvey got started with us

12:04

hiring

12:05

uh some lawyers, um but it generally

12:07

moves towards more of these uh scaled

12:09

offerings of data over time. So, that's

12:12

a little bit of the background of how to

12:14

build RL environments, what they are,

12:16

and I'm really excited about all this

12:18

technology that we have uh

12:21

that has previously been limited to the

12:23

frontier labs all making its way to all

12:25

of you. And so, happy to answer any

12:27

questions um

12:28

about that.

12:34

Sweet.

12:35

Go ahead.

12:37

>> Hey, uh

12:39

um I'm Ali from Astro Guide. My question

12:41

is it's kind of open-ended, but simple.

12:43

How do you price data?

12:45

Like how do you value data?

12:47

>> So, there's a so many different ways. I

12:50

mean,

12:51

the most natural would be our customers

12:53

care about model improvement, right? And

12:56

so, our customers have a given goal of

12:58

they want to you know, be at the

13:00

frontier on a given leaderboard. And so,

13:03

we're able to work backwards from how

13:05

much is that worth to them and how much

13:07

should we charge uh per task, how many

13:09

tasks do we think would get them to that

13:11

goal. And so, when we think about uh a

13:13

company like Nvidia, they're probably

13:15

willing to pay, you know, a billion

13:17

dollars to have a frontier open-source

13:19

model. And so, there's a lot of

13:21

complexity of like how do we you know,

13:23

price all the different ingredients that

13:24

go into um making that happen.

13:28

The other way that we price

13:31

when it lens we look at it through is

13:33

also our cost structure to make them

13:36

where of course

13:39

when we have a task that takes 10 hours

13:42

of human time and

13:44

we're paying the human $150 an hour

13:47

there might be a $1500 cost basis and so

13:50

then it becomes a question of what

13:52

margin do we want to run on top of that

13:54

based on how differentiated and frontier

13:56

that specific task is.

13:59

But it's it's super wide range. Like we

14:00

have tasks that range from $50 to

14:03

$10,000. So.

14:05

>> How do you think about data quality? You

14:08

mentioned like you know utilize human

14:10

expert to label data and how do you how

14:12

do you compare the human label data and

14:14

you know the frontier lab you know

14:16

frontier

14:17

alliance the judgment data? How do you

14:20

compare them to from your opinion?

14:23

>> So first question was how do we think

14:25

about quality? Second one was sort of

14:27

how do we compare the like judgment of

14:30

preference labels to the auto graders?

14:33

>> Yeah.

14:33

>> So the core spot which is generally when

14:36

people say data quality they're

14:38

referring to two things. First is

14:41

realism and secondly is accuracy of

14:44

verifiers.

14:46

On realism it's just like they want to

14:48

automate everything in the economy that

14:50

corresponds to corporate law in this

14:53

case right? And so it's like how do we

14:54

make sure that this actually reflects

14:57

the real distribution of what we would

14:59

see in a real lawyer's environment. And

15:02

that's one of the reasons that experts

15:04

create outlines and help to guide all

15:06

the processes of the data curation.

15:08

Realism of the environment the apps the

15:11

tasks everything is incredibly important

15:14

and and also granularly understanding

15:16

the taxonomy that drives that realism

15:18

across the entire distribution that

15:20

you're looking for. The second part of

15:23

it relates to the other way people think

15:25

about quality, which is the accuracy of

15:27

the verifiers. Cuz the way that you

15:29

would train one of these models is you

15:30

might roll out 100 trajectories of Kimi

15:33

K3 and then use this rubric to score all

15:36

of those trajectories. And as you can

15:38

imagine, there's like so many different

15:41

paths that a model can go down. And so

15:43

you want to make sure that the way this

15:45

rubric is doing the scoring is the same

15:48

as if we were to just have human stack

15:49

rank those 100 trajectories. And so what

15:51

we do for that is a process called

15:53

trajectory analysis, where we roll out

15:56

10 trajectories of the model that we're

15:58

focused on improving,

16:00

um, and then score all of those, and

16:02

have some combination of agentic quality

16:05

control systems and some human review go

16:08

through to make sure that, um, all of

16:12

the scores align with, uh, the goals.

16:15

Um,

16:16

and sometimes you can also use, uh,

16:18

human feedback evals or preference

16:20

labels to as a eval for your auto

16:22

grader, um, is the other way related to

16:25

that that you're able to solve for it.

16:30

Go ahead.

16:30

>> Um, how much do you think like synthetic

16:32

data generation plays into all of this,

16:34

especially like creating these large

16:36

data rooms?

16:38

>> So the fascinating thing is I think that

16:39

there's been a lot of misinterpretation

16:42

of what people mean when they say

16:44

synthetic data because, like, RLVR is a

16:46

bet on synthetic data. It's basically

16:49

let's roll out a bunch of synthetic

16:50

model trajectories rather than having

16:52

the humans write the SFT, and then let's

16:54

score all of them, and let the models

16:56

learn from all of these like, uh,

16:59

synthetic model trajectories. So I think

17:01

that's the first way that synthetics get

17:03

used. The second way is that models play

17:07

giant role in the way that we populate

17:11

environments and create tasks in the

17:13

same way that, um, a lawyer that is

17:16

writing a legal memo should definitely

17:18

be using

17:20

Claude or ChatGPT to do that. The

17:23

experts that are building out these data

17:24

rooms should definitely be using Claude,

17:26

ChatGPT, or whatever model

17:29

to help them do that. And there's a lot

17:31

of ways that the model can make them

17:32

more efficient. But the reason that

17:34

humans are still an essential component

17:36

of the process that's incredibly

17:38

differentiated is that you need humans

17:41

almost definitionally to measure what is

17:43

beyond the frontier of the model

17:45

capabilities.

17:46

Like the models you you can't just tell

17:48

the model like come up with the legal

17:49

environment and then like tell me which

17:51

of your legal memos are like good and

17:53

bad. It's super noisy and there's not

17:55

like clear signals associated with that.

17:57

You need

17:58

something that has capabilities beyond

18:00

the frontier of that model to do so

18:02

reliably.

18:05

>> Thank you for doing this. Um my question

18:08

is RL environments seem like they're all

18:10

the rage now and maybe have been for

18:11

about a year. I had I hadn't really been

18:14

hearing about them prior to that and it

18:15

was all

18:17

human expert labeling. And so

18:19

kind of why why why is it all about RL

18:21

environments now? Is that the most

18:23

relevant thing for application companies

18:25

to be thinking about? And is there any

18:26

something after RL environments?

18:29

>> Um so I'll I'll start with why it's

18:32

become the rage and maybe some of the

18:35

differences also between the deep

18:36

research paradigm and the like envi- the

18:39

sort of environments paradigm as we saw

18:41

it in 2025. And then I'll talk about

18:43

looking forward what we see evolving in

18:45

the data landscape. Specifically, I

18:47

think that the reason the deep research

18:50

environments were the first was because

18:51

like deep research had tool use with

18:53

search. So search was the tool in the

18:55

environment that the model

18:58

would work in. But the experts would not

19:00

necessarily be populating apps. So it

19:02

was sort of a lighter version of an RL

19:04

environment where they would just like

19:06

create rubrics corresponding to this.

19:08

And again, like I only talk about this

19:10

stuff cuz it's a couple of years old at

19:11

this point, so it's no longer

19:13

uh super confidential. And then for the

19:16

like trend of apps in 2025, I think that

19:20

really became giant because people

19:23

realized that the primary bottleneck to

19:26

making the models useful was how they

19:27

started to use both all the context in

19:30

the code base and all of the tools on

19:32

our laptops, right? And so if we want

19:34

this in the user distribution of usage,

19:37

then we need to get it in the data

19:39

distribution that the models are

19:41

learning from.

19:42

Uh and so there's going to continue be

19:45

to be this giant scale up of diversity

19:48

across all three of these categories on

19:50

a going forward basis, but there's going

19:52

to be some changes

19:53

um to maybe name two of those changes

19:56

that we're thinking about the most. The

19:58

first one is ultra long horizon. Like

20:01

right now agents mostly aren't trained

20:03

to do things that are over 10 hours, and

20:06

we need to start building tasks for

20:07

things that might take a human 100 hours

20:10

or even 1,000 hours to do. And so that's

20:12

going to be a giant shift. And then the

20:14

other large shift that we're seeing is

20:17

introducing virtual co-workers, which

20:19

corresponds to that. Um like one my

20:22

favorite questions to ask people when

20:24

they're thinking about their data

20:25

distribution is what percentage of tasks

20:27

that they do in their job require

20:30

interacting with other people.

20:32

Uh and most people would say like 60% or

20:34

70%. Some people say a lot more, some

20:36

people say a little bit less. Um but

20:38

then if you map that on to what

20:41

percentage of evals measure how well the

20:44

models can interact with other people,

20:46

it's like 1%, maybe Tau bench has a

20:48

little bit of this.

20:50

Um

20:51

and so there's this giant realism gap

20:53

associated with how you actually measure

20:57

how well agents engage in social

20:59

interaction um throughout uh all of the

21:02

different people and other agents that

21:04

they need to work with uh in their jobs.

21:07

Good.

21:08

>> You talked about rubric generation,

21:10

which is like is it like a bespoke

21:12

access of verify that you put task? And

21:14

from what I understood, that's like

21:16

bottleneck by experts. Have you found

21:17

any success of like being able to scale

21:20

that up with your models giving you like

21:22

some heuristic or even like post any

21:24

models for

21:26

>> We have found that you can make it a lot

21:29

more efficient if you have a like AI

21:32

copilot that's able to work with the

21:34

expert in creating the task and the

21:36

verifier.

21:37

Um so, the expert can talk to the

21:40

trajectory and understand exactly what's

21:42

happening and where it's going wrong.

21:44

The challenge is just that if you're

21:46

trying to improve FABLE,

21:48

FABLE cannot reliably write out the like

21:53

rubric criteria for where it's making

21:54

mistakes. It might get like half of them

21:57

right and half of them wrong, and that

22:00

amount of noise is unworkable from a

22:03

training standpoint. Um and so, that's

22:06

the reason that the the process that

22:08

requires humans the most is the task

22:10

creation. Uh like a lot of the

22:12

environments, we can get

22:14

like use a lot of synthetic. Uh

22:17

it's helpful to have humans write the

22:18

outlines they're familiar with the

22:19

environment and and uh

22:22

and they're grounded in reality, a

22:23

realistic distribution, but with the

22:26

task that's those tend to really require

22:29

humans. Um

22:30

with with rare exceptions, um

22:33

in code or if you're sort of distilling

22:37

from like if you have a model that's

22:38

worse than Kimikaze 3, then it can

22:41

definitely learn from tasks Kimikaze 3

22:42

is creating. So, there are there are

22:43

some exceptions if you're doing it that

22:45

way.

22:47

>> Hey, this is uh Nikhil from uh Cribl.

22:50

So, when we think about RL environments

22:52

for certain provable domains like cyber

22:54

defense or incident response, where

22:57

there's the model is or the agent is

22:59

trying to find a flaw in an existing

23:01

system,

23:02

Do you use uh

23:04

humans for just authoring that

23:05

environment or setting it up or do you

23:07

also use that for grading? Is there Is

23:09

there a way to scale that up?

23:11

>> I I actually think cyber is one where

23:14

you don't necessarily always need humans

23:16

for the verifiers cuz you can have an

23:18

attacker and a defender agent.

23:20

Um

23:20

and uh I think you're right in saying

23:23

that for cyber you can have humans more

23:26

so or or architect what is a realistic

23:29

like environment um and sort of set up

23:32

the environment um cuz you do need a lot

23:35

of diversity.

23:36

Uh but then it's less human intensive

23:39

with respect to uh building verifiers.

23:43

>> Thanks.

23:46

>> How can you tell when you're limited by

23:47

the base model?

23:50

>> What do you mean by that?

23:51

>> Well, ostensibly you're using the same

23:53

data set for all these models here and

23:55

they somewhat land around the same final

23:57

performance on this list here. But maybe

24:00

if you try to smaller model, which is

24:01

maybe a good place to start, it would

24:03

land much lower. Um what is the cause

24:05

there? Is it just parameter count or

24:08

>> So

24:09

the parameter count will definitely play

24:12

a role in

24:14

how effectively the model does insofar

24:18

as how trainable it is. I think that um

24:22

the main thing to look at is generally

24:24

the gap between the like

24:28

pass at 16 and the pass at one. If you

24:31

have a model where you roll out 16

24:33

trajectories and it gets all of them

24:35

totally wrong, the it's sort of like

24:38

hopeless that the model is going to

24:40

learn from that um for the most part.

24:42

Maybe you roll out another 100

24:44

trajectories and it gets one of them

24:45

right. Um

24:47

versus if you have um

24:49

the ideal case is that you have

24:52

um

24:52

pass at one it fails, but then pass at

24:55

16 when you roll out 16 trajectories it

24:57

gets it right once or twice, and then

24:59

the model is able to learn very

25:00

effectively from that. So, that's

25:02

generally the heuristic we would use for

25:06

how strong the base model needs to be to

25:09

effectively learn from a given data set.

25:14

Cool. Maybe

25:15

Oh,

25:16

final question really quick.

25:19

>> What advice do you have for

25:21

companies as they partner with you

25:23

on data that they should rely on

25:25

themselves as

25:27

part of their RL post-training versus

25:29

relying

25:30

What's the complementary

25:32

>> Well, I think this is why a giant

25:34

portion of our business is custom data,

25:36

where it's like we have teams that are

25:39

siloed and fully exclusive to

25:42

critical customers to make sure that we

25:45

build out the best data sets in the

25:46

world that they own.

25:48

And that allows them to maintain their

25:51

competitive advantage associated with

25:52

this, while also benefiting from all of

25:54

the infrastructure that we've built. And

25:56

I think there are some companies that

25:57

try to like build out all of the talent

26:00

network and infrastructure in-house, but

26:02

I think if you look at what the frontier

26:03

labs do and the best models do, it's a

26:05

pretty good indication that there's so

26:07

many economies of scale from working

26:09

with a partner that has all of these

26:11

economies of scale, the platform, the

26:13

talent network, etc. So, anyways, thanks

26:16

for all having me.

26:18

>> [applause]

Interactive Summary

Brendan, from Mercor, discusses the evolution of AI training data from low-skilled crowdsourcing to the 'agentic era.' He explains that modern AI development relies heavily on building Reinforcement Learning (RL) environments that simulate real-world tasks, apps, and workflows. These environments, built by human experts, allow AI models to learn from interaction and feedback, which is crucial for achieving high-level performance in professional domains like law and research. He also covers the methodology for pricing data, ensuring quality through verifiers, and the future of long-horizon AI agents.

Suggested questions

4 ready-made prompts