How Anthropic Builds: Lessons from Labs — Mike Krieger, Anthropic
AI Engineer · 26 min · 320 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.
- 00:01[music]
- 00:12Joining us on stage is the co-founder of Instagram
- 00:15[music]
- 00:16and a member of technical staff at Anthropic.
- 00:19Mike Krieger.
- 00:36How's everybody doing?
- 00:37I mean, good morning.
- 00:39Nice.
- 00:40Um
- 00:41Mike, thank you for releasing Fable just in time for us.
- 00:44Exactly for the conference.
- 00:45We timed it.
- 00:46[laughter]
- 00:47Um we're we're so glad to have you.
- 00:49Uh you're uh one of the preeminent builders and you're a leading labs at Anthropic.
- 00:55Um how has your model usage changed as as you've, you know, seen models internally grow?
- 01:02Yeah, I mean, for me it's been like both the model shift and then my role shift.
- 01:05So, I for like the first 2 years I was at Anthropic, I was chief product officer.
- 01:09And then I kept seeing people build with the models and the FOMO just kept increasing because I was you know, use the models as much as possible.
- 01:16But for example, on product strategy I would write a strategy doc and then have Claude critique it and maybe you can use a workflow, but it's not quite the same as like building in that pure way.
- 01:26And I was like spending all my weekends trying to build with it and I realized, "Okay, I actually just need to shift.
- 01:30It's like way too interesting a time."
- 01:32And it's actually an interesting trend I've seen now like several people that were CTOs at other places are like now joining as ICs at Anthropic and other places.
- 01:41But I made a role shift and it was actually right around the time where we started getting sort of internal snapshots of what became Mythos and Fable.
- 01:49And what was really interesting watching that sort of shift was um that kind of change between I have an idea, I'm going to like sort of break it down in my head much more how I would do engineering normally,
- 02:02and then kind of iterate through these different steps to moving to much more of the paradigm of I'm going to describe the goal, like go off and work on it, and then like we can talk about what trade-offs you you know, surface some questions along the way, but then
- 02:13figure out what where you landed and where we can go from there.
- 02:16I find it's hard.
- 02:17I don't know if people have this experience where people people's only been re-enabled for a couple of days.
- 02:21People's definitely way way smarter than me.
- 02:23So, sometimes it'll finish work and be like, here's the trade-offs I made.
- 02:26I'm like, can you explain it to me like I'm a little dumber than you are because I need you to like sort of break this down for me.
- 02:32But, that's been one sort of big change is sort of moving from that task delegation to like express the end state and then have it go and and cook on it.
- 02:40Yeah, we're all learning how to delegate better.
- 02:43Tariq did us a huge favor yesterday.
- 02:46We Did you want to read it in the newspaper?
- 02:50You know, that we have we have write-ups of talks now in in like the next day's newspaper.
- 02:54He said, be unreasonable.
- 02:57In what ways you know, you know, have you been more ambitious?
- 02:59Yeah, you're prompting.
- 03:00I love that I I mean, I love that framing.
- 03:03We actually just hit this today.
- 03:04I'm one of the labs initiatives I have is internal product, and somebody was like, hey, it doesn't work the way I want it to, and can you make some changes?
- 03:14And I realized, oh, I'm just going to go ask Claude to do this.
- 03:17Like, why don't you ask Claude?
- 03:18And this was a non-technical person.
- 03:20So, I actually think as an industry or even as a product team, we have to teach people to be more unreasonable in their usage, and it's sort of hard to imagine.
- 03:28I think that that if I can digress for a second on product design, I think right now the like kind of first generation of AI products, we put them too much in a box and constrain their
- 03:37their sort of access to tools or kind of degrees of freedom, which means it was much harder to be unreasonable, right?
- 03:43When you say, do this thing for me, and then it would be like, well, I can't.
- 03:47I can barely like I can write code, but I can't really run it, or I can kind of introspect my environment, but not really.
- 03:53Um and I think as you see our own like product progression even with things like co-work where like, you know, does every single like knowledge worker need a virtual machine that can write bash?
- 04:02Like, on the face of it, no, but then when you realize, oh, actually, that way it can remediate an issue where, oh, I tried to parse a PDF using our built-in PDF parser.
- 04:10I hit this yesterday and it was like, ah, I can't parse it this way.
- 04:13Well, okay, well, I can probably write a script that can do this as well.
- 04:16Um so, I think that's it.
- 04:17My most unreasonable thing though was uh one of our labs projects I wrote in Python like near and dear to my heart.
- 04:23All of Instagram was in Python.
- 04:24But I think they're finally converting it to PHP now that they have um like models that can do it.
- 04:29I know.
- 04:30[laughter]
- 04:31Tokens.
- 04:32Um and uh for deployment I realized that Cloud Code had like figured out a better deployment story with Bun.
- 04:38And I was like, okay, I need to port this whole thing from Python to TypeScript.
- 04:41Like, as a, you know, if I put on my like 2010s engineering hat or even my early 20 20s, like, that's a dumb idea.
- 04:46Like, who would ever port like, at that point, you know, a couple hundred thousands of lines of code.
- 04:50Um but I was like, I think this is doable now and I basically created this dynamic workflow setup and over the weekend had it port the whole thing, like, verify it, double-check it, then read both code like this basically churn and churn and churn and then came back Monday to a completed workflow that was a ported version
- 05:06of that thing.
- 05:06So, that probably ranks on like the more unreasonable things.
- 05:09Like, yeah, just port this entire Python code base to TypeScript, get it working, get it deployable in, you know, a weekend.
- 05:16Yeah, I mean, a lot of people are talking about the the Bun Zig to Rust version.
- 05:21I think a lot of people are also like, well, it's a compiler, it's a it's a runtime, it's got lots of tests, easy to do.
- 05:27Can you port Instagram, which you would know very well, to PHP like that?
- 05:32Like a like a product.
- 05:33Yeah, I mean, I think the product side of it it's even I don't know if it's easier or harder.
- 05:37One of the things we did at Instagram, this is when Python 3 came out and we were able to add type hints for the first time and it was people had a lot of internal conversations like, are we going to run out of steam on Python?
- 05:46And my perspective was always like, I think we can take this way further than we think we can, uh, but I think types are going to help us not sort of be in our own way.
- 05:54And we built this thing called Monkey Type where we basically like captured runtime type like basically the types that were actually getting used in production and then map those back to to the types in the code base.
- 06:04And I think because of that sort of pattern, I think there's really interesting ways in which if you're doing sort of conversion or sort of cross compiling using LLMs, you can also lean on production data a lot more or run sort of like segmented tests.
- 06:17I think that like there's a lot of, uh, things you can do there.
- 06:20But yeah, I think it's, I mean, the sky's the limit there as well.
- 06:22I think the hardest part is always finding the boundary around where you can start doing it incrementally without trying to boil the whole ocean and like swap it overnight.
- 06:29Yeah, I mean, your users are your test ultimately and, um, you know, I we I also read another article in the newspaper about how you could just use rollouts and sometimes you don't really know,
- 06:38uh, what you're going to need it for, but when that infrastructure exists for your experiments and to roll things out, it's enabled so much.
- 06:45Yeah, I mean, I always found this was advice we got.
- 06:47It's like we launched Instagram and the happened to be the first week everything melted cuz we didn't really know what we were doing on the back end side of things.
- 06:53And, uh, coincidentally that week there was like a lunch that one of our investors just scheduled like not even for us.
- 06:59It was just a infrastructure lunch.
- 07:01And we ended up spending we totally like monopolized that conversation cuz everybody had their own opinion about how we could fix our scaling.
- 07:07Um, and like the two pieces of advice I got there is like 2010 that I like will forever retain is like, um, like basically like pre-measure everything that you think you might even remotely need because the worst thing is an outage where you're like, well, is this like number normal or is it high?
- 07:23And like, oh, I don't know because I don't have data until I just added this metric.
- 07:26And the other one is being like really thoughtful about knobs and feature flags.
- 07:29So even, you know, early Instagram we had like a very, uh, simple but really effective like way in which you could do like ramp outs and rollouts.
- 07:36And dynamic config too where, you know, a lot of our runtime configurations had to be changed, you know, in a matter of seconds so that we could handle load and being able to like do that in a first class way was was really important.
- 07:46I'm seeing that definitely in in AI as well where, you know, we're making all sorts of different trade-offs and having that kind of runtime configuration is super key.
- 07:52Yeah.
- 07:53Uh my my favorite scaling story of Instagram by the way, I think it's like your launch day when you you DDoS yourself with the email.
- 07:58Yes.
- 08:00Which I people should look up that story if uh if you haven't seen it.
- 08:03Um I wanted to go into tags.
- 08:04Uh very very major shift.
- 08:06Uh it's it's how 60 something percent of your code is written today.
- 08:09Yeah.
- 08:10Um how do you square that with everything you just said where it's like very dynamic?
- 08:15Like you don't actually ship one app, you ship one app with 3,000 flags.
- 08:18Yeah.
- 08:19And like, well, what are you working on today?
- 08:20I don't know.
- 08:20Like it's it's for this segment of the population.
- 08:23Yeah.
- 08:23Yeah, I mean, I think there's a bunch of things.
- 08:25So, like with I was really excited.
- 08:27I was talking to Swix earlier like, I'm really excited that we have tag out there because it is uh how we've been working for a while and I would get up on stages and people like, "How do you work at Anthropic?"
- 08:36And I'd be like, "Oh, yeah, we use these things like that are not quite Claude code, but you know, uh but it's hard to describe it, but I mean, if you like got to poke into Anthropic, like you would see
- 08:46uh of course Claude code usage for things that are like more interactive or if you're kind of iterating on a particular uh sort of sort of specific thing where you want a lot of like a high sort of bandwidth back and forth, but most usage is actually much more delegating
- 09:00uh via tagging and via tag.
- 09:02And you can say like, "Here's the And the reason it's really interesting is how multiplayer it is."
- 09:06And it reminds me sort of of like um actually like Midjourney, like the fact that everyone was on Discord seeing how other people were using it.
- 09:13I think it actually to your earlier question really helps with that unreasonableness or ambition where the first time you see somebody tag Claude and be like, "Hey, you know, don't just fix this bug, but like now you are responsible
- 09:23for this part of the code base and I want you to monitor this feedback channel and proactively take on tasks and then fix them and then also take like, you know, if this API changes, do that."
- 09:32Like I saw somebody do that.
- 09:34I was like, "Oh, wait, I've I've totally underutilizing this thing.
- 09:36I've just been using it as like a glorified Claude code and slack.
- 09:39Like that's definitely a totally like sort of new version of it, right?
- 09:43And then more advanced version is really trying to start thinking of it as a teammate that is actually sort of holds context, has memory, and can be proactive.
- 09:50And that's just really changed how we operate internally.
- 09:53It's much more like this multiplayer async proactive way than it is a you know, most people often their own CLIs.
- 10:01Are you bottlenecked by code review and get?
- 10:04Obviously, there is code review, but someone usually still looks at it.
- 10:08Is there a world in which you just merge it in?
- 10:11Yeah, we're it's a really good question.
- 10:13We are definitely still bottlenecked on reviews, especially for things that are like touching some architecture pieces.
- 10:19And it's actually more subtle than just being bottlenecked on review, cuz that's you know, okay, we can carve out time differently.
- 10:24It's like bottlenecked on human ability to even like fully conceptualize what we're doing.
- 10:30So, one of the reasons we built Claude code artifacts that we shipped a couple weeks ago was partially for that, which is you would send somebody a PR, and then they'd be like, I don't know, man.
- 10:39This is like 2,000 lines of code.
- 10:41Like, it looks like code to me.
- 10:43And what we started doing instead is sharing much more like, here's a Claude code artifact.
- 10:47Like, here's the explanation.
- 10:49Here's the intention of the the change.
- 10:51Here's the trade-offs that were made.
- 10:52And like, I think that's going to be much more be the trend by which we communicate, which is the code is ultimately, you know, verifiable using some things, but actually like discussing
- 11:02intent and trade-offs, and then measuring in production I think that at least the direction of travel we've we've gone.
- 11:08And I don't review when I get a pull request, I wish I could say I reviewed every line of code.
- 11:12I definitely do not.
- 11:12I like actually talk to Claude about the the code and say, all right, like, these are the questions that I would have.
- 11:17Can you go investigate it?
- 11:18So, it is kind of Claude-powered code review, but still human-driven.
- 11:21And and for the really important ones.
- 11:23And for the ones that are like cosmetic visual changes, it's much more like look like we'll fix forward if we need to fix forward, you know.
- 11:30Yeah, totally.
- 11:30I think a lot of people are here are trying to figure that out, too.
- 11:34I wanted to talk also a little bit about Anthropic Labs in general.
- 11:38Nilay Patel, who you've probably met before, loves to ask ask the question like draw the org chart.
- 11:44Like how like people, you know, you ship your org chart.
- 11:47Like I think it's important like everyone knows cloud code.
- 11:50Now you've got tags.
- 11:52Um How are you structuring the labs?
- 11:54Yeah, it's a good question.
- 11:55Because what we were trying to wrestle with was you want sort of people to be supported like, you know, I think the death of the engineering manager discipline has been greatly exaggerated.
- 12:05Like I think there's still a lot of coaching and interpersonal pieces and personal development that I think is still really, really important.
- 12:11But especially in a labs type group where like our whole cadence is two-week reviews where every project goes up for we call it persevere or pivot.
- 12:20So basically every project is up for review and either it's time to, you know, keep going, persevering, or you know, it's time to pivot it or even shut down.
- 12:28And, you know, we've shut down projects basically every single one of those cycles and it's like the more you do it, the less it's just like, "Oh no, my project is shut down.
- 12:35I failed."
- 12:36It's like, "No, that is definitely the intention of the labs team is to prototype quickly, try to ship internally, maybe get it to early access, and if it doesn't work, wind it down."
- 12:44But because of that kind of like rapid iteration, it means that if you align the org chart too much to the individual projects, you're going to end up like re-orging every two weeks, which would be a total nightmare.
- 12:54And so we've actually ended up with this interesting setup where like the the pod or the team that is working on a given we call them bets within labs,
- 13:01definitely just draws upon like all right, somebody from product, somebody from the eng team, you know, I'll jump in when it's a product I'm particularly interested in.
- 13:09I'll come in and work together with the team on it.
- 13:11And that's the unit for that time.
- 13:12And there is the concept of a bet lead or a directly responsible individual.
- 13:16But the interesting thing is that they don't manage usually any of the other people, which kind of breaks the that kind of previous way in which a lot of these things were done.
- 13:23But I think it leaves it leaves us to be really flexible when you say, "Okay, actually this project is not going to work out.
- 13:28Let's disband and keep going and it's not a big deal."
- 13:31And the engine manager is much more playing the like make sure every individual is assigned to the thing that they're most excited about and that they're working in the best way possible.
- 13:38Now, what we do sort of solidify is when there's a product that has like legs.
- 13:42Like Cloud Design for example, started in this sort of ad hoc sort of grouped way and then now that like we've shipped it, it's gotten traction, we've done like a big second release
- 13:51in June.
- 13:51Like it's becoming like we've hired people for that specific team and it has more of a of a structure.
- 13:57So, it's like loose until it gets solidified down the line.
- 14:01What's the future of Cloud Design?
- 14:02I think a lot of people are very interested in It's one of your biggest launches this year.
- 14:07Where does this go?
- 14:08I think for me, I mean the things that are holding back Cloud Design from being even better is better interaction with our other surfaces.
- 14:16So, you know, I was designing something or I was talking to to Cloud Code the other day.
- 14:21I'm like, I want a really much more seamless like what I'm talking about the design for it, you know, and then after design back to that.
- 14:27I think in general it's I mean this goes back again to kind of unconstraining Cloud.
- 14:32Like the fact that our surfaces don't talk to each other as well as they could.
- 14:35I think really holds back a lot of interesting ideas around what we could do.
- 14:39So, I think that's one like kind of major area that we're looking at.
- 14:43And then the other one is people like the lines between a Cloud Design and an app get blurry and blurrier over time.
- 14:49Like I've seen people Of course there's no like persistence but build like fully functional like even games which is definitely not what we designed Cloud Design for but you can do it.
- 14:57It's just HTML and JavaScript.
- 15:00So, blurring those lines even further and thinking through like what is the path from a like fully featured design that looks really well to really good to something that is maybe more like a artifact where you're actually able to go and you know, persist data and share it with others and build from there.
- 15:13So, I think that those lines get really interesting over time, too.
- 15:16Yeah.
- 15:18A big part of design is having taste.
- 15:20I actually asked Fable what Fable wants to ask you and this this this is what Fable came up with.
- 15:26You deleted almost all of Bourbon to get to Instagram which is like you had a whole you know solo mode whatever thing and you went to Instagram.
- 15:35What would you delete in AI or more spicy what would you delete in Claude?
- 15:38Oh, I like the spice.
- 15:41I think I mean we have it's interesting we have a one of our slack channels is like project unship which is like what is in the product right now.
- 15:47It's I mean this is hard at Instagram.
- 15:49The Instagram we what things that had like four to five percent usage you're like oh that's really not very many but then you have like 20 features that each have four to five percent usage is like the classic Microsoft Word problem of like
- 16:02everybody uses some disjoint subset of the of the functionality.
- 16:06So that that's always the challenge.
- 16:07Now I think we're younger product so hopefully we have less of those things.
- 16:11Like we unship styles I think recently where it was like used by a small percentage of people and was not really AGI filled in a lot of ways it was like very sort of prescriptive in the way that it worked and skills very much better
- 16:23applications and then like that.
- 16:24So I think you have to be willing to take the primitives of like one generation of AI and like unship them or at least like supplement them or supplant them with the next one as well.
- 16:33I think the biggest thing is I look at it and I've been spending some time like outside labs on some of this is like man like we're asking people to make like code versus co-work versus
- 16:43like chat distinctions and like one they don't interoperate well and they can't delegate to each other and two I think the average person off the street could not explain to you why those are all different.
- 16:52So I think deleting some of the product complexity within our our code or our product I think is a a thing that would would serve well.
- 16:59Also because then Claude can do what it needs to do and and do well.
- 17:03Like there's nothing more frustrating than having a co-work session where you're like great I've mapped out exactly what I want you to build and then be like can you please like create a paragraph that I can paste into Claude code?
- 17:12Like that is some 2020 you know kind of workflow there that really shouldn't exist anymore.
- 17:17Yeah.
- 17:17Um I think drawing lines on what you don't want to do and also sort of leaving room for others is interesting.
- 17:24Um a lot of people today is like the startups day for AI E or obviously very sympathetically aligned to startups.
- 17:29Uh but there's some anxiety in the room because tomorrow's Anthropic could wake up and publish some markdown files that destroy my industry.
- 17:37Um so
- 17:38[laughter]
- 17:39uh why should we not all just give up and join Anthropic?
- 17:41Like why bother starting any other company?
- 17:44Um I I mean actually joined one of the main reasons I joined Anthropic was because I saw how much this was like, you know, the models weren't that good at coding up but they were getting there.
- 17:53Like how much it would unlock like whole like next generation of startups.
- 17:57Not because it was going to solve their ideation or their taste, but because like it would make experimentation way simpler and and would get you to move faster.
- 18:04And I still like really believe that.
- 18:06And I mean it's the reality of, you know, uh And we saw this with like Instagram.
- 18:12Like we would get questions from investors like, well, what happens when Google launches a photos product?
- 18:16It's like Google's going to launch a very googly photos product and it's going to have to be bound by the integrations that they already have and it's going to be like it's going to play to their strengths.
- 18:24And I think that is going to be true.
- 18:25And I'm not like giving advice on how to compete with Anthropic, I guess in a way, but like it's actually not because we're also a platform which is like there's so much I think room to be like laser obsessed with your particular
- 18:35vertical or your industry or group of people that you know really well in a way that like none of the labs are ever going to get to that level of
- 18:41uh of understanding and like therefore get that kind of adoption and user love and and build that out.
- 18:47Now, it's definitely harder in the age where like the models can just do a lot and so there's, you know, some of these things can be like skillified and like maybe don't need their own dedicated product.
- 18:57But I think it's like the hard stuff is still hard.
- 18:58It's like understanding the needs of people, like figuring out how you're going to reach them, uh listening to them and iterating on them really quickly.
- 19:04Like it is still the case that like a group of four or five people obsessed with a problem is going to move faster than those same people at any other kind of organization that are like, you know, subject just to the complexity.
- 19:15I just mentioned the like the fact that we have, you know, a lot of different products that kind of interoperate.
- 19:19Like that's a interesting constraint that we have to work through.
- 19:22It's an advantage in other ways, right?
- 19:23So, yeah, I'm still like very long and bullish on startups and um it's just it tapers over the fact that like writing code was never the like the limiting part.
- 19:33You know, maybe it was on the timeline perspective, but it was never like the thing that was going to like make or break a startup.
- 19:38It's really that space and user understanding.
- 19:41Yeah.
- 19:41Uh domain knowledge.
- 19:43Yeah.
- 19:43Uh today is also our day for vertical AI.
- 19:47Uh one of our uh returning speakers and top speakers, Chris Lovejoy, uh was always talking about vertical AI.
- 19:53He was in from interior in the healthcare space.
- 19:55And then recently I was I invited him back and turned out he you guys just hired him for your uh healthcare efforts.
- 20:01Um we also our next big one is also finance.
- 20:04You know, we have a yeah, a finance track.
- 20:06You guys just had a huge finance event in New York City.
- 20:09Um and where our next uh AI is is sort of finance focused.
- 20:13What are you seeing there?
- 20:13Any you know, any potential uh for Claude?
- 20:16Obviously a lot of Excel Excel spreadsheets.
- 20:18Yeah.
- 20:18No, I think that there's there's a lot in there, too.
- 20:20And that's like an area where uh you could see the model get clearly better at it like sort of generation to generation.
- 20:27And there's, you know, there's some good sort of vertical specific uh uh finance startups that have like done their own um evals, which has also been interesting to to track.
- 20:36And it's not like we're like sort of playing to the eval, but it is a useful sort of barometer around like is this actually getting better um at these finance use cases.
- 20:43I think the interesting blend that's going to happen um is this mix of, again, the model having the flexibility to like dive in and create just-in-time analyses or dashboards or workflows
- 20:54with like some sense of like what is the not immutable, but at least like verified sort of set of data.
- 20:59And so like uh set having all of that be totally free form, I think is a recipe for confusion and is like not what most companies in the financial services space want.
- 21:09So, finding that right uh sort of cut line where you have verifiability and audit logging and and sort of data provenance here, but not in a way that constrains the kinds of applications that you can build on top, I think is a lot of the art that we're seeing in that space as well.
- 21:24Um and I think, you know, if you solve it well, you can you can get the best of both worlds.
- 21:29The hard part is a lot of the systems that were built to do the verifiability audibility like are kind of almost by design not super flexible in terms of agentic workloads on top.
- 21:38So, I think there's opportunity at both sides of the stack there.
- 21:41Yeah.
- 21:41Um I think I I also agree we'll be exploring that in in New York.
- 21:45Um the last thing I want to end on is on mental health, which we don't talk about enough in technical conference conferences.
- 21:52Um you've seen a lot of hyper growth.
- 21:54People are just always refreshing their timelines and it's exhausting.
- 21:58Um how do you advise people who are working 996 to avoid burnout?
- 22:03Yeah.
- 22:03I mean, I think this is a hard one.
- 22:05I mean, and it is, I'm sure you are experiencing this cuz you're all working in this industry like it is you know, multiples more intense and things move much more quickly at an Instagram
- 22:16like our the two things that we were thinking about was like, what is Apple going to announce at WWDC and is it going to like totally mess us up or boost us, right?
- 22:22So, that's like once a year.
- 22:24Um or, you know, maybe a competitor launches every three or four months, right?
- 22:27And uh it is definitely not that.
- 22:29It's a topic we we do a when we do do our weekly all hands.
- 22:33Usually on Wednesdays and we have a slide that's like the week in AI at Pinterest is and it's only Wednesday and like and inevitably like some competitor has shipped a new model and like there's been a like new product and maybe there's some interesting thing happening
- 22:45um uh on the regulation side.
- 22:47Like if things are moving really, really quickly.
- 22:48I think the way I try to stay at least relatively sane, um one is like actually carving time off and I think the topic co-founders do a good job of like saying like, look, like burnout if you you out, like you're kind of done.
- 23:01I've seen it happen unfortunately to people I'm really close to and then it takes a long time to recover from that.
- 23:06Um so actually encouraging people like there's no job that is so important that you can't be offline for a couple of days.
- 23:11Um so I think that's like a big key like piece in there.
- 23:14So like let's
- 23:16[applause]
- 23:16strongly believe.
- 23:18Um And if it is you're probably doing something wrong and you talk to somebody who could be a mentor to figure out how you can unblock that.
- 23:25Um and then I think the other one as well is like I love sports and like uh this is the notion of like you're never as good as like your best game and you're never as bad as your worst game.
- 23:34I think that's also really true.
- 23:35Like I know like in AI there's like the you know it's so over we're so back thing.
- 23:39Like that like if you internalize that that cycle is always going to be at play in some way, you realize like it's never that bad.
- 23:47Like Ben Horowitz's book is the hard thing about hard things has this chapter on like we're effed it's over and like that feeling as a startup that probably many of you have had at startups where you're like oh I can't believe this thing happened like we're never going to like recover from this.
- 23:59I definitely we definitely had an Instagram a couple of times.
- 24:02And then you get through it and like it's that like def like defines the company when you can actually go through that.
- 24:07I try to remind myself and the team here even with an Entropic which is like like this is a is a fast-moving but is also a long game.
- 24:14And it's like we're never it's never just about today's model launch and reaction or this product launch and everything else.
- 24:20Like you're playing and you're building and you just have to trust that you're building like the team and culture that is going to get through those things and have that sense of perspective even if perspective is saying like look 3 months ago we were in a similar position.
- 24:31Maybe it's not a year it's just a matter of months but it's still like zooming out and not taking things not letting your internal sort of like sense of self and success be so driven by the day-to-day.
- 24:43Yeah.
- 24:43It has anyone any coach or mentor said something to you that you repeat to yourself that gets you through the hard tough times?
- 24:50Um I think the biggest one was this like sense of like if you're feeling something it's really often the case that other people on the team are feeling it too.
- 24:59So this is like advice I got from my my coach around just being like like just verbalizing emotions like even saying like hey I'm feeling really stressed out about this or yeah I'm really sad that we are shutting down this labs initiative.
- 25:10I literally had this meeting a couple months ago where I was working really hard on something and I kicked off the meeting like I'll kick it off like I'm really sad like I'm frustrated like I wish this thing had worked out and I think that holds the space for other people to be like yeah I'm pissed off
- 25:23too or like I'm sad too and like I think giving that advice around like not I think if you can get yourself to be open and vulnerable it often like lets other people verbalize that and then you can from there you can be like great what are we going to do about it like you know it's much
- 25:36easier to start from that place.
- 25:37Yeah we actually kicked off AIE with a session from Carol Robbins who runs touchy feely at Stanford and I can't think of a better way to end than encouraging people to talk about their feelings
- 25:47manage their mental health and keep shipping.
- 25:49Yeah.
- 25:49Thanks so much Mike.
- 25:50Thanks for having me.