Breaking Down Productivity Engineering with Micheal Benedict

Episode Summary

Micheal Benedict, head of Engineering Productivity at Pinterest, is back again! After such a long and intensive conversation last time, Corey had to have Micheal back to take an even deeper dive. For starters, Micheal tells us what exactly his team is doing, and what exactly it means to lead engineering productivity. Micheal divulges more details on productivity engineering and what they’re doing at Pinterest. He traces the history of productivity engineering at Pinterest and offers some distinct observations on building out internal teams. Micheal talks about what it is like in his day to day complexities of working in AWS. Tune in for Micheal’s take on the specific details of productivity and the cloud.

Episode Show Notes & Transcript

About Micheal Benedict
Micheal Benedict leads Engineering Productivity at Pinterest. He and his team focus on developer experience, building tools and platforms for over a thousand engineers to effectively code, build, deploy and operate workloads on the cloud. Mr. Benedict has also built Infrastructure and Cloud Governance programs at Pinterest and previously, at Twitter -- focussed on managing cloud vendor relationships, infrastructure budget management, cloud migration, capacity forecasting and planning and cloud cost attribution (chargeback). 


Links:

Transcript
Announcer: Hello, and welcome to Screaming in the Cloud with your host, Chief Cloud Economist at The Duckbill Group, Corey Quinn. This weekly show features conversations with people doing interesting work in the world of cloud, thoughtful commentary on the state of the technical world, and ridiculous titles for which Corey refuses to apologize. This is Screaming in the Cloud.


Corey: You know how git works right?


Announcer: Sorta, kinda, not really Please ask someone else!


Corey: Thats all of us. Git is how we build things, and Netlify is one of the best way I’ve found to build those things quickly for the web. Netlify’s git based workflows mean you don't have to play slap and tickle with integrating arcane non-sense and web hooks, which are themselves about as well understood as git. Give them a try and see what folks ranging from my fake Twitter for pets startup, to global fortune 2000 companies are raving about. If you end up talking to them, because you don't have to, they get why self service is important—but if you do, be sure to tell them that I sent you and watch all of the blood drain from their faces instantly. You can find them in the AWS marketplace or at www.netlify.com. N-E-T-L-I-F-Y.com


Corey: This episode is sponsored in part by our friends at Vultr. Spelled V-U-L-T-R because they’re all about helping save money, including on things like, you know, vowels. So, what they do is they are a cloud provider that provides surprisingly high performance cloud compute at a price that—while sure they claim its better than AWS pricing—and when they say that they mean it is less money. Sure, I don’t dispute that but what I find interesting is that it’s predictable. They tell you in advance on a monthly basis what it’s going to going to cost. They have a bunch of advanced networking features. They have nineteen global locations and scale things elastically. Not to be confused with openly, because apparently elastic and open can mean the same thing sometimes. They have had over a million users. Deployments take less that sixty seconds across twelve pre-selected operating systems. Or, if you’re one of those nutters like me, you can bring your own ISO and install basically any operating system you want. Starting with pricing as low as $2.50 a month for Vultr cloud compute they have plans for developers and businesses of all sizes, except maybe Amazon, who stubbornly insists on having something to scale all on their own. Try Vultr today for free by visiting: vultr.com/screaming, and you’ll receive a $100 in credit. Thats v-u-l-t-r.com slash screaming.
Corey: Welcome to Screaming in the Cloud. I’m Corey Quinn. Sometimes when I have conversations with guests here, we run long. Really long. And then we wind up deciding it was such a good conversation, and there’s still so much more to say that we schedule a follow-up, and that’s what happened today. Please welcome back Micheal Benedict, who is, as of the last time we spoke and presumably still now, the head of engineering productivity at Pinterest. Micheal, how are you?


Micheal: I’m doing great, and thanks for that introduction, Corey. Thankfully, yes, I am still the head of engineering productivity; I’m really glad to speak more about it today.


Corey: The last time that we spoke, we went up one side and down the other of large-scale environments running on AWS and billing aspects thereof, et cetera, et cetera. I want to stay away from that this time and instead focus on the rest of engineering productivity, which is always an interesting and possibly loaded term. So, what is productivity engineering? It sounds almost like it’s an internal dev tools team, or is it something more?


Micheal: Well, thanks for asking because I get this question asked a lot of times. So, for one, our primary job is to enable every developer, at least at our company, to do their best work. And we want to do this by providing them a fast, safe, and a reliable path to take any idea into production without ever worrying about the infrastructure. As you clearly know, learning anything about how AWS works—or any public cloud provider works—is a ton of investment, and we do want our product engineers, our mobile engineers, and all the other folks to be focused on delivering amazing experiences to our Pinners. So, we could be doing some of the hard work in providing those abstractions for them in such way, and taking away the pain of managing infrastructure.


