From AI-Assisted to AI-Native: Building a Frontier Development Team — Clare Liguori, AWS

AI Engineer · 20 min · 195 sentences · from YouTube's caption track

Each timecode opens YouTube at the start of that sentence. Line anchors (#s42) are the cue ids in the WebVTT, and every line carries its start and end seconds. All transcripts has every talk, and the whole corpus as one file.

  1. 00:01[music]
  2. 00:12My name is Claire La Gory and I'm a senior principal engineer at AWS.
  3. 00:17I mostly work on Kuro, our agent encoding assistant, but today I want to talk about some of the practices we've been seeing inside of Amazon and Amazon teams where we've been seeing really exciting results of
  4. 00:31productivity increases that are step function improvements since what what we've been seeing with AI so far.
  5. 00:38So, I've been working on agentic AI for over 3 years now and I've kind of seen the evolution that's happened in our industry when it comes to coding assistance with AI.
  6. 00:50First, we had this inline code completion helping us to write the next line, maybe the next function.
  7. 00:57We moved on to chat, asking questions about our code.
  8. 01:01Everybody started doing vibe coding sometime last year, but now we're starting to see kind of an early adopter phase of what we've been calling frontier development.
  9. 01:11And completely anecdotally, based on my own experience, I've really only felt maybe 10 to 20% more productive with all of these phases that have come before.
  10. 01:22But now inside of Amazon, we've been running pilots with different teams across the company and we've been seeing a median of 4.5x productivity improvement and sometimes more than 10x.
  11. 01:34So, something has really changed here now that we're seeing these step function improvements in productivity.
  12. 01:40And I like to define what we've been calling frontier developers inside of Amazon by three behaviors that I've been seeing.
  13. 01:50One is hands-off coding.
  14. 01:52Frontier developers write maybe 1 to 2% of the code that they produce.
  15. 01:57The rest is agents.
  16. 02:00The second is that they interact with their agents infrequently.
  17. 02:03They'll aim to get their coding assistant to run for up to hours at a time without their intervention.
  18. 02:10And third is that they minimize idle time.
  19. 02:13These frontier developers tend to run multiple agents in parallel churning through a backlog of tasks.
  20. 02:22The first time that I saw a frontier developer team was the Bedrock Mantle team.
  21. 02:28Bedrock is our model hosting service.
  22. 02:31Hosts LLMs like Claude and GPT.
  23. 02:35And sometime last year we knew or I say we but the Bedrock team knew that they were going to need to build a new inference data plane.
  24. 02:46But they had estimated it at 30 people over 18 months.
  25. 02:51This is a big big service and it was going to take time to build the new one, migrate customers over, migrate models over.
  26. 02:59They decided to take a step back.
  27. 03:01They took six people and they built
  28. 03:03[snorts]
  29. 03:03it in 76 days with Kiro.
  30. 03:06So this was a huge achievement.
  31. 03:08This was the first time we've we'd seen anything of the kind inside of Amazon.
  32. 03:12So this was truly the pathfinder team that proved that it was possible to get up to 20X improvement.
  33. 03:20Now they looked at commits and I'll talk about a couple of other ways that we are uh measuring productivity improvements.
  34. 03:27But there was one problem with this story which was that yes, it was built with six people.
  35. 03:33It was built with some of the top engineers literally in the company including two distinguished engineers.
  36. 03:40So this was not just any team of six people.
  37. 03:43These were experts in distributed systems, experts at LLMs and their architecture.
  38. 03:51So this the story was amazing and it kind of spread like wildfire across Amazon, but it was also very unachievable for a lot of teams.
  39. 03:59There were a lot of questions about can this actually be reproduced on another team?
  40. 04:05So, another experiment that I want to talk about is an experimental sprint that was done in the Prime Video organization.
  41. 04:13They took a 10-day sprint and they did an experiment where they put, again, six engineers in a room and they let them go wild with Kiro.
  42. 04:23Uh they brought down the project delivery time estimate from what was going to be 90 weeks down to 24 based on all of the progress they had made in this 10-day sprint.
  43. 04:36And they they looked at their commit history and they looked at what did they used to do prior to this 10-day sprint and how many commits did they produce just in this 10 days.
  44. 04:48And so, this sprint really proved that we can achieve, again, at least something close to what the Bedrock Mantle team had uh had achieved with a different set of engineers.
  45. 05:00But again, there was a challenge with this story, which was it was six engineers in a room, but they had no on-call duties, limited meetings, very few distractions, which we all know
  46. 05:13are regular in the lives of an engineer.
  47. 05:16And the senior engineer on the team had spent the previous 3 weeks creating very detailed, small, well-scoped tasks with detailed requirements for these six [clears throat] engineers to just go churn on for those 2 weeks.
  48. 05:32So, this was again not necessarily real life.
  49. 05:35This was a structured sprint, uh a a point in time that they were able to achieve this, but again, the question is is this achievable on real teams on day-to-day
  50. 05:47work?
  51. 05:48So, Amazon stores which encompasses amazon.com, all of our retail websites, as well as our physical stores, did a more structured pilot.
  52. 05:59They watched 50 teams that were totally normal normal distribution of um early career folks, mid-career, senior engineers, and that worked on existing systems.
  53. 06:11Nothing green field like the mantle team got to build from the ground up, but existing systems with existing code bases.
  54. 06:19And they they watched them for the better part of last year, and they found something super interesting.
  55. 06:26They found that there was a big difference in the productivity gains that they saw between half of the teams and the other half.
  56. 06:34And in this case, they used a productivity metric of deployment velocity to production.
  57. 06:40So, not just commits, how many commits are they producing, but how quickly are we getting changes out to customers?
  58. 06:47How how quickly are we able to ship things?
  59. 06:50And they saw that for half of the teams, they achieved less than 3x increase.
  60. 06:55And what they found that was the difference between seeing less than 3x productivity increase, these teams that saw a median of 4.5x, and and in some cases more than 10,
  61. 07:06was how they used the tools.
  62. 07:0890% of these teams used Kiro, among other internal tools that we have, and what they found was it wasn't about the tools, it was about the way that they worked.
  63. 07:19The teams that achieved step function improvements intentionally changed the way that they worked, and the other simply kind of sprinkled Kiro and some of the other tools that we have
  64. 07:31on top of their existing way of working.
  65. 07:33And for me at least, this was the big aha moment.
  66. 07:37That why I hadn't been feeling potentially the massive gains that productive that in in productivity that AI has promised.
  67. 07:46It's about changing the way that we work.
  68. 07:49So, across this pilot, they went and interviewed uh the teams that were involved in the pilot as well as some of these other teams on the Bedrock mantel team,
  69. 07:57on uh Prime Video, and they found five habits.
  70. 08:02And and I use the word habits very specifically because again, it's not about that one sprint.
  71. 08:08It's about doing this day-to-day.
  72. 08:10And it And what they found when they interviewed with these teams was that it really was habits that they had to build day-to-day.
  73. 08:17When we change our way of working, it's it's hard to build these habits.
  74. 08:21It takes time to build these habits.
  75. 08:24So, let's go through each of these one by one.
  76. 08:26Habit number one is investing in agent context.
  77. 08:30We have a lot of stuff in our head.
  78. 08:32We tend to transfer all of that stuff in our head to other people through Slack conversations, through onboarding, mentors, things like that, through code reviews, through stand-ups and sprint planning,
  79. 08:45and they had to write all of that down.
  80. 08:47And the habit that they built was every time the agent makes a mistake or does something not the way that you would have done it, what am I missing in my skills files?
  81. 08:57What am I missing in my steering files that the agent needed?
  82. 09:02But then, as we know, across last year, we saw leaps and bounds in models' abilities and their behaviors.
  83. 09:09Uh the Sonnet 3.7 in the middle of last year had a lot of quirks that we had to put a lot of do nots in our uh in our steering files,
  84. 09:18and now we don't have to do that as much with Opus 4.5 as of last November, and then we've had 6 months more than 6 months of improvement since then
  85. 09:28uh with all of the new versions of models that have come out since then.
  86. 09:31And so, the question, the new habit, again, is do I still need this in my steering files or is this just bloating context?
  87. 09:39The second one is slowing down to speed up.
  88. 09:42In almost every team that was interviewed, they reported that their productivity actually went down as they intentionally adopted a new way of working.
  89. 09:52That's counterintuitive, right?
  90. 09:54You have to do intentional engineering work before you're going to see that hockey stick curve in productivity improvement.
  91. 10:02Because we have to do real work in our code base first for agents to be successful there, especially in brownfield existing code bases.
  92. 10:10So they had to build that agent context up.
  93. 10:13They had to improve existing tools error messages so that the model knew what was going on when it failed.
  94. 10:19They built new tools, new MCP servers for helping that model to actually get done what it needed to get done.
  95. 10:26A lot of teams ended up restructuring their code base so that agents could actually navigate it more easily.
  96. 10:32And I've even seen drastic changes like changing the programming language of the code base.
  97. 10:38Um often I've seen teams struggle with Python, with JavaScript because they're untyped languages.
  98. 10:44It's hard to test.
  99. 10:46There's no compiler errors.
  100. 10:47So the model kind of guesses and give it gives it back to you.
  101. 10:51And so I've seen teams moving to TypeScript.
  102. 10:55Um Rust has become very popular inside of Amazon.
  103. 10:57The compiler gives great error messages.
  104. 11:00Um you don't have to do that, but I've seen a lot of teams making those intentional changes for the productivity gains that they're able to see.
  105. 11:09The third one is feeding agents, not babysitting agents.
  106. 11:13And for me this was one of those aha moments of why we're seeing this step function improvement in productivity.
  107. 11:21If you are vibe coding, if you are having a back-and-forth conversation with your agent all day long, of course you're not going to see four to five x productivity improvements
  108. 11:32because you are in the loop the entire time.
  109. 11:35You're probably sitting there for 30 seconds to a minute waiting for it to generate code and come back to you with with the code to review.
  110. 11:44If you're sitting there waiting for it, then you can't go off and do other stuff.
  111. 11:48It's really difficult to run agents in parallel.
  112. 11:51It's very difficult to get to to clone yourself into multiple agents.
  113. 11:57And so if your conversations look a bit like this on the left, then you're babysitting that agent.
  114. 12:03As opposed to the right side where you're feeding it what it needs to do and how it can self-validate.
  115. 12:09And that's really the key so that agents can self-correct and only come back to you when it meets a certain quality bar, when it when it actually runs and compiles
  116. 12:18and passes tests, when it's testable, when it it actually has high coverage.
  117. 12:24And of course the next level is put all of this content into your steering file so it does it every time without you having to prompt it.
  118. 12:33The fourth habit is to make intent explicit.
  119. 12:37At Amazon we practice a lot of behavior-driven development.
  120. 12:41We've built that into the Q product and so it's very natural for Amazon engineers to adopt it in Q. Um what what I've typically seen with live coding as opposed to frontier engineering
  121. 12:53is giving a very high-level prompt, letting the agent generate a ton of code, and then having a back-and-forth conversation saying, "Oh, that's not really what I meant.
  122. 13:06That you haven't you haven't exactly gotten the the requirements right.
  123. 13:10No, I didn't actually want to build it that way.
  124. 13:12Here's a technical design."
  125. 13:14And it is less I find less productive to iterate with the agent on code when the intent itself was incorrect.
  126. 13:23So often will have will see Amazon engineers go through this process for for ambiguous complex features of writing the specification.
  127. 13:34And in Kiro, of course, you don't have to write this whole specification.
  128. 13:37You can have the model generate it, but it's a lot easier to to iterate with the model in kind of a back and forth conversation about a document than it is about code that's code changes that are spread across a code base.
  129. 13:53The fifth one is shift testing left.
  130. 13:57One of the keys here is to give the agent that fast feedback loop.
  131. 14:02Because that's what lets it go off for hours at a time and self-correct.
  132. 14:06The agent is going to make mistakes and that's fine.
  133. 14:10But if you give it the right signals, it can self-correct and it can spend a while doing that.
  134. 14:16So, I've seen teams adding linters, adding unit tests, integration tests, performance tests, security tests.
  135. 14:22These are all things we all know we should have been doing all along.
  136. 14:26This is good engineering hygiene and practices.
  137. 14:29But now the ROI is, I think, finally high enough for actually us to actually invest in it.
  138. 14:36Um one thing that I've been seeing a lot of teams do is mock out services.
  139. 14:41Often with integration tests, we would test kind of end-to-end an entire system including live services.
  140. 14:48But we've been investing a lot in in mock services that run entirely locally with deterministic responses because it lets the agent do everything locally.
  141. 14:58Um doing everything on your laptop without having to spin up a bunch of other services and and connect to cloud services makes everything a lot faster because the the more that your agent can get fast feedback
  142. 15:12means the more loops that it can can do and the more productive your own agent can be.
  143. 15:19So, across all of these, these are some of the habits we've seen, but of course I would be remiss if I would tell you if you adopt all of these habits, you will
  144. 15:30achieve nirvana.
  145. 15:31You will be the most productive engineering organization the world has ever seen.
  146. 15:35Things are still hard.
  147. 15:36We are still very much in an early adopter phase and teams are still figuring it out.
  148. 15:43So, one thing that we've been seeing across our teams just organizationally is the risk of burnout.
  149. 15:49I did not coin this term.
  150. 15:51I forget who did at what conference, but flow mat is real.
  151. 15:55We've been seeing engineers staying up late late at night trying to get that perfect prompt that's going to make their agent run for hours overnight so that they wake up in the morning with a code change ready.
  152. 16:08The cognitive load increases as you run these multiple agents in parallel.
  153. 16:13You're constantly shifting between terminal tabs.
  154. 16:17And then we do see that reviewing AI output is often harder for some than than actually writing it, especially early in career.
  155. 16:26Senior engineers have have already spent a large portion of their career reviewing others code.
  156. 16:32But early career engineers don't have that muscle yet and so reviewing it can can feel like a lot more cognitive load than they're used to and actually writing it.
  157. 16:44The other one is organizational change.
  158. 16:47So, it's already hard to change the way we work as engineers.
  159. 16:51The way that we spend our entire day completely changes when we're frontier engineers, but also organizations have to change to enable frontier engineering teams.
  160. 17:02One that I've seen very commonly is accepting slowing down to speed up.
  161. 17:09And I've been guilty of this myself.
  162. 17:11My my fellow leaders have been guilty of of this of saying, "Well, you have the AI tools now and the models are so amazing now.
  163. 17:19Why are you not going faster?
  164. 17:22Um and that's because you have to take those two months to invest in your code base, to figure out the best practices for your team, to make hard habit changes on your team.
  165. 17:35Um and and if you're constantly expecting shipping features every month because now we have these amazing models and we're seeing um all of these these companies on X saying how they're shipping 20
  166. 17:48PRs a day, um we have to slow down to speed up.
  167. 17:54The second one is actually going too broad in the organization too fast.
  168. 17:58I think that if we had um expected all teams in massive organizations to be frontier teams immediately, we would not have had the learnings that we had from the Pathfinder,
  169. 18:11from the from the sprint experiment, from the pilot uh teams within Amazon.
  170. 18:18And now the challenge for us is how do we scale it out?
  171. 18:21And that's what 2026 is about for Amazon is how do we scale this out to more and more teams, to the next uh 2,000 teams instead of uh 50 teams.
  172. 18:31Um and so I think that when you roll it out too quickly, you have a lot of teams who don't know what they're doing.
  173. 18:38You haven't had time to find the best practices for your own organizations, the the context that your organization needs.
  174. 18:45And the last one is that you're going to find new bottlenecks.
  175. 18:49Previously, code writing code manually was the bottleneck.
  176. 18:54Um I find that within Amazon, we've found um the speed of decision-making becomes a new bottleneck.
  177. 19:01Um the more that you spend reviewing the decision to actually build a new product, the slower it is to build the product now because the code only takes 1 to two months to write.
  178. 19:13[snorts]
  179. 19:13Um all of the review processes associated with the launch of a product become the bottleneck.
  180. 19:20When it used to take 9 to 12 months to build a new product, it didn't matter so much in the in the overall wash of things if it took two months to make the decision to build the product and then two months to approve the launch.
  181. 19:34But now those are the bottlenecks.
  182. 19:37Those are the long pole.
  183. 19:38And so you find all of these all of these things that slow you down.
  184. 19:44Often I find that frontier engineering teams spend more time making decisions than they do writing code.
  185. 19:50And so the more that you can make fast decisions, especially ones that are easy to be reversed, the better.
  186. 19:57So my one big takeaway for for everyone here is that frontier engineering is about intentionally changing the way that you work.
  187. 20:07And that is difficult.
  188. 20:08That takes time.
  189. 20:10It is forming new habits and a new way of working.
  190. 20:14And that goes across any engineering team as well as your organization.
  191. 20:20Um so I encourage you to think about um how you're interacting with AI tools and how that can change to free yourself up from being in the loop.
  192. 20:31Um thanks.
  193. 20:31I'm going to I'll hang out uh a little bit if anyone has questions in the back.
  194. 20:36Um but thanks for the time today.
  195. 20:54[music]