← All AI Engineer talks

AI Engineer World's Fair 2026

How do you diffuse AI into the real world? — Varun Shenoy, Long Lake

Read the talk

Diffusing AI into services businesses: autonomy, evidence, and adoption

Varun Shenoy explains Long Lake’s approach to making agents useful inside operating businesses: earn autonomy gradually, learn from actual outcomes, and design software alongside the people doing the work.

From a talk by Varun Shenoy

At a glance

Ideas worth remembering

  • Greater autonomy requires both task capability and close iteration with employees; the AI coworker is the endpoint of a progression.

  • Asynchronous services agents need task representations and interfaces suited to their industries. Coding sandboxes and pull requests supply a useful comparison, but Shenoy leaves the services equivalent open.

  • Real work supplies traces, corrections, and observable outcomes for evaluations. Long Lake’s stated practice turns improvement benchmarks into weekly regression tests.

  • Adoption and continual learning form one loop, but initial usage requires deliberate work: integrate into familiar systems, teach employees directly, and learn from their day-to-day difficulties.

The distance between a demo and a changed business

Varun Shenoy, a co-founder of Long Lake, opens with a deployment question: how do increasingly capable models complete economically relevant tasks? Agents booking flights, resolving customer-service tickets, and producing code ready to commit make the capabilities tangible. Yet he contrasts those demonstrations with a 200-person property management firm where, in his example, everyday work has barely changed. Demonstrating a task and changing how a business operates are separate achievements.

He explains that gap through an electrification analogy, moving from Edison’s Pearl Street Station in the 1880s to a Ford electrified moving assembly in 1924. The operational point is that access to electricity did not itself transform a factory. Existing motors and equipment had to be replaced, and workers had to learn to use the replacements. In Shenoy’s framing, AI faces a comparable diffusion problem: organizations must change how work happens before technical capability can improve efficiency, employee experience, or service. His claim that this may be the most important AI problem of the next 20 years is a statement of priorities, rather than a deployment forecast.

0:120:14
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

0:01 · section reference included

Owning the operational result

Long Lake approaches deployment by acquiring and partnering with services businesses. Shenoy reports that the company raised over $3 billion from Elad Gil, General Catalyst, and AlphaWave, and acquired 35 businesses across HOA and property management, architecture, HR services, and other areas. He describes a team spanning technology, finance, and operations, with more than half working in technology on products, data, and field deployment. He also reports an announced $6.3 billion take-private of American Express Global Business Travel, which he describes as the world’s largest corporate travel platform. These figures establish the scale he claims for the approach; they do not measure the effectiveness of its AI deployments.

Ownership makes an unsuccessful deployment Long Lake’s own operating problem. Its technology team must work with employees inside the businesses to produce outcomes, rather than stopping at software delivery. That position also gives it visibility into the work being performed and the problems encountered along the way. Shenoy organizes the rest of the talk around three connected questions: how agents earn greater autonomy, how business activity supplies useful learning data, and how adoption and improvement reinforce each other over time.

2:593:01
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

2:57 · section reference included

Earning each increase in autonomy

Shenoy’s autonomy ladder begins with a copilot: a simple retrieval-augmented chatbot that quickly answers questions, possibly using integrated systems. A synchronous agent adds tool use, skills, and sustained interaction. He gives Claude Code and Codex as examples of this style of work: the user asks for something, lets the agent run for 1 to 5 minutes, and remains involved in the exchange. The distinction is the agent’s ability to perform a sequence of actions while still depending on an active user interaction.

An asynchronous agent moves execution into the background and returns later. Its trigger can also come from outside the conversation. Shenoy sketches a mechanism in which completion of another task supplies work to an asynchronous job queue; an agent pulls from that queue and proactively offers advice. A further rung extends execution over hours, days, weeks, or months. He presents that long-running behavior as an active problem for Long Lake and the labs, rather than an established capability of the systems he describes.

The desired endpoint is a proactive AI coworker that gets work done alongside a person. But each increase in autonomy must be earned. Shenoy identifies two constraints: a model may still be incapable of particular tasks, and employees need close interaction and iteration to understand and adopt the system. Progress therefore depends on both technical readiness and organizational readiness. Starting with the coworker promise skips the work needed to discover which responsibilities the agent can actually carry.

5:235:25
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

5:23 · section reference included

Why the coding-agent pattern does not transfer automatically