Corey: The challenge, of course, that I’ve seen is that a lot of companies take the approach of, “Ah. We’re going to make AWS available to all of our engineers in it’s raw, unfiltered form.” And that lasts until the first bill shows up. And then it’s, “Okay. We’re going to start building some guardrails around that.” Which makes a lot of sense. There then tends to be a move towards internal platforms that effectively wrap cloud services.


And for a while now, I’ve been generally down on the concept and publicly so in the general sense. That said, what I say that applies as a best practice or something that most people should consider does tend to fall apart when we talk about specific use cases. You folks are an extremely large environment; how do you view it? First off, do you do internal platforms like that? And secondly, would you recommend that other companies do the same thing?


Micheal: I think that’s such a great question because every company evolves with its own pace of development. And I wouldn’t say Pinterest by itself had a developer productivity or an engineering productivity organization from the get-go. I think this happens when you start realizing that your core engineers who are working on product are now spending a certain fraction of time—which starts ballooning pretty fast—in managing the underlying systems and the infrastructure. And at that point in time, it’s probably a good question to ask, how can I reduce the friction in those people’s lives such that they could be focused more on the product. And, kind of, centralize or provide some sort of common abstractions through a central team which can take away all that pain.


So, that is generally a good guiding principle to think about when your engineers are spending at least 30% of their time on operating the systems rather than building capabilities, that’s probably a good time to revisit and see whether a central team would make sense to take away some of that. And just simple examples, right? This includes upgrading OS on your EC2 machines, or just trying to make sure you’re patching all the right versions on your next big Kubernetes cluster you’re running for serving x number of users. The moment you start seeing that, you want to start thinking about, if there is a central team who could take away that pain, what are the things they could be investing on to help up-level every other engineer within your organization. And I think that’s one of the best ways to be thinking about it.


And it was also a guiding principle for us within Pinterest to view what investments we could make in these central teams which can up-level each and every different type of engineer in the company as well. And just an example on that could be your mobile engineer would have very different expectations from your backend engineer who was working on certain aspects of code in your product. And it is truly important to understand where you want to centralize capabilities, which both these types of engineers could use, or you want to divest and have unique capabilities where it’s going to make them productive. There’s no one-size-fits-all solution for this, but I’m happy to talk about what we have at Pinterest, which has been reasonably working well. But I do think there’s a lot more improvements we could be doing.


Corey: Yeah, but let’s also be clear that, as you’ve mentioned, you are heavily biased towards EC2 instances for a lot of what you do. If we look at the AWS console and we see hundreds of different services now, and it’s easy to sit here and say, “Oh, internal platforms are terrible because all of those services are going to be enhanced in various ways and you’re never going to be able to keep up with feature parity.” Yeah, but if you can wrap something like EC2 in an internal platform wrapper, that begins to be a different story because sure, someone’s going to go and try something new with a different AWS service, they’re going to need direct access. But the EC2 product across the board generally does not evolve in leaps and bounds with transformative changes overnight. Let’s also not forget that at a company with the scale that Pinterest operates at, “Hey, AWS just dusted off a new feature and docs are still rolling out, and it’s not in CloudFormation yet, but we’re going to roll it out to production,” probably seems like the wrong direction to go in, I would assume.


Micheal: And yes, I think that brings one of the key guardrails, I think, which these groups provide. So, when we start thinking about what teams, centralized teams like engineering productivity, developer tools, developer platforms actually do is they help with a couple of things. The top three are: they can help pave a path for the most common use cases. Like to your point, provisioning EC2 does take a set of steps, all the time. If you’re going to have a thousand people doing that every time they’re building a new service or trying to expand capacity playing with their launch templates, those are things you can start streamlining and making it simple by some wrapper because you want to address those 80% use cases which are usually common, and you can have a wrapper or could just automate that. And that’s one of the key things: can you provide a paved path for those use cases?


The second thing is, can you do that by having the right guardrails in place? How often have you heard the story that, “I just clicked a button and that now spun up, like, a thousand-plus instances.” And now you have to juggle between trying to stop them or do something about it.


Corey: Back in 2013, you folks were still focusing on this fair bit. I remember because Jeremy Carroll, who I believe was your first SRE there once upon a time, wound up doing a whole series of talks around how Pinterest approached doing an AMI Factory. And back in those days, the challenges were, “Okay. We have the baseline AMI, and that’s great, but we also want to do deployments of things and we don’t really want to do a new deploy of an entire fleet of EC2 instances for a single line of config change, so how do we wind up weighing off of when you bake a new AMI versus when you just change something that has—in what is deployed to them?” And it was really a complicated problem back then.


I’m not convinced it’s not still a complicated problem, but the answers are a lot more cohesive. And making sure that every team—when you’re talking about a company as large as Pinterest with that many teams—is doing things in the same way, seems like it’s critically important otherwise you wind up with a whole bunch of unique-looking instances that each have to be managed by hand as opposed to something that can be reasoned around collectively.


