Irrational Exuberancehttps://lethain.com/Recent content on Irrational ExuberanceHugo -- gohugo.ioen-usWill LarsonSat, 11 Jul 2026 14:00:00 -0700Generated and suppressed demand.https://lethain.com/generated-demand/Sat, 11 Jul 2026 14:00:00 -0700https://lethain.com/generated-demand/<p><img src="https://lethain.com/static/blog/2026/stages-2026.png" alt="Stages of a performing team, revised for 2026"></p> <p>Eight years ago, I wrote about <a href="https://lethain.com/durably-excellent-teams/">my theory of restoring struggling teams</a>, which came down to four steps:</p> <ol> <li>A team is <strong>falling behind</strong> if each week their backlog is longer than the week before. Solve by hiring more.</li> <li>A team is <strong>treading water</strong> if they’re able to get their critical work done, but are not able to start paying down technical debt or start major new projects. Solve by reducing work-in-progress.</li> <li>A team is <strong>repaying debt</strong> when they’re able to start paying down technical debt, but progress still feels slow. Solve by staying the course: it&rsquo;s actually working, you just have to keep the faith until you finish digging out.</li> <li>A team is <strong>innovating</strong> when their technical debt is sustainably low, morale is high, and the majority of work is satisfying new user needs. There&rsquo;s nothing left to solve, at this point.</li> </ol> <p>Even now, I find this mental model extremely valuable, but I do think it is missing one interesting nuance that I&rsquo;ve seen many teams run into in high-growth environments: suppressed and generated demand. Suppressed demand is the idea of incoming work that isn&rsquo;t incoming, because teams stop asking you for help. Generated demand is when an increasingly effective team&rsquo;s progress is noticed, and the previously suppressed demand is converted into actual demand.</p> <p><img src="https://lethain.com/static/blog/2026/return-to-falling-2026.png" alt="Generated demand"></p> <p>The consequence of generated demand is that a team that was struggling can successfully recover, work through much of its backlog, and then shortly thereafter be just as far underwater as they were at their worst. This is a very disorienting experience, and even a demoralizing one. The team has done everything right, shipped a bunch of genuinely valuable work, and are nonetheless just as far underwater as they were before.</p> <p>To give a concrete example, our Customer Operations Engineering team didn&rsquo;t exist a year ago, and instead we invested in customer operations engineering tasks by prioritizing them into a larger team&rsquo;s tasks. This often meant we had very valuable projects that didn&rsquo;t get staffed. We then split it out into its own team, launching a number of projects like reworking our internal customer operations tooling and integrating Sierra for our IVR, both of which worked out quite well. As a result of working out well, there are far more requests for work. Despite accomplishing so much, the team is even further behind on the incoming requests than they were a year ago, when they had shipped relatively little and had relatively little capacity to ship more.</p> <p>Unfortunately, the solution here is not particularly novel: you have to run through the cycle again. And potentially a third time. And potentially a fourth time. You just have to keep running through it until you&rsquo;ve surfaced the entire backlog of suppressed demand. This is very similar to the problem of <a href="https://lethain.com/modeling-reliability/">latent incidents</a> which cause effective reliability programs to look like they&rsquo;re failing as they drain the stock of previously created latent incidents. Sometimes you&rsquo;re doing the right thing, and it just takes a while to work. Your challenge in that moment is building conviction that you are indeed doing the right thing, and convincing your team and leadership of that as well.</p> <p>Finally, it&rsquo;s interesting to attempt to predict which teams are, and which aren&rsquo;t, sitting on top of a backlog of suppressed demand. Some teams run through the recovery cycle, and find that there simply isn&rsquo;t much else to do. These tend to be teams with very narrow interfaces, for example a team whose job is providing internal queues probably won&rsquo;t have much generated demand after clearing the initial backlog. Teams with broad interfaces, like customer operations or developer experience, are generally sitting on an incredibly large, albeit currently invisible, backlog of suppressed work.</p>Make no assumptions.https://lethain.com/make-no-assumptions/Sat, 11 Jul 2026 06:00:00 -0700https://lethain.com/make-no-assumptions/<p>I&rsquo;ve recently been thinking a lot about the concept of &ldquo;soil horizons&rdquo;, which is the idea that there are many distinct layers of soil, from topsoil all the way down to bedrock, which all combine into a soil horizon. Translating this idea into software, the ideal codebase would have a single uniform &ldquo;code layer&rdquo;, but a surprisingly large percentage of production software has numerous, distinct code layers as the leading architect shifted over time. I&rsquo;ve found this particularly true for software in problem-spaces with <a href="https://lethain.com/quality/">high essential complexity and low scale complexity</a>, where the purifying challenges of scaling never create enough pressure to compact disjoint layers into a unified layer.</p> <p>Codebases with the most code layers tend to be created by small teams working on complex domains over a long period of time. In many companies this might be an identity, permissions or payments team: stuff that&rsquo;s permanently valuable, but usually not the central concern at any given time. On such teams, there is often only one architect who understands the nuances of the domain well enough to make tradeoffs. When that architect leaves, they are replaced by someone who aspires to operate in the same code layer, but simply cannot because they lack enough context to do so. As a result, that new replacement creates a new code layer, despite not intending to. If the team runs through a handful of folks as the new team leads struggle, it&rsquo;s easy to end up with a complex code horizon very quickly.</p> <p><img src="https://lethain.com/static/blog/2026/code_horizons.png" alt="Software history framed as soil horizons."></p> <p>The problem of messy code horizons is not a new one, and the general approach to addressing them is the same one I wrote about seven years ago in <a href="https://lethain.com/reclaim-unreasonable-software/">Reclaim unreasonable software</a>, but with the proliferation of coding and non-coding harnesses, lately I&rsquo;m running into the problem of messy code horizons more frequently. Even more concerning, I&rsquo;m seeing this problem expand from impacting code horizons into impacting how organizations make decisions outside of software, e.g. the company&rsquo;s general reasoning horizons. When individuals or teams rely on LLMs to reason to conclusions, rather than using LLMs to explore or draft options, it&rsquo;s possible for even the most important decisions to be built on top of flawed reasoning layers underneath.</p> <p>In the next section, I&rsquo;ll develop the problem statement a bit about what I&rsquo;m running into, and then in the final section I&rsquo;ll lay out the approaches that I am finding (moderately) effective to navigate that problem.</p> <h2 id="messy-reasoning-horizons">Messy reasoning horizons</h2> <p>If you give three enthusiastic engineers a problem, a new codebase, a coding harness, and self-approval rights, it&rsquo;s very easy to end up with three new soil horizons as their harnesses gleefully commit code. However, in engineering we have a number of techniques to derisk this problem. First, we have manual and automated code review, and second we increasingly have the ability for the harnesses to operate off sufficiently clear instructions that they write new code consistently with the existing code, even if the operator is unaware of what good looks like. This is also true for code review, where coding harnesses can drive consistency across pull requests even if the person (or harness) creating the pull requests is not operating off the same shared context as the wider team.</p> <p>Many codebases are not well-configured for this new reality, and those codebases are getting worse at an accelerating rate as more harness and agent contributions get added. Legacy codebases that reach a certain size before introducing these better practices are <a href="https://lethain.com/revised-rules-of-engineering-leadership/">easier to fix than before</a>, but still require a lot of work to fix.</p> <p>That said, I&rsquo;m confident that coding harnesses are going to substantially improve the quality of code horizons over the next year or two as the way we configure harnesses improves. That&rsquo;s not the problem I&rsquo;m worried about. What I&rsquo;m worried about is the application of harnesses to problems outside of writing software, where there&rsquo;s no static typing, linting, or unit tests to validate the output.</p> <p>Let me provide a very recent example from my own work that highlights this problem: I wanted to understand how our incidents were trending over time. So I pulled data via an MCP, and the analysis was unintuitive to me, in particular I thought we were having more Data related incidents than the results reflected. I had to look at the incidents in Slack, then the results in our incident tool, and understand why the two conflicted. After a bit, I recognized the results in our incident tool were only showing incidents that properly tagged a team when the alert was triggered, so it was omitting about half the relevant incidents. After having the agent manually tag the incidents without team assignments, the data made a lot more sense. After recognizing the issue, it was trivial to fix. However, if I had simply accepted the initial analysis, I would have made the perfectly wrong conclusion about what was happening. On top of that wrong conclusion, I could have easily pushed the team to take on a project to solve an illusionary problem.</p> <p>What&rsquo;s so pernicious about messy reasoning horizons, is once any reasoning layer is poisoned, it&rsquo;s impossible to reason effectively on top of it. If you take the incident analysis example, it&rsquo;s easy to imagine prioritizing the perfectly wrong set of remediations, which have the artifacts of solid strategic reasoning, but are nonetheless just wrong. It&rsquo;s easy to imagine a team wasting a quarter of time building a solution to this sort of problem that never existed.</p> <p>It&rsquo;s true that poor reasoning has always existed, long before harnesses, but my experience is that poor reasoning wearing well-formatted clothing is proliferating more widely than I&rsquo;ve previously seen, and it is increasingly difficult to combat because certain social norms are &ndash; at least temporarily &ndash; collapsing around folks actually thinking. That collapse is largely driven by unprincipled adoption of AI techniques without paying attention to whether they work. Widespread adoption is, in my opinion, the fundamental risk for most companies at the moment, and something companies need to be doing, but many approaches inadvertently mix play (experimenting with something new in ways that are likely to fail!) with production (creating load-bearing work product!) in ways that erode social norms for quality.</p> <p>The norms are not uniformly collapsing by any means, they are <em>generally</em> intact, but even a small increase in the proliferation of low quality reasoning layers has a devastating effect on your ability to reason successfully. Especially true the further up the poor reasoning occurs (sloppy reasoning from senior leaders) or when senior leaders rely on layers of reasoning without inspection (leaders who aren&rsquo;t sufficiently &ldquo;in the details&rdquo; to spot likely reasoning errors in reasoning layers).</p> <p>As a result, we now live in a world where accepting any part of the reasoning context before <a href="https://lethain.com/inspection/">inspecting</a> it might lead to making a catastrophic mistake. This is an exhausting way to live.</p> <h2 id="make-no-assumptions">Make no assumptions</h2> <p>Accepting that this is the world we live in, I wanted to lay out the techniques that I am finding useful to deal with it. Some of these are novel, but many of them are the same techniques I was using before the LLM-advent:</p> <ol> <li> <p><strong>Make no assumptions</strong>. When new hires join my team or my company, the first thing I tell them is that it&rsquo;s essential that they &ldquo;make no assumptions.&rdquo; This is difficult to do, and it goes against every instinct because it forces you to inspect each aspect of how the company works and thinks, but I do think it&rsquo;s the necessary approach. It&rsquo;s a bit like learning &ldquo;internet-skepticism&rdquo; at some point in your life, where you realize that everything on the internet is self-motivated in some way, and you have to maintain a strict filter on what ideas you accept.</p> <p>This is a hard change to make, but I genuinely believe this is the correct mindset for accepting new information in the current era. The combination of fewer management layers and more flawed reasoning layers means that the core job of leadership is inspecting the details.</p> </li> <li> <p><strong>The author must be the first human in the loop for their output.</strong> The biggest cultural failure with harnesses is when you can tell that you&ndash;the recipient of a piece of work&ndash;are the first human in the loop reviewing it. You must set a cultural norm that the creator of a piece of content is always the first human in the loop before asking another human to review it. If you fail to set that cultural expectation, then you will quickly crush the remaining team with a high standard for quality reasoning, which will lead to a full destruction of your reasoning horizon.</p> </li> <li> <p><strong>Prioritize reasonable software.</strong> Run the <a href="https://lethain.com/reclaim-unreasonable-software/">Reclaim unreasonable software</a> playbook, recognizing that <a href="https://lethain.com/revised-rules-of-engineering-leadership/">migrations are cheap in 2026</a>, so it&rsquo;s much faster to remediate gaps. The core idea here is that relying on convention doesn&rsquo;t work, and instead you have to rely on deterministic decisioning for each approach. For humans this can feel overly prescriptive, but harnesses don&rsquo;t care.</p> </li> <li> <p><strong>Learn faster by separating play and production.</strong> Many folks trying to learn how to use harnesses and LLMs leap directly into using them in their most critical work. This is a slow way to learn, and can lead to substantial errors in your most critical work. It&rsquo;s much faster to work by buffering small pockets of time to learn.</p> <p>For example, our head of data has spent time building an iOS app fully &ldquo;hands off the keyboard&rdquo; to get a better feel for the tools. This sort of experiment goes much faster and gives you more repetitions in less time. The very practical version of this is setting aside a day or two periodically for folks to experiment.</p> </li> <li> <p><strong>Structure how you think with LLMs.</strong> In <em><a href="https://craftingengstrategy.com/">Crafting Engineering Strategy</a></em>, I lay out a structured approach to reasoning through creating a strategy document, which aims to prevent the reasoning errors that folks make in their thinking. This applies equally in how we use LLMs, and I think you can substantially reduce the chance of introducing flawed reasoning layers by focusing LLM work on <a href="https://craftingengstrategy.com/strategy-steps/">exploration</a> (gathering information on internet and via various MCPs), <a href="https://craftingengstrategy.com/refinement-intro/">refinement</a> (presenting gathered information effectively), and a final formatting pass. That takes much of the work out of strategy creation while constraining the areas you have to avoid making any assumptions about its output.</p> </li> </ol> <p>I&rsquo;m certain there are more things! What are you trying?</p>Revised rules of engineering leadership.https://lethain.com/revised-rules-of-engineering-leadership/Mon, 15 Jun 2026 06:00:00 -0700https://lethain.com/revised-rules-of-engineering-leadership/<p>From early 2014 through late 2020, I was working in <a href="https://lethain.com/productivity-in-the-age-of-hypergrowth/">hypergrowth</a> environments, which are challenging, but also educational. The most valuable feature of hypergrowth is that your mistakes reveal themselves next month rather than next year, because things go wrong very loudly when you&rsquo;re moving fast. I&rsquo;ve been thinking a lot about hypergrowth recently, because Imprint&rsquo;s business is growing quickly and we did a large batch of hiring last year, but also because the AI-tooling shift has changed the pace at which it&rsquo;s possible to work.</p> <p>This post documents the new rules I&rsquo;ve revised my approach to engineering leadership around, and then talks through the specific projects I&rsquo;ve worked on over the past year that caused me to believe in these rules.</p> <h2 id="revised-rules">Revised rules</h2> <ol> <li> <p><strong><a href="https://lethain.com/migrations/">Migrations</a> can be done by an individual rather than a team.</strong> Even complex, large changes can be 95% owned by the driving individual or team, and done in 10% of the time. As the initial cost of migrations goes down, the reward/penalty of each migration&rsquo;s quality goes up: even small sharp edges will break your colleagues&rsquo; mental models about the software you co-maintain. The impact of individual judgment on your company has never been higher.</p> </li> <li> <p><strong>While 1st-pass code is nearly free, the cost of working code depends on your development harness, and is not free.</strong> We&rsquo;re in an era when many companies say that <em>everyone</em> should be writing code, however our experience is that writing code that works well, while avoiding messy edgecases, remains difficult. Just how difficult remains a factor of your development harness, e.g. your tests, CI/CD, validation environments, preview-ability of changes, and so on. While I personally don&rsquo;t imagine it&rsquo;s valuable for most folks at a company to be contributing code, I suspect that most disagreement about that topic is actually a miscommunication: even at a company where &ldquo;everyone codes&rdquo;, the marketing team isn&rsquo;t reducing allocations in your servers, instead it&rsquo;s about whether there is a safe boundary where they <em>can</em> participate. (Much like a SaaS product that allows customization by writing software.)</p> <p>The good news is that this means the things that were most valuable to speed up engineering two years ago are still the things that are most valuable to speed them up today.</p> </li> <li> <p><strong>Optimize the base-case of process for agents.</strong> Most steps of most processes can be fully automated in most cases. With the right harnesses, the right controls, domain context, and good judgment in their designers, you can fully automate the base-case of most processes in modern technology companies. For example, the base case of code review from a human is slower and less effective than a good harness&rsquo; code review. Of course, the harness will miss things, but so will human reviewers, and most areas are relatively safe to make changes. Of course, there are some higher risk areas, where this doesn&rsquo;t hold true. By effectively capturing these distinctions properly, we can go much faster without introducing risk. By failing to capture these distinctions, we&rsquo;ll create innumerable problems for ourselves.</p> <p>As a corollary, I think most planning processes like weekly or bi-weekly sprints are operating at too low an altitude. Humans planning together still matters, but should be operating at a higher level.</p> </li> <li> <p><strong>Durable, high-ownership teams with domain-context are even more important.</strong> One of my biggest lessons at Uber was that <a href="https://lethain.com/durably-excellent-teams/">persistent, durable teams work magic</a> by accumulating domain-context, building a sense of camaraderie, and feeling an increasingly strong sense of ownership over an area as they continue to work in it. Even in an era where specifically doing something is much cheaper, you still have to do <a href="https://lethain.com/judgment-is-all-you-need/">the right thing</a>, which has gotten a bit easier but not much easier, and structural improvements help address this. (As a recent example of that, we had an issue in production where the necessary data to optimize it simply wasn&rsquo;t being captured at all, so the harness&rsquo; ideas to solve it were reasonable but wrong, since the only real path forward was instrumenting the missing information.)</p> <p>As a specific disagreement, there&rsquo;s a prevailing idea that AI-first companies will be run by a small number of genius engineers who create perfect versions of things one by one, doing such a good job that there&rsquo;s nothing to maintain. This is a very compelling vision, but I don&rsquo;t see it happening. High judgment individuals <em>can</em> wander across a company doing remarkable things, but at some point they do get hemmed in by lack of domain context, which is why durable teams are the fundamental building block, even in this era.</p> </li> <li> <p><strong>Quick, good, and durable decision-making is a prerequisite to meaningfully benefit from AI.</strong> Being able to replace a legal review with automation only works if Legal can commit to that change, which depends on designing the automation thoughtfully, and also the teams&rsquo; willingness to collaborate. Implementing a new feature is only valuable if you can decide to launch that feature.</p> <p>Your team and company can only benefit from this increased pace of execution if you can make durable decisions quickly, and those decisions are good. This is the primary reason, in my opinion, why the average CTO role has necessarily become substantially more technical and less bureaucratic than a year ago. In many cases, I am the only person who can make binding decisions when teams disagree on the path forward, and that means I am making decisions constantly in this new world in order to maintain the pace. (That&rsquo;s not an argument that executives are better decision makers, just that binding executive decisions are uniquely powerful to the extent that the executives themselves are aligned enough to honor those decisions.)</p> </li> </ol> <h2 id="what-have-we-done-in-practice">What have we done in practice</h2> <p>So, I genuinely believe the above rules based on my experiences over the past year, and let me try to connect them to specific projects we&rsquo;ve worked on that have convinced me of them:</p> <ol> <li><strong>Migrations</strong> <ol> <li>A year ago, we deployed manually, and deployed ~6 times a week, and now we deploy 200-400 times a week. Our engineering headcount has doubled, but even if we double the prior deploys, we&rsquo;re still up 20-30x year-over-year. This is due to a complete overhaul of how we deploy and run migrations, and this migration was done over two months and done 90% by two folks on our infrastructure team.</li> <li>The first day of January, about 25% of folks on our team used Claude Code or Cursor every day. By the end of February, 100% did. We did this without any top-down mandate, just by making the tooling good and chatting with non-adopters to remove sources of friction. Pretty much every PR is written by harnesses now, at least in the first pass.</li> <li>We migrated from a large number of varied configuration mechanisms to two configuration mechanisms (one for client or server constants that rarely change, a second for product-specific or frequently changing values). This was a large series of changes, which were largely done as a series of isolated projects by individual engineers. First, one engineer cleaned up the architecture to support this approach. Then another engineer did a reference architecture on the new approach. Then several more engineers followed the reference architecture in other areas of our codebase. This might have been a years long project of many people in the prior world, but took less than a quarter to complete, including a new internal tool for managing these values across engineering and non-engineer teams.</li> <li>We unified a multi-repo frontend application architecture into a mono-repo frontend architecture over about a month. This was 95% driven by one frontend engineer. We now have a shared frontend development harness, can maintain libraries cheaply, and entirely moved off using <code>npm</code> for package hosting, which was a source of ongoing friction.</li> <li>We fully statically typed our frontend code, going from a place where the majority of our frontend code was not typed. This was done by one engineer, and a lot of tokens, over the course of a few weeks.</li> <li>We migrated from <code>npm</code> to <code>pnpm</code> for better security defaults and faster deploys. This took one engineer a few hours a day for a few days.</li> </ol> </li> <li><strong>Cost of working code depends on your development harness.</strong> <ol> <li>Where we&rsquo;ve tried to throw design documents and PRs &ldquo;over the wall&rdquo; to engineers on other teams, they&rsquo;ve never gone anywhere. Slop pull requests and design documents are cheap, but are actively harmful. They not only have to be cleaned up and repaired, their context poisons the LLM, leading to worse outcomes than starting over.</li> <li>We&rsquo;ve seen tremendous success in managers contributing software, as long as those managers are validating the work directly, looking at dashboards after their changes go out, and resolving any issues their changes cause. We&rsquo;ve found no positive impact from folks attempting to make changes where they don&rsquo;t do those things.</li> </ol> </li> <li><strong>Optimize the base-case of process for agents.</strong> <ol> <li>We triage all incoming issues from our customer operations team using a harness which knows our team, our open tickets, and has limited access to our data warehouse to size the impact of issues. This is complex, high-skill but not particularly interesting labor that we&rsquo;re now doing better and faster with agents. Yes, there is still a human triage for the edgecases. Importantly, we&rsquo;re also doing this without changing human workflows, it&rsquo;s the same workflow, just with some steps automated.</li> <li>The first pass of code review is done by the same harness that implements the changes, cleared of the context used to write the change, allowing humans to focus on higher value feedback.</li> <li>We rolled out Claude Code and Cowork to all folks in the company last quarter, and have seen them also automate an increasingly large swath of their work as well. Our fraud team has been particularly ambitious in replacing manual workflows with a first-pass of automation&ndash;with attribution to the data itself&ndash;to do the initial investigation on potential attacks automatically.</li> <li>We&rsquo;ve migrated to Linear, and off Jira, to better support this workflow with a more capable MCP and better Slack integration, making it possible for everyone internally to have better infrastructure for building these agent-first workflows. More on this later, but we&rsquo;re almost done alpha-testing our internal harness pulling issues off Linear, and working to resolve them, automatically which is our biggest next step in this direction.</li> </ol> </li> <li><strong>Durable, high ownership teams with domain-context are even more important.</strong> <ol> <li>When I joined, we had a number of areas supported by very talented folks who rotated through them quickly on a per-project basis. This worked, but it meant we were very reactive to issues. Now, we&rsquo;ve been able to dedicate at least a small team to every important area of the company, where they are able to persistently invest. These teams are now wielding all the new techniques afforded by AI themselves. Without them, no one would be capturing these opportunities, because there is simply too much happening.</li> <li>We launched SierraAI, which is quite good, but since then the team has iterated on it relentlessly, getting it truly excellent. This is something we wouldn&rsquo;t have been able to do without a dedicated, focused team.</li> </ol> </li> <li><strong>Quick, good and durable decision making is a prerequisite to benefit from AI.</strong> <ol> <li>Changing how we do configuration was a controversial decision, and I&rsquo;ve had to make repeated clarifications on the approach. This would have been very difficult to do bottom-up, because it impacts every team differently, and the benefit is only experienced at the ecosystem-level (allowing one person to configure all configuration across teams).</li> <li>Reworking our CI/CD pipeline was controversial, as it changed many folks&rsquo; mental models of how we deploy and release (e.g., it forced us to explicitly decouple deploy and release via feature flagging). This was a contentious decision, and would have been slow and difficult to make bottom-up.</li> <li>Unifying into a web mono-repo was also a controversial decision with varied opinions. It benefitted greatly from having a unified decision.</li> <li>Moving to SierraAI was a difficult discussion versus both various competitors, and also not doing it. It needed the executive stamp to finalize the cross-functional debate.</li> </ol> </li> </ol> <p>These are just representative examples, we&rsquo;ve done a lot more than these. The aperture of what&rsquo;s possible has continued to expand every month this year, but the things holding us back haven&rsquo;t changed all that much: organizational misalignment, lack of clarity, and poor technical architecture. It&rsquo;s a wild time to be working in technology.</p>Early and late-stage hypergrowth.https://lethain.com/early-late-stage-hypergrowth/Mon, 27 Apr 2026 06:00:00 -0700https://lethain.com/early-late-stage-hypergrowth/<p>Last week, a colleague asked why I&rsquo;d hired an additional new leader onto an important area rather than expanding an existing leader&rsquo;s scope to incorporate that area as well. The existing leader was a known quantity and doing well, so why not keep expanding them? It&rsquo;s a good question, and depending on the circumstances I might have done either, but explaining why I specifically brought in a new leader this time depends a bit on a distinction I think of as early versus late-stage hypergrowth.</p> <p>In <a href="https://www.amazon.com/Crossing-Chasm-3rd-Disruptive-Mainstream/dp/0062292986">Cross the Chasm</a>&rsquo;s world, early-stage is when you&rsquo;ve proven product market fit, have won the early adopters, and are just starting to win the early majority. In this phase, there are specific problems, and the most important problem is to solve those specific problems. For example, you might be having scalability issues, and solving that is the company&rsquo;s almost sole focus for a few weeks. After scalability is fixed, next you&rsquo;ll need to work on onboarding flows to convert for less technical users, and so on. Not only the executives, but much of the company, serially hunts down solutions to their biggest problem.</p> <p>When you reach late-stage hypergrowth, you are starting to encounter the late majority and laggards cohorts. This reorients the company and executive teams away from only creating an exceptional product, to also having to solve the numerous concerns and checkboxes that a skeptical audience introduces. Sure, your product might save hours a day for our team, but how does your compliance paperwork look? How stable are you? What contractual commitment will you make regarding customer support resolution? At this point, you&rsquo;ll <em>still</em> be in an extremely competitive environment to retain the innovators and early majority, while also having to solve the long list of skeptic-driven requirements. Instead of hunting down solutions, the company&ndash;and the executive team&ndash;now has to solve everything, everywhere, all at once.</p> <p>Going back to my colleague&rsquo;s question, in early-stage hypergrowth, it would have absolutely been preferable to expand the existing leader&rsquo;s scope. In late-stage hypergrowth, expanding their scope would have moved the problem, while reintroducing a previous problem, and that&rsquo;s a losing strategy in that stage.</p> <p>It&rsquo;s been a while since the industry has talked a lot about <a href="https://lethain.com/productivity-in-the-age-of-hypergrowth/">hypergrowth</a>, but a lot of the lessons of hypergrowth are relevant again as we see the productive chaos of the current AI-era, and this is absolutely one of them. In particular, it&rsquo;s extremely clear that you can speedrun the early hypergrowth phase with a small, AI-empowered team, but it&rsquo;s far from clear you can speedrun the late hypergrowth phase with the same approach. Personally, I suspect we will figure that out as an industry, but many of the challenges popping up recently in e.g. Anthropic&rsquo;s messaging to Claude Code power users, feel to me like they&rsquo;re rooted in the challenges of making this transition.</p> <p>Even in the unlikely case that we never solve late-stage hypergrowth using the same AI-staffed mechanisms that support the early-stage case, it&rsquo;s still an economic miracle, since it&rsquo;ll allow a smaller amount of capital to culminate into relatively large and derisked companies, which should underpin substantial productivity for the economy.</p>Agents as scaffolding for recurring tasks.https://lethain.com/agents-as-scaffolding/Sun, 12 Apr 2026 10:00:00 -0700https://lethain.com/agents-as-scaffolding/<p>One of my gifts/curses is an endless fixation with how processes can be optimized. For a brief moment early in my career, that was focused on improving how humans collaborate, but that quickly switched to figuring out how we can minimize human involvement, and eliminate human-to-human handoffs as much as possible. Lately, every time I perform a recurring task&ndash;or see someone else perform one&ndash;I think about how we might eliminate the human&rsquo;s involvement entirely by introducing agents. This both has worked well, but also worked poorly, and I wanted to highlight the pattern I&rsquo;ve found useful.</p> <p>For a concrete example, a problem that all software companies have is patching security vulnerabilities. We have that problem too, and I check our security dashboards periodically to ensure nothing has gone awry. Sometimes when I check that dashboard, I&rsquo;ll notice a finding that&rsquo;s precariously close to our resolution SLAs, and either fix it myself or track down the appropriate team to fix it. However, this feels like a process that shouldn&rsquo;t require me checking on it.</p> <p>Five to six months ago, I added Github Dependabot webhooks as an input into our internal agent framework. Then I set up an agent to handle those webhooks, including filtering incoming messages down to the highest priority issues. About a month ago, when I upgraded from GPT 4.1 to GPT 5.4 with high reasoning, I noticed that it got quite good at using the Github MCP to determine the appropriate owners for a given issue, using the same variety of techniques that a human would use: looking at Codeowners files where available, looking at recent commits on the repository, and so on. The alerts and owners were already getting piped into a Slack channel.</p> <p>So, this worked! However, it didn&rsquo;t actually work that well, because despite repeated iteration on the prompt, including numerous <code>CRITICAL: you must...</code> statements, it simply could not reliably restrict itself to <code>critical</code> severity alerts. It would also include some <code>high</code> severity alerts, and even the occasional <code>medium</code> severity alert. This is a recurring issue with using agents as drop-in software replacement: they simply are not perfect, and interrupting your colleagues requires a level of near-perfection.</p> <p>If I&rsquo;d hired someone on our Security team to notify teams about critical alerts, and they occasionally flagged non-critical alerts, eventually someone would pop into my DMs to ask me what was going wrong. That didn&rsquo;t happen here, because the knowledge that those DMs would show up prevented me from rolling the notifications out more aggressively. Coding agents address this sort of issue by running tests, typechecking, or linting, but less structured tasks are either harder or more expensive to verify. For example, I could have added an eval verifying messages didn&rsquo;t mention medium or high severity tasks before allowing it to send to Slack, but I found that somewhat unsatisfying despite knowing that it would work.</p> <p>Instead, after some procrastination on other tasks, I finally prompted Claude to update this agent to rely on a <a href="https://lethain.com/agents-coordinators/">code-driven workflow</a> where flow-control is managed by software by default, and only cedes control to an agent where ideal. That workflow looks like:</p> <ol> <li>A webhook comes in from Dependabot</li> <li>Script extracts the severity and action (e.g. is it a new issue versus a resolved issue), and filters out low priority or non-actionable webhooks</li> <li>The code packages the metadata into a list of issues and repositories</li> <li>The code passes each repository-scoped bundle to an agent with our internal ownership skill and the Github MCP to determine appropriate folks to notify for each issue</li> <li>The issues and ownership data are passed to a second agent that formats them as a Slack message</li> </ol> <p>This works 100% of the time, while still allowing us to rely on our internal ownership skill to determine the most likely teams or individuals to notify for a given problem. It&rsquo;s now something I can rollout more aggressively.</p> <p>The immediate fast follow was a weekly follow-up ping for open critical issues, relying on the same split of deterministic and agentic behaviors. The next improvement will be automating the generation of the vulnerability fixes, such that the human involvement is just reviewing the change before it automatically deploys. (We <a href="https://lethain.com/dependabot-auto-merge/">already do this for Dependabot generated PRs</a>, but in my experience Dependabot can solve a reasonable subset of identified issues, but far from all of them.)</p> <p>That is the pattern that I&rsquo;ve found effective:</p> <ol> <li>Prototype with agent-driven workflow until I get a feel for the workflow and what&rsquo;s difficult about it</li> <li>Refactor agent-driven control away, increasingly relying on code-driven workflow for more and more of the solution</li> <li>End with a version that narrowly relies on agents for their strengths (navigating ambiguous problems like identifying code owners)</li> </ol> <p>This has worked well for pretty much every problem I&rsquo;ve encountered. The end-result is faster, cheaper, and more maintainable. It&rsquo;s also a cheap transition, generally I can take logs of some recent runs, the agent&rsquo;s prompt, and some brief instructions, throw them into Codex/Claude, and get a working replacement in a few minutes.</p>The agentic passive voice.https://lethain.com/agentic-passive-voice/Sun, 29 Mar 2026 07:30:00 -0700https://lethain.com/agentic-passive-voice/<p>At some point, you will have learned about the passive voice, where the actor in a sentence is unclear. For example, my software didn&rsquo;t compile. That&rsquo;s a good example of the passive voice. However, you might not know the full set of rules, because here are some sentences in the passive voice that you might not recognize:</p> <ul> <li>Claude made an error in my writeup.</li> <li>ChatGPT messed up the commitment.</li> <li>Gemini didn&rsquo;t write tests.</li> </ul> <p>You might think those are active sentences, but those are in fact examples of the <em>agentic passive voice</em>. The rule here is: whenever the actor in a sentence is a model, then it&rsquo;s a passive sentence. I&rsquo;m sorry if your grammar instructor never taught you this rule, but this is just the way it works now.</p> <p>This is an important grammatical distinction to make, because I&rsquo;m increasingly seeing folks say that Claude made a mistake, without recognizing that they&rsquo;re writing unclear, nearly ungrammatical sentences that their grade-school teacher would reject. So please, aspire higher. Write in the active voice, avoiding all passive variants.</p>Judgment and creativity are all you need.https://lethain.com/judgment-is-all-you-need/Wed, 11 Mar 2026 07:30:00 -0700https://lethain.com/judgment-is-all-you-need/<p>When I joined Imprint a little less than a year ago, our deploys were manual, requiring close human attention to complete. Our database migrations were run manually, too. Developing good software is very possible in those circumstances, but it takes a remarkable attention to detail to do it. It was also possible to develop good software using Subversion and developing by ssh&rsquo;ing into a remote server to edit PHP files, but the goal is making things <em>easy</em> rather than <em>possible</em>.</p> <p>Ten months later, the vast majority of our changes, including database migrations, continuously deploy to production without human involvement after the initial pull request is reviewed and merged. Reading aloud the relevant pages from the mandated gospel of continuous deployment, deploying changes this way doesn&rsquo;t make them less reliable, but more so. Each step of validation a human <em>might</em> do, is now consistently done on every deploy, including many steps that are just onerous enough to drop off the standard operating steps like meticulously checking the post-launch health on a production canary every minute for half an hour after each deploy.</p> <p>This migration has reminded me a lot of the Uber service migration, which prompted me to write <a href="https://lethain.com/migrations/">Migrations: the only scalable solution for technical debt</a> back in 2018, and in particular how <em>different</em> this sort of migration feels in the age of coding agents. The more I&rsquo;ve thought about how these two migrations compared, the more it&rsquo;s solidified my thinking a bit about how this technology is going to impact software development over the next few years.</p> <h2 id="migrations-as-metaphor">Migrations as metaphor</h2> <p>Although I really want to talk about how coding agents are changing software development, I want to start by expanding a bit on this recent migration at Imprint and how it compared with the migration at Uber.</p> <p>The Uber migration was:</p> <ol> <li>Spinning up a new self-service service provisioning platform, along the lines of a very minimal Heroku, including the actual scheduling algorithm across clusters, etc. A lot of the edges were rough, including for example I do not remember how we performed service database migrations, but I suspect we simply left that as an exercise for the user. Part of the challenge was that this was a heterogenous environment with Python, NodeJS, Go, and a long-tail of random things (R, Elixir, etc). (For historical context, Kubernetes was sufficiently early that it effectively didn&rsquo;t exist in 2014 when we did this work.)</li> <li>Migrated services iteratively, driven almost entirely by the platform team, without much product engineering support. (Everyone was too busy to help, and our timeline was driven by an upcoming datacenter migration.) A team of ~3 engineers focused on this migrated hundreds of services, although it included Xiaojian Huang who remains a likely contender for the most productive engineer I have worked with in my career, so maybe it&rsquo;s unfair to call it a ~3 engineer team.</li> <li>Shedding a quiet tear for our colleagues on the core product engineering team responsible for deprecating the Python monolith, and migrating it over as a single, heavy service.</li> <li>This took us less than six months start to finish, but I don&rsquo;t think I stopped working at any point in those six months.</li> </ol> <p>The Imprint migration felt fairly differently:</p> <ol> <li> <p>We were building on substantially more powerful infrastructure, with Kubernetes, ArgoCD, etc. Our problem statement was composing our software and workflows with these platforms, rather than building the platforms from scratch.</p> </li> <li> <p>We migrated all our services and databases to a continuous deployment setup, with the majority of the work occurring over 3 months. Once again, the significant majority of it was done by a team of ~3 engineers.</p> </li> <li> <p>In 2014, we spent the vast majority of our time <em>implementing decisions</em>: how the scheduler worked, how the UX for provisioning services worked, etc. In 2026, we spent almost our entire time designing our approach, reviewing coding agent pull requests, and revising our approach when designs and reality didn&rsquo;t come together as cleanly as we hoped.</p> <p>The frenzied sprint was replaced by substantially more time on designing our approach.</p> </li> </ol> <p>All the fundamental challenges of migrations remained true, but in 2026 we got to solely work on solving those challenges, rather than on the essential but mundane minutiae of implementing those decisions. (Ok, I&rsquo;ll be honest, we also had to keep iterating on our approach to using coding agents to get longer working cycles out of them without human involvement, but we&rsquo;re telling a story here, let&rsquo;s not get distracted.)</p> <h2 id="productivity-today-is-is-most-constrained-on-judgment">Productivity today is is most constrained on judgment</h2> <p>What this migration highlighted for me, is that coding agents have already generally solved the problem of <strong>time</strong> for our team. We have, effectively, an unlimited amount of time, at a very affordable price, to complete our work.</p> <p>They have also made substantial progress on the problem of <strong>attention</strong>. After I go beyond five or so concurrent projects, I tend to lose track of the necessary work to shepherd those projects to completion, but increasingly I believe that this, as the LLM community would charmingly frame it, is a skill issue in how I am composing the tools. I&rsquo;m fairly confident that I will evolve my approach to these problems such that the bottleneck on my attention is less important. I don&rsquo;t think this will go to zero, a reality of working on teams is that the work has to be coordinated, but it will go down.</p> <p>The next constraint, which I think is the biggest issue today when it comes to building genuinely important software, is <strong>judgment</strong>. With unlimited time, and with attention increasingly constrained on my personal workflow rather than an inherent limit, I <em>can</em> do anything. But how do I do it in a way that is maintainable, secure, and reliable? How do I do it in a way where it keeps running after a key engineer leaves the company?</p> <p>I developed the idea of datapacks in <a href="https://lethain.com/competitive-advantage-author-llms/">What is the competitive advantage of authors in the age of LLMs?</a>, and this still rings true to me as the core mechanism for scaling judgment in how we approach software: we can supplement judgment by introducing expert context for the task at hand. Today this is defacto happening within the coding agent development layer, in the wider community developing shared agent skills, and internally within companies developing their own skills. My guess is that the industry will develop an ecosystem for high-quality skills, e.g. detailed and maintained skills for security engineering, product engineering, and so on. You can easily imagine O&rsquo;Reilly, or another technology publisher, developing a package manager for blessed skills, which is the first stop for injecting judgment into tasks. (This is the idea I experimented with in creating <a href="https://www.amazon.com/Companion-Crafting-Engineering-Strategy-Thoughtful-ebook/dp/B0FXN2J4PJ">LLM-optimized edition of my latest book</a>, but it&rsquo;s really the distribution platform that&rsquo;s going to be most valuable here.)</p> <p>Once we solve judgment, and I do imagine that we will using a variety of open-source and commercially managed skill package managers that are tightly integrated with coding agents, then the last constraint ahead of us is <strong>creativity</strong>. This is a problem far enough ahead that I&rsquo;m not too worried about it, but I feel like it&rsquo;s a classic entrepreneurship problem that will be amenable to the same solutions as it is today.</p> <hr> <p>I&rsquo;ll admit I&rsquo;m ignoring financial constraints here, but relative to how much companies are spending on software engineering budgets today, this isn&rsquo;t a particularly interesting constraint today. Maybe the financial constraints will get more interesting over time as engineering <em>conceivably</em> gets cheaper, but as we think about injecting judgment, things will get more expensive as well, so the outcomes remain to be seen.</p>Refactoring internal documentation in Notionhttps://lethain.com/refactoring-internal-docs-notion/Thu, 05 Feb 2026 07:00:00 -0700https://lethain.com/refactoring-internal-docs-notion/<p>In our latest developer productivity survey, our documentation was the area with the second most comments. This is a writeup of the concrete steps I took to see how much progress one person could make on improving the organization&rsquo;s documentation while holding myself to a high standard for making changes that actually worked instead of optically sounding impressive.</p> <h2 id="diagnosis">Diagnosis</h2> <p>There were a handful of issues we were running into:</p> <ul> <li> <p>We migrated from Confluence to Notion in January, 2025, which had left around a bunch of old pages that were &ldquo;obviously wrong.&rdquo;</p> <p>These files created a bad smell around our other docs, as folks felt like things weren&rsquo;t well maintained.</p> </li> <li> <p>We had inconsistent approach to what we documented in Git-managed files versus managing in Notion. This led to duplication.</p> </li> <li> <p>Duplication meant that it felt safer to create an <code>N+1</code>th version, rather than debugging why <code>N</code> versions already existed.</p> </li> <li> <p>We&rsquo;ve had a bunch of new folks join over the past year, who weren&rsquo;t sure if <em>they</em> were empowered to update documentation or if someone else was managing any given file</p> </li> <li> <p>We started using Notion AI as the primary mechanism for exposing content, which meant that hierarchical organization was less important, and that having inaccurate snippets was harmful even if they were tucked away into a quiet corner</p> </li> </ul> <p>This was combined with a handful of interesting limitations in Notion itself:</p> <ul> <li>You cannot tell if a non-wiki page is verified or not via API. You <em>can</em> tell if a wiki page is verified via API, but no one uses wiki pages</li> <li>You cannot retrieve all pages in a Notion Teamspace via API, you instead have to manually take list of the top-level pages in that Teamspace, and find the children from those pages</li> <li>There is no &ldquo;archive&rdquo; functionality in Notion that allows you to exclude a document from search results</li> <li>There is no programmatic visibility into views or usage of a page via API <em>except</em> for how recently it was edited</li> </ul> <h2 id="policy">Policy</h2> <p>The policy we adopted for addressing the above diagnosis was:</p> <ol> <li><strong>Optimize for NotionAI results, not manual discovery</strong>: a significant majority of our Notion use is now via either direct links to a specific page, or via Notion AI, not via manual discovery. That means that things like “FAQ” pages that duplicate content and go stale are actively harmful, whereas previously they were very valuable.</li> <li><strong>Duplication and stale content is worse than nothing</strong>: do not write your own guide to a process. Link to it instead, or update the source document</li> <li><strong>Prefer natural documentation in version control</strong>: we’d rather link to a README in Github than duplicate those instructions in Notion, because the README is more likely to be kept current</li> <li><strong>Everyone tidies our documentation</strong>: we’d rather be people who try to clean up a document, even if we make a small mistake, rather than someone who leaves documentation in a poor state</li> <li><strong>Automatic beats manual every time</strong>: we&rsquo;re a busy team doing a lot of things, it&rsquo;s always going to be difficult to consistently find time to manually curate content deeply, focused curation is great, but global is unreasonable</li> </ol> <h2 id="implementation">Implementation</h2> <p>Then the specifics of implementing that policy were:</p> <ol> <li> <p><strong>Create <code>Scheduled to Archive</code> and <code>Archive</code> teamspaces.</strong> The <code>Archive</code> teamspace is a private teamspace, such that documents added there don&rsquo;t pollute the search index. Conversely, <code>Scheduled to Archive</code> is public, where anyone can add documents to its root document.</p> <p>We have a weekly script that migrates everything from <code>Scheduled to Archive</code> to <code>Archive</code>.</p> <p>This was the most effective mechanism we could find to implement archiving within Notion&rsquo;s constraints.</p> </li> <li> <p><strong>Prune expired pages.</strong> Created a script which recursively builds hierarchy from a root page, enriches each page with the <code>last_edited_date</code> for each child, and then prunes all pages where it <em>and all children</em> were last edited more than <code>N</code> days ago.</p> <p>Using this script on 3-4 most relevant top-level pages, we archived about 1,500 pages of expired documentation.</p> </li> <li> <p><strong>Compact stale hierarchies.</strong> Created a second script which identifies current pages deep in stale hierarchies, e.g. the one updated page among 15 inaccurate docs. After finding a &ldquo;buried current page&rdquo;, promotes it to the grandparent page, and move the parent page (and its stale children) to <code>Scheduled to Archive</code>.</p> <p>This ended up as a script that found all the candidates, and then I worked through approving/rejecting each suggestion. The biggest issue being the lack of &ldquo;verification&rdquo; status within the API, such that there&rsquo;s no way to bless given pages and their descendants.</p> </li> <li> <p><strong>Stale link finder.</strong> Created a third script which recursively works through a hierarchy and finds 404s. It&rsquo;s essential that this script <em>does not</em> have access to the <code>Archive</code> so those scripts show up as 404s, otherwise you would have to scan through <code>Archived</code> to find things there. Both approaches would work, just a bit of a matter of preference.</p> <p>Ran this after the mass migrations to ensure we didn&rsquo;t leave a &ldquo;haunted forest&rdquo; of links into archived documents that folks can&rsquo;t see, which would make the documentation still feel bad even though much of the bad content was removed.</p> </li> <li> <p><strong>Manual review of key pages.</strong> After running all of the above steps, I then worked through all new-hire documentation to ensure it was linked to top-level onboarding guide, stated clear prerequisites, indicated the Slack channel to get help if folks ran into trouble, and ensured that instructions did not duplicate our Git-managed READMEs, instead linking to them where appropriate.</p> <p>I did a lighter pass of this approach for our top-level engineering and technology pages, although those were generally in a good place.</p> </li> </ol> <p>Altogether, I think this was about eight hours of my time, but required zero hours of anyone else&rsquo;s, and will have hopefully significantly improved the quality of our documentation. There&rsquo;s still a lot more to be done in specific areas, but I&rsquo;m optimistic that having far fewer duplicates, and more evidence that we&rsquo;re actively maintaining the documentation, will make that easier as well.</p>Should you include engineers in your leadership meetings?https://lethain.com/should-include-eng-in-eng-leadership/Sun, 25 Jan 2026 13:00:00 -0700https://lethain.com/should-include-eng-in-eng-leadership/<p>While <em><a href="https://staffeng.com/">Staff Engineer</a></em> was first and foremost an attempt to pull the industry towards my perspective on staff-plus engineering roles, writing it also changed my opinions in a number of ways. Foremost, it solidified my belief that the industry too often treats engineers like children to be managed, rather than adults to be involved, and that I needed to change some of my own leadership practices that I&rsquo;d inadvertently adopted.</p> <p>When I started writing it, I had already shifted my opinion about reporting hierarchy, believing that it was important to have engineers reporting directly to senior leaders rather than reporting to leaf managers. But I hadn&rsquo;t gone the whole distance to include them in my core leadership meeting. However, for the last six years I have had active engineers in my senior-most leadership group, I&rsquo;m glad that I&rsquo;ve adopted this practice, and I intend to continue it going forward.</p> <h2 id="mechanics">Mechanics</h2> <p>The core approach here is:</p> <ol> <li>Have a weekly meeting with my directs and key cross-functional partners. For example, at Stripe, this was my direct reports, our HRBP, and the recruiter we worked with most closely.</li> <li>Elevate a small number of senior-most engineers to report to me directly as Head of Engineering / CTO, who then naturally start to join that weekly meeting</li> <li>Everyone is included in all discussions, e.g. there are no managerial discussions that the engineers are excluded from unless there&rsquo;s a very specific reason (e.g. excluding engineers from a performance calibration meeting for their peers at the same level)</li> <li>If anyone violates the meeting&rsquo;s trust, whether they are an engineer or a manager, they get in a lot of trouble</li> </ol> <p>This is a simple formula, but has worked well for me the past decade. There absolutely are topics that some people don&rsquo;t care about too much, but I try to push my leadership team to care widely, even if things don&rsquo;t impact them directly.</p> <h2 id="upsides">Upsides</h2> <p>It&rsquo;s easy for managers to get into a mode where they are managing the stuff around reality, without managing reality itself. That is much harder when engineers who write and maintain the company&rsquo;s software are in the room, which is the biggest benefit of including them. Similarly, there are many decisions and discussions that would have to be punted to another forum without effective engineering representation in the room. You might not be able to finalize the technical approach to a complex problem with only a few engineers in the room, but you can at least evaluate the options much further.</p> <p>Another major benefit is that these engineers become a second propagation mechanism for important context. Sometimes you&rsquo;ll have a manager who isn&rsquo;t communicating effectively with their team, and while long-term that has to be solved directly, having these engineers means that information can flow down to their teams through the engineers instead.</p> <p>Finally, this sets an expectation for the managers in the room that they should be in the details of the technical work, just as the engineers in the room should understand the managerial work.</p> <h2 id="downsides">Downsides?</h2> <p>There are relatively few downsides to this approach, but it does serve as a bit of a filter for folks who have a misguided view of what senior leadership entails. For example, there are some engineers who think senior leadership is having veto power over others without being accountable for the consequences of that veto. Those folks don&rsquo;t survive long in this sort of meeting. Some would argue that&rsquo;s a downside, but I wouldn&rsquo;t.</p> <hr> <p>While I can conceive of working in some future role where I am simply <em>not allowed</em> to implement this pattern, I really can&rsquo;t otherwise imagine not following it. It&rsquo;s just been transformative in better anchoring me in the actual work we do as engineers, rather than the &ldquo;work around work&rdquo; that is so much of management.</p>