<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[read | front left]]></title><description><![CDATA[Leadership is learnable, and it's also messy. My takes on leading and coaching from the tech trenches (with occasional side quests). No magic wands here, but some people reckon I'm good at this.]]></description><link>https://read.frontleft.co</link><image><url>https://substackcdn.com/image/fetch/$s_!275s!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41711571-3cf5-4830-a0be-ebe11508c3b3_430x430.png</url><title>read | front left</title><link>https://read.frontleft.co</link></image><generator>Substack</generator><lastBuildDate>Sat, 09 May 2026 12:01:12 GMT</lastBuildDate><atom:link href="https://read.frontleft.co/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[William Hallatt]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[frontleft@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[frontleft@substack.com]]></itunes:email><itunes:name><![CDATA[William Hallatt]]></itunes:name></itunes:owner><itunes:author><![CDATA[William Hallatt]]></itunes:author><googleplay:owner><![CDATA[frontleft@substack.com]]></googleplay:owner><googleplay:email><![CDATA[frontleft@substack.com]]></googleplay:email><googleplay:author><![CDATA[William Hallatt]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[The Tacit Ceiling of AI Knowledge Synthesis]]></title><description><![CDATA[Why Turning Documents into Expert-Level Skills Is So Difficult]]></description><link>https://read.frontleft.co/p/the-tacit-ceiling-of-ai-knowledge</link><guid isPermaLink="false">https://read.frontleft.co/p/the-tacit-ceiling-of-ai-knowledge</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Mon, 02 Mar 2026 09:03:12 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/ae8cbcfd-e89b-4216-a442-48d543bfe3bd_7500x5000.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>The core problem I&#8217;m trying to solve with <a href="https://github.com/williamhallatt/cogworks">cogworks</a> is how to use AI agents to programmatically encode topic knowledge from diverse sources and automate the creation of high-quality <a href="https://agentskills.io/">agent skills</a> (you can read the cogworks origin story <a href="https://read.frontleft.co/p/using-ai-to-improve-ai-tools-built">here</a>).</p><p>The ultimate goal is <strong>extraordinary quality</strong>. The synthesis produced by <code>cogworks-encode</code> should be difficult to distinguish from something written by someone with 20 years of domain expertise, and the resulting skill should produce expert-level performance on novel inputs, not just on variations of the training sources.</p><p>Reaching <em>acceptable</em> is relatively easy, but reaching <em>extraordinary</em> requires solving the deeper problem of whether the synthesis captures how experts think, not only what they produce.</p><p>Although this post focuses on the specific challenges of the cogworks pipeline, it touches a broader question of how to bridge the gap between knowledge and action in AI systems in a way that generalises beyond the training data.</p><blockquote><p>I&#8217;m still figuring out how to reliably hit <em>verifiable</em> quality with cogworks. Since context is loaded by the same model doing the synthesis and skill generation, there&#8217;s a risk that my tests confirm the implementation rather than the intended behaviour. So, wherever I make claims about quality or generalisation, read them as theoretically grounded but not externally validated. I&#8217;m working toward testing cogworks-generated skills against &#8220;best-in-class&#8221; skills via <a href="https://www.skillsbench.ai/">SkillsBench</a>, but I&#8217;m not there yet.</p></blockquote><p>For cogworks, it hinges on quality at both stages of the pipeline:</p><ol><li><p><strong>Stage 1 &#8211; Knowledge synthesis</strong> (<code>cogworks-encode</code>): synthesising diverse sources into a coherent, comprehensive knowledge base.</p></li><li><p><strong>Stage 2 &#8211; Skill generation</strong> (<code>cogworks-learn</code>): distilling that synthesis into a lean, immediately usable agent skill.</p></li></ol><p>Synthesis captures what&#8217;s <em>known</em> and wants to be comprehensive (capture everything, but with no redundancy or unresolved contradictions). On the other hand, skill generation captures what to <em>do</em> and demands ruthless distillation. The second stage depends entirely on the first, but they require almost opposite cognitive operations.</p><p>The knowledge structure that works for understanding doesn&#8217;t always work for action. You can&#8217;t fix a bad synthesis with good skill-writing either; if the synthesis missed something critical or got a contradiction wrong, the skill inherits that flaw, and even a strong synthesis can fail at the skill stage because distillation is inherently lossy (strip away the wrong thing and you remove the mechanism that drives good decisions).</p><h4><strong>What Makes an Expert an Expert: Tacit Knowledge</strong></h4><p>So how does expert knowledge differ structurally from novice knowledge?</p><p>Explicit knowledge (know-what) can be written down. <a href="https://en.wikipedia.org/wiki/Tacit_knowledge">Tacit knowledge</a> (know-how) is what experts develop through practice and often cannot fully articulate. The expert acts without explicitly reflecting on every principle involved.</p><p>AI synthesis extracts explicit knowledge well - facts, relationships, and patterns are all there on the page. But the most valuable layer in many domains is tacit judgment about edge cases, intuitions about when rules apply or break down, and when to ignore them. You can memorise every chess book ever written and still lack Kasparov&#8217;s intuitive grasp of the game.</p><p>When synthesis captures only explicit patterns, the resulting skill performs well on familiar cases but degrades on edge cases and novel situations that require underlying judgment. This is where a ceiling appears, since document synthesis is constrained by what is expressed or at least defensibly inferable from the available material.</p><p>Extraordinary quality here requires moving beyond extracting what experts say, to approximating the structure of their reasoning.</p><h4><strong>Conceptual Models and Decision Principles</strong></h4><p>What I&#8217;m learning is that the real differentiator is the <em>conceptual model</em> embedded in the source material. Capturing facts and examples isn&#8217;t enough, you need the underlying structure of thinking that produces correct decisions.</p><p>Experts have internalised conceptual models. In many domains, what drives expert judgment is the conceptual model beneath the rules. When they teach or write, they may describe rules or patterns, but what actually drives good judgment is the underlying model that they subconsciously preserve.</p><p>To ensure extraordinary synthesis quality, the focus must shift toward extracting decision principles of the form: &#8220;When X, do Y, because Z.&#8221; When sources conflict, synthesis must resolve the tension by explaining under what conditions each approach applies, rather than merely flagging disagreement.</p><h4><strong>Structural Rationale: The Mechanism-Level &#8220;Why&#8221;</strong></h4><p>&#8220;Standard&#8221; synthesis (using an AI agent without the cogworks toolchain) usually extracts surface rationale, i.e. the stated justification (&#8220;write tests first because it improves API design&#8221;).</p><p>Structural rationale captures the mechanism, e.g. &#8220;write tests first because otherwise implementation details shape test structure, causing tests to validate structure rather than intended behaviour.&#8221;</p><p>The structural &#8220;why&#8221; enables you to correctly identify when the pattern doesn&#8217;t apply because you understand what the pattern is protecting against. The surface &#8220;why&#8221; doesn&#8217;t do this.</p><p>The distinction matters enormously for agent skill generalisation. A skill built on surface rationale performs well on cases resembling the sources. A skill built on structural rationale should perform better on novel cases because it understands what the rule is defending against. It knows <em>why</em> the rule exists, not just <em>that</em> it exists.</p><p>The problem is that structural rationale is often absent from the sources. Authors describe what they do and why it works, but rarely articulate the mechanism by which it prevents failure.</p><p>Although synthesis can&#8217;t extract what isn&#8217;t there, it can probe for it.</p><h4><strong>The Execution Challenge: From Synthesis to Skill</strong></h4><p>The cogworks workflow runs synthesis through an 8-phase process that culminates in narrative, then extracts a Decision Skeleton (the bridge between knowledge structure and decision structure), gates on user review, applies skill-writing expertise, and validates the output (see the system deep dive <a href="https://github.com/williamhallatt/cogworks/blob/main/docs/cogworks-system-deep-dive-2026-02-26.md">here</a>).</p><p>Compared to naive prompting, this scaffolding improves structure and conflict resolution, and this is also where I initially tried to enforce discipline with the &#8220;Expert Subtraction Principle&#8221; in <code>cogworks-encode</code>:</p><pre><code><code>### The Expert Subtraction Principle

**Core Philosophy:** Experts are systems thinkers who leverage their extensive knowledge and deep understanding to reduce complexity. Novices add. Experts subtract until nothing superfluous remains.