Micheal: Yep. And that last part you mentioned is extremely crucial as well because like I said, our audience or our customers are just not the engineers; we do work with our product managers and business partners as well because at times, we have to tie or change our architecture based on certain cost optimizations which would make sense, like you just articulated. We don’t want to have all the instance types. It does not add much value to a developer unless they’re explicitly seeking a high-memory instance or a [GP-based instance in a 00:10:25] certain way. So, we can then work with our business partners to make sure that we’re committing to only a certain type of instances, and how we can abstract our tools to only give you that. For example, our deployment system, Teletraan which is an open-source system, actually condenses down all these instance types to a couple of categories like high-compute, high-memory—and you’ve probably seen that in many of the new cloud providers as well—so people don’t have to learn or know the underlying instance type.


When we moved from c3 to c5, it was just called as a high-compute system, so the next time someone provisioned a new service or deployed it using our system, they would just select high-compute as the de facto instance type and we would just automatically provision a C5 for them. So, that just reduces the extra complexity or the cognitive overhead individuals would have to go through in learning each instance type, what is the base AMI that comes on it, what are the different configurations that need to go in terms of setting up your AZ-scaling properties. We give them a good reasonable set of defaults to get started with, and then they can then work on optimizing or making changes to it.


Corey: Ignoring entirely your mispronunciation of AMI, which is, of course, three syllables—and that is a petty hill upon which I will die—it occurs to me the more I work with AWS in various ways, the easier it gets. And I used to think in some respects, it was because the platform was so—it was improving so dramatically around me. But no, in many cases, it’s because the first time you write some CloudFormation by hand, it’s a nightmare and you keep smacking into weird issues. But the second or third time, it’s super easy because you just copy the thing you’ve already built and change the relevant bits around. And that was the learning curve that I went through playing around with a lot of these things.


When you start looking at this from a large-scale environment where it’s not just about upskilling the people that you have to understand how these things integrate in AWS land, but also the consistent onboarding of engineers at a fairly progressive clip is, great, you effectively have to start doing trainings on all these things, and there’s a lot of knobs and dials that can blow up and hurt people. At some point, building the guardrails or building the environment in which you are getting all the stuff abstracted away from where the application engineers have to think about this at all, it eventually reaches a tipping point where it starts to feel like it’s no longer optional if you want to continue growing as a company because you don’t have the luxury of spending six months of onboarding before you let someone touch the thing they were hired to build.


Micheal: And you will see that many companies very often have very similar programming practices like you just described. Even I learned that the same way: you have a base template, you just copy-paste it and start from there on. And no one goes through the bootstrapping process manually anymore; you want to—I think we call it cargo-culting, but in general, just get something to bootstrap and start from there. But one of the things we learned in sort of the hard way is that can also lead to, kind of, you pushing, you know, not great practices because people don’t know what is a blessed version of a good template or what actually would make sense. So, some of those things, we have been working on.


And this is where centralized teams like engineering productivity are really helpful is we provide you with the blessed or the canonical way to do certain things. Case in point example is a CI/CD pipeline or delivery of software services. We have invested enough in experimenting on what works with some of the more nuanced use cases at Pinterest, in helping generate, sort of, a canonical version which would cover 80% of the use cases. Someone could just go and try to build a service and they could just use the same canonical pipeline without learning much or making changes to it. This also reduces that cargo-culting nature which I called, rather than copying it from unknown sources and trying to like—again, it may cause havoc to our systems, so we can avoid a lot of that because of these practices.


Corey: So, let’s step a little bit beyond AWS—I know I hate doing it, too—but I’m going to assume that your remit is broader than, oh, AWS whisperer-slash-Wrangler. So, tell me a little bit more about what it is that your day-to-day looks like if there is anything that could be said not to focus purely around AWS whispering.


Micheal: So, one of the challenges—and I want to talk about this a bit more—is our environments have become extremely complex over time. And it’s the nature of, like, rising entropy. Like, we’ve just noticed that there’s two things: we have a diverse set of customer base, and these include everyone trying to do different workloads or work service types. What that essentially translates into is that we realized that our solution may not fit all of them. For example, what works for a machine-learning engineer in terms of iterating on building a model and delivering a model is not the same as someone working on a long-running service and trying to deploy that. The same would apply for someone trying to operate a Kafka system.


And that has made, I think, definitely our job a bit challenging in trying to assess where do you actually draw the line on the abstraction? What is the right layer of abstraction across your local development experience, across when you move over to staging your code in a PR model and getting feedback and subsequently actually releasing it to production? Because this changes dramatically based on what is the workload type you’re working on. And we feel like that has been one of the biggest challenges where I know I spent my day-to-day and my team does too, in trying to help provide some of the right solutions for these individuals. There’s—very often we’ll also get asked from individuals trying to do a very nuanced thing.


