AI Engineer World's Fair 2026
Prototyping as Leadership: How a CTO Ships with AI Agents
Read the talk
Prototyping as Leadership: How a CTO Ships with AI Agents
A crowded management calendar can still accommodate building when agents work between check-ins—but useful autonomy depends on context, verification and personal review.
From a talk by Hursh Agrawal
Before you start: Familiarity with pull requests, continuous integration and basic LLM evaluation will help; no machine-learning training experience is required.
Building inside a crowded calendar
Fifteen-plus recurring meetings, seven direct reports, stand-ups, reviews and recruiting: Hursh Agrawal opens with his actual calendar. As CTO and co-founder of The Browser Company, makers of Arc and Dia, he has an organization to run. Yet something has changed in the gaps between appointments. Agrawal reports shipping two to ten PRs a week with coding agents while working a 40–50-hour week. With a toddler at home, extending the workday indefinitely is not the solution.
Traditionally, growing as a leader meant influencing more work through roadmaps, documents and meetings. You supplied context to engineers who could spend sustained time implementing it. As coding agents become capable of longer autonomous tasks, the fragmented day described in Paul Graham’s Maker’s Schedule, Manager’s Schedule becomes usable for building, too. The manager does not need to remain at the keyboard throughout the implementation.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Learn the capabilities, then make them tangible
Building becomes a way to acquire the judgment needed to lead. Agrawal describes frontier model families changing on roughly three-month cycles: their capabilities shift, their responses to prompting change, and previously impractical product ideas become plausible. Opinions about each release are plentiful; firsthand intuition is harder to acquire. Using the models while building helps a leader set engineering expectations and assess implications for the product, business and strategy. It also makes questions such as what might happen if open-source models catch up in three to six months concrete enough to explore, rather than treating that possible timeline as a certainty.
That intuition is difficult to transfer through enthusiasm alone. An engineer who has not tried the new model may reasonably remain unconvinced that it changes what the team can build. A working prototype moves the conversation forward: the capability is now inside the product, and colleagues can try it themselves. The artifact carries information that another persuasive meeting cannot.
Leaders also bring useful inputs to agent work: business priorities, strategic trade-offs, past decisions and upcoming imperatives. Agrawal argues that this wider context makes their steering especially consequential. Delegation skills transfer directly—set a goal, supply context, check progress and coach when necessary. In his experience with the models of the period, execution is stronger than judgment. When an agent declares an algorithm impossible or says it cannot finish a task, suggesting another approach can restart useful work. That assessment is explicitly time-dependent; it is a reason to keep testing the models’ limits.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Choose work that can tolerate interruptions
Agrawal attributes four useful categories to Julie Zhuo’s poll of technical leaders:
- Internal efficiency: tools that make the organization work better.
- Quality of life: improvements to the codebase or product—the gardening that otherwise waits behind larger commitments.
- Celebration: artifacts that recognize people and their contributions.
- Vision: prototypes that connect new model capabilities to opportunities for the product and business.
The vision category is especially valuable because it combines learning with demonstration: discover what a model can do, then put that possibility in colleagues’ hands.
Keep this work off the critical path. Fires, recruiting calls and meetings still interrupt a leader’s day. A prototype can wait while those responsibilities take precedence; another engineer’s blocked delivery should not have to. The choice of task makes the schedule workable before any prompting technique does.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Arrange the day around an overnight run
Agrawal’s example routine allocates two to three hours a day to coding, distributed around management responsibilities.
| Window | Human work |
|---|---|
| Morning, about an hour | Review the previous night’s code |
| Gaps between meetings | Steer ongoing work |
| End of day, around 5 PM | Prepare the next unattended run |
The final block is the crucial handoff. It turns a short period of attention into a task that can continue after the workday ends.
The loop starts by gathering context and answering clarifying questions. The coding agent then works unattended; Agrawal describes runs lasting four, six or eight hours. In the morning, its report gives him something concrete to assess and decide whether to ship. He applies this same structure to three kinds of work: implementing features, improving AI features through evaluations, and training custom machine-learning models.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Give the agent enough context to make decisions
For feature implementation, the useful question changes from how to break the work into individually prompted steps to what the model needs to know to make the decisions you would make. An agent working overnight cannot rely on continuous steering. It needs the business goals and the reasons behind the request, not just an implementation checklist.
Agrawal uses an agent connected to organizational information—Slack, Jira, Confluence, Notion and the repository—to prepare that context. Before a meeting, he asks it to research the proposed work and produce a prompt for the coding agent. The request covers prior attempts, trade-offs, what worked, what failed and why the feature or model matters to the business. His example is a roughly thirty-second dictation through Wispr Flow into Dia, requesting about twenty minutes of research. The result is a substantial prompt that can be pasted into Claude Code, Cursor or Codex.
The evening instruction can then be broad: implement the whole feature, using the gathered context. The research pass supplies the decision background that would otherwise remain in the leader’s head or scattered across internal systems.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Specify verification and delivery, not just implementation
An unattended implementation needs ways to check itself while it proceeds. Agrawal’s instructions establish a sequence:
- Write tests first. In his experience, agents write less rigorous tests when they add them after the implementation.
- Exercise the complete flow with computer use. Click through the interface and check whether the feature solves the business problem described in the context.
- Prepare reviewer-friendly PRs. Split the work into readable changes with clear descriptions, monitor CI and get the whole stack passing.
The distinction between tests and end-to-end interaction matters: passing checks and a coherent product flow answer different questions.
The run should also include AI code review. The Browser Company has internal reviewers; Agrawal mentions Qodo as an external example and suggests running a review skill in a clean sub-agent when appropriate. The coding agent should then fix findings, watch PRs for bot comments and failing checks, and resolve review threads. This expands the assignment from producing code to preparing a reviewable stack.
Once setup questions are settled, he asks the agent to continue without overnight interruptions and leave a morning report. He also adds encouragement as a personal habit, while saying he does not know whether it helps. The required output is substantive: the completed stack, results and an explanation of trade-offs.
Agrawal says models such as Claude Opus 4.8 and newer GPT models have handled work he previously regarded as taking weeks in a single overnight run. That is his experience, not a controlled productivity benchmark. The practical benefit is the package waiting in the morning: something to inspect and improve, rather than a task still waiting to begin.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Turn everyday feedback into an evaluation set
The first version of an LLM feature usually leaves quality, latency and cost to optimize. To create material for that work, Agrawal adds a feedback button and text box after the LLM or agent run. During a thirty- or sixty-minute usage block, he tries the feature and records qualitative judgments: good, bad, or what should have been better. Each run produces a JSON dump in his downloads folder containing the system prompt, inputs and feedback.
For a summarization feature, the same record structure could look like this:
json
{
"system_prompt": "Summarize the meeting notes, preserving decisions and unresolved questions.",
"inputs": {
"notes": "We agreed to test the prototype with employees. Public release remains undecided."
},
"feedback": "The summary treated public release as approved. Preserve the distinction between an agreed employee test and an undecided public release."
}
The useful information is the connection between the instructions, a concrete input and the user’s judgment. That gives the next agent something more specific to work with than a request to improve quality.
Agrawal starts small: four, five or ten examples can begin the process, with coworkers helping collect twenty or thirty. At evening setup, he gives the agent those files and asks it to turn them into a local eval set, using something as simple as SQLite or Markdown. Before handing over execution, he discusses the evaluation design and scoring functions interactively. The human judgment in the feedback has to become an agreed criterion the harness can evaluate.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Let the harness drive improvement
With scoring agreed, the agent builds a harness that runs the target call against the evals and iterates to improve the score. This is hill climbing: evaluate a candidate, make changes and evaluate again. A small dataset creates an obvious overfitting risk. Agrawal reports explicitly asking the agent to avoid overfitting and keep improvements general; that instruction expresses the goal, but does not itself establish generalization. The overnight assignment ends with a report describing the work and results.
He also asks the agent to save the workflow as a reusable skill. Subsequent runs can improve both the feature and the process used to optimize it. Agrawal reports that improvements persisted as features moved into employee dogfooding and production. The accompanying slide reports an evaluation result moving from 2/7 to 7/7 and code-review recall rising from 10% to 55%. These are internal reported results; the supplied explanation does not specify enough evaluation conditions to treat them as general benchmarks or evidence that overfitting is impossible.
An internal AI code reviewer is one concrete application. The team repeatedly used overnight runs to improve its quality, applying the same feedback, evaluation and iteration loop to a tool that supports future development work.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Train custom models with a bounded infrastructure assignment
The third application extends the overnight loop to custom model training. Agrawal describes a ModernBERT classifier for personally identifiable information, or PII. Earlier attempts using Opus and Haiku had unsatisfactory cost, latency and precision-recall for the task. The starting point for a different approach was collected training data plus business context.
The agent’s assignment covered the training workflow, not just a training command:
- Prepare the data. Clean the collected examples and augment them with synthetic data as needed, using access to OpenAI and Anthropic models as an ensemble to improve data quality.
- Choose candidate models. Propose suitable model classes and train two candidates rather than committing to one immediately.
- Use isolated infrastructure. Work within an AWS sandbox, explicitly without production access.
- Complete the resource lifecycle. Select GPU and EC2 resources, train the candidates, test them against evaluation examples and deprovision the infrastructure.
- Return deployable artifacts and a plan. Deliver the trained models and a report, including how inference could be hosted within the existing codebase.
The sandbox boundary is part of the task definition. The agent needs enough access to carry out the experiment without gaining the ability to disrupt production.
After answering clarifying questions, Agrawal leaves the run to proceed. He reports receiving two trained models and a full report the next morning, and says the team has moved multiple models from this kind of workflow into production. He supplies no numerical precision, recall, latency or cost measurements for this classifier, so the example demonstrates the scope of delegated work rather than a measured comparison between model families.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Expand scope within organizational safeguards
Across the three examples, the experiment is to keep increasing task scope. Agrawal cites Notion co-founder Simon Last’s observation that modern models can do more than people tend to assume. Testing those boundaries teaches a leader both how to direct engineering work and what new utility the product might offer. His invitation to try work on the scale of weeks or months in an overnight run is an ambition to explore, not an established universal speedup.
That ambition depends on existing organizational support. AI code reviewers, maintained CLAUDE.md and AGENTS.md instructions, and CI that the team can trust give autonomous work a framework for checking correctness. Feature flags and staged distribution limit where an experiment can have an effect. The Browser Company also has a prototype branch that distributes changes to employees without releasing them to production. This lets colleagues try the artifacts while preserving a separate production boundary.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Own the code before asking others to review it
The safeguards do not make agents infallible. Agrawal acknowledges that his code has annoyed engineers and caused severity incidents, or SEVs. He still considers building worthwhile for what it teaches and for the example it sets, but that example includes engineering hygiene as well as ambitious delegation.
The morning block therefore includes personal testing of what the agent produced. Agrawal recommends testing everything before putting the PR up; automated computer interaction does not replace trying the feature yourself. Small, readable PRs matter for the same reason: a leader establishes what others see as acceptable. His negative example is submitting three 5,000-line PRs and encouraging the team to imitate that behavior.
Read and review the generated code before requesting a colleague’s review. A review-ready stack from an agent is still your responsibility. Handing unread code to another engineer transfers the burden of discovering obvious mistakes—and undermines the standard you are trying to establish. Agrawal’s warning comes from having made that mistake himself.
His closing recommendation is to make building part of leadership, even with only one or two hours a day—less than the earlier example routine. Repeated practice develops a feel for each new model family and for the amount of scope it can handle. Working artifacts then show the organization what is possible, while the experience of making them generates ideas for the next overnight run.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Resources
From the talk
Paul Graham's July 2009 essay explains why meetings affect managers and makers differently.
Official research code with training configuration, evaluation instructions and links to model checkpoints.
Anthropic's release announcement describes Opus 4.8 and accompanying Claude Code capabilities.
Further reading
Original paper describing ModernBERT's encoder architecture and classification and retrieval evaluations.
Practical guidance for defining task-specific metrics, constructing evaluation cases and choosing grading methods.
Current guidance on context, verification, independent review and maintaining project instructions.
Read the complete timestamped transcript
- 0:00
[on-hold music] Hi, everyone. Thanks for coming.
- 0:16
Uh, I'm Hursh Agrawal. I'm the CTO and co-founder of The Browser Company, makers of the Arc and Dia browsers. Uh, and I'm gonna talk about prototyping as leadership, as you get to a manager schedule, how you can keep building.
- 0:28
So this is my actual calendar from last week. Uh, I imagine this is ki- familiar to some of you in leadership. Um, that was my actual week. I, uh, have a whole org that reports up into me, so I have fifteen plus recurring meetings a week, uh, stand-ups, reviews, recruiting meetings, et cetera, uh, and seven direct reports.
- 0:48
And I've noticed something over the last several months, which is I've started to consistently ship, you know, two to ten PRs a week, uh, and this is new. This was not possible several months ago.
- 0:58
It's really because of these new AI agents. Uh, and notably, I also have a toddler at home, so I, like, cannot work nine, nine-six. You know, I'm working forty, fifty hours a week, so I really like to fit all this in into a regular week.
- 1:11
And pre-AI agents, uh, as you grew as a leader, you had more of the org reporting to you, uh, you'd sort of-- the way you would influence the org was through communicating to people.
- 1:23
Uh, so you'd, uh, write roadmaps, docs, meetings, and you'd sort of incept, uh, your context and what you wanted to build with your employees, uh, and your engineers. And now, interestingly, in the last few months, as coding agents have become more autonomous and able to handle longer tasks, the manager schedule, as Paul Graham put it, is suddenly
- 1:44
usable as building time. You can actually ship stuff.
- 1:48
And so I think building is part of the job now. You can do it, first of all, as a leader, but it's-- I think it's also becoming necessary as part of the job for two reasons.
- 2:00
First, uh, the technology world is changing, where suddenly the core technology that's part of our products are these frontier models that change every three months, which is a new dynamic that's come out.
- 2:11
And as each new frontier model comes out, its capabilities change, the contours of what it's useful for change. It's, you know, how it actually reacts to prompting changes. And there's so much noise on Twitter, even internally for us, and so many opinions with each new model release on what's good and what's bad.
- 2:30
And I found it is impossible to tell what a new model is good for unless you have your hands in it and you're using it all day long. And so having an ability to slot in building time into your schedule means you can figure out the contours of what is this new model family capable of, and both
- 2:46
how do I direct my engineers in terms of, uh, setting expectations on how they should be building. But also getting a sense of how does this fit into our product, how does this fit into our business, you know, how is this-- how is our strategy gonna change because of this?
- 2:59
What's gonna happen in three to six months when the open source models catch up? All of that intuition comes from actually using the models and building.
- 3:07
I've also found even if you've built the intuition, it's actually tough to communicate that to other people who haven't played with the models. Uh, and so you're like, "Oh, this new thing is possible.
- 3:17
It's gonna be amazing." And your engineer's like, "Okay. Yeah, sure." Um, so it's really helpful to have some s- time to actually build stuff so you can show them.
- 3:25
You know, you can be like, "Hey, I built this prototype with this new model family. It works in the product. Here's an actual prototype you can play with." And this is just so much faster and more efficient than trying to convince people every three months when a new model family comes out.
- 3:39
I also think leaders are really well suited for it. You know, you all have, uh, context, more context than anybody else, uh, in the organization about the business, the strategy, the trade-off, the decisions to be made, what needs to be done, what's, uh, what's coming up, what are imperatives.
- 3:54
And so the steering of a leader, uh, as you are prompting these models is to- per token, uh, more impactful than an IC's. And so you can really fit this into a little bit of time.
- 4:06
The delegation skill also transfers. Like, you delegate to people. That's sort of one of the core skills of being a leader, and that transfers to agents pretty well. You know, it's setting goals, giving context, checking in, even coaching the agent.
- 4:18
You know, "What if you tried this?" Um, and then I've also found, I, I think this is maybe specific to now, uh, maybe this will change in several months as these models get better, but the models are really good at execution, but still not unbelievable at judgment.
- 4:32
You know, often the model will come back and be like, "Hey, that algorithm idea is not possible," or like, "I can't do this." And so you have a, uh, as a leader, have to be like, "Oh, have you tried this thing?"
- 4:40
And the model's like, "Oh, okay. Cool, cool, cool. I'll try that." And so it's a really nice dynamic you can have with these models if you have time slotted out for building, uh, that really leverages all the context you have.
- 4:52
So the great Julie Zhuo had a great tweet about this, uh, a month ago. She polled some Bay Area technical leaders on what can you actually build, what should you be building in this new world.
- 5:02
And four categories emerged. Uh, you could build internal tools or internal efficiency, uh, quality-of-life improvements, just like gardening around the code base and the product. This is really helpful.
- 5:11
Um, I really like this. I learned from this, the celebration story. You can build artifacts to celebrate people on your team. And then arguably, I think the most important is the vision piece, is really playing with the new model families, understanding what's possible viscerally yourself, and then trying to fit that into the business and building products that
- 5:29
can show that off to your engineers so you can really push, uh, the boundaries of what's possible with the product and business.
- 5:36
I-- She's right, I would not take any critical path work. The last thing you wanna do is to have that dependent on you, especially you're gonna be dragged into fires and recruiting calls and meetings, et cetera.
- 5:45
Uh, so really trying to do s- one of these four categories is, is optimal.
- 5:50
So this is, this is my how I work, uh, and what two to three hours a day of coding can actually look like. Uh, so I usually have a morning coding block about an hour, and this is when I look over last night's code, what the, uh, agent did last night, review it.
- 6:06
I'll talk a little bit more about this. Uh, and then a few maybe steering blocks throughout the day interspersed between one-on-ones and reviews and meetings and everything else you need to do.
- 6:14
And then the most important block is that 5:00 PM block at the end of the day where you really set up whatever overnight run it is you want to run, and I'll talk about that, whether that's coding or training models or whatever you want the agent to do.
- 6:28
I'll go over sort of three examples of tasks you can do, but really what I've found work for me is this one overnight loop. Uh, you first at-- in that 5:00 PM block gather context.
- 6:38
I'll talk about that. Uh, you set up the run. You know, you get-- ask-- answer any clarifying questions. Uh, and then Claude Code or whatever your coding agent is overnight does the thing, you know, does the work for four, six, eight hours.
- 6:49
And in the morning, you get this beautiful report, uh, and you figure out what to do with it, and then you ship whatever it is. So I'll talk about building features, which is sort of the most obvious one.
- 6:58
Uh, I found this worked really well with evals and hill climbing, so optimizing AI features. Uh, and then a new thing actually in the maybe more recent, uh, generations of models is you can have these models train other ML models overnight too, and this works really, really well.
- 7:13
So building features. Um, the big mindset shift for me that really helped was starting to think about building features not in terms of how do I build this feature and break it up and then give it prompting on how to do the individual tasks, but rather what is all the context this frontier model needs to be able
- 7:34
to make decisions like I would make. So trying to give it as much context as possible 'cause if it's working for six hours, eight hours overnight, you're not gonna be there to steer it.
- 7:42
And so you want it to have as much context as you do about the business goals or whatever you're trying to get it to do. So, uh, a little tip I found that has worked well for me, um, if you have a cowork agent, whatever your, uh, Claude Cowork or Codex or I recommend Dia, I feel like
- 7:56
that's the best one, uh, not biased at all. Um, whatever it is that's connected to your Slack and your Jira, Confluence, Notion, the repo, et cetera, uh, just I-- before a meeting or something, I'll be like at like three, four PM, uh, be like, "Hey, I really wanna build this."
- 8:11
Go and do like twenty minutes of research, and go dig through all of, uh, Slack and Notion and everything else, and come up with a Claude Code prompt that I can post-- paste into Claude Code.
- 8:21
And just give me as much context as possible, the trade-offs, what we tried before, what works, what doesn't, why we're doing it, what is like the business context of this feature I wanna build or this model I wanna train.
- 8:31
And that takes like thirty seconds to whisper flow into Dia or whatever your cowork agent is. And the nice thing is this comes back with a giant prompt that then you can paste into Claude Code or Cursor or Codex or whatever your coding agent is.
- 8:43
So this is an example of a, a 5:00 PM prompt I'll have that I give it before I go to bed. I'll say, "Implement this whole feature," and then just paste all of that context I got from my cowork agent.
- 8:54
Uh, and then it's important to think about verification. So as this, uh, agent is running overnight, you want it to verify how it's doing as it's building and testing the feature.
- 9:03
So first I'll be like, "Hey, write the test first so they capture what you do." This is really helpful 'cause I've, I found with the coding agents, if you-- if they write tests afterwards, they're a little sloppish.
- 9:12
Um, and then I'll t-tell it to test the end-to-end flow with computer use. You know, go around, click around, just make sure the flow works and matches the business context I gave you.
- 9:21
And so the modern models are really good at reasoning about, okay, does this flow actually solve the problem I was trying to solve?
- 9:28
And then, uh, I usually prompt it to do as much work as possible so that when I wake up in the morning, the stack is ready. So split this into reviewer-friendly PRs with clear descriptions, m-manage CI and get CI green, and just make sure you're, you're monitoring, uh, just to make sure the, the whole stack is passable.
- 9:47
AI code review is really important. We have a bunch of internal AI code reviewers. Uh, you know, previ-- the previous talk was talking about Codo, another AI code reviewer.
- 9:56
If you don't have any, I would look on Twitter for a bunch of AI code review skills, and then just prompt it, "Hey, once you're done, run this AI code review skill in a clean sub-agent and then fix those things."
- 10:05
And then watch the PRs. Fix every bot comment, every, you know, CI check that shows up, any sort of, uh, anything you need to do, resolve the threads, run this autonomously.
- 10:14
Uh, don't ask me questions. And then I'll like throw in a little encouraging something, you know, be like, "You'll do great. I believe in you. It's gonna be great."
- 10:21
Um, I don't know if that helps or not, but I, it's, it's a-- I tend to do that. Uh, and then I tell them I'm going to bed. Just leave me a report in the morning on what you do.
- 10:28
I need the full stack ready and a report on what trade-offs you made, how you did. Uh, and it does great. Uh, it actually-- modern models, the new Opus 4.8 or the new GPT, they can handle what used to be, you know, weeks of work, uh, in one overnight run, and you come back in the morning with
- 10:42
this, uh, beautiful package ready for you. It actually makes the mornings kinda nice 'cause you have this little present ready for you. Another example is optimizing AI features. So first, you're at the AI engineering conference.
- 10:54
Uh, I assume you all are familiar with this. When you first build an LLM call or agent into a, into a feature, it's not optimized. You know, you need to optimize it, hill climb on some evals to get the quality, the latency, the cost to where you want it to be.
- 11:08
This is also all doable overnight, um, especially with the modern coding agents. So, uh, usually if I'm prototyping a feature, I will, uh, put a little feedback button on it.
- 11:18
So after the LLM call or the agent runs, I'll be like, "Hey, uh, just add a feedback button and a little text box." And then in one of my one-hour slots or thirty-minute slots throughout the day, I'll just take the time to, uh, collect a bunch of feedback.
- 11:30
So I'll, uh, you know, run it a few times, collect a bit of feedback, be like, "Hey, this was bad," or, "This was good," or, "This could've been better."
- 11:37
And then just have it save JSON dumps on my downloads folder. So it'll save a dump of each of the runs with the system prompt and the inputs and my feedback.
- 11:46
Uh, and you just collect a handful, you know. Like even four, five, ten are fine. If you can get some other, uh, coworkers to run it, that would be great.
- 11:54
You could collect like twenty or thirty. And then similarly, uh, at 5:00 PM when you're setting up an overnight run, uh, just say, "Hey, like here are, you know, ten, twenty, thirty feedback JSONs.
- 12:05
This is all the information they have in them. Turn this into an eval set. Like just do it locally with SQLite or Markdown or whatever you want. And then over the next few minutes, talk me through how would you design evals or scoring functions to optimize for this, and let's do it interactively."
- 12:19
And then I want you to, A, build a harness that runs this call against the evals and hill climbs until the score goes up. Like, just do whatever you need to do to get these scores to go up.
- 12:29
And obviously, with this kind of thing, if you have such little data, overfitting is a problem. But even that I found, these modern models, you can just tell it to not overfit, and it actually does a pretty good job.
- 12:38
Uh, and so just say, "Don't overfit," just keep it general, uh, "Run overnight autonomously until we align on a scoring rubric, and then give me a full report, uh, in the morning."
- 12:47
And then a little tip, it's also nice to just say, "Hey, save this flow as a generic skill so I can reuse it." Uh, and that allows you to improve this flow over time and improve that skill, and this works.
- 12:58
Actually, in the morning, you wake up to ideally something hill climbed. Uh, and actually, when using that feature, when we, we shipped these features to employees to, to further dogfooding to production, it actually does improve the quality.
- 13:09
You know, these are not overfit. Um, and we, we use this flow quite a bit internally. Uh, we have an internal code reviewer similar to, uh, some of the external ones, and same thing there.
- 13:18
We had that hill climb to pretty good quality just o- with these overnight runs.
- 13:23
And then the last example, uh, and this is again pretty new and really interesting, uh, you can train custom models with this mechanism overnight, you know, in one night.
- 13:31
So, uh, this is an example of a modern BERT PII classifier we trained. We were trying Opus and Haiku for it, and it was expensive and latency was not great, and we just couldn't get the precision recall to be amazing.
- 13:43
And so, uh, we collected a bunch of training data, and then overnight one night I was like, "Here is a bunch of business context and a bunch of training data we collected.
- 13:53
Uh, A, clean up the training data, Claude. Just bolster it with synthetic data, whatever you need to. Here's a bunch of OpenAI and Anthropic keys. Uh, use an ensemble of frontier models to push the quality.
- 14:04
I don't know anything about what ML model would be good here, so, like, you decide. You know? Just give me the best model class. Give me a few options, and in fact, train two.
- 14:11
Like, don't even train one. Train two separate ones." Uh, and then I gave it AWS access. I was like, "Give me a provision sandbox. Do not give it prod."
- 14:18
That's not a good idea. That's how you take prod down. Um, pick the right GPU and EC2 cluster, like, train it, test against eval examples, deprovision it, whatever you need to do, just give me back the trained models, uh, and then give me a report in the morning.
- 14:30
And in fact, even put in how I would host this with my code base on inference once this model's ready. And again, ask me any clarifying questions. You can do it.
- 14:38
I believe in you. You're gonna do great. Uh, and in the morning, just have this ready." And of course, it works beautifully. In the morning you have, uh, two ML models trained, a full report, great results, uh, and we've, uh, pushed a bunch of these to production.
- 14:52
So those are three examples. Um, I would try, try your own. Uh, but I think the main takeaway for me in doing these is really to push on task scope.
- 15:01
So this was a, a tweet by Simon Lass, one of the Notion founders, uh, and he, he called out these modern models are just capable of so much more than we think.
- 15:10
Uh, and I think it's our jobs as leaders to really understand the contours of how much we can push these models, 'cause it affects both how we lead and how we influence our teams, but also how they fit into our products and what these, our new products are capable of in terms of utility.
- 15:23
So I'd really push you overnight, try to think of how do I give it more and more, uh, scope so that we can do, you know, weeks of work, months of work overnight, and see what these models are really capable of.
- 15:35
I will say a caveat, a lot of this works because of existing organizational scaffolding, so you'll have to build this up in your organization. You know, AI code reviewers, this really helps.
- 15:44
We have an internal one we trained, but also just external ones, whatever you need. Um, agents.md hygiene, you know, claude.md, agents.md, proper CI that you can trust. And then we have a bunch of other things like, uh, really sophisticated feature flags.
- 15:59
Uh, we have a prototype branch that you can push to that goes to employees but it doesn't go to production. Just layers like that so you're not taking prod down, basically, as you're prototyping and showing these things off.
- 16:10
Not amazing for the CTO to take prod down.
- 16:14
I will say again, code hygienes really matter, really matters. I've been humbled a lot. You know, my code has annoyed engineers. It's caused SEVs. Uh, coding agents are not perfect yet, so just, uh, your mileage may vary.
- 16:25
You will get humbled, but I, I still think it's worth it, uh, 'cause you learn so much and you can model what taking on more and more scope, even with a busy calendar, looks like.
- 16:34
Some tactical tips on hygiene. Uh, I would test everything before the PR goes up. That morning slot, that's a lot of what I'm doing is just testing what the overnight run did.
- 16:43
Uh, even though there's computer use, et cetera, it's really important you test it yourself. Um, small, readable PRs are really helpful. I think they, you're modeling to the rest of the team what good looks like.
- 16:54
So if you're putting up three 5,000-line PRs, uh, other engineers on the team are gonna start doing that, and that's not amazing. So, uh, it's really important your hygiene is really good, 'cause it's modeling for the rest of the team what good looks like.
- 17:05
Um, and then, ooh, this is so tempting. It's so tempting to put other reviewers on code you haven't read yet. Don't do it. It's, uh, mostly 'cause you're gonna look like an ass, 'cause there's gonna be something in that code that is gonna be so obviously bad, and then some senior engineer is gonna call you and be
- 17:20
like, "Yo, why didn't you read this?" So, uh, I speak from experience. Read the code, review it properly before you add anybody else to it.
- 17:29
So hopefully this convinces you building is part of the job now. Uh, you can do it, uh, even with just one or two hours a day, and you should.
- 17:37
Uh, you'll start to feel the models every three months as the new model families come out, and you'll learn the skill on how to push scope as you are, uh, instructing them.
- 17:46
And you'll be able to show the, the, the team and the org what's possible as well. You know, just because you h- as you have this capability, you'll automatically think of ideas on what to slot in for these overnight runs, and then you can model for the team, "Hey, this is what the future looks like."
- 17:58
Thank you. [audience applauding] [upbeat music]