**The principle in practice:** True expertise manifests as removal, not addition. The expert's value is knowing what to leave out. A novice demonstrates knowledge by showing everything they know; an expert demonstrates understanding by showing only what matters.
</code></code></pre><p>In hindsight it&#8217;s obvious why this alone wasn&#8217;t sufficient. The model doing the synthesis <em>isn&#8217;t</em> an expert in <em>any</em> of the source reference domains, so it can&#8217;t reliably subtract what&#8217;s non-essential without additional safeguards, because it doesn&#8217;t independently know what matters.</p><p>A more deliberate approach was to make subtraction explicit. The pipeline uses a Compression Guard that cross-checks any removed content against a Critical Distinctions Registry (CDR) &#8212; a catalogue of non-negotiable distinctions extracted before compression begins &#8212; and a Pre-Review Coverage Gate that maps every source capability to the synthesis output before user review. For example, if a source distinguishes between &#8220;testing behaviour&#8221; and &#8220;testing implementation,&#8221; that distinction is logged in the CDR and any compression that collapses those into one concept is flagged before it reaches the skill stage.</p><p>This reframes subtraction as evaluation rather than &#8220;intuition&#8221;, which improves the synthesis, but still doesn&#8217;t solve the problem of how to make the leap from synthesis to skill since generating a skill is not a simple, additional compression run on the synthesis. Skills must activate at the right moment, apply correctly in context, resist deviation pressure, and generalise beyond the training sources.</p><p>The <a href="https://agentskills.io/specification">SKILL.md</a> format handles activation and application, but generalisation beyond the source material is where reliability most often degrades.</p><h4><strong>How cogworks Is Trying to Bridge the Gap</strong></h4><p>Currently, cogworks attempts three concrete strategies:</p><ol><li><p>Explicitly extract the reasoning behind each pattern - why it works and what fails if you ignore it.</p></li><li><p>Capture boundary conditions - when and how experts would deviate from standard rules.</p></li><li><p>Generate adversarial test cases to probe edge cases and structural gaps.</p></li></ol><p>Selection, however, remains a bottleneck. A synthesis may contain ten nuanced patterns, but the Decision Skeleton distils these to the five to seven most important decisions. This by its very nature is &#8220;LLM-subjective&#8221;. Choosing which rules are load-bearing requires domain judgment that cannot be fully automated.</p><p>The best solution I have for this at the moment is to generate hard, edge-case questions <em>before</em> reading the sources. Then, after synthesis, get the agent to check whether those questions are answered convincingly. Gaps often reveal missing tacit knowledge, but this is not a robust solution since guarding against context pollution and drift remain an unsolved problem as I&#8217;ve already mentioned.</p><p>For skill generation, the key bridging artifact is the Decision Skeleton &#8212; a structured extraction of the most important decisions, each with a trigger, options, right call, failure mode, and boundary conditions. The skill is then built around this skeleton, rather than the narrative structure of the synthesis.</p><p>Ideally, the skill would then be tested against novel cases not covered in the sources, but proper evaluation requires domain expertise, which creates a bootstrapping problem. As an approximation, we generate novel cases from the synthesis itself and check whether the skill handles them correctly.</p><h4><strong>Recursive Improvement and the Tacit Ceiling</strong></h4><p>The cogworks pipeline itself is a single linear pass. There&#8217;s no built-in iteration loop, but you can re-run cogworks on the same sources (or feed its output back as a source) to iteratively improve quality. In practice, this manual recursive improvement often surfaces additional explicit structure from the sources (though it can also amplify existing blind spots if not carefully reviewed), but does not break through to tacit knowledge. Once the synthesis stabilises across iterations and the remaining gaps are purely tacit, you hit the wall.</p><p>When the synthesis plateaus and what&#8217;s missing is the kind of thing you&#8217;d need to ask domain experts directly to uncover, that&#8217;s when I stop.</p><p>On the meta-question of whether recursive improvement actually works, I honestly think so. The first round fixes obvious quality gaps like missing reasoning and poor structure. The second round tightens things up by removing non-essential elements and sharpening the decision rules. Beyond that, returns diminish because the synthesis is now capturing all the explicit knowledge available and what&#8217;s left is tacit knowledge that more iterations won&#8217;t unlock without better source material.</p><p>So, in my experience, 2-3 rounds tend to capture most of the gains. Anything beyond that and you start rephrasing the same content.</p><h4><strong>Conclusion: Extraordinary Quality and Its Limits</strong></h4><p>Extraordinary synthesis means capturing the structural reasoning behind decisions, not merely restating documented patterns. Extraordinary skills must enable correct decisions in novel edge cases, and not be confined to familiar ones.</p><p>The gap between good and extraordinary comes down to how deeply the synthesis explains the underlying reasoning beyond the surface patterns, how well the decision skeleton identifies what choices the skill needs to enable, and whether the resulting skill generalises beyond the specific cases in the source material.</p><p>But there is a ceiling.</p><p>In domains where knowledge is highly explicit (API specifications, protocol documentation, well-documented procedures) the ceiling is high. In domains dominated by tacit judgment (system design, architecture decisions, anything where the interesting questions are &#8220;when&#8221; rather than &#8220;how&#8221;) the ceiling is lower, and pipeline refinement alone cannot extract what the sources never contained.</p><p>And across all of this, the hardest problem <em>by FAR</em>, remains objective, external validation.</p><p>I&#8217;ll keep working on it.</p><div><hr></div><p><em>Attribution:</em> <em>This Post&#8217;s Image is Courtesy of <a href="https://www.vecteezy.com/photo/22008509-education-knowledge-concept-illustration-ai-generative">Yulia Gapeenko</a></em></p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading read | front left! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p></p>]]></content:encoded></item><item><title><![CDATA[Using AI to Improve AI Tools Built by AI]]></title><description><![CDATA[Applying AI principles to AI tools built by AI]]></description><link>https://read.frontleft.co/p/using-ai-to-improve-ai-tools-built</link><guid isPermaLink="false">https://read.frontleft.co/p/using-ai-to-improve-ai-tools-built</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Tue, 17 Feb 2026 07:48:21 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/bfabd2d2-0ad2-458f-a90c-17da7fb14ff5_1536x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h4><strong>The Bootstrapping Origin</strong></h4><p>As I wrote in <a href="https://www.linkedin.com/posts/williamhallatt_agentic-ai-ai-activity-7427316174159388672-Y4UK?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAABIT_yQBZ22NfLUZqfhFqfbaNM7fb_xiwK0">this LinkedIn post</a>, I&#8217;ve become completely enamoured with using AI to build tools for AI so those tools can help AI build better tools for AI.</p><p>It all started with two problems. The first problem is that I can&#8217;t keep up with the pace of change in the AI space. It&#8217;s so rapid that by the time I learn a new technique or best practice, it&#8217;s already outdated. The second problem is that I like building tools, but creating AI tools requires up-to-date expertise in the domain, which gets us right back to the first problem.</p><p>I&#8217;m forever playing catch-up, which meant the only way to scratch my tool-builder itch was to eliminate myself as the weakest link, i.e. substitute myself with AI, and build tools that could keep themselves up to date. </p><p>And that&#8217;s how I got to AI to build AI tools to improve the AI tools built by AI. </p><p>Recursion for the win.</p><p>For this, I needed two things: a repeatable mechanism for synthesising knowledge from multiple sources, and another for writing reusable AI skills based on that synthesis. If I could encode this process, I could use those tools to iteratively improve themselves and stay up to date.</p><p>My first attempts gave rise to the unusable library tool I wrote about in <a href="https://read.frontleft.co/p/complexity-cascades-a-lesson-re-learned">Complexity Cascades</a>. Starting fresh after that humiliation, I pointed Claude Code at its own documentation on agent skills and asked it to encode the expertise in, well, a <code>skill-writing</code> skill (unimaginative, but practical).</p><p>I followed that up by, again using Claude, researching and designing a workflow for comprehensive knowledge synthesis from multiple sources (documents, URLs, whatever), and used <code>skill-writing</code> to create a <code>topic-synthesis</code> skill based on the results.</p><p>You can probably see where this is going, but I then ran <code>topic-synthesis</code> over the same documentation used to create <code>skill-writing</code>. This produced a more thorough synthesis of skill-writing expertise, which I then used to assess and improve <code>skill-writing</code> itself. With the improved <code>skill-writing</code> skill, I reviewed and improved <code>topic-synthesis</code>, and so on.</p><p>We were off to the races.</p><p>At this point there was still too much human-in-the-loop, so <a href="https://github.com/williamhallatt/cogworks">cogworks</a> was born. Not only was the name cooler, but I now had an agent that orchestrated the whole process, calling on <code>cogworks-encode</code> (the evolved <code>topic-synthesis</code>) and <code>cogworks-learn</code> (the evolved <code>skill-writing</code>) as its component skills.</p><p>Of course, I wasn&#8217;t done yet. AI tools are only as good as the prompts that define them, so I needed to check the quality of the <code>cogworks</code> tool definitions. If these were suboptimal, that would have implications for all the tools generated downstream. Naturally, I fed it documentation on prompt engineering, created an <code>advanced-prompting</code> skill and used it to audit the <code>cogworks</code> (v1) tools to see if they themselves followed the prompting principles they encoded in the <code>advanced-prompting</code> skill.</p><p>They didn&#8217;t.</p><p>Which meant the <code>advanced-prompting</code> (v1) skill&#8217;s assessment was unreliable output from an unreliable tool that was a product of the unreliable tool kit it had just improved. </p><p>And yes, you guessed it. </p><p>I regenerated <code>cogworks-encode</code> (v1) with the prompt-improved <code>cogworks-learn</code> (v2) skill, then regenerated the skills creation and advanced prompting synthesis from source using the freshly generated <code>cogworks-encode</code> (v2), then generated <code>cogworks-learn</code> (v3) using <code>cogworks-learn</code> (v2) and the updated skill-writing synthesis, then generated <code>advanced-prompting</code> (v2) with the updated <code>cogworks-learn</code> (v3) skill... </p><p>It&#8217;s hard to keep typing through the tears...</p><h4><strong>The Point - Bootstrapping and Dogfooding</strong></h4><p>The point of all this isn&#8217;t to brag about how I suffered through a recursive improvement loop for my AI tools. The point is this:</p><p><strong>If your tools can audit themselves, they can improve themselves.<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a></strong></p><p>I wish this was a revolutionary insight, but alas, it&#8217;s a well-known principle in software engineering and AI research that has been around for decades.</p><p>In compiler design, the concept of self-hosting has long been considered a milestone of maturity in compiler design. Ken Thompson&#8217;s 1984 Turing Award lecture, &#8220;<a href="https://dl.acm.org/doi/10.1145/358198.358210">Reflections on Trusting Trust</a>,&#8221; explored the implications of a compiler that compiles itself. If your tool can process its own output, you&#8217;ve established a powerful consistency check. Of course, there is a world of difference between a compiler and a prompt-driven AI tool, but the underlying principle of self-application as a quality check is the same.</p><p>In software engineering more broadly, the practice is called &#8220;eating your own dogfood&#8221;. The phrase traces back to Microsoft in 1988, where manager Paul Maritz used it to describe the practice of internal teams using their own pre-release software. <a href="https://ieeexplore.ieee.org/document/1628930">Harrison&#8217;s analysis in IEEE Software</a> argued that dogfooding creates one of the strongest quality feedback loops available when the people closest to a system&#8217;s design become its most demanding users. If you won&#8217;t use your own product, why should anyone else?</p><h4><strong>My Take-Away</strong></h4><p>AI-assisted software engineering is a strange new world that I find simultaneously fascinating and terrifying. So much of it feels like trying to catch smoke but, for now, I think iterative self-evaluation and self-improvement is the way to go when building AI tools with AI.</p><p>One last thing, however, to avoid spiralling into insanity: <strong>know when to stop.</strong> The recursive improvement loop is powerful, but unlike compiler self-hosting, which has a natural termination point (the compiler either compiles itself or it doesn&#8217;t), prompt-driven tools don&#8217;t reliably converge to a fixed point. LLMs aren&#8217;t deterministic. Each iteration of the improvement loop produces <em>different</em> results, not <em>converging</em> results. The <code>advanced-prompting</code> skill that audits <code>cogworks</code> today will generate different observations than the one that audits it tomorrow, even if nothing else has changed.</p><p>Hospedales et al.&#8217;s 2022 survey on <a href="https://arxiv.org/abs/2004.05439">meta-learning</a> (the study of systems that improve their own learning processes, i.e. learning how to learn better by applying learning principles to the learning process itself) frames the ability to learn <em>how</em> to learn, not just <em>what</em> to learn as a fundamental capability. The challenge is knowing when the meta-learning starts producing diminishing returns.</p><p>With each iteration I underwent with <code>cogworks</code>, things genuinely improved. The temptation to keep going is partly because of the impossible pursuit of perfection, but also because I could see how another pass would improve them further.</p><p>For now, however, I&#8217;ll stop chasing the dopamine hits and use <a href="https://github.com/williamhallatt/cogworks">cogworks</a> for what it&#8217;s intended.</p><p>Happy coding!</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading read | front left! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p></p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><blockquote><p><strong>Editor&#8217;s Note (2026-02-19):</strong> An important clarification (thank you, <a href="https://www.linkedin.com/in/avishek-anand-4615694/">Avishek</a>!) - self-audit does not automatically imply self-improvement. In deterministic systems (like compilers), self-hosting creates a clear fixed point. In stochastic LLM systems, recursion produces a distribution. It doesn&#8217;t necessarily converge. Sometimes it just spirals out of hand.  rather than convergence. Sometimes it just spirals out of hand, as the discussion below explores.</p></blockquote><p></p></div></div>]]></content:encoded></item><item><title><![CDATA[Complexity Cascades: A Lesson Re-Learned through Building with AI]]></title><description><![CDATA[Stuff I knew but failed to apply.]]></description><link>https://read.frontleft.co/p/complexity-cascades-a-lesson-re-learned</link><guid isPermaLink="false">https://read.frontleft.co/p/complexity-cascades-a-lesson-re-learned</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Fri, 13 Feb 2026 03:12:22 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/8cf7fc81-5b05-40db-8fd1-e0d276387ed2_1536x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p></p><blockquote><p><em>Note: This is a personal reflection on a specific experience with AI-assisted software development, but the lessons are broadly applicable to AI collaboration. I&#8217;m sharing my (slightly embarrassing) story to highlight, and remind myself once again, of the importance of clarity in our interactions with them. </em></p></blockquote><p>I asked <a href="https://claude.com/product/claude-code">Claude Code</a> to review an implementation for a library tool I&#8217;d built using Claude Code itself. The library was intended to work as a <em>&#8220;content retrieval -&gt; synthesis -&gt; information retrieval&#8221;</em> layer for use with AI tools (such as Claude Code) when building AI tools (I know), but it was ridiculously over-engineered. 20,000 lines of code to manage content from 11 URLs. Admittedly, the plan was to extend the content source base beyond that, but here we were.</p><p>Claude responded with a 79,000-character critique. Sixteen issues across four tiers. Forty-two thousand characters of improvement plans. It was delivering the same mess it was critiquing. The analysis was so thorough it was utterly useless.</p><p>It didn&#8217;t take me long to realise that I&#8217;d created the conditions that got us here in the first place, and which ultimately culminated in this outcome when I asked Claude to &#8220;review this library&#8221; without constraining what that meant and what I was after.</p><p>This got me thinking about how lack of clarity cascades into complexity.</p><p>Engaging deeply with vaguely defined goals spiral into chaos as every iteration in an unbounded context leads to ever greater divergence. If you don&#8217;t know what you&#8217;re trying to achieve, you can&#8217;t evaluate whether you&#8217;re getting closer to it. If you can&#8217;t evaluate whether you&#8217;re getting closer to it, you have no choice but to keep going in an attempt to cover every possibility. The only way out is to consciously interrupt the cycle.</p><h4><strong>The Complexity Cascade in Action</strong></h4><p>The example here relates to software engineering, but I believe the lessons are generally applicable to AI (and even more generally applicable to leadership and &#8220;good&#8221; thinking, but let&#8217;s keep it tight).</p><p>To recap:</p><ol><li><p><strong>The system was spectacularly over-engineered.</strong> Twenty thousand lines of code. Cache layers, TTL management, scheduled refresh, quality gates. A tonne of infrastructure for a problem that didn&#8217;t exist.</p></li><li><p><strong>The analysis inherited the complexity.</strong> Claude delivered a 79,000-character tome (great word, thank you Thesaurus) containing code samples for every recommendation, risk assessments, success metrics, a four-tier priority system. It was the stuff of nightmares.</p></li><li><p><strong>The improvement plan compounded it further.</strong> Another 42,000 characters detailing how to fix sixteen identified issues. The proposed solution was as impenetrable as the analysis.</p></li></ol><p>At no point did Claude ask if the system should exist at all. And why would it? I never set clear boundaries, expectations, or quality gates. At this point, I realised that the complexity cascade had been set in motion by my own lack of clarity. I asked it to reassess the implementation after I provided it with a set of &#8220;expert principles&#8221;, starting with realigning on the objective.</p><p>Claude was polite enough not to say this, but <em><strong>I</strong></em> knew that <em><strong>it</strong></em> knew it was all my fault: <em>&#8220;This library solves the wrong problem. Consider starting fresh.&#8221;</em></p><p>That one&#8217;s on me, Claude...that one&#8217;s on me.</p><h4><strong>You Get What You Prompt For</strong></h4><p>Anthropic&#8217;s own <a href="https://platform.claude.com/docs/en/docs/build-with-claude/prompt-engineering/be-clear-and-direct">prompt engineering guidance</a> puts it clearly: <em>&#8220;When interacting with Claude, think of it as a brilliant but very new employee (with amnesia) who needs explicit instructions.&#8221;</em></p><p>Vague prompts produce vague (or in my case, encyclopedic) output. Specific prompts produce focused output, and you cannot be specific if you don&#8217;t know what you want. I&#8217;d asked for a &#8220;review.&#8221; That&#8217;s not a constraint, it&#8217;s an invitation to demonstrate comprehensiveness. Claude obliged. Word choice matters.</p><p>Geoffrey Litt makes a similar point in his work on <a href="https://www.geoffreylitt.com/2023/03/25/llm-end-user-programming">LLM-assisted development</a>: the <em>medium</em> of your interaction fundamentally changes what the AI produces. Chat is inherently expansive. Constrained requests are inherently focused.</p><p>This got me thinking about what differentiates novices from experts, and what I needed to ask for to get expert results.</p><p>Howard Marks captures this distinction in his writing on <a href="https://fs.blog/second-order-thinking/">second-order thinking</a>: <em>&#8220;First-level thinking is simplistic and superficial... Second-level thinking is deep, complex and convoluted.&#8221;</em></p><p>But there&#8217;s a trap here. Deep thinking shouldn&#8217;t produce convoluted <em>output</em>. The expert&#8217;s job is to do the complex analysis internally and deliver the simple conclusion externally. Novices demonstrate knowledge by showing everything they know. Experts demonstrate understanding by showing only what matters.</p><p>The same novice/expert distinction applies to us as AI users. With AI, you are the expert w.r.t. the problem you&#8217;re trying to solve and in assessing proposed solutions. I&#8217;d been acting like a novice user, and Claude happily obliged by giving me novice level results.</p><p>The tragedy in all of this is that <em>I already know this</em> from experience. I know and apply the principles of clear communication in my leadership role (and understand how this affects AI. I mean, I was even cheeky enough to write about it <a href="https://read.frontleft.co/p/maybe-why-experienced-managers-excel">here</a>...the shame...). I have significant experience in training and coaching others to become better &#8220;doers&#8221; (indeed another thing I&#8217;ve <a href="https://read.frontleft.co/p/coaching-the-overlooked-link-in-leadership">written about</a>...the shame compounds...).</p><p>And yet, it turned out I hadn&#8217;t internalised all of this in the context of AI collaboration until I started going really deep and got my ass kicked.</p><p>If I have any credibility left at this point, then allow me to share the lesson:</p><p><strong>Complexity is contagious, but the infection requires your consent.</strong></p><p>When you ask AI to analyse something complex, the analysis will tend toward matching complexity. When you ask it to review something over-engineered, the review will inherit the over-engineering. If you don&#8217;t know what you need, there&#8217;s no chance (yet) that AI will figure it out for you.</p><p>You don&#8217;t need to know the <em>solution</em> to your problem, but what you absolutely must work hard at is understanding and communicating the <em>problem</em> you are trying to solve (I can basically hear the ironic chuckles of Product Managers everywhere as I type this).</p><p>In this, working with AI is really not that dissimilar from working with people.</p><p>Sometimes, you need to relearn the old lessons the hard way.</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading read | front left! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p></p>]]></content:encoded></item><item><title><![CDATA[Coaching: The Overlooked Link in Leadership Development]]></title><description><![CDATA[From theory to behaviour, and insight to impact]]></description><link>https://read.frontleft.co/p/coaching-the-overlooked-link-in-leadership</link><guid isPermaLink="false">https://read.frontleft.co/p/coaching-the-overlooked-link-in-leadership</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Thu, 07 Aug 2025 01:04:40 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/28ea6a43-b70c-4e7c-a6b5-dc39a0bad09c_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>&#8220;Coaching&#8221; gets a lot of flak. Unfortunately, that flak is often justified, but misappropriated to coaching as a whole. Yes, there is a lot of nonsense out there. Swarms of charlatans. The skills gap between those following evidence-based practice and the self-anointed is vast. I completely understand why even my close friends and family look at me as if I&#8217;ve (I quote): &#8220;Gone full woo-woo&#8221; when I bring up the topic, but I have learned a LOT about evidence-based practice in the last year and a half (more on that in a future post), and therefore have opinions. </p><p>So, let&#8217;s start with something I think most experienced professionals have had some exposure to - leadership development.</p><p>Training is the obvious entry point to leadership development programs. The default implementation is to line up a few workshops, the latest and greatest leadership model (ideally with a catchy acronym), chuck in current consultant terminology and a feel-good session at the end of the final day, and you&#8217;ve got a program.</p><p>And this, of course, is fine as a starting point. Learning terminology and concepts are important (it&#8217;s hard to research something if you don&#8217;t know what it&#8217;s called). There&#8217;s nothing wrong with theory and frameworks. But theory rarely survives first contact with the real world. Knowing the &#8220;right thing to do&#8221; in a textbook situation isn&#8217;t the same as knowing how to act in <em>this</em> one, with <em>these</em> people, <em>this</em> history, and <em>this</em> mess of priorities, pressures, and politics.</p><blockquote><p><em>In theory, there is no difference between theory and practice; but in practice, there is. - <a href="https://quoteinvestigator.com/2018/04/14/theory/">Attribution Disputed</a></em></p></blockquote><p>Here is a simplistic analogy - when you learn to drive, you can ace the learner&#8217;s test after reading the handbook front to back, but all that knowledge disappears the moment you sit behind the wheel, overwhelmed by pedals, knobs and levers. Suddenly the rules aren&#8217;t enough. You need awareness, confidence, adaptability. You need practice. And you need someone alongside you while you figure it out.</p><p>Stepping back briefly to training. The <strong><a href="https://www.ardentlearning.com/blog/what-is-the-kirkpatrick-model">Kirkpatrick model</a></strong>,<strong> </strong>widely used to evaluate training, defines four levels of impact: Reaction, Learning, Behaviour, and Results. Most training comfortably ticks off the first two. However, actual behaviour change and measurable outcomes are much harder to achieve.</p><p>That&#8217;s where coaching steps in. </p><p>Coaching isn&#8217;t about handing people more models or filling in skill gaps on a competency matrix. It&#8217;s about helping people wrestle with the complexity of their own context and apply what they know in ways that work. It bridges the knowing&#8211;doing gap:</p><ul><li><p>Coaching helps leaders <strong>connect theoretical learning to practical application</strong> by personalising insights and developing concrete action plans for behavioural change. </p><ul><li><p>Passmore, J. (2015). <em>Leadership coaching: Working with leaders to develop elite performance</em>. Kogan Page Publishers.</p></li></ul></li><li><p>Coaching <strong>enhances self-awareness and challenges existing beliefs</strong>, moving unconscious thought patterns to conscious consideration, which is crucial for leaders to understand their impact and adapt their responses.</p><ul><li><p>Anthony Grant, S. O. (2019). A Brief Primer for Those New to Coaching Research and Evidence-Based Practice. <em>The Coaching Psychologist</em>, <em>15</em>(1), 3&#8211;10.</p></li></ul></li><li><p>Coaching develops <strong>behavioural flexibility</strong> by enabling executives to expand their repertoire of thoughts and actions through structured practice and experimentation.</p><ul><li><p>Good, D., Yeganeh, B., &amp; Yeganeh, R. (2010). Cognitive Behavioral Executive Coaching: A Structure for Increasing Leadership Flexibility. <em>OD Practitioner</em>, <em>42</em>(3), 18&#8211;23.</p></li></ul></li><li><p>Coaching helps bridge the gap even when there is a <strong>time lag in the manifestation of learning and behavioural change</strong>, providing ongoing support for the incubation and consolidation of new insights.</p><ul><li><p>Spence, G. B., Stout-Rostron, S., Reenen, M. V., &amp; Glashoff, B. (2019). Exploring the delayed effects of leadership coaching: A pilot study. <em>Coaching&#8239;: An International Journal of Theory, Research &amp; Practice</em>, <em>12</em>(2), 125&#8211;146. <a href="https://doi.org/10.1080/17521882.2019.1574308">https://doi.org/10.1080/17521882.2019.1574308</a></p></li></ul></li></ul><p>So, if you&#8217;re involved in leadership development and wondering why training isn&#8217;t delivering the impact you hoped for, ask this: &#8220;Who&#8217;s helping these leaders figure out how to apply what they&#8217;ve learned in the wild?&#8221;</p><p>If no one is, coaching might be the missing piece.</p><p>It&#8217;s worth reading up on. </p><p>Or better yet, reach out.</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading read | front left! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p></p>]]></content:encoded></item><item><title><![CDATA[(Maybe) Why Experienced Managers Excel at AI Prompting]]></title><description><![CDATA[A few days ago, Ethan Mollick, a professor at Wharton (Penn University) studying AI, innovation and startups, posted the following on X:]]></description><link>https://read.frontleft.co/p/maybe-why-experienced-managers-excel</link><guid isPermaLink="false">https://read.frontleft.co/p/maybe-why-experienced-managers-excel</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Tue, 05 Nov 2024 09:35:02 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/9ca07a1d-dc2e-4cae-a3ce-dc9b243852ff_1024x768.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>A few days ago, <a href="https://x.com/emollick">Ethan Mollick</a>, a professor at Wharton (Penn University) studying AI, innovation and startups, posted the following on X:</p><p><em>"I keep hearing from executives that they expect that a new generation of "AI natives" will show them how to use AI. I think this is a mistake: 1) Our research shows younger people do not really get AI or how to integrate into work 2) Experienced managers are often good prompters"</em> - <a href="https://x.com/emollick/status/1852404690857632090">link</a></p><p>This got me thinking about how hard good managers work at the wordsmithing required to achieve clarity in the workplace. Particularly prevalent post-pandemic is written communication due to the shift to remote work, part-time or otherwise. Crafting precise instructions, objectives, constraints, or feedback is a skill experienced managers often get to exercise under these conditions as success depends on it. Many of us have learned (or certainly will) the hard way that George Bernard Shaw was 100% correct when he said: <em>"The single biggest problem in communication is the illusion that it has taken place."</em></p><p>Younger employees are often expected to be "AI natives" due to their familiarity with technology and social media platforms. However, while they may know how to use these tools, their understanding of strategically integrating AI into complex work environments is less developed. In contrast, experienced managers have had years to hone their communication skills through trial and error. It is not surprising to me that these written communication skills translate well to AI prompting as I am reminded of a silly poem in one of my undergraduate computer science textbooks that has proven true repeatedly in my software engineering career:</p><p><em>"I really hate this damned machine, I wish that they would sell it,</em></p><p><em>it never does quite what I want, but only what I tell it!"</em></p><p>This rings especially true with Large Language Models (LLMs), where even slight differences in phrasing can drastically change outcomes. Since these systems are fundamentally probabilistic word prediction engines (a simplification but valid for this discussion), at a basic level, LLMs receive input, tokenise it (breaking it into pieces), and use those pieces to predict the most likely next token to produce the output. In this context, it makes sense then that seasoned managers, who have mastered clear articulation through experience, have an edge in "prompt engineering". However, this advantage might not last as LLMs and AI systems improve in understanding vague or ambiguous inputs.</p><p>Of course, integrating AI into the workplace is not solely the domain of any single age group. While experienced managers bring strategic insight and communication expertise, younger employees contribute enthusiasm, adaptability and out-of-the-box thinking. The true disruption of AI in the workplace will only come once we leverage it not merely as an enhancement to our current ways of working but as a means to unlock novel ways of working previously unimagined.</p><p>I bet it won't be the experienced managers who figure out the cheat codes.</p><div><hr></div><h4>Additional Reading &amp; References</h4><p><a href="https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/prompt-design-strategies">Google | Overview of Prompting Strategies</a></p><p><a href="https://www.atlassian.com/blog/announcements/ultimate-guide-writing-ai-prompts">Atlassian | The Ultimate Guide to Writing Effective AI Prompts</a></p><p><a href="https://community.openai.com/t/the-art-of-ai-prompt-crafting-a-comprehensive-guide-for-enthusiasts/495144">OpenAI | The Art of AI Prompt Crafting: A Comprehensive Guide for Enthusiasts</a></p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Lipstick, Liner and User Experience: Unexpected Insights from a Cosmetics Store ]]></title><description><![CDATA[It may surprise you to learn that I don't frequent cosmetic stores.]]></description><link>https://read.frontleft.co/p/lipstick-liner-and-user-experience</link><guid isPermaLink="false">https://read.frontleft.co/p/lipstick-liner-and-user-experience</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Thu, 22 Feb 2024 07:29:31 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/dfba82b3-152e-4db2-8bc0-1bf7215a785b_1792x1024.webp" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>It may surprise you to learn that I don't frequent cosmetic stores. However, I made an exception while on holiday with my wife late last year and decided to tag along as I didn't have any pressing business or frontal lobotomies to attend to, and I'm glad I did.</p><p>I was bored for all of 5 minutes when I noticed the craftsmanship of one of the pencils and suddenly found myself intrigued. The quality of the products and manufacturing far surpassed my expectations. They not only looked good but felt good. I started thinking about the engineering, not just of the products themselves but of the factories that produced them. Before I knew it, I was deeply immersed in the brushes (super soft), paints (probably not called paints), powders (remarkably fine), creams (surprising range of textures) and smells (nice ones). This was unexpected fun.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Front Left! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>The real insights, however, arrived when I stepped back from the details and observed my wife, an actual user, operating in this environment. The end-to-end user experience was carefully considered, and the store layout made perfect sense, even to a layman like me. The presentation was beautiful, with the various items and colours complementing each other in an appealing visual display that tempted engagement. Every detail conformed to the overall style of the shop, down to the strategically placed cleaning stations, which were exactly where you needed them, with the exact cleaning items required for the products in that section. You literally didn't even need to speak the local language to explore, assess and make purchasing decisions.</p><p>What started as an exercise I was less than excited about turned into an inspirational visit with two valuable takeaways directly applicable to my line of work: (1) every single detail matters to your users' experience, especially the ones they aren't consciously aware of, and (2) hire designers who LOVE their jobs, there's no other way you would achieve this level of elegance.</p><p>It was also a reminder that one can often find unexpected value in mundane experiences if you slow down and pay attention. So next time you're bored, challenge yourself to consider your situation and surroundings from a different angle. </p><p>I've been trying to do just that at times when I might otherwise grab my phone. </p><p>Granted, the phone still wins most of the time, but no longer all of the time.</p><p>It's refreshing.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption"></p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Front Left! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption"></p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://read.frontleft.co/subscribe?"><span>Subscribe now</span></a></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption"></p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Front Left! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Front Left! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Front Left! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Front Left! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[MasterChef Made Me Do It]]></title><description><![CDATA[In 2021, my wife and I finally attained Australian citizenship, the culmination of a 13-year journey with all the ups and downs you might expect along the way.]]></description><link>https://read.frontleft.co/p/masterchef-made-me-do-it</link><guid isPermaLink="false">https://read.frontleft.co/p/masterchef-made-me-do-it</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Thu, 25 Jan 2024 00:37:49 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/f8c051e6-bf8d-4007-b113-8777404c886d_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>In 2021, my wife and I finally attained Australian citizenship, the culmination of a 13-year journey with all the ups and downs you might expect along the way. However, this is not about that journey but rather about an unexpected influence on our decision to commit to Australia - the MasterChef television series.</p><p>As a long-time fan of MasterChef, my intrigue began with Gordon Ramsay's American version. However, it was the Australian edition, featuring Gary Mehigan, George Calombaris, and Matt Preston, that caught my attention around the time we discovered our eligibility for Australian work permits. Neither of us had ever been to Australia and we knew little more about the place other than it was riddled with notorious drop bears, we realised we were in for some due diligence. Enter MasterChef. </p><p>At the time (around 2015), the American version was all about destroying your opponents, placing obstacles in their path, screwing them at every opportunity. It was a culinary "Game of Thrones" with people teaming up against each other, changing alliances and undermining competition. You had to be a good cook, too, but every opportunity to mess with fellow contestants was gleefully embraced. The Australian version, however, stood in stark contrast. Competition remained fierce, but with a markedly different tone. While eager to win, Australian contestants preferred winning on merit rather than tactical eliminations. The game was on, but camaraderie underscored every aspect of the competition as they frequently aided rivals in times of need. </p><p>All of this lead me to wonder if this show was perhaps a microcosm of Australian society. Although the group was self-selected in a way (all the contestants love food and cooking, etc.), they were a vastly diverse group from all over the country; there were lawyers, doctors, plumbers, car detailers (that's a job I didn't know), sparkies, chippies, teachers, the unemployed, young, old, men, women, brown, white, black, and so on and so on. The question I asked myself was if the sampling was good enough to be a fair representation of Australian society. It was a gamble, but we bet on this being the essence of "core" Australia.</p><p>Now, as we celebrate our seventh year here, my understanding of Australian culture deepens. The ethos of a "fair go" is pervasive, advocating for equal opportunities but not guaranteed success. Australians value giving a "leg up" to those facing hard times, yet they also appreciate the importance of self-reliance, avoiding a culture of indefinite handouts. </p><p>While these principles generally foster a positive environment, they are not without their drawbacks. The tall-poppy syndrome, for instance, is an unintended consequence of this pursuit of fairness. Also, the line between a "leg up" and a "hand-out" can become a political battlefield, often skewed in favor of the affluent.</p><p>Returning to our MasterChef-inspired insights, it's clear that Australians <em>are</em> fiercely competitive, and they absolutely will beat you in sports, business, or the MasterChef kitchen if they can. However, their readiness to support each other, especially in times of crisis, is evident in the country's track record of community volunteering in response to natural disasters, showcasing a spirit of community and resilience.</p><p>Choosing Australia as our home, influenced partly by a cooking show, might seem unconventional. But as I've learned to navigate the nuances of this culture (while still dodging those infamous drop bears), I can confidently say that living here has been a fulfilling experience, flavoured with unexpected lessons from the most surprising sources.</p><p>Although my accent hasn't improved (could you call an Australian accent an improvement?), I am grateful that I'm a citizen of the Lucky Country.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Front Left! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Technical Debt is a Risk, not an Evil]]></title><description><![CDATA[It's surprising how often technical debt is associated with pure evil; as something to avoid at all costs.]]></description><link>https://read.frontleft.co/p/technical-debt-is-a-risk-not-an-evil</link><guid isPermaLink="false">https://read.frontleft.co/p/technical-debt-is-a-risk-not-an-evil</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Thu, 03 Nov 2022 05:48:56 GMT</pubDate><enclosure url="https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/23cc7e75-e4f3-4976-bc31-a54107761f3b_1000x858.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>It's surprising how often technical debt is associated with pure evil; as something to avoid at all costs. I believe, however, that technical debt is entirely analogous to financial debt and since most people have a solid intuitive understanding of money, I find it helpful to discuss technical debt in this context.</p><h4>Crippling Debt</h4><p>Uncontrolled or impulsive spending on your credit card will invariably land you in trouble. Failing to consider the implications of interest obligations on a growing, outstanding credit balance leads to pain and, in the worst cases, lifelong indebtedness (it's really enslavement) or bankruptcy.</p><p>Similarly, suppose you keep making bad technical decisions without considering the impact on your solution's architecture. As a result, you're racking up maintainability, performance and extensibility debt with no regard to the future, soon finding yourself in a position where you can no longer service the interest, let alone pay back the capital. Your architecture calcifies, and the fear of disastrous regression impacts accompanies even the most conceptually minor feature requests or changes to existing functionality.</p><p>This is the category I believe most people automatically assign to technical debt and rightfully fear, but it does not have to be this way.</p><h4>Debt as Leverage</h4><p>Another type of debt is a calculated, considered loan that serves your interests. Of course, there is still a risk that the debt can lead to an unfavourable outcome, but you consciously engage with the problem and judge the risk acceptable for the potential gains you foresee. </p><p>For example, very few of us have the means to buy a property outright. However, assuming you do your due diligence and consider your ability to service the interest, weather rate hikes, etc., a mortgage could ultimately lead to owning your own property while providing accommodation in the process. Another example is a revolving credit facility you can lean on when cash flow is undesirable. Of course, the preference would be not to dip into the credit. Still, a potentially far more significant loss would be your employees walking out the door when their salaries don't arrive on time (hopefully it's also apparent that paying people on time is the right thing to do).</p><p>Analogously, in the software business, there are scenarios where taking a hit w.r.t. technical debt could be beneficial. In my experience, most of these scenarios relate to time to market. </p><p>Shortcuts, duct tape, &#8220;swamp donkey hacks&#8221;, call it what you will. You don't need to like it, and should always strive to be debt free, but the option to take on <em><strong>considered</strong></em> debt to get to an ROI faster should always be on the table.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Front Left! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Striving for Transparency - A Case Against Anonymous Feedback]]></title><description><![CDATA[I am generally against anonymous feedback in the workplace as I don't believe it does any good. First, by providing the option of anonymity, you implicitly signal a need for protection from yourself. You effectively say that respondents require a shield against your reaction to their honesty, undermining whatever effort you may be putting into establishing a psychologically safe space and culture of transparency and trust.]]></description><link>https://read.frontleft.co/p/striving-for-transparency-a-case</link><guid isPermaLink="false">https://read.frontleft.co/p/striving-for-transparency-a-case</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Thu, 05 May 2022 06:50:57 GMT</pubDate><enclosure url="https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/d45b9b81-5d4b-428a-bd1e-31e7dc6b94b0_1980x1315.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>When requesting feedback via polls or surveys at work, I am generally<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a> against anonymity as I don't believe it does any good.</p><p>First, by providing the option of anonymity, you implicitly signal a need for protection&nbsp;<em>from yourself</em>. You effectively say that respondents require a shield against your reaction to their honesty, undermining whatever effort you may be putting into establishing a psychologically safe space and culture of transparency and trust.</p><p>Second, anonymous feedback is low quality as there is no way to dig deeper. It is impossible to mine for actionable value through follow-up questions if you don't know who to ask.</p><p>Third, anonymity removes accountability. We all have a responsibility for our opinions and must be able and willing to defend them, but this is where it gets tricky. You&nbsp;<em>can</em>&nbsp;challenge feedback and retain accountability without anonymity, but you can also enter perceived (or actual) persecution mode if you push too hard, and it is precisely this risk of persecution that underpins the case for anonymity in the first place. We find ourselves in a&nbsp;<a href="https://en.wikipedia.org/wiki/Catch-22">Catch-22</a>&nbsp;situation: we need openness to establish trust, but we need trust to feel safe enough to open up.</p><p>This brings me to my fourth and final argument against anonymity. The point of feedback is to gain insight into your organisation where you don't have visibility. Knowing that open critique cannot be safely delivered and that people feel the need for anonymity&nbsp;<em>is</em>&nbsp;insight. The trust issue in this scenario must be addressed as a priority, and anonymity will only perpetuate the status quo.&nbsp;</p><p>So, remove anonymity from your feedback process and be patient. If you don't yet have trust, accept that the majority of feedback you'll receive in the short to medium term will be useless, but, whatever you get, discuss it openly. Celebrate those with the courage to ask the pointed questions or shine light into the uncomfortable corners. Act on the feedback you receive. Consistently. With integrity. And over time, trust will be established.</p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>I can envision situations where anonymity may be required, e.g. where feedback is requested where no personal relationships exist between parties.</p></div></div>]]></content:encoded></item><item><title><![CDATA[Conflict and Artificial Harmony]]></title><description><![CDATA[Take-Aways from "The Five Dysfunctions of a Team"]]></description><link>https://read.frontleft.co/p/conflict-and-artificial-harmony</link><guid isPermaLink="false">https://read.frontleft.co/p/conflict-and-artificial-harmony</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Wed, 08 Dec 2021 04:44:47 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/ae9337c4-3626-40cc-a9cd-2ddad325435b_1536x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<blockquote><p><em>"I don't think anyone ever gets completely used to conflict. If it's not a little uncomfortable, then it's not real. The key is to keep doing it anyway."</em></p></blockquote><p><a href="https://www.amazon.com.au/Five-Dysfunctions-Team-Leadership-Fable/dp/0787960756">The Five Dysfunctions of a Team by Patrick Lencioni</a>&nbsp;is one of those books I have read multiple times. I wholeheartedly recommend it. However, in this post, I do not want to review or summarise<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a>, but instead, briefly share two takeaways relating to conflict.</p><p>I find the interpersonal discomfort of conflict particularly intimidating and thus have to work hard at overcoming my psychological resistance to it.&nbsp;</p><p>However, insight into the second dysfunction of a team, the fear of conflict, is helping me embrace conflict as a healthy and necessary ingredient in building and participating in successful teams.</p><h2>Moments of truth are best handled face-to-face.</h2><p>I like writing things down. It allows me time to think, pick my words carefully, and rework my message until it is as clear as possible within the constraints of my vocabulary. It is tempting to believe that the clarity achieved through writing can be passed on to the reader, especially when you know the feedback will be hard to hear.&nbsp;</p><p>As that psychological discomfort starts setting in, you make a case for why a well-crafted, polite and succinct email is the best way to prevent misunderstandings. So, you agonise over every detail of your message and fire it off. No reply. Great! It must be because the message was well received and the feedback taken on board. Discomfort avoided all around, and everyone is in complete alignment again. Job done.&nbsp;</p><p>Unfortunately for you, two weeks later, the issue unexpectedly resurfaces during a one-on-one that started with all the usual pleasantries. You're unprepared, scrambling for balance against the torrent of bottled-up bitterness, digging that hole ever-deeper as you're in full flight mode: "That's not what I meant!"</p><p>Moments of truth are best handled face-to-face. Hard conversations are not about elegant turns of phrase; they are about doing the right thing. As soon as I catch myself thinking an exchange will be awkward, I know I need to do the work.</p><h2>Tension is not conflict.</h2><p>Wherever people have different ideas or opinions, there is conflict. For the longest time, I had strong associations between conflict and violence and avoided conflict at all costs. Of course, violent or destructive conflict exists, but not all conflict is harmful.&nbsp;</p><p>I have learned that the best innovations and ideas are found at the intersections of diverse perspectives. To get to these intersections, we need to move past the competing interests of our differences. And the way to do&nbsp;<em>that</em>&nbsp;is through productive discussions where the shared goal is to resolve critical issues, i.e. through constructive conflict.</p><p>Whether at the team ideation, or individual feedback level, when we fail to engage in constructive conflict, we end up with tension. I think of tension as that "walking on eggshells" experience. It generally starts as a defensive, fearful feeling. However, continued exposure to, and being forced to remain in, a state of elevated stress eventually evolves into resentment. The resentment, in turn, soon gives way to anger, and anger is more likely to result in destructive than constructive conflict.</p><p>Moving through tension to a place of harmony requires conflict. Harmony that exists because people hold back on their opinions and honest concerns is not real. Harmony is good only if it comes as a result of cycling through issues and conflict.</p><p>"Mine for conflict" in the tension and bring it to the surface. </p><p>It is not easy and I still make mistakes, but I&#8217;m going to keep at it.</p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>If you haven't read the book, here is a 2 min synopsis by the author for context</p><div id="youtube2-GCxct4CR-To" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;GCxct4CR-To&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/GCxct4CR-To?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><p></p></div></div>]]></content:encoded></item><item><title><![CDATA["Sorry, I know you are very busy..."]]></title><description><![CDATA["Not to be constantly telling people (or writing them) that I'm busy, unless I really am. Similarly, not to be always ducking responsibilities to the people around me because of 'pressing business'" - Marcus Aurelius (Meditations)]]></description><link>https://read.frontleft.co/p/sorry-i-know-you-are-very-busy</link><guid isPermaLink="false">https://read.frontleft.co/p/sorry-i-know-you-are-very-busy</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Mon, 11 Oct 2021 21:44:15 GMT</pubDate><enclosure url="https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/18aa7840-baa0-4d92-9f78-cb9c6c003637_1000x667.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>Hey, William here!</em> <em>If you haven't subscribed yet, consider doing so <a href="https://frontleft.substack.com/welcome">here</a>. It's completely free, and you can unsubscribe at any time! </em></p><p><em>Estimated reading time for this post is <strong>2 min</strong>. Enjoy!</em></p><div><hr></div><blockquote><p><em>"Not to be constantly telling people (or writing them) that I'm busy, unless I really am. Similarly, not to be always ducking responsibilities to the people around me because of 'pressing business'" - Marcus Aurelius (Meditations)</em></p></blockquote><p>It unnerves me when conversations start with a tentative: "Sorry, I know you are very busy, but I wanted to ask..."</p><p>It unnerves me because these conversations represent a perception that&nbsp;<em>my</em>&nbsp;time is somehow more valuable than that of the person in need of my input or assistance. It concerns me as it implies there are things requiring my attention, or areas where I may be of help, that are being swept under the rug or unnecessarily delayed so as to "not bother me".&nbsp;</p><p>Ironically, being thoughtful and considerate of my time and not telling me about problems I could help solve prevents me from doing my job well.</p><p><em>My&nbsp;</em>job is to provide the best possible environment for my teams to do&nbsp;<em>their&nbsp;</em>jobs, which includes unblocking them and helping individuals navigate work or career challenges.&nbsp;</p><p>The fact is,&nbsp;<em>everyone&nbsp;</em>is busy, sometimes to the point of having more on your plate than what is comfortable, and you have a&nbsp;<em>right</em>&nbsp;to your manager's time.</p><p>Here is my recommendation on how to lay claim to that time (assuming it isn't immediately pressing):</p><ol><li><p>If it's a trivial decision or request, send a DM via your internal messaging system (Slack, MS Teams, whichever). Channels or team chats become flooded, are hard to track and even harder to catch up on, but your line manager should be checking their direct comms a few times a day/daily at the very least.</p></li><li><p>If multiple people are involved, a conversation is needed, and the issue can be resolved via asynchronous means, create a dedicated short-lived channel or group to discuss the topic, or send an email (don't use cc gratuitously but do include action-takers). I find emails slightly easier to categorise and archive as "decision logs", but summarising a chat to share and store for reference via other means serve the same purpose.</p></li><li><p>If it requires discussion or is personal, find a slot in your manager's calendar and book it. I often see people asking via email or chat if they can book an open space. This is what your calendar's scheduling assistant is for, so use it. If you cannot find a slot, ask your manager via DM to make time available to you.</p></li></ol><p>Suffering in silence serves nobody. The sooner an issue is made visible, the sooner it can be resolved.</p><p>Keep at it!</p><p>William</p><div><hr></div><p><em>What did you think of this post?</em> <em>Leave a comment or</em> <em>share your thoughts with me on <a href="https://twitter.com/frontleftwill">Twitter</a>&nbsp;or&nbsp;<a href="https://www.linkedin.com/in/williamhallatt/">LinkedIn</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://read.frontleft.co/p/sorry-i-know-you-are-very-busy/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://read.frontleft.co/p/sorry-i-know-you-are-very-busy/comments"><span>Leave a comment</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA["Father Forgets" - One For The Parents Out There]]></title><description><![CDATA[A Reminder That They're Only Little]]></description><link>https://read.frontleft.co/p/father-forgets-one-for-the-parents</link><guid isPermaLink="false">https://read.frontleft.co/p/father-forgets-one-for-the-parents</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Thu, 12 Aug 2021 22:42:19 GMT</pubDate><enclosure url="https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/d84f39b2-6fb2-4af3-8a24-46a5cce3771b_600x401.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I discovered this essay by W. Livingston Lard while reading Dale Carnegie's <a href="https://en.wikipedia.org/wiki/How_to_Win_Friends_and_Influence_People">How to Win Friends and Influence People</a>. It resonated deeply with me as I strive to do better for the two little hurricanes wreaking havoc in my house.</p><p>With a few simple substitutions, the essay could easily be from any parent to any child. </p><p>Hang in there. Do better!</p><p>Will</p><div><hr></div><p><em>Listen, son: I am saying this as you lie asleep, one little paw crumpled under your cheek and the blond curls stickily wet on your damp forehead. I have stolen into your room alone. Just a few minutes ago, as I sat reading my paper in the library, a stifling wave of remorse swept over me. Guiltily I came to your bedside.</em></p><p><em>There are the things I was thinking, son: I had been cross to you. I scolded you as you were dressing for school because you gave your face merely a dab with a towel. I took you to task for not cleaning your shoes. I called out angrily when you threw some of your things on the floor.</em></p><p><em>At breakfast I found fault, too. You spilled things. You gulped down your food. You put your elbows on the table. You spread butter too thick on your bread. And as you started off to play and I made for my train, you turned and waved a hand and called, &#8220;Goodbye, Daddy!&#8221; and I frowned, and said in reply,</em></p><p><em>&#8220;Hold your shoulders back!&#8221;</em></p><p><em>Then it began all over again in the late afternoon. As I came up the road I spied you, down on your knees, playing marbles. There were holes in your stockings. I humiliated you before your boyfriends by marching you ahead of me to the house. Stockings were expensive&#8208;and if you had to buy them you would be more careful! Imagine that, son, from a father!</em></p><p><em>Do you remember, later, when I was reading in the library, how you came in timidly, with a sort of hurt look in your eyes? When I glanced up over my paper, impatient at the interruption, you hesitated at the door. &#8220;What is it you want?&#8221; I snapped. You said nothing, but ran across in one tempestuous plunge, and threw your arms around my neck and kissed me, and your small arms tightened with an affection that God had set blooming in your heart and which even neglect could not wither.</em></p><p><em>And then you were gone, pattering up the stairs. Well, son, it was shortly afterwards that my paper slipped from my hands and a terrible sickening fear came over me. What has habit been doing to me?</em></p><p><em>The habit of finding fault, of reprimanding&#8208;this was my reward to you for being a boy. It was not that I did not love you; it was that I expected too much of youth. I was measuring you by the yardstick of my own years.</em></p><p><em>And there was so much that was good and fine and true in your character. The little heart of you was as big as the dawn itself over the wide hills. This was shown by your spontaneous impulse to rush in and kiss me good night. Nothing else matters tonight, son. I have come to your bedside in the darkness, and I have knelt there, ashamed!</em></p><p><em>It is feeble atonement; I know you would not understand these things if I told them to you during your waking hours. But tomorrow I will be a real daddy! I will chum with you, and suffer when you suffer, and laugh when you laugh. I will bite my tongue when impatient words come. I will keep saying as if it were a ritual: &#8220;He is nothing but a boy&#8208;a little boy!&#8221;</em></p><p><em>I am afraid I have visualized you as a man. Yet as I see you now, son, crumpled and weary in your cot, I see that you are still a baby. Yesterday you were in your mother&#8217;s arms, your head on her shoulder. I have asked too much, too much.</em></p><p><em>-W. Livingston Larned</em></p><div><hr></div><p><em>Psssst! If you haven't subscribed yet, you can do so&nbsp;<a href="https://frontleft.substack.com/welcome">here</a>. It's completely free, and you can unsubscribe at any time! You can also find me on Twitter&nbsp;<a href="https://twitter.com/frontleftwill">@frontleftwill</a>&nbsp;or connect with me on&nbsp;<a href="https://www.linkedin.com/in/williamhallatt/">LinkedIn</a>&nbsp;if you like.</em></p>]]></content:encoded></item><item><title><![CDATA[Chores, the Cheater's Guide to Mindfulness]]></title><description><![CDATA[Get into the present by getting things done.]]></description><link>https://read.frontleft.co/p/chores-the-cheaters-guide-to-mindfulness</link><guid isPermaLink="false">https://read.frontleft.co/p/chores-the-cheaters-guide-to-mindfulness</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Fri, 30 Jul 2021 02:14:28 GMT</pubDate><enclosure url="https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/ef92bd20-fc8c-4bef-83f7-adcadc42f7ae_1600x1039.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I'm the eldest of five and grew up in a household with two working parents, so everyone contributed to the household chores. The neverending march of dishes and the piles of washing from seven people accompanied the demands of feeding the pets<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a> and keeping the garden under control.</p><p>We lived in heavily subsidised army housing in a military base and my dad, an infantryman, would quite happily wake us up at 6 am on a Saturday to mow the lawn "before the day got hot"<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-2" href="#footnote-2" target="_self">2</a>.</p><p>There was no dishwasher (well, you could make the case that from my parents' perspective, there were five of us), and above the kitchen sink was a small wooden plaque I read so often that the poem is forever etched into my soul:</p><blockquote><p><em>Thank God for dirty dishes,&nbsp;</em></p><p><em>they have a tale to tell.&nbsp;</em></p><p><em>While other folks go hungry,&nbsp;</em></p><p><em>we're eating very well.</em></p></blockquote><p>My good fortune, as highlighted by this short poem, wasn't lost on me. However, like most other children, I didn't appreciate the implacable firehose of incoming chores at the time. Alas, there was nothing for it. My folks didn't run our household as a democracy, and hence the path of least unhappiness was simply to get on with it.</p><p>Well, if&nbsp;<a href="https://en.wikipedia.org/wiki/Outliers_(book)">Malcolm Gladwell</a>&nbsp;is correct and 10 000 hours is "the magic number of greatness", then I indeed became great at doing chores. The investment paid off when, as a struggling young adult, I had an epiphany one day as I was slogging through a pile of dishes after a family get-together: the process of organising and cleaning the dishes had a calming effect on me. It was as if, through cleaning the dishes, I was also cleaning my mind of stress and anxiety.</p><p>After this realisation, I started paying attention to my inner dialogue whenever I got into any physical labour (or exercise), regardless of the intensity. My personal hypothesis held. Whether I was doing strenuous manual labour or organising my desk, physical work decreased the chatter and calmed the chaos of my mind.</p><p>It was a short step from awareness to implementation. Soon, whenever I started feeling overwhelmed by mental churn, I would turn my attention to my environment and find something I could tidy up or clean. Of course, I would not try to deal with big-ticket items in this way as that would likely be escapist ("staring bankruptcy in the face, Sarah took to cleaning out her dresser"), but it works wonders for those general feelings of frustration without a source or that unwarranted annoyance towards life after a hard day at work.</p><p>I am not a wellness expert nor a meditation guru, but I know what works for me, and it is this: to get out of my mind, I get into my chores.</p><p>It's a safe and easy way to be present in the moment, all while getting things done!</p><p>Do the dishes,</p><p>Will</p><div><hr></div><p><em>Psssst! If you haven't subscribed yet, you can do so&nbsp;<a href="https://frontleft.substack.com/welcome">here</a>. It's completely free, and you can unsubscribe at any time! You can also find me on Twitter&nbsp;<a href="https://twitter.com/frontleftwill">@frontleftwill</a>&nbsp;or connect with me on&nbsp;<a href="https://www.linkedin.com/in/williamhallatt/">LinkedIn</a>&nbsp;if you like.</em></p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>We had a small menagerie. At some point, we had two dogs, a few cats, rabbits, a hamster, a small army of&nbsp;<a href="https://www.thehappychickencoop.com/bantam-chickens/">bantams</a>&nbsp;and a couple of glass jars that housed my&nbsp;<a href="https://en.wikipedia.org/wiki/Latrodectus_geometricus">female brown widows</a>.</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-2" href="#footnote-anchor-2" class="footnote-number" contenteditable="false" target="_self">2</a><div class="footnote-content"><p>And hot it got. In Kimberley, Northern Cape, South Africa, it was not unusual to hit 40+ degrees Celsius in summer. At night, we'd get out of bed and lie naked on the floor to try and cool down, but of course, if you're naked, you're free game for the mosquitoes, so there was that.</p></div></div>]]></content:encoded></item><item><title><![CDATA[How to Assess Software Developer Roles]]></title><description><![CDATA[Junior, Mid, Senior, Principal. What's in a Name?]]></description><link>https://read.frontleft.co/p/how-to-assess-software-developer</link><guid isPermaLink="false">https://read.frontleft.co/p/how-to-assess-software-developer</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Thu, 22 Jul 2021 03:07:05 GMT</pubDate><enclosure url="https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/f03bc8ec-4e1c-47d3-9678-aa9048564458_800x427.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h5><strong>Time to Read: ~3 min</strong></h5><p></p><p>Whether you are a graduate or junior, mid or intermediate, senior, principal or staff software engineer (or developer) is mostly up to the business that employs you. Although there are common themes, there is no accepted industry standard. Instead, companies often have internal, formal career frameworks and some, like DropBox, go so far as to&nbsp;<a href="https://dropbox.github.io/dbx-career-framework/ic1_software_engineer.html">publish theirs publicly</a>. </p><p>These frameworks can become rather involved as you try to capture the nuances in expectations between various skill levels, breadth and depth of experience, and responsibilities and, in my experience, most of the confusion falls on the boundary between Intermediate and Senior. Although the length of experience cannot be disqualified as a helpful indicator of seniority, it certainly isn't an accurate measure of the individual. Someone may have ten years of experience on paper but, upon digging, you realise it was really the same year, ten times. Another may only have five years of experience but was so immersed in every aspect of a complex environment that the breadth of their expertise is unmatched.</p><p>A more helpful guideline than years of experience is how you think about a role's expectations and its contribution to your team and business. </p><p>Here is my take on it.</p><h2>Junior Engineer</h2><p>I think of Juniors as an investment in the future and also as a business's way of "giving back" (we all need to start somewhere, and someone must carry that cost).&nbsp;</p><p>The primary responsibility of Juniors is to learn. That's pretty much it. Of course, they can and must contribute with guidance and support, but they are primarily here to learn how software development works in the real world.</p><h2>Intermediate/Mid-Level Engineers</h2><p>The central focus for the Intermediate level is technical. They must be proficient enough to complete most software related tasks without help and keep up with developments in the industry, expanding their skills to include software architecture in the process.</p><p>Although their main contribution is technical, they should also be growing in the areas of product and process. As a result, their understanding of business requirements should improve as they start to develop a product mindset.</p><p>Intermediate developers are the "meat and potatoes" of every team, the core cohort. They're the builders that get the job done.</p><h2>Senior Engineers</h2><p>At this level, technical proficiency is assumed. Whether the job is architecting complex solutions, rapidly ramping up in new technologies, or dealing with unforeseen technical challenges, a Senior must be able to handle all of it.</p><p>Senior engineers have a strong product and mentorship focus (the primary output of Senior engineers should be more Seniors). They understand the cost-benefit trade-offs of every technical decision and how the product adds value to your clients.</p><p>When considering promotions to Senior, remember that individual contribution has a hard limit - there is only so much that one person can achieve or contribute. Promotion to Senior should, therefore, NOT be a reward for time served. It is NOT an inevitable outcome of developing technical proficiency and expertise, but rather a recognition of a person's&nbsp;<em>leverage</em>.&nbsp;</p><p>Seniors are force multipliers for their teams; their job is to maximise the benefit from everyone else's contributions.&nbsp;</p><h2>Principal/Staff Engineers</h2><p>Principal engineers are the technical Yodas of your business. They're the ones that everyone goes to with every technical challenge they can't solve themselves or don't know where to start, and must embody technical leadership excellence.&nbsp;</p><p>Not only are they at the forefront of engineering efforts, but it's also a requirement of their role that they remain there; their breadth and depth of skill and expertise make them core contributors to your strategic technology planning.&nbsp;</p><p>If Senior Engineers are the force multipliers for your software engineering teams, Principal Engineers are the force multipliers for your entire software engineering division.</p><p>There isn't much that falls outside the scope of what's expected of them.</p><h2>When in Doubt</h2><p>Thinking hard about career frameworks and job descriptions are necessary. It is crucial to get the details right for your business to ensure fair treatment and pay, and to provide clear expectations for a role and the requirements for progression. Unfortunately, it's hard to get this right, and the fact of language is, the more words you put into writing, the more likely you are to introduce ambiguity, misinterpretation, and cognitive overhead.</p><p>Whenever you find yourself lost in the weeds, consider a return to the basics:&nbsp;<em>Where is your focus and what is the scope of your influence and impact?</em></p><p>If your goal is promotion, remember that the best way to get promoted, is by acting in the capacity of the role you are after. This takes the conversation around your ability to succeed in the new role out of the realm of the hypothetical. </p><p>Proving you can do it, beats claiming you can do it every time.</p><p>Happy coding!</p><p>Will</p><div><hr></div><p><em>Psssst! If you haven't subscribed yet, you can do so <a href="https://frontleft.substack.com/welcome">here</a>. It's completely free and you can unsubscribe any time! You can also find me on Twitter <a href="https://twitter.com/frontleftwill">@frontleftwill</a> or connect with me on <a href="https://www.linkedin.com/in/williamhallatt/">LinkedIn</a> if you like.</em></p><div><hr></div>]]></content:encoded></item><item><title><![CDATA[A Reading List for What's Left of 2021]]></title><description><![CDATA[5 great books to round off your year]]></description><link>https://read.frontleft.co/p/a-reading-list-for-whats-left-of</link><guid isPermaLink="false">https://read.frontleft.co/p/a-reading-list-for-whats-left-of</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Thu, 15 Jul 2021 07:37:01 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!YcnO!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F82a58cd9-5bbe-414c-a9cb-dd1285012d58_2000x1333.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>OK, so we're already halfway through July, but it's still close enough to edit those reading lists for the second half of 2021.</p><p>So much to read and so little time! Here is what I hope to read over the next few months.</p><h4><a href="https://svpg.com/empowered-ordinary-people-extraordinary-products/">Empowered</a> by Marty Cagan</h4><p>Marty Cagan is a relatively new discovery for me, but everyone I know with an interest in product management raves about his take on how to build great products. </p><p>I've read and shared <a href="https://www.linkedin.com/posts/williamhallatt_the-mba-pathology-silicon-valley-product-activity-6810723357974257664-LjLI">one</a> or <a href="https://www.linkedin.com/posts/williamhallatt_the-cspo-pathology-silicon-valley-product-activity-6808625539818102784-6hmz">two</a> of his articles on LinkedIn before, but this will be the first of his books that I read. My understanding is that Empowered is aimed primarily at what's required to be a good leader of product teams, whereas his other book, <a href="https://svpg.com/inspired-how-to-create-products-customers-love/">Inspired</a>, is specifically for product owners.</p><h4><a href="https://michaelpollan.com/books/the-omnivores-dilemma/">The Omnivore's Dilemma</a> by Michael Pollan</h4><p>I have listened to numerous podcasts where Michael Pollan was the guest (the most recent is <a href="https://tim.blog/2021/06/30/michael-pollan-this-is-your-mind-on-plants-transcript/">"This Is Your Mind on Plants" on the Tim Ferriss Show</a>) and I&#8217;ve watched his Netflix series, <a href="https://www.netflix.com/au/title/80022456">Cooked</a>.</p><p>I am yet to find something of his that I don&#8217;t like, and yet I've never read any of his books.</p><p>This needs to be rectified.</p><h4><a href="https://davidmarquet.com/leadership-is-language-book/">Leadership is Language</a> by L. David Marquet</h4><p>I like his style and I like how his personality comes through in his talks. I heartily recommend watching <a href="https://www.youtube.com/watch?v=I5RkDDo6B9Y&amp;ab_channel=CMX">Intent-Based Leadership at CMX Summit West 2015</a> (I've watched it multiple times. In fact, getting the link to stick into this post has caused me to press play again, it's running on the side as I write this). </p><p>I loved <a href="https://davidmarquet.com/leadership-is-language-book/">Turn the Ship Around</a> and I have high hopes for this one.</p><h4><a href="https://www.outsideonline.com/health/training-performance/no-heroes-arent-born-theyre-built-and-how-you-become-one/">Natural Born Heroes</a> by Christopher McDougall</h4><p>His book <a href="https://www.chrismcdougall.com/born-to-run/">Born to Run</a> was an easy read, a great story, and started <a href="https://www.linkedin.com/posts/williamhallatt_mentalhealth-selfcare-wellbeing-activity-6790761954538598400-xejI">my love-hate relationship with running</a> a decade ago. </p><p>I hope that reading this will be the catalyst to starting something else that's beneficial to me but that I'll probably dislike.</p><h4><a href="https://www.amazon.com/gp/product/0812968255/ref=as_li_qf_asin_il_tl?ie=UTF8&amp;tag=farnamstreet-20&amp;creative=9325&amp;linkCode=as2&amp;creativeASIN=0812968255&amp;linkId=2cd002293e59339516c9c3cbe1b67991">Meditations</a> by Marcus Aurelius (translated by Gregory Hays)</h4><p>Last on the list, but only because I want it foremost in your mind as you leave. </p><p>Both Shane Parrish (<a href="https://fs.blog/reading-2015/">here</a>) and Ryan Holiday (<a href="https://ryanholiday.net/meditations-by-marcus-aurelius/">here</a>) recommend this version, which made the decision on which translation to go with that much easier.</p><p>Stoicism is becoming fashionable at the moment and as a natural sceptic, I am always a little wary of trends and fads, particularly as they relate to&nbsp; "self-help" systems. </p><p>However, the pragmatism and focus of stoicism on taking personal ownership of one's life appeal to me. </p><p>I have flirted with the ideas of this philosophy, it&#8217;s time to take a deeper dive.</p><p>Happy reading!</p><p>Will</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!YcnO!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F82a58cd9-5bbe-414c-a9cb-dd1285012d58_2000x1333.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!YcnO!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F82a58cd9-5bbe-414c-a9cb-dd1285012d58_2000x1333.jpeg 424w, https://substackcdn.com/image/fetch/$s_!YcnO!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F82a58cd9-5bbe-414c-a9cb-dd1285012d58_2000x1333.jpeg 848w, https://substackcdn.com/image/fetch/$s_!YcnO!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F82a58cd9-5bbe-414c-a9cb-dd1285012d58_2000x1333.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!YcnO!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F82a58cd9-5bbe-414c-a9cb-dd1285012d58_2000x1333.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!YcnO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F82a58cd9-5bbe-414c-a9cb-dd1285012d58_2000x1333.jpeg" width="1456" height="970" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/82a58cd9-5bbe-414c-a9cb-dd1285012d58_2000x1333.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:970,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:138309,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!YcnO!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F82a58cd9-5bbe-414c-a9cb-dd1285012d58_2000x1333.jpeg 424w, https://substackcdn.com/image/fetch/$s_!YcnO!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F82a58cd9-5bbe-414c-a9cb-dd1285012d58_2000x1333.jpeg 848w, https://substackcdn.com/image/fetch/$s_!YcnO!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F82a58cd9-5bbe-414c-a9cb-dd1285012d58_2000x1333.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!YcnO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F82a58cd9-5bbe-414c-a9cb-dd1285012d58_2000x1333.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p><em>Psssst! If you haven't subscribed yet, you can do so <a href="https://frontleft.substack.com/welcome">here</a>. It's completely free and you can unsubscribe any time! You can also find me on Twitter <a href="https://twitter.com/frontleftwill">@frontleftwill</a> or connect with me on <a href="https://www.linkedin.com/in/williamhallatt/">LinkedIn</a> if you like.</em></p>]]></content:encoded></item><item><title><![CDATA[The "What" and the "How" of Autonomy at Work]]></title><description><![CDATA[Time To Read: ~2 min.]]></description><link>https://read.frontleft.co/p/the-what-and-the-how-of-autonomy</link><guid isPermaLink="false">https://read.frontleft.co/p/the-what-and-the-how-of-autonomy</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Thu, 08 Jul 2021 02:00:40 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!EQ_-!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3130ef1c-d841-47bd-a7f3-4b820263aab9_697x412.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h5><strong>Time To Read: ~2 min.</strong></h5><p></p><p>The concept of autonomy at work is pervasive throughout business literature on organisational culture, and most everyone has an intuitive understanding of the need for personal freedom to choose how you do your work, and how that relates to employee engagement. </p><p>What do we mean, however, when we talk about autonomy in the workplace? I think misunderstandings stem from conflating choice around <em>how</em> with choice around <em>what</em> and, to prevent these misunderstandings from alienating leaders from their staff<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a>, a shared understanding of what we mean when we talk about autonomy is essential. </p><p>Limiting individual autonomy at work is a necessity. To reap the rewards of collaboration in organisations, we <em>must</em> sacrifice some personal license as we consider and accommodate the needs of others<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-2" href="#footnote-2" target="_self">2</a>. Nobody has perfect freedom; everyone is accountable to someone (reporting lines) or something (consumer demand). Within organisations, the scope of responsibility of a role is the limiting factor for "what" autonomy or, to put it another way, as the scope of a person's responsibility within an organisation increases or decreases, so too does the surface area of their influence over what gets done.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!EQ_-!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3130ef1c-d841-47bd-a7f3-4b820263aab9_697x412.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!EQ_-!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3130ef1c-d841-47bd-a7f3-4b820263aab9_697x412.png 424w, https://substackcdn.com/image/fetch/$s_!EQ_-!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3130ef1c-d841-47bd-a7f3-4b820263aab9_697x412.png 848w, https://substackcdn.com/image/fetch/$s_!EQ_-!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3130ef1c-d841-47bd-a7f3-4b820263aab9_697x412.png 1272w, https://substackcdn.com/image/fetch/$s_!EQ_-!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3130ef1c-d841-47bd-a7f3-4b820263aab9_697x412.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!EQ_-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3130ef1c-d841-47bd-a7f3-4b820263aab9_697x412.png" width="697" height="412" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/3130ef1c-d841-47bd-a7f3-4b820263aab9_697x412.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:412,&quot;width&quot;:697,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:24852,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!EQ_-!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3130ef1c-d841-47bd-a7f3-4b820263aab9_697x412.png 424w, https://substackcdn.com/image/fetch/$s_!EQ_-!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3130ef1c-d841-47bd-a7f3-4b820263aab9_697x412.png 848w, https://substackcdn.com/image/fetch/$s_!EQ_-!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3130ef1c-d841-47bd-a7f3-4b820263aab9_697x412.png 1272w, https://substackcdn.com/image/fetch/$s_!EQ_-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F3130ef1c-d841-47bd-a7f3-4b820263aab9_697x412.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><em>Diagram: The amount of "what" autonomy at different levels of responsibility within an organisation.</em></p><p>In contrast, "how" autonomy refers to freedom <em>within</em> a role, and this is what is generally referred to when discussing personal autonomy at work; <em>how</em> you do your job should be up to you and should not be dependent on the overall level of responsibility for your role within your organisation.</p><p>There are legitimate concerns around where the limits on personal autonomy in the workplace are, and should be. An "anything goes" approach will certainly result in chaos. The solution is to constrain total personal autonomy in the workplace via the "what". As soon as you start interfering with the "how", you're in the realm of micromanagement and disengagement. Be very clear on boundaries and expectations. <em>That</em> is where you mitigate your risks. Define the "what", support your people, and then let them get on with doing what you hired them for.</p><p>Until next time.</p><p></p><p><em>Psssst! If a friend sent you this newsletter or you found it through social media, consider <a href="https://frontleft.substack.com/welcome">subscribing</a> and sharing it with your friends and family (you can unsubscribe any time)! You can also find me on Twitter <a href="https://twitter.com/frontleftwill">@frontleftwill</a>.</em></p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>See: <a href="https://frontleft.substack.com/p/its-us-against-the-business?r=1mt7p&amp;utm_campaign=post&amp;utm_medium=web&amp;utm_source=copy">It's Us against "The Business"</a></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-2" href="#footnote-anchor-2" class="footnote-number" contenteditable="false" target="_self">2</a><div class="footnote-content"><p>Ignoring corrupt hierarchies for the sake of this conversation</p></div></div>]]></content:encoded></item><item><title><![CDATA[Change Management - Lessons from my Toddlers]]></title><description><![CDATA[Heraclitus of Ephesus may never have uttered (some variant of) the words: "The only constant is change", but he did say "you could not step twice into the same river", so I bet he would have approved despite the misattribution.]]></description><link>https://read.frontleft.co/p/change-management-lessons-from-my</link><guid isPermaLink="false">https://read.frontleft.co/p/change-management-lessons-from-my</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Fri, 02 Jul 2021 03:23:41 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!JZTD!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F789a17fa-60a6-458a-a04c-08ce95a11e6e_735x475.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><a href="https://en.wikiquote.org/wiki/Heraclitus">Heraclitus of Ephesus</a> may never have uttered (some variant of) the words: <em>"The only constant is change"</em>, but he <strong>did </strong>say <em>"you could not step twice into the same river",</em> so I bet he would have approved despite the misattribution. </p><p>I doubt anyone would challenge the claim that the rate of social, environmental and technological change is accelerating as we rapidly leave the 20th century behind. Change management, especially in large organisations, is hard.</p><p>An internet search for "change management models" will spit out several options, but the one I am most familiar with is the <a href="https://www.cleverism.com/understanding-kubler-ross-change-curve/">K&#252;bler-Ross Change Curve</a>. Like <a href="https://en.wikipedia.org/wiki/Change_management#1960s">many change management models and processes from the 1960s</a>, the K&#252;bler-Ross Change Curve is based in grief studies (the "<a href="https://en.wikipedia.org/wiki/Five_stages_of_grief">Five Stages of Grief</a>" specifically). </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!JZTD!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F789a17fa-60a6-458a-a04c-08ce95a11e6e_735x475.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!JZTD!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F789a17fa-60a6-458a-a04c-08ce95a11e6e_735x475.png 424w, https://substackcdn.com/image/fetch/$s_!JZTD!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F789a17fa-60a6-458a-a04c-08ce95a11e6e_735x475.png 848w, https://substackcdn.com/image/fetch/$s_!JZTD!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F789a17fa-60a6-458a-a04c-08ce95a11e6e_735x475.png 1272w, https://substackcdn.com/image/fetch/$s_!JZTD!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F789a17fa-60a6-458a-a04c-08ce95a11e6e_735x475.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!JZTD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F789a17fa-60a6-458a-a04c-08ce95a11e6e_735x475.png" width="735" height="475" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/789a17fa-60a6-458a-a04c-08ce95a11e6e_735x475.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:475,&quot;width&quot;:735,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:256467,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!JZTD!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F789a17fa-60a6-458a-a04c-08ce95a11e6e_735x475.png 424w, https://substackcdn.com/image/fetch/$s_!JZTD!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F789a17fa-60a6-458a-a04c-08ce95a11e6e_735x475.png 848w, https://substackcdn.com/image/fetch/$s_!JZTD!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F789a17fa-60a6-458a-a04c-08ce95a11e6e_735x475.png 1272w, https://substackcdn.com/image/fetch/$s_!JZTD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F789a17fa-60a6-458a-a04c-08ce95a11e6e_735x475.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Image Credit: <a href="https://www.cleverism.com/">cleverism.com</a> (article linked to above)</p><p>Your job as a leader is to support employees through each of the stages. The goals are (1) flattening the curve, i.e. decreasing the impact of the frustration and depression on morale and (2) increasing the gradient, i.e. accelerating the transition from the first stage (shock) to the final stage (integration). Of course, real life is messy, and individuals will move through the curve at their own rate, often doubling back on stages or even experiencing multiple stages simultaneously. However, it is easier to think and reason about the model when change adoption is considered linearly.</p><p>You might find it hard to believe, but my two toddlers are <em>nothing</em> like professional adults. However, as a simplified proxy to the complexities of change at an organisational level, they present numerous opportunities to practice. Toddlers <a href="https://raisingchildren.net.au/grown-ups/family-life/routines-rituals-relationships/family-routines">like routine</a> and the stability it brings, relatively easily maintained during the week but havoc on the weekends when things need to get done. In other words, I find myself supporting the five stages of grief approximately four times an hour every Saturday. </p><p>A typical scenario goes something like this: (1) Me, initiating trip to home improvement store: <em>"Come, my boys, we have to go to Bunnings1." </em><strong>Shock</strong> - change happens, they were deeply engrossed in their breakfast session of <a href="https://iview.abc.net.au/show/bluey">Bluey</a>. (2) Eldest:<em> "Noooooo, you don't have to go to Bunnings. You have all the things in the garage."</em> (actual quote, he has opinions) <strong>Denial </strong>- we don't want Bluey to end. We reject your reality and substitute it with our own! (3) I insist: <em>"Get your shoes, mate, we have to go." </em><strong>Frustration and depression</strong> (aka tantrums) as I proceed to wrestle them from couch, through shoe-finding and dressing, to car seat, to Bunnings. (4) Arrive at Bunnings, still wrestling until we get to the trolley section. Point them at toddler trolleys2: <em>"Want to get a trolley?"&nbsp; </em><strong>Experiment, Decision, and Integration </strong>in rapid succession. Bunnings is the best! (Worth noting is that the same trip requires repeating the process in reverse: <em>"OK boys, time to go home"</em> and there we go again).</p><p>So here's what my toddlers have taught me with regards to supporting change:</p><p><strong>Shock and Denial</strong>: Communication through these phases is vital. When possible, give a heads' up that change is coming, repeat as often as reasonably practicable. Explain the "why". <em>"When this episode finishes, we're going to Bunnings." </em>or <em>"Bluey, teeth, then Bunnings because the light broke and I need to buy a new one, OK?"</em></p><p><strong>Frustration and Depression</strong>: Listen with empathy, but stay the course. Repeat the 'why" as necessary. At this point, any indication that the status quo stands a chance of being maintained is a death blow to the initiative. The situation deteriorates, and they'll dig in their heels. I can still bulldoze through it with my boys, albeit at the cost of an extremely unpleasant experience for all. However, you run the risk that your team or even your organisation could descend into crisis in a professional environment. <em>"I can see that you wanted to watch more Bluey, but the lightbulb broke, and I need to buy a new one, or we won't be able to see when it gets dark."</em></p><p><strong>Experiment, Decision and Integration</strong>: Support experimentation with training. As soon as you have someone entering the experimentation phase, recruit the person to help you help others with the transition to the final stages of acceptance and commitment. <em>"Careful where you run. There are other people here"&nbsp; </em>and<em> "If you hold the trolley like this, you can push it easier. Can you show your brother how to do it too?"</em></p><p>Finally, celebrating and revisiting successful change adoption, emphasising the cases where the outcome was beneficial and better than expected, helps with future change. <em>"Remember when you were unsure about going to Bunnings, but you did it anyway, and it turned out to be a lot of fun?"</em></p><p>Change management is complex. Reflection and awareness, paying attention to how your staff is experiencing the change, is your best chance at success. As the change initiator, you have likely refined your reasoning for weeks, if not months, leading to your decision. For you, it is no longer a big deal because you've had time to digest every nuance of the reason for the change. </p><p>Be sure to communicate the reasoning clearly and accept that your teams will require similar amounts of time to what you had invested in working through the reasoning for themselves.</p><p>Until next time.&nbsp;&nbsp; </p><p></p><p></p><p><em>Psssst! If a friend sent you this newsletter or you found it through social media, consider </em><a href="https://frontleft.substack.com/welcome">subscribing</a> (you can unsubscribe any time) and sharing it with your friends and family! You can also find me on Twitter <a href="https://twitter.com/frontleftwill">@frontleftwill</a>.</p><p>Notes:</p><ol><li><p>For those not in the know, <a href="https://www.bunnings.com.au/">Bunnings </a>is an Australian hardware/DIY supply chain where you spend way too much time and money if you are personally responsible for the upkeep and maintenance of pretty much anything.</p></li><li><p>Bunnings kiddie trolleys:</p></li></ol><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!2PCS!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faad7d1df-1159-4d86-930d-c44b6cfe50f0_513x408.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!2PCS!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faad7d1df-1159-4d86-930d-c44b6cfe50f0_513x408.png 424w, https://substackcdn.com/image/fetch/$s_!2PCS!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faad7d1df-1159-4d86-930d-c44b6cfe50f0_513x408.png 848w, https://substackcdn.com/image/fetch/$s_!2PCS!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faad7d1df-1159-4d86-930d-c44b6cfe50f0_513x408.png 1272w, https://substackcdn.com/image/fetch/$s_!2PCS!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faad7d1df-1159-4d86-930d-c44b6cfe50f0_513x408.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!2PCS!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faad7d1df-1159-4d86-930d-c44b6cfe50f0_513x408.png" width="513" height="408" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/aad7d1df-1159-4d86-930d-c44b6cfe50f0_513x408.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:408,&quot;width&quot;:513,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:556055,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!2PCS!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faad7d1df-1159-4d86-930d-c44b6cfe50f0_513x408.png 424w, https://substackcdn.com/image/fetch/$s_!2PCS!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faad7d1df-1159-4d86-930d-c44b6cfe50f0_513x408.png 848w, https://substackcdn.com/image/fetch/$s_!2PCS!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faad7d1df-1159-4d86-930d-c44b6cfe50f0_513x408.png 1272w, https://substackcdn.com/image/fetch/$s_!2PCS!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Faad7d1df-1159-4d86-930d-c44b6cfe50f0_513x408.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p>]]></content:encoded></item><item><title><![CDATA[It's Us Against "The Business"]]></title><description><![CDATA[An approach to reducing division in the workplace.]]></description><link>https://read.frontleft.co/p/its-us-against-the-business</link><guid isPermaLink="false">https://read.frontleft.co/p/its-us-against-the-business</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Wed, 23 Jun 2021 23:47:24 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!TA_W!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Ffabfb45b-e1ed-4c9f-bf05-a51d16c823bd_1024x1184.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>We, humans, are a highly social, cooperative species. Our cooperation networks expand as our technology improves and we connect larger groups. However, it is unreasonable to expect an overnight change to <a href="https://www.newscientist.com/article/dn9989-timeline-human-evolution/">195 000 years of </a><em><a href="https://www.newscientist.com/article/dn9989-timeline-human-evolution/">Homo Sapiens&#8217;</a> </em>evolution and the negative aspects of <a href="https://en.wikipedia.org/wiki/Tribalism">tribalism</a> against &#8220;out-groups&#8221;.</p><p>One such example I frequently encounter professionally is the divide between developer or engineering teams and &#8220;<em>the business</em>&#8221;. &#8220;<em>The business</em>&#8221; doesn&#8217;t know what they&#8217;re doing. &#8220;<em>They</em>&#8221; don&#8217;t get how things work, and so forth. These expressions are usually uttered with frustration or outright anger.</p><p>OK, so it is possible to find yourself in an organisation that processes information pathologically as a personal resource used in political power struggles (see <a href="https://www.researchgate.net/publication/8150380_A_Typology_of_Organisational_Cultures">Westrum&#8217;s Typology of Organisational Cultures</a> for power-oriented cultures). However, in most other cases, I think it is safe to assume that different parts of your organisation want <em>you </em>to succeed as much as <em>they</em> want to be successful so that we all win.</p><p>Nevertheless, we often find ourselves <em>seemingly</em> at cross-purposes with our colleagues, and framing the issue correctly is one way to reduce compartmentalised division: &#8220;<em>Sales committed to x and therefore we need to get it done&#8221;</em> is going to elicit a very different response in an engineering team than &#8220;<em>Sales is driving hard to increase market share, to do so they were forced to agree to some tricky requirements, and they need our help to deliver</em>&#8221;.&nbsp;Of course, you won&#8217;t eliminate all the frustration of having to crowbar that half-baked feature in at the last minute. Still, you&#8217;d hope that most professionals can relate to compromising to make progress.</p><p>Approaching frustrating or seemingly unreasonable expectations and requirements in this manner reduces friction between teams. By extending your colleagues the courtesy of believing they want you to succeed (at least until proven otherwise), you open the door to further communication and improved understanding of the overall context, which may even improve the odds that <em>you</em> will ultimately be successful.</p><p>Our species <a href="https://www.nature.com/articles/s41562-018-0389-1">rely on cooperation to survive and thrive</a>. Only in the most tragic instances is <em>&#8220;the business&#8221;</em> your enemy.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!TA_W!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Ffabfb45b-e1ed-4c9f-bf05-a51d16c823bd_1024x1184.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!TA_W!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Ffabfb45b-e1ed-4c9f-bf05-a51d16c823bd_1024x1184.png 424w, https://substackcdn.com/image/fetch/$s_!TA_W!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Ffabfb45b-e1ed-4c9f-bf05-a51d16c823bd_1024x1184.png 848w, https://substackcdn.com/image/fetch/$s_!TA_W!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Ffabfb45b-e1ed-4c9f-bf05-a51d16c823bd_1024x1184.png 1272w, https://substackcdn.com/image/fetch/$s_!TA_W!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Ffabfb45b-e1ed-4c9f-bf05-a51d16c823bd_1024x1184.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!TA_W!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Ffabfb45b-e1ed-4c9f-bf05-a51d16c823bd_1024x1184.png" width="1024" height="1184" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/fabfb45b-e1ed-4c9f-bf05-a51d16c823bd_1024x1184.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1184,&quot;width&quot;:1024,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2047055,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!TA_W!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Ffabfb45b-e1ed-4c9f-bf05-a51d16c823bd_1024x1184.png 424w, https://substackcdn.com/image/fetch/$s_!TA_W!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Ffabfb45b-e1ed-4c9f-bf05-a51d16c823bd_1024x1184.png 848w, https://substackcdn.com/image/fetch/$s_!TA_W!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Ffabfb45b-e1ed-4c9f-bf05-a51d16c823bd_1024x1184.png 1272w, https://substackcdn.com/image/fetch/$s_!TA_W!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Ffabfb45b-e1ed-4c9f-bf05-a51d16c823bd_1024x1184.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><em>Image credit: <a href="https://library.osu.edu/site/40stories/2020/01/05/we-have-met-the-enemy/">https://library.osu.edu/site/40stories/2020/01/05/we-have-met-the-enemy/</a></em></p><p>Until next time.</p><p><em>Psssst! If a friend sent you this newsletter or you&#8217;re reading it online, consider </em><a href="https://frontleft.substack.com/welcome">subscribing</a> (you can unsubscribe any time) and sharing it with your friends and family! You can also find me on Twitter <em><a href="https://twitter.com/frontleftwill">@frontleftwill</a></em>.</p>]]></content:encoded></item><item><title><![CDATA[Clock-Punching and the Illusion of Control]]></title><description><![CDATA[This week I came across a poll on LinkedIn asking whether salaried employees should be required to punch in and out.]]></description><link>https://read.frontleft.co/p/clock-punching-and-the-illusion-of</link><guid isPermaLink="false">https://read.frontleft.co/p/clock-punching-and-the-illusion-of</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Thu, 17 Jun 2021 00:20:26 GMT</pubDate><enclosure url="https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/294b35aa-c01e-430e-a86c-0306b1b870b2_640x360.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>This week I came across a <a href="https://www.linkedin.com/posts/barryackermanhr_hr-hrguy-outsourcedhr-activity-6809894579664404480-wDOi">poll on LinkedIn</a> asking whether salaried employees should be required to punch in and out. My <a href="https://www.linkedin.com/feed/update/urn:li:ugcPost:6809894579316281344?commentUrn=urn%3Ali%3Acomment%3A%28ugcPost%3A6809894579316281344%2C6810021658120855552%29">reply</a> summarised my view:</p><p><em>"What could possibly be gained from such an exercise other than a detrimental impact on morale and engagement?</em></p><p><em>Focusing on the knowledge industry. Even if you choose to put the cultural aspects aside, what could you meaningfully deduce from the data other than "person x was (probably) in the office between the hours of y and z"? (I say "probably" as you could tailgate with colleagues, etc).</em></p><p><em>Furthermore, I can be in the office and not be present in a thousand different ways.</em></p><p><em>This is a perfect example of a vanity metric rooted in the illusion of control. You stand to lose a lot of trust and gain nothing in exchange."</em></p><p>Willard Le Grand Bundy invented "<a href="https://en.wikipedia.org/wiki/Time_clock">an early and influential time clock, sometimes described as the first</a>" in 1888. Clock-punching became an easy way for shops and offices to calculate employees' pay in an era in which I claim it was not unreasonable to assume that physical presence approximated productivity. </p><p>I want to reiterate that my perspective is from the knowledge industry generally and software engineering specifically, but my stance is that societal shifts over the last forty years have made the practice of clock-punching obsolete. </p><p>Nearly everyone sits in front of a computer these days and, even if you have draconian firewalls, certainly everybody brings their own devices to work. Distractions are everywhere - email notifications, Instant Messaging pings, and meeting reminders are par for the course, and these are work-related interruptions (an, ahem, timely reminder that <a href="https://lifehacker.com/how-long-it-takes-to-get-back-on-track-after-a-distract-1720708353">it takes on average 23 min to regain focus</a> after an interruption).</p><p>The other annoyingly tricky thing with knowledge work is that your product comes from the same place your anxieties, current obsessions, hopes and desires reside. Neither your infatuation with new romance, nor your preoccupation with that annoying little rash you're a bit concerned about, cares that you're physically present in a specific geographic location and that your productivity is on the clock.</p><p>There's nothing for it. As a manager of knowledge workers, you cannot deduce anything meaningful from physical presence in an arbitrary building.</p><p>Just let it go. All you are hanging onto is the <a href="https://en.wikipedia.org/wiki/Illusion_of_control">illusion of control</a>.</p><p>Until next time.</p><p></p><p><em>Psssst! If you like this newsletter, consider <a href="https://frontleft.substack.com/welcome">subscribing</a> (you can unsubscribe any time) and sharing it with your friends and family! You can also find me on Twitter <a href="https://twitter.com/frontleftwill">@frontleftwill</a>.</em></p>]]></content:encoded></item><item><title><![CDATA[An Absence of Trust (or Maybe Not)]]></title><description><![CDATA[On trust, micromanagement, and healthy work relationships.]]></description><link>https://read.frontleft.co/p/an-absence-of-trust-or-maybe-not</link><guid isPermaLink="false">https://read.frontleft.co/p/an-absence-of-trust-or-maybe-not</guid><dc:creator><![CDATA[William Hallatt]]></dc:creator><pubDate>Thu, 10 Jun 2021 23:00:16 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!NCHW!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F064cb560-dcd8-4d53-b536-8d590e7efd7a_697x410.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>For the longest time, I suffered from an internal conflict between a strong desire to confirm that what I&#8217;d put into motion was being done correctly, and stepping away entirely once I pressed play. I was concerned that I was leaning towards micromanaging, yet at the same time, unnecessary and avoidable things went wrong that I could have helped prevent if I hadn&#8217;t been so hands-off.</p><p>It bothered me that my inability to walk away might indicate a subconscious lack of trust in my people. If I couldn&#8217;t be confident in my ability to extend trust, I couldn&#8217;t be confident that I&#8217;d receive it. The absence of trust is such a fundamental problem that it&#8217;s the first dysfunction in Patrick Lencioni&#8217;s <a href="https://www.goodreads.com/book/show/21343.The_Five_Dysfunctions_of_a_Team">The Five Dysfunctions of a Team</a>:</p><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!NCHW!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F064cb560-dcd8-4d53-b536-8d590e7efd7a_697x410.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!NCHW!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F064cb560-dcd8-4d53-b536-8d590e7efd7a_697x410.png 424w, https://substackcdn.com/image/fetch/$s_!NCHW!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F064cb560-dcd8-4d53-b536-8d590e7efd7a_697x410.png 848w, https://substackcdn.com/image/fetch/$s_!NCHW!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F064cb560-dcd8-4d53-b536-8d590e7efd7a_697x410.png 1272w, https://substackcdn.com/image/fetch/$s_!NCHW!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F064cb560-dcd8-4d53-b536-8d590e7efd7a_697x410.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!NCHW!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F064cb560-dcd8-4d53-b536-8d590e7efd7a_697x410.png" width="697" height="410" data-attrs="{&quot;src&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/064cb560-dcd8-4d53-b536-8d590e7efd7a_697x410.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:410,&quot;width&quot;:697,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:56409,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!NCHW!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F064cb560-dcd8-4d53-b536-8d590e7efd7a_697x410.png 424w, https://substackcdn.com/image/fetch/$s_!NCHW!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F064cb560-dcd8-4d53-b536-8d590e7efd7a_697x410.png 848w, https://substackcdn.com/image/fetch/$s_!NCHW!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F064cb560-dcd8-4d53-b536-8d590e7efd7a_697x410.png 1272w, https://substackcdn.com/image/fetch/$s_!NCHW!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F064cb560-dcd8-4d53-b536-8d590e7efd7a_697x410.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><ol><li><p>Lencioni P, 2012, The Five Dysfunctions of a Team,&nbsp; John Wiley and Sons&#9;</p></li></ol><p>Without trust, there are no meaningful relationships. Not personally, and certainly not in the workplace. Merriam-Webster <a href="https://www.merriam-webster.com/dictionary/trust">defines trust</a> as:</p><p><em>trust </em>(<em>noun,</em> first entry)</p><ol><li><p>assured reliance on the character, ability, strength, or truth of someone or something</p></li><li><p>one in which confidence is placed</p></li><li><p>to rely on the truthfulness or accuracy of: believe</p></li><li><p>to place confidence in: rely on</p></li><li><p>to hope or expect confidently</p></li></ol><p><em>trust </em>(<em>verb,</em> first entry)</p><p>&#8220;Hope&#8221;, &#8220;rely on&#8221;, &#8220;expect&#8221;. Roll the die, fingers crossed. A position of trust is not a position of actionable power; there is no way to extend trust without the acceptance of risk and vulnerability. However, I couldn&#8217;t shake the nagging suspicion that I was washing my hands off of outcomes by not being involved, which irked me as I believe leadership and responsibility are inseparable. Round and round and round I went.</p><p>And then, thankfully, I read David Marquet&#8217;s <a href="https://www.goodreads.com/book/show/16158601-turn-the-ship-around">Turn the Ship Around</a>1 in which he talks about a breakthrough he had, struggling with the same issue:</p><p><em>&#8220;Trust means this: when you report that we should position the ship in a certain position, you believe we should position the ship as you indicated. Not trusting you would mean that I thought you might be saying one thing while actually believing something else. Trust is purely a characteristic of the human relationship. Now, whether the position you indicate is actually the best tactical position for Santa Fe is a totally different issue, one of physics, time, distance, and the movements of the enemy. These are characteristics of the physical world and have nothing to do with trust.&#8221;</em></p><p>It hit me that I&#8217;d confused a subconscious lack of trust in communication with a lack of trust in my people. I <em>had </em>to check in. I <em>had </em>to track progress because I had no confidence that I&#8217;d done a stellar job communicating my intent and expectations. If I didn't engage, I wasn't doing my job and I was setting people up for failure through no fault of their own.</p><p>Lead with trust. Build and nurture it through consistency of action and transparency. As long as you remain inquisitive without becoming interrogatory, and avoid being directive in your interactions, you are likely also steering clear of micromanagement and damaging trust.</p><p>It&#8217;s OK to check in.</p><p>Until next time.<br></p><p><em>Notes:</em></p><ol><li><p>He also gave <a href="https://www.youtube.com/watch?v=I5RkDDo6B9Y">this excellent talk</a> at CMX Summit West 2015</p></li></ol>]]></content:encoded></item></channel></rss>