Of late, we have been talking about thinking about how you operate functions, like provide Functions as a Service within the company? It just put us in a difficult spot at times because we have to ask the hard question, “Is this required?” I know the industry is doing it; it’s definitely there. I personally believe, yes, it could be a future, but is that absolutely important? Is that going to benefit Pinterest in any formal way if we invest on some core abstractions?


And those are difficult conversations to have because we have exciting engineers coming in trying to do amazing things; it puts us in a hard spot, as well, as to sometimes saying graciously, no. I know many companies deal with it when they have these centralized teams, but I think it’s part of that job. Like when you say it’s day-to-day, I would say I’m probably saying no a couple of times in that day.


Corey: Let’s pretend for the sake of argument that I am, tomorrow morning, starting another company—Twitter for Pets—and over the next ten years, it grows to be larger than Pinterest in terms of infrastructure, probably not revenue because it turns out pets are not the lucrative source of ad revenue that I was hoping it would be but, you know, directionally the same thing. It seems to me that building out this sort of function with this sort of approach to things is dramatically early as far as optimizations go when it’s just me puttering around on something. I’m always cognizant of the wrong people taking the wrong message when we’re talking about things that happen like this at scale. When does having an engineering productivity group begin to make sense?


Micheal: I mentioned this earlier; like, yeah, there is definitely not a right answer, but we can start small. For example, this group actually started more as a delivery team. You know, when we started, we realized that we had different ways of deploying services or software at Pinterest, so we first gathered together to figure out, okay, what are the different ways and can we start simplifying that part? And that’s where it started expanding. Okay, we are doing button-based deployments right now we have thousand-plus microservices, and we are seeing more incidents than we wanted to because anything where there’s a human involved means there’s a potential gap for error. I myself was involved in a SEV 0 incident, and I will be honest; we ended up deploying a Hello World application in one of our production fleet. Not the thing I wanted to be associated with my name, but, you know—


Corey: And you were suddenly saying hello to the world, in fact—


Micheal: [laugh].


Corey: —and oops-a-doozy.


Micheal: Yeah. So—and that really prompted us to rethink how we need to enable guardrails to do safe production rollouts. And that’s how those conversations start ballooning out.


Corey: And the healthy correct way. We’ve all broken production in various ways, and it’s—you correctly are identifying, I believe, the direction you’re heading in where this is a process problem and a tooling problem; it is not that you are secretly crap and should never have been allowed near anything in production. I mean, that’s my excuse for me, but in your case, this is a common thing where it’s, if someone can unintentionally cause issues like that, there needs to be better processes and procedures as the organization matures.


Micheal: Yep. And that’s kind of like always the route or the starting point for these discussions. And it starts growing from there on because, okay, you’ve helped improve the deploy process but now we’re seeing insane amount of slowness, say on the build processes, or even post-deploy, there’s, like, issues on how we monitor and look into data.


And that I think forces these conversations, okay, where do we have these bespoke tools available? What are people doing today? And you have to ask those hard questions, like what can we actually remove from here? The goal is not to introduce yet another new system. Many a times, to be honest bash just gets the job done. [laugh].


Personally, I’m okay with that as long as it’s consistent and people, you know, are able to contribute to it and you have good practices in validating it, if it works, we should go for it rather than introducing yet another YAML [laugh] and some of that other aspects of doing that work. And that’s what we encourage as well. That’s how I think a lot of this starts connecting together in terms of, okay, now this is becoming a productivity group; they’re focused on certain challenges where investing probably one person here may up-level a few other engineers who don’t have to do that on a day-to-day basis. And I think that’s one of the key items for, especially, folks who are running mid-sized companies to realize and start investing in these type of teams to really up-level, sort of, the rest of the engineering.


Corey: You’ve been doing this for a fair while. If you were to go back and start over again on day one—which is always a terrifying question, on some level—what would you have done differently about building out this function as Pinterest continued to scale out?


Micheal: Well, first, I must acknowledge that this was just not me, and there’s, like, ton of people involved in helping make this happen.


Corey: No, that’s fair. We’ll blame them for the missteps; that is—


Micheal: [laugh].


Corey: —just fine with me. I kid. I kid.


Micheal: I think, definitely the nuances. If I look back, all the decisions that were made then at that point in time, there was a decision made to move to Phabricator, which was back then a great open-source code management system where with the current information at that point in time. And I’m not—I think it’s very hard to always look back and say, “Oh, we could have chosen x at one point in time.” And I think in reality, that’s how engineering organizations always evolve, that you have to make do with the information you have right now to make a decision that works for you over a couple of years.


And I’ll give you a small example of this. There was a time when Pinterest was actually on GitHub Enterprise—this was like circa 2013, I would say—and it really served as well for, like, five-plus years. Only then at certain point, we realized that it’s hard to hire PHP engineers to support a tool like that, and we had to rethink what is the ROI and the investments we’ve made here? Can we ever map up or match back to one of the offerings in the industry today? And that’s when you make decisions that, okay, at this point in time, it’s clear that business continuity talks, you know, and it’s hard to operate a system, which is, at this moment not supported, and then you make a call about making a shift or moving.


