<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Leadership on Locally Optimal</title><link>http://www.locallyoptimal.com/tags/leadership/</link><description>Recent content in Leadership on Locally Optimal</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>© Scott Triglia</copyright><lastBuildDate>Sat, 02 Mar 2024 20:05:21 +0000</lastBuildDate><atom:link href="http://www.locallyoptimal.com/tags/leadership/index.xml" rel="self" type="application/rss+xml"/><item><title>Know your neighbors</title><link>http://www.locallyoptimal.com/know-your-neighbors/</link><pubDate>Sat, 02 Mar 2024 20:05:21 +0000</pubDate><guid>http://www.locallyoptimal.com/know-your-neighbors/</guid><description>&lt;p&gt;It's not enough to know your own scope, your own team, and your immediate surroundings. Your work &lt;em&gt;inherently&lt;/em&gt; succeeds or fails based on the first (and even second) degree removed participants – customers of your APIs, stakeholders in the invariants you ensure, the hard and soft dependencies you build atop, and the broader ecosystem you thrive or wither within.&lt;/p&gt;&lt;p&gt;Do you know who your neighbors are? Have you met them, talked to them, built rapport? &lt;/p&gt;&lt;p&gt;Can you ask them for urgent favors, or lean on them to help you out of a jam, or trust that they will assume best intentions from that rushed, slightly-too-harsh Slack message you sent in haste? Do you know what matters to them, where you could improve things for them, and what their most important request is for your team/system?&lt;/p&gt;&lt;p&gt;If you aren't sure who your neighbors are or where things stand, &lt;em&gt;put in the time now to fix that&lt;/em&gt; while the pressure is relatively low. Relationships (in real life and at work) live or die in hard times based on the investment you put in during the other seasons. There's no time like now to meet that coworker one team over, have a casual curiosity-first conversation about what is going well/poorly for them, and talk about something you have in common.&lt;/p&gt;&lt;p&gt;You never know when it will matter until you know what matters &lt;em&gt;to them&lt;/em&gt;. Start learning.&lt;/p&gt;</description></item><item><title>Building consensus iteratively with feedback spirals</title><link>http://www.locallyoptimal.com/building-consensus-iteratively-with-feedback-spirals/</link><pubDate>Thu, 11 Jul 2019 07:00:00 +0000</pubDate><guid>http://www.locallyoptimal.com/building-consensus-iteratively-with-feedback-spirals/</guid><description>&lt;p&gt;Building true consensus is hard work! By its nature, it implies you’ve taken time to hear lots of opinions, convince people on the margins by addressing their concerns, and probably spent some of your time discussing with those who will never agree with you. Often the goal of getting true consensus and buy-in from a broad group of people can feel impossibly hard.&lt;/p&gt;&lt;p&gt;One of the paths toward consensus is eliciting and incorporating feedback regularly. Unfortunately, many projects do this too little, and too late. A classic failure mode is gathering feedback after decisions have been made and executed on, like a long argument in code review about the fundamental architectural choices underpinning the whole design. This produces wasted effort, frustrated people, and overwhelmed reviewers.&lt;/p&gt;&lt;p&gt;Wouldn’t it be better if we treated feedback like we do agile engineering projects — getting feedback early and often instead of in a huge big-bang at the final approval step?&lt;/p&gt;&lt;h3 id="gathering-feedback-iteratively"&gt;Gathering feedback iteratively&lt;/h3&gt;&lt;p&gt;So this is my shot at trying to codify how I approach gathering iterative, small feedback for my own controversial architectures or decisions.&lt;/p&gt;&lt;p&gt;The main mistake we’re trying to avoid is waiting too long for feedback. It is a natural mistake — releasing things for feedback early feels risky! It’s easier for your reviewers to not understand (“why is this so messy?” or “this is incomplete, I can’t review?”) — you must work harder to share the same context and expectations.&lt;/p&gt;&lt;p&gt;If you haven’t seen it before, &lt;a href="https://blog.sandglaz.com/30-percent-feedback-rule/" rel="noopener"&gt;the concept of “30% feedback”&lt;/a&gt; proposes getting earlier feedback on a messier version of your final idea. I really like this, but the most obvious problem is it only splits your feedback into two big chunks (the 30% mark and the final 100% mark). I want to use that same reasoning, but make it fundamentally continuous and let myself regularly check in for feedback whenever I need it along the path from raw idea to final consensus.&lt;/p&gt;&lt;p&gt;Without any further ado, here’s our approach to building consensus with iterative feedback:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Start small with deciding on the basic thrust of your idea and what problem it solves. Share with a core group of project peers or respected advisors. Get feedback on the clarity of problem statement and your directional plan of attack.&lt;/li&gt;&lt;li&gt;Expand the feedback group to include your planned final stakeholders and decision makers. This is the 30% feedback point. Ask for preliminary agreement that this solution looks promising. Get feedback on the shape of your solution and anything you’ve de-scoped from the problem.&lt;/li&gt;&lt;li&gt;Reach the widest point of feedback. Be pretty sure of the details of what you want to do and why. Offer chance for feedback to everyone, especially those who won’t be in the final decision making group.&lt;/li&gt;&lt;li&gt;Start shrinking the feedback circle toward the core group of decision makers, making fewer, smaller changes, and finalizing the plan.&lt;/li&gt;&lt;li&gt;Finally the decision makers make the final go/no-go call, based on the proposal crystallized from all this feedback.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;With this pool of reviewers first expanding and then shrinking, you can imagine why I call this “feedback spirals” 😄&lt;/p&gt;&lt;p&gt;Let’s dive into each of these stages in more depth.&lt;/p&gt;&lt;h3 id="finding-your-mvp-and-getting-directional-feedback"&gt;Finding your MVP and getting directional feedback&lt;/h3&gt;&lt;p&gt;There’s great literature ( &lt;a href="http://theleanstartup.com/principles" rel="noopener"&gt;The Lean Startup&lt;/a&gt;, any book about agile, etc.) endorsing early feedback, cheap MVPs, and iterative work for engineering projects, so let’s steal those concepts.&lt;/p&gt;&lt;p&gt;Our goal is twofold: discover the simplest statement of the problem we’re trying to tackle and form a directional opinion about how we’re going to solve it.&lt;/p&gt;&lt;p&gt;I recommend using a structured format and keeping your first approach small. I like the &lt;a href="https://medium.com/@inowland/using-6-page-and-2-page-documents-to-make-organizational-decisions-3216badde909"&gt;Amazon 2 pager&lt;/a&gt; in this case, and focusing in particular on making sure my proposed solution is particularly high level. The written format is particularly good at forcing a clear problem statement up front and offering a concrete artifact of the plan as you go along.&lt;/p&gt;&lt;p&gt;The MVP I like is a directional position on how we’re going to solve our problem. This should not be a concrete, detailed proposal at this point, but rather a “big idea” or directional solution. If a later proposal will be “30% done”, this is more like 10%. Our goal is to frame the very general target of our solution, of course with the knowledge that future investigation may well change our opinion on the best approach.&lt;/p&gt;&lt;p&gt;Once we are satisfied with our initial 2 pager, we get the very earliest feedback! I recommend the first reviewers is a small group of supporters and interested parties with enough experience to be able to give loose, direction feedback about an idea that is barely even defined. Use this feedback to build a consensus &lt;em&gt;direction&lt;/em&gt; for the start of your project.&lt;/p&gt;&lt;h3 id="expanding-to-30-feedback-and-beyond"&gt;Expanding to 30% feedback and beyond&lt;/h3&gt;&lt;p&gt;After we’ve settled on our problem we’re trying to solve, and a directional solution, it is time for us to iteratively work out the details, getting feedback as we go.&lt;/p&gt;&lt;p&gt;The 30% mark is arbitrary here — remember the value of our fully iterated approach is there &lt;em&gt;isn’t&lt;/em&gt; a single magical point where we need to get our early feedback exactly right. Instead treat it as a continuum, where we’re regularly &lt;strong&gt;expanding whom&lt;/strong&gt; we get feedback from and hopefully also regularly &lt;strong&gt;reducing how much change&lt;/strong&gt; this feedback has on our project’s design.&lt;/p&gt;&lt;p&gt;Our goal is a narrowing of changes, where over time we can be building confidence in our project’s proposal. Though you might worry about all this feedback slowing a project down, in practice I’ve found it actually increases how quickly I can safely move, secure in the belief that there’s growing momentum behind what I’m proposing.&lt;/p&gt;&lt;h3 id="reaching-the-point-of-maximum-feedback"&gt;Reaching the point of maximum feedback&lt;/h3&gt;&lt;p&gt;At this point, your proposal should be mostly unchanging. I aim now for the largest circle of reviewers, including the majority of the engineers or other teams who will be most impacted by the change. This offers me the most chances for hearing novel feedback and lets the whole team buy into the idea. My goal here is not to get review from “experts only” — but to now confirm with the larger team that the idea makes sense and will work. Often this is where you’ll discover last minute details that seemed fine in the abstract but don’t work in the detail.&lt;/p&gt;&lt;p&gt;This is not only the largest reviewer group, it’s also hopefully the last time our project’s actual details change. From here on out we’ll be moving from building consensus to acting on the final result of that consensus.&lt;/p&gt;&lt;h3 id="making-a-decision-and-committing-to-it"&gt;Making a decision and committing to it&lt;/h3&gt;&lt;p&gt;Now for all that hard work, we return to a final small group to make the final call. I like this to contain a lot of the original 10–30% reviewers, since they’ve had the longest context over the lifetime of the design. The upside of this process is we’ve formed a proposal that’s included feedback from a huge diversity of sources, and got repeated, ongoing consensus as we went along.&lt;/p&gt;&lt;p&gt;In a more traditional, waterfall approach to project decisions, this would be the moment of truth where you throw the project to reviewers and cross your fingers. Some feedback would be minor, but some will be second guessing the very underpinnings of your solution. Reviewers in this situation can slip into a role that is more antagonist than collaborator — bringing objections that are too fundamental to be solved with any change except going back to the drawing board.&lt;/p&gt;&lt;p&gt;However that’s the beauty of our iterative approach. The final call is made on the strength of layered feedback at every step of the process, including an original direction set and ratified by at least some members of the final decision committee. The goal is always to discover disagreement or fundamental concerns as early as possible.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Put another way, I strongly believe that every final decision point should be as boring and pre-determined as possible.&lt;/strong&gt; Be skeptical of long periods without feedback, and of a decision process that produces surprises at the end.&lt;/p&gt;&lt;h3 id="in-conclusion-what-does-this-get-us"&gt;In conclusion (what does this get us)&lt;/h3&gt;&lt;p&gt;Consensus is incredibly valuable, but it’s also hard won. A smooth feedback process gives you the best of both worlds — smooth momentum that isn’t delayed by arguing over proposal fundamentals and a final decision that feels effortless and widely agreed upon.&lt;/p&gt;&lt;p&gt;To get there, avoid “design everything up front” quagmires by focusing on a problem statement and directional MVP and immediately getting feedback from a core group.&lt;/p&gt;&lt;p&gt;Build regular consensus up gradually over time, growing confidence that your idea makes sense in the concrete, and broadening your feedback circle to build consensus wider and watch for mistakes others might catch.&lt;/p&gt;&lt;p&gt;As feedback starts to solidify behind a consistent solution, start shrinking the feedback circle. Watch to make sure the magnitude of changes is reducing regularly, and build confidence that this is a good enough “first approach” to commit to executing.&lt;/p&gt;&lt;p&gt;Finally return to a relatively small decision making group you trust to make the final call. Running this process in the open and including feedback from a large group balances transparency for big decisions with an efficient decision process that doesn’t devolve into design-by-committee. Document your final decision and the justification for it in public, so those not in the deciding group can follow your reasoning.&lt;/p&gt;&lt;p&gt;In the end, hopefully you get the best of all worlds with excellent decisions and easy consensus. There’s a reason we prefer agile projects over waterfall ones — your decision making process deserves the same. Try out feedback spirals and let me know how well it works for you, or what process you’ve used to avoid these same pitfalls.&lt;/p&gt;&lt;hr&gt;&lt;p&gt;&lt;em&gt;Originally published at &lt;/em&gt;&lt;a href="http://www.locallyoptimal.com/blog/2019/07/11/building-consensus-iteratively-with-feedback-spirals/" rel="noopener"&gt;&lt;em&gt;http://www.locallyoptimal.com&lt;/em&gt;&lt;/a&gt;&lt;em&gt; on July 11, 2019.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Delegating safely and successfully</title><link>http://www.locallyoptimal.com/delegating-safely-and-successfully/</link><pubDate>Thu, 28 Mar 2019 00:00:00 +0000</pubDate><guid>http://www.locallyoptimal.com/delegating-safely-and-successfully/</guid><description>&lt;p&gt;At Yelp, I’ve been in a role we call Group Technical Lead (GTL) for a little over a year now. In short, it involves being the technical (aka non-people-manager) leader of a technical space that spans teams. The closest industry standard analog is probably Senior Staff Engineer. I worked in 2017–2018 as the GTL of Yelp’s commerce platform — payments and billing infrastructure that powers food delivery, advertisements, and other paid products. However this year I’ve just transitioned to serving in the same GTL role for Yelp’s ad platform. This is a pretty dramatic shift in teams and results in me owning a very different set of tasks.&lt;/p&gt;&lt;p&gt;One of the obvious changes caused by me leaving Commerce is the work I used to do needs an owner! The one most at the front of my mind is the group’s technical roadmap for the next couple years, but there are a number of other responsibilities that were very central to my job description and are left unowned in my absence.&lt;/p&gt;&lt;p&gt;There are strong technical leaders staying in Commerce who I want to grow into my old role(s), but there’s a fair concern that they might not be ready to immediately perform the same function. This comes up a lot even when you aren’t switching teams. As you regularly acquire new, harder tasks the old work you used to do has to go somewhere. The question is how to delegate work you used to do while setting its new owner up for success.&lt;/p&gt;&lt;h3 id="delegation-a-task-doesn-t-imply-zero-involvement"&gt;Delegation a task doesn’t imply zero involvement&lt;/h3&gt;&lt;p&gt;A normal fear whenever you try to delegate something you used to own is that whoever you give it to might not know how to do it well. This is even more common when (like for me right now) you’re delegating a task that wasn’t easy for you down to someone who has less experience doing it than you.&lt;/p&gt;&lt;p&gt;A common (but bad!) response to this is to just not delegate your task. This results in you getting overloaded (more work always arrives), the people around you never getting challenging opportunities to grow, and silos of knowledge where expertise doesn’t get shared.&lt;/p&gt;&lt;p&gt;I like to hack around this by frequently reminding myself that delegating a task doesn’t need to imply having zero involvement! &lt;a href="https://en.wikipedia.org/wiki/Responsibility_assignment_matrix#Key_responsibility_roles_%28RACI_model%29" rel="noopener"&gt;The RACI model encourages&lt;/a&gt; thinking of four possible ways to be involved in a project:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Responsible&lt;/strong&gt;: You do the work to complete the task&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Accountable&lt;/strong&gt;: You are ultimately answerable for the correct and thorough completion of the deliverable or task&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Consulted&lt;/strong&gt;: You are consulted for your expert opinions when needed&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Informed&lt;/strong&gt;: You just hear about the task’s progress (without blocking any decisions)&lt;/li&gt;&lt;/ul&gt;&lt;h3 id="partial-delegation-via-raci"&gt;Partial delegation via RACI&lt;/h3&gt;&lt;p&gt;Thinking about this, you can see that I can hand off &lt;em&gt;Accountability&lt;/em&gt; for the Commerce Roadmap while still helping (lightly &lt;em&gt;Responsible&lt;/em&gt;), and definitely offering lots of &lt;em&gt;Consulting&lt;/em&gt; help. This lets me not lead the effort, but still be around a lot for advice and keep an eye on any worst-case outcomes. My normal transition from full ownership to full delegation looks like this over time:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;I start fully Accountable, and probably Responsible too.&lt;/li&gt;&lt;li&gt;I involve my replacement first, making them also co-Responsible for the task. We focus on talking through and pairing up for any work I do in my Accountable capacity.&lt;/li&gt;&lt;li&gt;Next I delegate Accountable, but stay Consulted for sure and possibly Responsible if needed. This is the training wheels period — I’m still very involved and can spot mistakes, but I’m reducing the choices I make and expecting my replacement to be more self sufficient.&lt;/li&gt;&lt;li&gt;I try to let go of Responsible once I’m sure my day-to-day involvement isn’t necessary, but stay Consulted. This is easiest if you slowly reduce your involvement over a period of time.&lt;/li&gt;&lt;li&gt;Consulted often lasts for a while, but I aim to make sure the amount of time I’m spending is reducing over time.&lt;/li&gt;&lt;li&gt;And eventually I can drop Consulted and just trust the delegate to handle it completely. If I long term need to care about the task, I can choose to stay Informed.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Even though using acronyms runs the risk of making me start wearing a suit to work and saying SYNERGY a lot, I really like RACI as a way of helping me remember delegation isn’t a big-bang binary choice. If you find it this useful, you might like me talking about it and other things &lt;a href="https://www.youtube.com/watch?v=dWuRDbH4Xlw" rel="noopener"&gt;in this talk on surviving overloading at work&lt;/a&gt;. It’s certainly feeling very relevant to me maintaining sanity during this team transition.&lt;/p&gt;&lt;hr&gt;&lt;p&gt;&lt;em&gt;Originally published at &lt;/em&gt;&lt;a href="http://www.locallyoptimal.com/blog/2019/03/28/delegating-safely-and-successfully/" rel="noopener"&gt;&lt;em&gt;www.locallyoptimal.com&lt;/em&gt;&lt;/a&gt;&lt;em&gt; on March 28, 2019.&lt;/em&gt;&lt;/p&gt;</description></item></channel></rss>