The ladder looks different across domains because capabilities are uneven. In coding, a synchronous agent has a filesystem, a person to collaborate with, and rapid feedback. Shenoy describes the asynchronous version as placing that agent in a sandbox, letting it build and test, and receiving the result as a pull request. The sandbox supplies a place to work independently; the pull request supplies a familiar artifact to review after execution. He regards this transition as largely solved for code generation.

Engineers also bring habits that fit asynchronous execution. They can launch 10 jobs and accept that job seven finishes before job three. A services employee may instead work through tasks serially. The synchronous services agent is recognizable: it has enterprise context, connects through MCPs, custom tools, or integrations, and supports a live conversation. The asynchronous equivalent remains an open design problem in Shenoy’s account. Spinning up several coding sandboxes gives engineers a familiar way to fork work; services businesses need an equivalent that fits their own tasks and working practices.

He proposes three questions for that design work. First, could knowledge work be represented as code so that agents can use a capability they already possess? This is a direction to investigate; he does not provide a representation or implementation. Second, how should traditionally serial work become parallel? Clearing an inbox one email at a time illustrates the behavioral change involved in handling 10 at once. Third, what product interface and employee training make greater autonomy usable? A launch mechanism that works for coding may be unsuitable for architecture or property management. The required change spans task representation, execution, and the person’s way of supervising the work.

7:337:35
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

7:33 · section reference included

Turning work into traces and outcome-based evaluations

The second lesson concerns knowledge that public training material does not adequately capture. Shenoy asks how to close the books when receipts are missing, scope construction from a blueprint collaboratively, or coordinate vendors to fix a broken roof. The missing knowledge can live in people’s heads, in 20-year-old software, or in a senior employee’s practiced judgment. Making it explicit requires observing how people resolve the actual task, including its awkward circumstances.

Long Lake’s loop starts with employees and agents collaborating on real work. That activity generates traces containing tool calls, friction, and failures. The traces then support evaluations tied to an observable result: was the roof repaired, or were the books closed? These outcomes provide a target for improving the agent. Shenoy says the improvement benchmarks become regression tests every week, so tasks used to push performance forward subsequently check whether earlier capabilities have been retained. He describes the feedback mechanism, but supplies no numerical results or detailed scoring procedure here.

10:1310:15
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

10:13 · section reference included

Feedback, post-training, and the exceptions that define the job

Shenoy identifies three uses for those traces. The first is automatically built and scored evaluations, informed by both explicit and implicit feedback. Explicit feedback includes thumbs-up or thumbs-down ratings and explanatory notes. Implicit feedback can come from comparing AI-generated data with the data ultimately submitted. That difference records what changed between the agent’s output and the finished work, giving the team evidence beyond a user’s general satisfaction with a response.

The second use is internal model post-training. Shenoy says Long Lake has begun training on data its businesses operate on and produce, targeting tasks he considers outside the usual distribution available to frontier labs. He presents this as an effort to address capabilities that frontier models still lack, without specifying a training algorithm, model, or measured gain. The third use is adapting the agents themselves. Customization must account for the company’s processes, the individual employee’s working style, and the service expectations of each client. Those are separate sources of variation even within one industry.

His terrain metaphor explains why this detail matters. A simplified task looks like a bicycle ride up a slope with a clear route to success. Real work contains hills, ravines, and many small obstacles. In services, handling those exceptions is often the substance of the job. A useful agent must therefore learn from the interruptions and corrections that an idealized demonstration leaves out.

11:3711:39
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

11:37 · section reference included

Learning depends on adoption—and adoption has to start

The final lesson connects continual learning with enablement. Continual learning improves an agent through feedback, whether changes occur in prompts or model weights. Enablement helps employees adopt and use it. Shenoy observes that these responsibilities often belong to different teams: research or platform engineering handles learning, while growth, deployment, or customer experience handles adoption. He argues that the two belong in one loop. Usage supplies experience that can improve the agent; a better agent gives employees more reason to use it.

That loop has an initial condition it cannot create by itself: someone must begin using the agent. Giving an enterprise access to Claude Code does not ensure that its employees change their processes. Shenoy illustrates the problem with a 100-year-old firm and someone who has closed the books the same way for 20 years. Even a highly capable AI coworker produces no operational change if the employee continues the existing routine. Initial usage is therefore a deployment problem that must be solved before learning from usage can compound.

13:4313:44
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

13:43 · section reference included

Designing software and services together, in person