And I think that’s the key item. I don’t think there’s anything dramatically I would have changed since the start. Perhaps definitely investing a bit more individuals into the group and going from there. But that said, I’m really, sort of, at least proud of the fact that usually these teams are extremely lean and small, and they always have an outsized impact, especially when they’re working with other engineers, other [opinionated 00:22:13] engineers for what it’s worth.


This episode is sponsored by our friends at Oracle Cloud. Counting the pennies, but still dreaming of deploying apps instead of "Hello, World" demos? Allow me to introduce you to Oracle's Always Free tier. It provides over 20 free services and infrastructure, networking databases, observability, management, and security.


And - let me be clear here - it's actually free. There's no surprise billing until you intentionally and proactively upgrade your account. This means you can provision a virtual machine instance or spin up an autonomous database that manages itself all while gaining the networking load, balancing and storage resources that somehow never quite make it into most free tiers needed to support the application that you want to build.


With Always Free you can do things like run small scale applications, or do proof of concept testing without spending a dime. You know that I always like to put asterisks next to the word free. This is actually free. No asterisk. Start now. Visit https://snark.cloud/oci-free that's https://snark.cloud/oci-free.


Corey: Most folks show up intending to do good today, and you make the best decision at the time with the context and constraints that you 
have, but my question I think is less around, “Well, what were the biggest mistakes you made?” But more to do with the idea of, based upon what you’ve learned and as you have shown—as you’ve shined light on these dark areas, as you have been exploring it, has anything jumped out at you that is, “Oh, yeah. Now, that I know—if I had known then what I know now, I would definitely have made this other decision.” Ideally, something that applies a little more globally than specific within Pinterest, just because the whole idea, aspirationally, is that people might learn something from our conversation. At least I will, if nothing else.


Micheal: No, I think that’s a great question. And I think the three things that jump to me, top of mind. I think technology is means to an end unless it gives you a competitive edge. And it’s really hard to figure out at what point in time what technology and why we adopted it, it’s going to make the biggest difference. Humans always tend to have a bias towards aligning towards where we want to go. So, that’s the first one in my mind.


The second one is, and we spoke about this last time, embrace your cloud provider as much as possible. You’d want to avoid taking on operational burden which is not going to add value to the business. If there is something you see your operating which can be offloaded—because your provider can, trust me, do a way better job than you or your team of few can ever do—embrace that as soon as possible. It’s better that way because then it frees up your time to focus on the most important thing, which I’ve realized over time is—I really think teams like ours are actually—we’re probably the most value as a glue to all the different experiences a software engineer would go through as part of 
their SDLC lifecycle.


If we can simplify someone’s life by giving them a clear view as to where their commit or the work is in this grand scheme of rolling out and giving them the right amount of data to take action when something goes wrong, trust me, they will love you for what you’re doing because you’re saving them ton of time. Many times, we don’t realize that when we publish 11 different ways for you to go and check to just get your basic validation of work done. We tend to so much focus on the technological aspect of what the tool does, rather than the experience of it, and I’ve realized, if you can bridge the experience, especially for teams like ours, people really don’t even need to know whether you’re running Kubernetes or any of those solutions behind the scenes. And I think that’s one of the biggest takeaways I have.


Corey: I want to double down on something you said about the fact that you are not going to be able to run these services as effectively as your provider can. And relatively recently—in fact, since the first time we spoke—AWS has released a investment report in Virginia. And from 2011 through 2020, they have invested in building AWS data centers there, $35 billion. I promise almost no company that employs people listening to this that are not themselves a cloud provider is going to make that kind of investment in running these things themselves.


Now, do cloud providers have sharp edges? Yes, absolutely. That is what my entire career is about, unfortunately. But you’re not going to do a better job of running things more sustainably, more reliably, et cetera, et cetera. But there are other problems with this—and that’s what I want to start exploring here—where in the olden days, when I ran things in data centers and they went down a lot more as a result, sometimes when there were outages, I would have the CEO of the company just standing there nervous worrying over my shoulder as I frantically typed to fix things.


Spoiler: my typing accuracy did not improve by having someone looming over me. Now, when there’s an outage that your cloud provider takes, in many cases the thing that you are doing to fix it is reloading the status page and waiting for an update because it is completely out of your hands. Is that something that you’ve had to encounter? Because you can push buttons and turn dials when things are broken and you control it, but in an AWS—or other cloud provider—outage, all you can really do is wait unless you have a DR plan that is large-scale and effective enough that you won’t feel foolish or have wasted a huge amount of time and energy migrating off and then—because then it gets repaired in ten minutes. How do you approach that, from your perspective? I guess, the expectation management piece?


Micheal: It’s definitely I know something which keeps a lot of folks within infrastructure up at night because, like you just said, at times we can feel extremely powerless when we obviously don’t have direct control—or visibility at times, as well—on what’s happening. One of the things we have realized over time as part of running on our cloud provider for over a decade now, it forces us to rethink a bit on our priority workflows, what we want our Pinners to always have access to, what they need to see, what is not important or critical. Because it puts into perspective, even for the infrastructure teams, is to what is the most important thing we should always have it available and running, what is okay to be in a degraded state, until what time, right? So, it actually forces us to define SLOs and availability criteria within the team where we can broadcast that to the larger audience including the executives. So, none of this comes as a surprise at that point.


I mean, it’s not the answer, probably, you’re looking for because is there’s nothing we can do except set expectations clearly on what we can do and how when you think about the business when these things do happen. So, I know people may have I have a different view on this; I’m definitely curious to hear as well, but I know at Pinterest at least we have converged on our priority workflows. When something goes out, how do we jump in to provide a degraded experience? We have very clear run books to do that, and especially when it’s a SEV 0, we do have clear processes in place on how often we need to update our entire company on where things are. And especially this is where your partnership with the cloud provider is going to be a big, big boon because you really want to know or have visibility, at the minimum some predictability on when things can get resolved, and how you want to work with them on some creative solutions. This is outside the DR strategy, obviously; you should still be focused on a DR strategy, but these are just simple things we’ve learned over time on how to just make it predictable for individuals within the company, so not everyone is freaking out.


Corey: Yeah, from my perspective, I think the big things that I found that have worked, in my experience—mostly by getting them wrong the first time—is explain that someone else running the infrastructure when they take an outage; there’s not much we can do. And no, it’s not the sort of thing where picking up the phone and screaming at someone is going to help us, is the sort of thing that is best to communicate to 
executive stakeholders when things are running well, not in the middle of that incident.


Then when things break, it’s one of those, “Great, you’re an exec. You know what your job is? Literally anything other than standing in the middle of the engineering floor, making everyone freak out even more. We’ll have a discussion later about what the contributing factors were when you demand that we fire someone because of an outage. Then we’re going to have a long and hard talk about what kind of culture you’re trying to build here again?” But there are no perfect answers here.


It’s easy to sit here in the silver light of day with things working correctly and say, “Oh, yeah. This is how outages should be handled.” But then when it goes down, we’re all basically an inch away at best from running around with our hair on fire, screaming, “Fix it, fix it, fix it, fix it, now.” And I am empathetic to that. There’s a reason but I fix AWS bills for a living, and one of those big reasons is that it’s a strictly business-hours problem and I don’t have to run production infrastructure that faces anything that people care about, which is kind of amazing and freeing for someone who spent too many years on call.


Micheal: Absolutely. And one of the things is that this is not only with the cloud provider, I think in today’s nature of how our businesses are set up, there’s probably tons of other APIs you are using or you’re working with you may not be aware of. And we ended up finding that the hard way as well. There were a certain set of APIs or services we were using in the critical path which we were not aware of. When these outages happen, that’s when you find that out.


So, you’re not only beholden to your provider at that point in time; you have to have those SLO expectations set with your other SaaS providers as well, other folks you’re working with. Because I don’t think that’s going to change; it’s probably only going to get complicated with all the different types of tools you’re using. And then that’s a trade-off you need to really think about. An example here is just like—you know, like I said, we moved in the past from GitHub to Phabricator—I didn’t close the loop on that because we’re moving back to GitHub right now [laugh] and that’s one of the key projects I’m working with. Yeah, it’s circle of life.


But the thing is, we did a very strong evaluation here because we felt like, “Okay, there’s a probability that GitHub can go down and that means people will be not productive for that couple of hours. What do we do then?” And we had to put a plan together to how we can mitigate that part and really build that confidence with the engineering teams, internally. And it’s not the best solution out there; the other solution was just run our own, but how is that going to make any other difference because we do have libraries being pulled out of GitHub and so many other aspects of our systems which are unknowingly dependent on it anyways. So, you have to still mitigate those issues at some point in your entire SDLC process.


So, that was just one example I shared, but it’s not always on the cloud provider; I think there are just many aspects of—at least today how businesses are run, you’re dependent; you have critical dependencies, probably, on some SaaS provider you haven’t really vetted or evaluated. You will find out when they go down.


Corey: So, I don’t think I’ve told this story before, but before I started this place, I was doing a fair bit of consulting work for other companies. And I was doing a project at Pinterest years ago. And this was one of the best things I’ve ever experienced at a company site, let alone a client site, where I was there early in the morning, eight o’clock or so, so you know, engineers love to show up at the crack of 11:30. But so I was working a little early; it was great. And suddenly my SSH session that I was using to remote into something or other hung.


And it’s tap up, tap enter a couple of times, tap it a couple more. It was hung hard. “What’s the—” and then someone gently taps me on the shoulder. So, I take the headphones off. It was someone from corporate IT was coming around saying, “Hey, there’s a slight problem with our corporate firewall that we’re fixing. Here’s a MiFi device just for you that you can tether to get back online and get worked on until the firewall gets back.”