Shenoy’s answer is to design software together with the service operation. He draws an analogy to the hardware–software co-design he attributes to Jensen: chips and software are designed as one system. For Long Lake, the corresponding system comprises products, people, and business processes. He argues that working within the same organization makes this close collaboration possible. The software has to fit the operating environment while employees and developers work out how the process should change.

One part of that work is reducing the effort required to adopt the product by bringing it into systems employees already use. His examples include embedding functionality in Excel, an ERP system, 3D design software, or email tools such as Outlook and Gmail. These are possible product placements, not a demonstrated integration architecture. Their purpose is concrete: employees can encounter the new capability inside the environment where their work already happens.

The other part is physical presence. Shenoy describes showing up to learn what employees actually do, running lunch-and-learn sessions, attending their conferences and operating a cotton-candy stand, and asking about daily difficulties while mountain biking. He also describes one-on-one—and sometimes two-on-one—sessions to demonstrate tools and gather feedback. These activities create opportunities to understand work and help people begin using the software. They are the practical means of starting the adoption loop discussed earlier.

He closes with a strong claim from his deployment experience: services software cannot be adequately co-designed through Zoom or support tickets alone; the team has to be there in person. His point is that employees outside the technology circles represented in the room have different working habits and need direct engagement. The closing call to “touch some grass” makes fieldwork part of the engineering task. After offering to remain available for questions, he ends the presentation.

15:3215:38
Suggest correction

This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.

15:32 · section reference included