And it was incredible, just the level of just being on top of things, and the focus on keeping the people who were building things and doing expensive engineering work that was awesome—and also me—productive during that time frame was just something I hadn’t really seen before. It really made me think about the value of where do you remove bottlenecks from people getting their jobs done? It was—it remains one of the most impressive things I’ve seen.


Micheal: That is great. And as you were telling me that I did look up our [laugh] internal system to see whether a user called Corey Quinn existed, and I should confirm this with you. I do see entries over here, a couple of commits, but this was 2015. Was that the time you were around, or is this before that even?


Corey: That would have been around then, yes. I didn’t start this place until late 2016.


Micheal: I do see your commits, like, from 2015, and I—


Corey: And they’re probably terrible, I have no doubt. There’s a reason I don’t read code for a living anymore.


Micheal: Okay, I do see a lot of GIFs—and I hope it’s pronounced as GIF—okay, this is cool. We should definitely have a chat about this separately, Corey?


Corey: Oh, yeah. “Would you explain this code?” “Absolutely not. I wrote it. Of course, I have no idea what it does. That’s the rule. That’s the way code always works.”


Micheal: Oh, you are an honorary Pinterest engineer at this point, and you have—yes—contributed to our API service and a couple of Puppet profiles I see over here.


Corey: Oh, yes—


Micheal: [Amazing 00:36:11]. [laugh].


Corey: You don’t wind up thinking that’s a risk factor that should be disclosed. I kid. I kid. It’s, I made a joke about this when VMware acquired SaltStack and I did some analytics and found that 60 some odd lines of code I had written, way back when that were still in the current version of what was being shipped. And they thought, “Wait, is this actually a risk?”


And no, I am making a joke. The joke is, is my code is bad. Fortunately, there are smart people around me who review these things. This is why code review is so important. But there was a lot to admire when I was there doing various things at Pinterest. It was a fun environment to work in, the level of professionalism was phenomenal, and I was just a big fan of a lot of the automation stuff.


Phabricator was great. I love working with it, and, “Great, I’m going to use this to the next place I go.” And I did and then it was—I looked at what it took to get it up and running, and oh, yeah, I can see why GitHub is so popular these days. But it was neat. It was interesting seeing that type of environment up close.


Micheal: That is great to hear. You know, this is what I enjoy, like, hearing some of these war stories. I am surprised; you seem to have committed way more than I’ve ever done in my [laugh] duration here at Pinterest. I do managing for a living, but then again—Corey, the good news is your code is still running on production. And we—


Corey: Oh dear.


Micheal: —haven’t—[laugh]. We haven’t removed or made any changes to it, so that’s pretty amazing. And thank you for all your contributions.


Corey: Oh, please, you don’t have to thank me. I was paid, it was fine. That’s the value of—


Micheal: [laugh].


Corey: —[work 00:37:38] for hire. It’s kind of amazing. And the best part about consultants is, is when we’re done with a project, we get the hell out everyone’s happy about it.


More happy when it’s me that’s leaving because of obvious personality-related reasons. But it was just an interesting company from start to finish. I remember one other time, I wound up opening a ticket about having a slight challenge with a flickering on my then Apple-branded display that everyone was using before they discontinued those. And I expected there to be, “Oh, okay. You’re a consultant. Great. How did we not put you in the closet with a printer next to that thing, breathing the toner?” Like most consulting clients tend to do, and sure enough, three minutes later, I’m getting that tap on the shoulder again; they have a whole replacement monitor. “Can you go grab a cup of coffee? We’ll run the cable for it. It’ll just be about five minutes.” I started to feel actively bad about requesting things because I did a lot of consulting work for a lot of different companies, and not to be unkind, but treating consultants and contractors super well is not something that a lot of companies optimize for. I can’t necessarily blame them for that. It just really stood out.


Micheal: Yep, I do hope we are keeping up with that right now because I know our team definitely has a lot of consultants working with us as well. And it’s always amazing to see; we do want to treat them as FTs. It doesn’t even matter at that point because we’re all individuals and we’re trying to work towards common goals. Like you just said, I think I personally have learned a few items as well from some of these folks. Which is again, I think speaks to how we want to work and create a culture of, like, we’re all engineers; we want to be solving problems together, and as you were doing it, we want to do it in such a way that it’s still fun, and we’re not having the restrictions of titles or roles and other pieces. But I think I digressed. It was really fun to see your commits though, I do want to track this at some point before we move completely over to GitHub, at least keep this as a record, for what it’s worth.


Corey: Yeah basically look at this graffiti in the codebase of, “A shit-poster was here,” and here I am. And that tends to be, on some level, the mark we live on the universe. What’s always terrifying is looking at things I did 15 years ago in my first Linux admin job. Can I still ping the thing that I built there? Yes, I can. And how is that even possible? That should not have outlived me; honestly, it should never have seen the light of day in production, but here we are. And you never know how long that temporary kluge you put together is going to last.


Micheal: You know, one of the things I was recalling, I was talking to someone in my team about this topic as well. We always talk about 10x engineers. I don’t know what your thoughts are on that, but the fact that you just mentioned you built something; it still pings. And there’s a bunch of things, in my mind, when you are writing code or you’re working on some projects, the fact that it can outlast you and live on, I think that’s a big, big contribution. And secondly, if your code can actually help up-level, like, ten other people, I think you’ve really made the mark of 10x engineer at that point.


Corey: Yeah, the idea of the superhuman engineer is always been a strange and dangerous one. If for nothing else, from where I sit, excellence is inherently situational. Like we just talked about someone at Pinterest: is potentially going to be able to have that kind of impact specifically because—to my worldview—that there’s enough process and things around there that empower them to succeed. Then if you were to take that engineer and drop them into a five-person startup where none of those things exist, they might very well flounder. It’s why I’m always a little suspicious of this is a startup founded by engineers from Google or Facebook, or wherever it is.


It’s, yeah, and what aspects of that culture do you think are one-to-one matches with the small scrappy startup in the garage? Right, I predicting some challenges here. Excellence is always situational. An amazing employee at one company can get fired at a second one for lack of performance, and that does not mean that there’s anything wrong with them and it does not mean that they are a fraud. It means that what they needed to be successful was present in one of those shops, but not the other.


Micheal: This is so true. And I really appreciate you bringing this up because whenever we discuss any form of performance management, that is a—in my view personally—I think that’s an incorrect term to be using. It is really at that point in time, either you have outlived the 
environment you are in, or the environment is going in a different direction where I think your current skill set probably could be best used in the environment where it’s going to work. And I know it’s very fuzzy at that point, but like you said, yes, excellence really means you don’t want to tie it to the number of commits you have pushed out, or any specific aspect of your deliverables or how you work.


Corey: There are no easy answers to any of these things, and it’s always situational. It’s why I think people are sometimes surprised when I will make comments about the general case of how things should be, then I talk to a specific environment where they do the exact opposite, and I don’t yell at them for it. It’s there—in a general sense, I have some guidance, but they are usually reasons things are the way they are, and I’m interested in hearing them out. Everything’s situational, the worst consultant in the world is the one that shows up, has no idea what’s going on, and then asked, “What moron set this up?” Invariably, two said, quote-unquote, “Moron.” And the engagement doesn’t go super well from there. It’s, “Okay, why is this the way that it is? What constraints shaped it? What was the context behind the problem you were trying to solve?” And, “Well, why didn’t you use this AWS service?” “Because it didn’t exist for another three years when we were building that thing,” is 
a—


Micheal: Yes.


Corey: —common answer.


Micheal: Yes, you should definitely appreciate that of all the decisions that have been made in past. People tend to always forget why they were made. You’re absolutely right; what worked back then will probably not work now, or vice versa, and it’s always situational. So, I think I can go on about this for hours, but I think you hit that to the point, Corey.


Corey: Yeah, I do my best. I want to thank you for taking another block of time out of your day to wind up talking with me about various aspects of what it takes to effectively achieve better levels of engineering productivity at large companies, with many teams, working on 
shared codebases. If people want to learn more about what you’re up to, where can they find you?


Micheal: I’m definitely on Twitter. So, please note that I’m spelled M-I-C-H-E-A-L on Twitter. So, you can definitely read on to my tweets there. But otherwise, you can always reach out to me on LinkedIn, too.


Corey: Fantastic and we will, of course, include a link to that in the [show notes 00:44:02]. Thanks once again for your time. I appreciate it.


Micheal: Thanks a lot, Corey.


Corey: Micheal Benedict, head of engineering productivity at Pinterest. I’m Cloud Economist Corey Quinn and this is Screaming in the Cloud. If you’ve enjoyed this podcast, please leave a five-star review on your podcast platform of choice, whereas if you’ve hated this podcast, please leave a five-star review on your podcast platform of choice along with a comment telling me that you work at Pinterest, have looked at the codebase, and would very much like a refund and an apology.


Corey: If your AWS bill keeps rising and your blood pressure is doing the same, then you need The Duckbill Group. We help companies fix their AWS bill by making it smaller and less horrifying. The Duckbill Group works for you, not AWS. We tailor recommendations to your business and we get to the point. Visit duckbillgroup.com to get started.


Announcer: This has been a HumblePod production. Stay humble.
Newsletter Footer

Get the Newsletter

Reach over 30,000 discerning engineers, managers, enthusiasts who actually care about the state of Amazon’s cloud ecosystems.

"*" indicates required fields

This field is for validation purposes and should be left unchanged.
Sponsor Icon Footer

Sponsor an Episode

Get your message in front of people who care enough to keep current about the cloud phenomenon and its business impacts.