Read the complete timestamped transcript
  1. 0:01

    [music]

  2. 0:12

    >> Hi everyone. I'm Varun. I'm one of the

  3. 0:14

    co-founders at Long Lake and I'm excited

  4. 0:17

    to share a little bit about what we've

  5. 0:19

    been up to for the last 2 years.

  6. 0:21

    It all comes back to a question all of

  7. 0:24

    us have asked time and time again.

  8. 0:27

    The models are getting better,

  9. 0:29

    but the real question is how do you

  10. 0:31

    actually deploy the AI into the real

  11. 0:34

    world?

  12. 0:35

    How do you get the models to complete

  13. 0:37

    economically relevant tasks?

  14. 0:43

    Let me start by saying everyone has seen

  15. 0:45

    the demo. Think of the agent

  16. 0:47

    automatically booking a flight, the

  17. 0:50

    agent automatically completing a ticket

  18. 0:53

    in some kind of customer service portal.

  19. 0:55

    Think of an agent completing a block of

  20. 0:57

    code ready to commit and go.

  21. 1:00

    The reality is we've all seen this and

  22. 1:02

    it feels like magic. 2 years ago any of

  23. 1:06

    this would have been complete science

  24. 1:08

    fiction. The capabilities are real.

  25. 1:12

    Now, walk with me into a 200-person

  26. 1:15

    property management firm.

  27. 1:16

    Real people, real properties,

  28. 1:19

    real dollars, real customers all across

  29. 1:22

    the US.

  30. 1:24

    You would expect AI to show up by now,

  31. 1:27

    but the reality is nothing has changed

  32. 1:30

    at all.

  33. 1:34

    Here's the thing.

  34. 1:36

    This is totally normal and maybe in fact

  35. 1:38

    I'd argue this is what we should expect.

  36. 1:42

    This is true for every general-purpose

  37. 1:45

    technology. You know, take electricity

  38. 1:47

    for example.

  39. 1:48

    Electricity was invented in the 1880s

  40. 1:51

    and it was first demoed at Edison's

  41. 1:53

    Pearl Street Station Dynamo Room over in

  42. 1:55

    Manhattan.

  43. 1:57

    This was the magic demo of its time.

  44. 2:01

    The reality is it took a long time for

  45. 2:04

    electricity to be fully adopted.

  46. 2:07

    Consider a Ford factory.

  47. 2:09

    It's not enough to just have

  48. 2:11

    electricity. You have to rip out the

  49. 2:13

    existing motors and equipment. You have

  50. 2:15

    to bring in the new equipment. You have

  51. 2:17

    to go and train everybody to use that

  52. 2:19

    very same equipment.

  53. 2:21

    Here's a picture of a Ford electrified

  54. 2:23

    moving assembly in 1924.

  55. 2:26

    These things take time.

  56. 2:28

    Diffusion of any technology takes a

  57. 2:31

    generation. And since everyone here in

  58. 2:34

    this room today is talking about AI, I

  59. 2:36

    would argue

  60. 2:37

    AI diffusion is perhaps the single most

  61. 2:40

    important problem for the next 20 years.

  62. 2:44

    The models are going to keep getting

  63. 2:45

    better. The big question is how do we

  64. 2:48

    actually get these models to be in the

  65. 2:50

    real world, complete real tasks, uh and

  66. 2:52

    make people more efficient, happier, and

  67. 2:54

    provide better service.

  68. 2:57

    So taking a quick step step back, who

  69. 2:59

    are we? Uh we are Long Lake. Over the

  70. 3:01

    last 2 years, we've raised over $3

  71. 3:04

    billion from Elad Gil, General Catalyst,

  72. 3:07

    and AlphaWave since our founding.

  73. 3:10

    Here's the strange part. We we don't

  74. 3:12

    sell software. We actually go out and

  75. 3:14

    acquire and partner with real services

  76. 3:16

    businesses in the world. Uh we've

  77. 3:18

    acquired 35 businesses across HOA and

  78. 3:21

    property management, architecture, HR

  79. 3:23

    services, and a lot more.

  80. 3:26

    To give you a little bit more flavor, we

  81. 3:28

    have roughly a 40% team right now split

  82. 3:30

    between technology, finance, and

  83. 3:32

    operations. More than half our team is

  84. 3:35

    part of the technology team focused on

  85. 3:37

    uh building products, data, and

  86. 3:39

    deploying the core products into the

  87. 3:41

    field. Uh we're in a collected group of

  88. 3:43

    folks, a bunch of ex-founders who've

  89. 3:46

    worked in the services before,

  90. 3:47

    ex-military, folks from Palantir, Ramp,

  91. 3:50

    Glean, uh and from the finance side,

  92. 3:53

    Blackstone, H.I.G., et cetera. We are we

  93. 3:56

    are not selling them to these companies

  94. 3:58

    above from the outside. We're actually

  95. 4:00

    deploying into these companies and

  96. 4:02

    figuring out how to get the technology

  97. 4:03

    to work.

  98. 4:05

    And just to show you the scale we're

  99. 4:06

    playing at, we announced recently our

  100. 4:08

    $6.3 billion take private of American

  101. 4:11

    Express Global Business Travel, the

  102. 4:12

    world's largest corporate travel

  103. 4:14

    platform.

  104. 4:16

    We own these businesses.

  105. 4:19

    So, when the AI doesn't work, it's not

  106. 4:22

    their problem. We're not the vendor.

  107. 4:24

    It's our problem.

  108. 4:27

    Concretely, again, we are not the

  109. 4:29

    vendor. We are the operator owners. And

  110. 4:31

    we work very closely with our teams

  111. 4:33

    within the businesses to drive real

  112. 4:35

    outcomes.

  113. 4:37

    Now, I want to step back and get to the

  114. 4:39

    concrete about the how. What are the

  115. 4:41

    lessons we've learned over the last 2

  116. 4:43

    and 1/2 years? And what we've learned

  117. 4:45

    from deploying AI into companies we've

  118. 4:47

    owned.

  119. 4:51

    Three quick lessons. One, how we move

  120. 4:54

    agents from co-pilots to co-workers.

  121. 4:57

    Two, how we leverage real-world data

  122. 5:00

    within these businesses.

  123. 5:02

    Remember, we're seeing all of the work

  124. 5:04

    that's being done in these real services

  125. 5:06

    businesses. There's a lot of interesting

  126. 5:08

    problems and solutions embedded within

  127. 5:11

    that.

  128. 5:11

    And then finally, perhaps the most

  129. 5:13

    interesting and exciting is how do you

  130. 5:15

    actually get all of this technology to

  131. 5:16

    compound over time by learning loops in

  132. 5:19

    the enterprise. We'll get to that at the

  133. 5:21

    end over here.

  134. 5:23

    So, starting off from co-pilots to

  135. 5:25

    co-workers.

  136. 5:27

    There's a spectrum of how much autonomy

  137. 5:29

    you can give an agent.

  138. 5:31

    On the left here, you see a co-pilot.

  139. 5:32

    This is, you know, your simple rag

  140. 5:34

    chatbot from 2 years ago. It's very

  141. 5:36

    quick. You can ask a question. Maybe

  142. 5:38

    it's integrated with some systems. It

  143. 5:39

    can give you information back very, very

  144. 5:41

    quickly.

  145. 5:44

    The second step is a synchronous agent.

  146. 5:45

    Consider something like Claude code,

  147. 5:47

    Codex, Claude co-work. It's real-time.

  148. 5:50

    There's this two-way interaction. It's a

  149. 5:52

    bit more sophisticated than a co-pilot.

  150. 5:54

    You can go let it run off for 1 to 5

  151. 5:56

    minutes. Uh it'll call tools, maybe use

  152. 5:58

    its skills. Uh it's still synchronous.

  153. 6:00

    You still need to step in and ask a

  154. 6:01

    query. So, the next obvious rung of the

  155. 6:03

    ladder is the asynchronous agent.

  156. 6:06

    You can come in here, still ask a query.

  157. 6:08

    The agent will go off into the

  158. 6:10

    background, do some work, and then come

  159. 6:11

    back. Uh and what's really interesting

  160. 6:14

    about asynchronous agents is that the

  161. 6:15

    user does not have to be the one that

  162. 6:17

    triggers them.

  163. 6:19

    You can have external triggers as well.

  164. 6:21

    Maybe someone completes a certain task

  165. 6:23

    and there is an async job queue uh that

  166. 6:25

    allows the async agent to pull off from

  167. 6:27

    and proactively offer advice to the end

  168. 6:29

    user.

  169. 6:31

    Then, I'd argue the next step is a

  170. 6:33

    long-running agent.

  171. 6:35

    How do you get these agents to work for

  172. 6:37

    hours, days, weeks, months, etc.? I

  173. 6:40

    think this is currently a very core

  174. 6:42

    problem that a lot of the labs are

  175. 6:44

    focused on, as are we.

  176. 6:48

    And then finally, at the end, the holy

  177. 6:50

    grail, an AI co-worker.

  178. 6:53

    This is where most people start off.

  179. 6:55

    You want a proactive partner that gets

  180. 6:57

    work done just alongside you.

  181. 7:00

    This is what everyone wants to sell you,

  182. 7:02

    but what we've learned from owning the

  183. 7:03

    outcomes in this business is

  184. 7:07

    you have to earn the right to do more.

  185. 7:09

    It's it's not enough to jump to the

  186. 7:11

    co-worker immediately,

  187. 7:13

    right? For for a bunch of reasons. One,

  188. 7:15

    for certain tasks, the models might not

  189. 7:17

    quite be there yet. And two, you

  190. 7:19

    actually have to work with these

  191. 7:20

    companies in the field, interact and

  192. 7:23

    iterate very, very closely, so that they

  193. 7:26

    understand that this is the beginning of

  194. 7:28

    AI, and you can work up the rungs over

  195. 7:30

    time.

  196. 7:33

    I think a really unique lens to look at

  197. 7:35

    this problem through is the that of the

  198. 7:37

    jagged frontier. We all know that agents

  199. 7:40

    are incredibly good at writing code. So,

  200. 7:42

    what does the, for example, synchronous

  201. 7:44

    agent for code generation look like?

  202. 7:47

    This is super simple. This is just your

  203. 7:48

    coding agent, maybe it's Codex, Cloud

  204. 7:50

    Code, just running on your desktop. It

  205. 7:52

    has access to a file system. You

  206. 7:54

    collaborate within real time. You get

  207. 7:56

    instant feedback and you iterate.

  208. 7:59

    The next step is, you know, if you look

  209. 8:01

    at code code generation, what is the

  210. 8:02

    async agent? This is also fairly

  211. 8:04

    straightforward and largely solved. You

  212. 8:06

    take the exact same coding agent, you

  213. 8:08

    wrap it in a sandbox, and you just let

  214. 8:10

    it go run. It can build, it can test,

  215. 8:12

    and once it's done with its work, it can

  216. 8:14

    provide the code in the form of a PR.

  217. 8:16

    One thing that's really unique about

  218. 8:18

    engineers is folks are incredibly good

  219. 8:21

    at already paralyzing their work.

  220. 8:23

    It's very commonplace to launch 10 jobs

  221. 8:26

    and be comfortable with the fact that

  222. 8:28

    job seven might finish before job three.

  223. 8:30

    So, engineers are incredibly good at

  224. 8:32

    using these async agents.

  225. 8:35

    Now, when we come to services, the

  226. 8:37

    equivalent of a synchronous agent, what

  227. 8:38

    we talked about a little bit earlier,

  228. 8:40

    it's a co-working agent. It's an agent

  229. 8:42

    that has deep context about your

  230. 8:43

    enterprise. It interacts potentially

  231. 8:45

    with MCPs, custom tools, custom

  232. 8:47

    integrations, uh and you can chat with

  233. 8:49

    it synchronously just like any of these

  234. 8:51

    other products.

  235. 8:53

    I think this is a frontier here in the

  236. 8:54

    bottom right.

  237. 8:56

    What does it mean to build an

  238. 8:58

    asynchronous agent for the services?

  239. 9:00

    What does it mean to paralyze work in

  240. 9:03

    industries where work is traditionally

  241. 9:05

    done in a very, very serial manner?

  242. 9:08

    This is where we spend a lot of time and

  243. 9:10

    this is what I wake up every morning

  244. 9:11

    really excited thinking about, you know,

  245. 9:12

    we've we've figured out what the async

  246. 9:15

    and forking mechanism for code is. You

  247. 9:17

    just spin up a bunch of sandboxes and do

  248. 9:19

    work. What does that look like for the

  249. 9:21

    rest of the world?

  250. 9:24

    So, here's a couple questions we think

  251. 9:26

    about pretty seriously. One, you know,

  252. 9:28

    the models are trained on code, they

  253. 9:30

    want to write code, they're incredibly

  254. 9:31

    good at writing code. How do we leverage

  255. 9:33

    these coding agents for actual knowledge

  256. 9:34

    work? You You rather than wait for the

  257. 9:36

    models to catch up on doing services

  258. 9:38

    knowledge work, what if we just use that

  259. 9:40

    code knowledge and represent knowledge

  260. 9:42

    work as code?

  261. 9:44

    Two, as I mentioned, engineers are used

  262. 9:46

    to paralyzing work. How do you paralyze

  263. 9:48

    work that's traditionally serial? You

  264. 9:49

    know, people clean out their inbox one

  265. 9:51

    email by one email, not 10 emails at

  266. 9:52

    once.

  267. 9:54

    And finally, how do you move up the

  268. 9:55

    ladder here both in terms of product and

  269. 9:57

    user enablement?

  270. 9:59

    What are the right form factors? And I'd

  271. 10:01

    argue this varies dramatically from

  272. 10:04

    industry to industry. Just because you

  273. 10:06

    have one way of launching an async agent

  274. 10:07

    for code, doesn't mean that same way is

  275. 10:09

    going to work for architecture or

  276. 10:10

    property management.

  277. 10:13

    The second point I want to cover today

  278. 10:15

    is leveraging real-world data.

  279. 10:17

    We all know this. Frontier models have

  280. 10:19

    learned from everything humanity has

  281. 10:21

    written down,

  282. 10:22

    but the most valuable tasks are not on

  283. 10:24

    the internet.

  284. 10:26

    How do you actually close the books when

  285. 10:27

    you're missing receipts?

  286. 10:29

    >> [snorts]

  287. 10:29

    >> How do you scope a building for

  288. 10:31

    construction in a blueprint, potentially

  289. 10:33

    collaboratively?

  290. 10:35

    How do you coordinate vendors for fixing

  291. 10:36

    a broken roof?

  292. 10:39

    All of this knowledge lives in people's

  293. 10:40

    heads, in 20-year-old software, uh in

  294. 10:43

    the way that one senior person on one of

  295. 10:45

    these teams just knows how to do it. How

  296. 10:48

    do you make this information explicit

  297. 10:49

    and create tasks that you can actually

  298. 10:51

    learn from?

  299. 10:52

    So, we've constructed a little bit of a

  300. 10:53

    flywheel. We get our agents to

  301. 10:56

    collaborate with our employees to do

  302. 10:58

    real work. And this allows us to

  303. 11:00

    generate rich traces of data and

  304. 11:01

    information. Tool calls, the hiccups,

  305. 11:04

    the papercuts, everything that goes

  306. 11:06

    wrong with doing real work.

  307. 11:08

    This in turn allows us to build

  308. 11:10

    real-world evals.

  309. 11:12

    There is a ground truth here. In the

  310. 11:14

    case of the roofing example, the

  311. 11:16

    question is, did the roof get repaired?

  312. 11:19

    Did the books get closed?

  313. 11:21

    And this allows us to hill climb and

  314. 11:23

    build better agents, which leads to more

  315. 11:25

    and more impact. And what's really

  316. 11:27

    exciting is it ratchets up. Every week

  317. 11:30

    our hill climbing benchmarks

  318. 11:32

    become a regression test. So, our agents

  319. 11:34

    get better and better over time.

  320. 11:37

    Just to drive a little bit deeper here

  321. 11:39

    on the traces, there's three upshots of

  322. 11:42

    being able to collect these rich traces.

  323. 11:44

    One, we get to generate amazing evals

  324. 11:46

    that are built and scored automatically.

  325. 11:49

    Uh and we're able to gather both

  326. 11:51

    implicit and explicit feedback. Explicit

  327. 11:53

    feedback in the sense of thumbs ups and

  328. 11:54

    thumbs down, maybe people provide a note

  329. 11:57

    telling us whether this response was

  330. 11:58

    good or not. Uh and also implicit

  331. 12:00

    feedback. Right? Again, we have the

  332. 12:02

    ground truth. Maybe there's some data

  333. 12:03

    that the AI generated and there's a real

  334. 12:05

    diff between the data that the AI

  335. 12:07

    generated and what was ultimately

  336. 12:09

    submitted. That's rich information that

  337. 12:12

    almost no one else has.

  338. 12:14

    Two, we've started post training models

  339. 12:16

    internally on

  340. 12:18

    all of the data that these businesses

  341. 12:19

    operate on and produce, generally

  342. 12:22

    speaking.

  343. 12:23

    This is all data that is completely out

  344. 12:25

    of distribution for most frontier labs.

  345. 12:27

    Think of the task I showed at the

  346. 12:28

    beginning. A lot of the models A lot of

  347. 12:31

    the frontier models today just can't do

  348. 12:33

    these tasks yet and we're trying to post

  349. 12:35

    train our own models internally to be

  350. 12:37

    able to do that on the rich source of

  351. 12:38

    data that we own.

  352. 12:40

    And then finally, the actual agents

  353. 12:42

    themselves.

  354. 12:43

    The real world is incredibly hairy and

  355. 12:45

    messy and you want customization per

  356. 12:47

    company. Every company does things very

  357. 12:50

    differently. Customization per user. The

  358. 12:52

    way each user does their work is very

  359. 12:54

    unique. And customization per client.

  360. 12:57

    The way you work with every client is

  361. 12:59

    different. It's a services business and

  362. 13:01

    you want to uphold those standards.

  363. 13:04

    I love this picture

  364. 13:06

    because it's the whole thing in a single

  365. 13:08

    image. Um the the way we usually talk

  366. 13:10

    about LLM tasks is the top panel. Right?

  367. 13:13

    You just It's It's a slope. You got a

  368. 13:15

    bike. And but there's clear sight to

  369. 13:18

    success.

  370. 13:19

    The reality is most work is not like

  371. 13:22

    that. And And you and I both know that.

  372. 13:24

    Uh there are hills and ravines. Uh

  373. 13:27

    there's death by a thousand paper cuts.

  374. 13:29

    But But that's what real work looks

  375. 13:31

    like. That's the entire job. The

  376. 13:33

    exceptions are the job.

  377. 13:37

    That's That's the demo.

  378. 13:39

    That's the actual job.

  379. 13:43

    Now, on to the final thing I want to

  380. 13:44

    chat with you guys today is learning

  381. 13:47

    loops within the enterprise.

  382. 13:49

    I'd argue there's two hot trends

  383. 13:51

    everyone's talking about in 2026. One,

  384. 13:54

    it's continual learning. How do you make

  385. 13:56

    an agent better over time with feedback?

  386. 13:58

    I think there are plenty of sessions uh

  387. 14:00

    this week on how you can use continual

  388. 14:02

    learning, whether it's in the prompt or

  389. 14:04

    in the weights.

  390. 14:06

    And two, enablement. How do you get in

  391. 14:08

    these enterprises and actually get them

  392. 14:10

    to adopt and use AI?

  393. 14:12

    Traditionally speaking,

  394. 14:15

    these two initiatives are owned by two

  395. 14:16

    separate teams. Right? The continual

  396. 14:18

    learning is owned by your research team,

  397. 14:20

    your platform engineering team.

  398. 14:21

    Enablement's owned by growth or

  399. 14:23

    deployment or customer experience. Uh

  400. 14:25

    usually pretty siloed, not much

  401. 14:26

    interaction between the two.

  402. 14:29

    We think these are part of the exact

  403. 14:31

    same loop.

  404. 14:32

    The agent only improves if people

  405. 14:34

    actually use it.

  406. 14:37

    And people only use the agent if it's

  407. 14:39

    worth adopting.

  408. 14:41

    So, here's a little graphic of a

  409. 14:42

    snowball. More usage drives continual

  410. 14:45

    learning, which drives a better agent,

  411. 14:46

    which drives more usage again.

  412. 14:49

    All this to say, there's still a really

  413. 14:51

    big elephant in the room.

  414. 14:53

    How do you get the initial usage?

  415. 14:55

    I think a lot of people, you know, will

  416. 14:57

    use Claude Code or or give it to their

  417. 15:00

    whole enterprise, expect folks to just

  418. 15:02

    start using it.

  419. 15:04

    Everyone assumes the usage just shows

  420. 15:07

    up.

  421. 15:08

    But as we all know, that's simply not

  422. 15:10

    the case. It never does. Right? Getting

  423. 15:12

    a 100-year-old firm to change its

  424. 15:15

    processes is hard.

  425. 15:17

    You could have the best AI coworker on

  426. 15:20

    the internet or on Earth. And if the

  427. 15:22

    people if the person who's closed the

  428. 15:24

    books for the last 20 years continues to

  429. 15:26

    do things the same way,

  430. 15:28

    nothing changes. Nothing happens.

  431. 15:32

    So, what can you actually do about it?

  432. 15:33

    What you know, this this seems like

  433. 15:35

    incredibly hard. What what's the upshot?

  434. 15:38

    How do you actually get this stuff to

  435. 15:39

    work? Well, I think a lot about Jensen

  436. 15:41

    and how he dominated the market in his

  437. 15:44

    words with extreme hardware software

  438. 15:46

    co-design. Designing the chips and the

  439. 15:49

    software together as one system.

  440. 15:52

    We look at this through the lens of

  441. 15:54

    extreme software service co-design. How

  442. 15:57

    do you co-design our products with the

  443. 15:59

    people and the processes at our

  444. 16:01

    businesses? And I'd argue this is only

  445. 16:04

    possible from being within under the

  446. 16:06

    same roof.

  447. 16:08

    We need to meet the people within these

  448. 16:10

    companies both metaphorically, for

  449. 16:13

    example, bringing products to their

  450. 16:15

    systems so that the energy required for

  451. 16:17

    enablement is kept low, and also

  452. 16:19

    physically. Get on a plane, show up, say

  453. 16:22

    hi, learn what people actually do.

  454. 16:25

    You know, maybe you build a product

  455. 16:27

    that's natively embedded into Excel or

  456. 16:29

    into their ERP system, maybe their 3D

  457. 16:32

    design software, or or maybe even their

  458. 16:34

    Microsoft products like Outlook, Gmail,

  459. 16:36

    etc.

  460. 16:38

    Or you show up in person. You do a lunch

  461. 16:39

    and learn with a bunch of folks at one

  462. 16:40

    of the companies. You go to their

  463. 16:42

    conferences and you create cotton candy

  464. 16:44

    and run a stand for them. You go

  465. 16:45

    mountain biking and ask them about all

  466. 16:47

    the difficulties that they have with

  467. 16:48

    their actual day-to-day jobs.

  468. 16:50

    Or you show up in person one-on-one or

  469. 16:53

    sometimes even two-on-one in this case

  470. 16:55

    and just show them how to use the tools

  471. 16:57

    and learn from the feedback because this

  472. 17:00

    is what the rest of the world really

  473. 17:01

    looks like. It's not like the folks in

  474. 17:02

    this room or in San Francisco. It's a

  475. 17:04

    lot more like this. You cannot co-design

  476. 17:07

    software with the services business over

  477. 17:08

    Zoom

  478. 17:09

    or over a support ticket. You you have

  479. 17:12

    to be there. You have to be in person.

  480. 17:14

    And I'd argue this is the part that

  481. 17:16

    actually makes it work. In order to get

  482. 17:17

    AI diffusion to work, you have to touch

  483. 17:20

    some grass.

  484. 17:22

    Thank you so much. I'll be around for

  485. 17:23

    the rest of day if there's anything I

  486. 17:24

    can help with. My email is up there.

  487. 17:27

    And yeah, thank you.

  488. 17:43

    >> [music]