<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://kevintrethewey.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://kevintrethewey.com/" rel="alternate" type="text/html" hreflang="en" /><updated>2026-03-05T14:10:09+00:00</updated><id>https://kevintrethewey.com/feed.xml</id><title type="html">Kevin Trethewey</title><subtitle>My Personal Site This site is a collection of personal writing and projects, including sporadic writing, and hobby projects.
</subtitle><author><name>Kevin Trethewey</name><email>kevint@gmail.com</email></author><entry><title type="html">Time, Truth, and Ontology: The three axes your knowledge system is probably missing two of, and that’s why it’s broken.</title><link href="https://kevintrethewey.com/blog/professional/2026-03-05-optimal-strategy-recording-sharing-information/" rel="alternate" type="text/html" title="Time, Truth, and Ontology: The three axes your knowledge system is probably missing two of, and that’s why it’s broken." /><published>2026-03-05T00:00:00+00:00</published><updated>2026-03-05T00:00:00+00:00</updated><id>https://kevintrethewey.com/blog/professional/optimal-strategy-recording-sharing-information</id><content type="html" xml:base="https://kevintrethewey.com/blog/professional/2026-03-05-optimal-strategy-recording-sharing-information/"><![CDATA[<p><img src="/assets/img/blog/web.jpg" alt="image" /></p>

<p>Most teams, intentionally or by default, digitally record their knowledge along a single axis - usually time (slack, emails etc). Real knowledge leverage (human and agentic!) comes from using all three axes deliberately and connecting information across them.</p>

<p>Here’s how I’ve come to think about it (my ontology for this problem space, for those who like it meta)…</p>

<h2 id="the-problem-is-structural-not-technical">The problem is structural, not technical</h2>

<p>Why is it so hard to find things in Slack? Why does Notion inevitably bloat into a graveyard of half-maintained pages?</p>

<p>It’s tempting to blame the tools. But most of the time, the real issue is that we’re collapsing fundamentally different kinds of information into a single organising strategy - usually whatever the tool defaults to.</p>

<p>Information that is organised by content and cross-linked into a wider web becomes easier to understand and more discoverable. Other people - or agents - can refine it, contribute to it, or link to it from elsewhere. It grows and enriches over time.</p>

<p>The key insight is this: <strong>there are three natural axes for organising knowledge - time, truth, and ontology - and most teams collapse everything onto just one of them.</strong> The power isn’t in choosing between the three. It’s in using all three deliberately, for the right kinds of information, and then <em>connecting across them</em>.</p>

<p>A decision log (time) should link to the architectural principle it invoked (ontology) and update the system configuration it changed (truth). A team roster (truth) should reference the meeting where the restructure was agreed (time) and connect to the domain concepts that team owns (ontology). When these axes work in isolation, each one eventually fails in predictable ways. When they’re connected, they reinforce each other and the whole system becomes more than the sum of its parts.</p>

<h2 id="the-three-axes-and-how-each-one-fails-alone">The three axes (and how each one fails alone)</h2>

<p>Each axis has a natural domain where it’s the right primary organiser. But each also has a characteristic failure mode - one that is largely <em>solved by connecting to the other two</em>.</p>

<h3 id="1-point-in-time">1. Point in TIME</h3>

<p>Use this when it matters <strong>when something happened</strong>.</p>

<p>Meeting notes. Chat transcripts. Decision logs. Incident timelines. Who said what, and when.</p>

<table style="width:100%; table-layout:fixed">
  <thead><tr>
    <th style="width:33%">🔵 Promise</th>
    <th style="width:33%">🔴 Pitfall</th>
    <th style="width:34%">🟢 Connection</th>
  </tr></thead>
  <tbody><tr>
    <td style="vertical-align:top; padding:0.5em">A well-structured timeline lets you reconstruct events, track decisions, and maintain accountability. You can always go back and see what was said, when it was said, and by whom—providing clarity and historical context when making decisions.</td>
    <td style="vertical-align:top; padding:0.5em">Time is a never-ending conveyor belt. Information on the belt gets lost as more arrives. It becomes progressively harder to search for, and nearly impossible to discover what the "current truth" is for any given question. You end up re-reading weeks of Slack threads to find the one message that matters.</td>
    <td style="vertical-align:top; padding:0.5em">Time-based records become far more useful when they link outward. A meeting note that updates a truth record ("we changed the API owner to Team X") and references an ontology entry ("see: API Governance Principles") transforms from a forgettable chat log into a node in a living system. The time record provides provenance; the other axes provide meaning.</td>
  </tr></tbody>
</table>

<h3 id="2-current-truth">2. Current TRUTH</h3>

<p>Use this when the content represents <strong>the current state of something</strong>.</p>

<p>People profiles. Team compositions. System configurations. Active contracts. Architectural decisions in force.</p>

<table style="width:100%; table-layout:fixed">
  <thead><tr>
    <th style="width:33%">🔵 Promise</th>
    <th style="width:33%">🔴 Pitfall</th>
    <th style="width:34%">🟢 Connection</th>
  </tr></thead>
  <tbody><tr>
    <td style="vertical-align:top; padding:0.5em">A single source of truth ensures alignment across teams, reducing duplication and inconsistencies. When properly maintained, it provides an authoritative and up-to-date reference—making it easy to access accurate information without second-guessing its validity.</td>
    <td style="vertical-align:top; padding:0.5em">As content grows, it becomes progressively harder to know where the single point of truth lives for any given fact. Different systems might disagree about what the truth is, or represent it from different perspectives. Without active curation, truth-oriented systems decay into a collection of confidently wrong pages that nobody trusts.</td>
    <td style="vertical-align:top; padding:0.5em">Truth records gain credibility and context when they link to their history (time) and their domain (ontology). A team roster that shows <em>when</em> it was last updated, <em>which decision</em> changed it, and <em>what domain</em> that team is responsible for is infinitely more trustworthy than a standalone page that might be six months stale. Time gives truth a lineage. Ontology gives truth a reason to exist.</td>
  </tr></tbody>
</table>

<h3 id="3-knowledge-ontology">3. Knowledge ONTOLOGY</h3>

<p>Use this when information needs to be <strong>connected into a rich web</strong> of related concepts.</p>

<p>Glossaries. Domain models. “What is a PSR?” type questions. Architectural principles. Design patterns and their relationships to each other.</p>

<table style="width:100%; table-layout:fixed">
  <thead><tr>
    <th style="width:33%">🔵 Promise</th>
    <th style="width:33%">🔴 Pitfall</th>
    <th style="width:34%">🟢 Connection</th>
  </tr></thead>
  <tbody><tr>
    <td style="vertical-align:top; padding:0.5em">A well-connected knowledge system fosters deep understanding and discovery. By linking related concepts and providing context, it accelerates learning, enables informed decision-making, and allows knowledge to evolve organically as new insights emerge.</td>
    <td style="vertical-align:top; padding:0.5em">As the knowledge base expands, it can become overwhelming and difficult to navigate. Without clear structure or active curation, connections become tangled—leading to redundancy, outdated information, and contradictions. A poorly maintained ontology devolves into an unmanageable sprawl, making it just as hard to find what you need as if nothing had been recorded at all.</td>
    <td style="vertical-align:top; padding:0.5em">An ontology that links to current truth records and time-stamped decisions stays grounded. The concept of "API Governance" becomes actionable when it connects to the current API owners (truth) and the decisions that shaped the policy (time). Without those links, ontology drifts into abstraction—a beautifully structured map of a territory that no longer exists.</td>
  </tr></tbody>
</table>

<h2 id="a-common-anti-pattern-folderfile-thinking">A common anti-pattern: folder/file thinking</h2>

<p>There’s a fourth pattern that deserves attention, not because it’s a good organising axis, but because it’s the one many people have been pattern-entrained into thinking with: <strong>hierarchical folder structures</strong>.</p>

<p>Folders feel intuitive because they mirror physical filing cabinets. But they impose a rigid ontology (!) that breaks down almost immediately in practice. Where does a document about a client’s technical architecture go-under the client folder, the architecture folder, or the project folder? The moment you have to choose one location for something that belongs in multiple contexts, you’ve created a discoverability problem.</p>

<p>Folder structures force single-inheritance thinking onto information that is inherently multi-dimensional. They work for personal file storage where one person’s mental model is the only one that matters. They fail at organisational scale, where multiple people with different mental models need to find the same things.</p>

<p>The pathology is predictable: people create shortcuts, duplicates, and “see also” files. The structure becomes a fiction maintained by convention rather than utility. Eventually, everyone just uses search-which means the folder hierarchy was doing nothing useful in the first place.</p>

<h2 id="why-this-matters-more-in-the-age-of-agents">Why this matters more in the age of agents</h2>

<p>If you’ve been following my recent thinking on <a href="/blog/professional/2025-03-21-2-agentic-ai-challenges-to-traditional-org-design/">agentic AI and organisational design</a>, you’ll recognise why this connected, multi-axis approach matters more than ever.</p>

<p>Autonomous agents need to find, understand, and act on information. They can’t tap a colleague on the shoulder and ask “where did we put that decision about the API migration?” They need information to be discoverable without ambient human context, unambiguous about whether it represents current truth or historical record, and connected to related concepts so they can reason about implications.</p>

<p>Here’s the critical point: <strong>an agent’s ability to reason effectively is directly proportional to how well your knowledge axes are connected.</strong> An agent operating against a time-organised Slack history will drown in noise. An agent operating against isolated truth pages won’t understand <em>why</em> things are the way they are. But an agent operating against a connected system-where truth records link to their decision history and anchor into a domain ontology-can trace reasoning chains, verify currency, and make contextual decisions.</p>

<p>This means your knowledge management strategy isn’t just an internal productivity concern anymore. It’s becoming <strong>infrastructure for autonomous work</strong>. The organisations that build well-connected knowledge systems will have agents that can operate with meaningful autonomy. Those that dump everything into a single time-ordered stream will find their agents are only as good as the disorganised knowledge they’re built on top of.</p>

<h2 id="the-connective-tissue">The connective tissue</h2>

<p>Understanding the three axes individually is necessary but not sufficient. The real leverage comes from the links <em>between</em> them. Think of it as a triangle where each edge represents a different kind of connection:</p>

<ul>
  <li>
    <p><strong>Time → Truth:</strong> Every time-based event that changes the current state of something should update-or at least link to-the relevant truth record. “We decided in Tuesday’s architecture review to deprecate Service X” should result in the Service X truth page reflecting that deprecation, with a link back to the decision.</p>
  </li>
  <li>
    <p><strong>Truth → Ontology:</strong> Every truth record should be anchored in the ontology. A team roster entry doesn’t just say who’s on the team-it links to the domain concepts that team owns. A system configuration page links to the architectural patterns it implements.</p>
  </li>
  <li>
    <p><strong>Ontology → Time:</strong> Concepts in the ontology should link to their history. When did we adopt this pattern? What decisions led to this principle? This gives newcomers (human or agent) the ability to understand not just <em>what</em> the current knowledge is, but <em>why</em> it’s that way.</p>
  </li>
</ul>

<p>When all three edges of this triangle are maintained, you get something qualitatively different from any single axis alone: a knowledge system that is simultaneously navigable, trustworthy, and historically grounded. Each piece of information has context, currency, and connections. That’s the difference between a knowledge base and a knowledge <em>system</em>.</p>

<h2 id="practical-heuristics">Practical heuristics</h2>

<p>Each piece of information should have a <strong>primary</strong> axis-the one that determines where it lives and how it’s structured:</p>

<p><strong>Primary axis is time</strong> when the sequence matters more than the current state. Audit trails. Communication records. Incident response logs. Decision journals.</p>

<p><strong>Primary axis is truth</strong> when people (or agents) will ask “what is X right now?” Team rosters. System ownership. Active architectural decisions. Configuration.</p>

<p><strong>Primary axis is ontology</strong> when the relationships between concepts matter more than any single fact. Domain knowledge. Organisational playbooks. Design principles and their trade-offs.</p>

<p>But regardless of which axis is primary, <strong>always ask: what should this link to on the other two axes?</strong> That question-more than any tool selection or taxonomy design-is what separates knowledge management that compounds from knowledge management that decays.</p>

<h2 id="what-to-do-next-time">What to do next time</h2>

<p>The next time you’re setting up a new Notion workspace, choosing how to structure your Confluence, or designing the knowledge layer that your agent fleet will operate against - don’t just ask “what is the primary organising axis here?” Ask the harder question: <strong>how will information on this axis connect to the other two?</strong></p>

<p>The tools don’t matter nearly as much as the strategy behind how you use them (see <a href="https://spine.wetware.works/">Spine Model</a>!). A Notion page with the right links is worth more than a perfectly categorised folder tree. A Slack thread that updates a truth record and references a concept is worth more than a thousand unlinked messages.</p>

<p>Information architecture isn’t glamorous work. But in a world where both humans and agents need to find, understand, and act on shared knowledge, the organisations that connect their knowledge across all three axes - time, truth, and ontology - will find that their information compounds rather than decays. And that might be the most leveraged investment you can make.</p>]]></content><author><name>Kevin Trethewey</name><email>kevint@gmail.com</email></author><category term="professional" /><category term="knowledge-management" /><category term="organisational-design" /><category term="software-development" /><category term="agentic-ai" /><summary type="html"><![CDATA[Why most teams, and organisations, can't find anything in their own tools - and why the answer isn't a "better" tool, but a better understanding of what knowledge actually needs from its structure.]]></summary></entry><entry><title type="html">When Symbols Become Cheap and Reality Does Not</title><link href="https://kevintrethewey.com/blog/professional/2026-02-13-when-symbols-become-cheap/" rel="alternate" type="text/html" title="When Symbols Become Cheap and Reality Does Not" /><published>2026-02-13T00:00:00+00:00</published><updated>2026-02-13T00:00:00+00:00</updated><id>https://kevintrethewey.com/blog/professional/when-symbols-become-cheap</id><content type="html" xml:base="https://kevintrethewey.com/blog/professional/2026-02-13-when-symbols-become-cheap/"><![CDATA[<p><img src="/assets/img/blog/symbols.jpg" alt="image" /></p>

<p>AI is driving the marginal cost of near real time digital generation toward zero.</p>

<p>Words. Images. Videos. Plans. Forecasts. Strategies. Entire operating narratives.</p>

<p>But reality does not follow the same curve.</p>

<ul>
  <li>Land is finite.</li>
  <li>Energy requires infrastructure.</li>
  <li>Machines wear out.</li>
  <li>People get tired.</li>
  <li>Time does not compress.</li>
</ul>

<p>We are entering a structural divergence:</p>

<p><strong>Symbolic abundance. Embodied constraint.</strong></p>

<h2 id="the-real-divide">The Real Divide</h2>

<p>The future is not online vs offline.</p>

<p>It is symbolic systems vs embodied systems.</p>

<p><strong>Symbolic:</strong></p>
<ul>
  <li>Models</li>
  <li>Dashboards</li>
  <li>Policies</li>
  <li>AI-generated reasoning</li>
</ul>

<p><strong>Embodied:</strong></p>
<ul>
  <li>Energy</li>
  <li>Materials</li>
  <li>Skilled labour</li>
  <li>Physical risk</li>
  <li>Maintenance</li>
</ul>

<p>Symbols now scale at near-zero cost.</p>

<p>Embodiment does not.</p>

<h2 id="decision-making-in-simulation">Decision-Making in Simulation</h2>

<p>AI can generate plausible worlds.</p>

<p>Market scenarios. Organisational designs. Technical architectures. Policy arguments.</p>

<p>Decisions will increasingly be made inside models before touching reality.</p>

<p>This will feel efficient. It will also increase fragility.</p>

<p>When plans are cheap, overconfidence is cheap.</p>

<p>A coherent model is not proof.</p>

<p>A persuasive argument is not resilience.</p>

<p><strong>If it can be generated, it is not evidence.</strong></p>

<p>Evidence requires contact with the physical world.</p>

<h2 id="scarcity-shifts">Scarcity Shifts</h2>

<p>As symbols become abundant, scarcity moves to:</p>

<ul>
  <li>Attention</li>
  <li>Trust</li>
  <li>Grounded measurement</li>
</ul>

<p><strong>Reality</strong> becomes a premium signal.</p>

<p>Organisations will split into two loops:</p>

<ul>
  <li><strong>Fast symbolic loop</strong> – generate, simulate, propose.</li>
  <li><strong>Slow embodied loop</strong> – execute, measure, correct.</li>
</ul>

<p>The advantage goes to those who close the loop tightly:</p>

<p><strong>claim -&gt; test -&gt; measure -&gt; adapt.</strong></p>

<h2 id="the-prescient-view">The Prescient View</h2>

<p>AI will make simulation abundant. Reality will remain constrained by matter and energy.</p>

<p>The widening gap between them is where systems fail - or where durable advantage is built.</p>

<p>The task is not to resist <a href="https://en.wikipedia.org/wiki/Hyperreality">hyperreality</a>.</p>

<p>It is to operate within it without forgetting the territory.</p>]]></content><author><name>Kevin Trethewey</name><email>kevint@gmail.com</email></author><category term="professional" /><category term="ai" /><category term="organisational-design" /><category term="systems-thinking" /><summary type="html"><![CDATA[AI is driving the marginal cost of digital reality generation toward zero, but physical reality does not follow the same curve. We are entering a structural divergence between symbolic abundance and embodied constraint.]]></summary></entry><entry><title type="html">Agents, Paradigms and Strange Loops: Toward Emergent Digital Intelligence in AI Agents</title><link href="https://kevintrethewey.com/blog/professional/2025-09-19-agents/" rel="alternate" type="text/html" title="Agents, Paradigms and Strange Loops: Toward Emergent Digital Intelligence in AI Agents" /><published>2025-09-19T00:00:00+00:00</published><updated>2025-09-19T00:00:00+00:00</updated><id>https://kevintrethewey.com/blog/professional/agents</id><content type="html" xml:base="https://kevintrethewey.com/blog/professional/2025-09-19-agents/"><![CDATA[<p><img src="/assets/img/blog/strange-loop-agents.jpg" alt="image" /></p>

<p>“AI Agents” are becoming the basic building blocks with which to compose agentic solutions.</p>

<p>Most people’s introduction to AI was through ChatGPT, and most early experiments were “chatbots”. From what I can see at the moment, much of the thinking today is now stuck in one of a few narrow paradigms: they search, they follow a workflow, they answer in chat.</p>

<p>Useful, but shallow.</p>

<p>The interesting question is what happens when we step back, map the space of agent paradigms, combine them systematically, and then strange-loop them back on themselves to generate deeper behaviour?</p>

<p>This is about that.</p>

<h2 id="the-core-paradigms-of-ai-agents">The Core Paradigms of AI Agents</h2>

<p>My working definition of AI agent for this articles purposes is: <strong>An AI agent is a digital system that can perceive digital inputs, reason about them, and take actions (via language, tools, or workflows) toward achieving a goal with some degree of autonomy.</strong> Its behaviour is largely defined <a href="https://en.wikipedia.org/wiki/Procedural_knowledge"><em>declaratively</em>, not <em>procedurally</em></a>, often in plain human language.</p>

<p>In my current view and at the highest level, individual agent behavior falls into four categories:</p>

<ul>
  <li><strong>Reactive</strong>: respond to queries or stimuli</li>
  <li><strong>Procedural</strong>: follow structured sequences or tool protocols</li>
  <li><strong>Autonomous</strong>: pursue goals, plan, and adapt</li>
  <li><strong>Generative</strong>: synthesise novel outputs</li>
</ul>

<p>From this, we can classify the common paradigms:</p>

<table>
  <thead>
    <tr>
      <th><strong>Category</strong></th>
      <th><strong>Paradigm</strong></th>
      <th><strong>Examples</strong></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Reactive</td>
      <td>Search / Retrieval</td>
      <td>Knowledge bots, RAG</td>
    </tr>
    <tr>
      <td> </td>
      <td>Conversational / Chat</td>
      <td>Copilots, support bots</td>
    </tr>
    <tr>
      <td> </td>
      <td>Embedded / Event-driven</td>
      <td>Anomaly detectors, notifiers</td>
    </tr>
    <tr>
      <td>Procedural</td>
      <td>Workflow / Orchestration</td>
      <td>Pipelines, onboarding</td>
    </tr>
    <tr>
      <td> </td>
      <td>Tool-use / Function Calling</td>
      <td>API callers, infra bots</td>
    </tr>
    <tr>
      <td>Autonomous</td>
      <td>Planning &amp; Goal-Directed</td>
      <td>Research copilots, AutoGPT</td>
    </tr>
    <tr>
      <td> </td>
      <td>Multi-Agent Collaboration</td>
      <td>Market simulations, swarms</td>
    </tr>
    <tr>
      <td>Generative</td>
      <td>Creative / Generative</td>
      <td>Proposal writers, design copilots</td>
    </tr>
  </tbody>
</table>

<h2 id="mapping-to-enterprise-contexts">Mapping to Enterprise Contexts</h2>

<p>Enterprises can deploy these paradigms in recognisable patterns:</p>

<table>
  <thead>
    <tr>
      <th><strong>Paradigm</strong></th>
      <th><strong>Example Applications</strong></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><strong>Reactive</strong></td>
      <td>Partner intelligence agents scanning developer team releases; org memory agents indexing company chat apps and code repositories</td>
    </tr>
    <tr>
      <td><strong>Procedural</strong></td>
      <td>Compliance workflows; infra provisioning bots</td>
    </tr>
    <tr>
      <td><strong>Autonomous</strong></td>
      <td>Capacity balancers detecting opportunities to redirect people and resources across strategic initiatives; research planners</td>
    </tr>
    <tr>
      <td><strong>Generative</strong></td>
      <td>Proposal generators; marketing content writers</td>
    </tr>
  </tbody>
</table>

<p>These core paradigms are reasoning about agents as individual atomic entities, which is a good foundation. The real leverage emerges <em>when these paradigms combine</em>, and the agents are looped back onto themselves to allow emergent behaviours to…emerge…</p>

<h2 id="patterns-for-combining-agents">Patterns for Combining Agents</h2>

<table>
  <thead>
    <tr>
      <th><strong>Combination</strong></th>
      <th><strong>Pattern</strong></th>
      <th><strong>Example</strong></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><strong>Reactive + Procedural</strong></td>
      <td>Trigger -&gt; Workflow</td>
      <td>Anomaly detector kicks off spend optimisation playbook</td>
    </tr>
    <tr>
      <td><strong>Reactive + Autonomous</strong></td>
      <td>Signal -&gt; Goal-directed Planning</td>
      <td>Partner intel agent detects a new partner release, planner maps implications</td>
    </tr>
    <tr>
      <td><strong>Procedural + Generative</strong></td>
      <td>Workflow -&gt; Creative Output</td>
      <td>Compliance workflow generates audit-ready documentation</td>
    </tr>
    <tr>
      <td><strong>Autonomous + Generative</strong></td>
      <td>Goal decomposition -&gt; Novel Content</td>
      <td>Initiative planner generates proposal decks, code skeletons, collateral</td>
    </tr>
    <tr>
      <td><strong>Multi-paradigm Swarms</strong></td>
      <td>All four in play</td>
      <td>End-to-end value chains where listeners, process owners, strategists, and creators collaborate</td>
    </tr>
  </tbody>
</table>

<h1 id="strange-loops-from-tasks-to-emergence">Strange Loops: From Tasks to Emergence</h1>

<p>Combining paradigms is powerful. But deeper intelligence comes from strange loops - agents turning back on themselves in reflective cycles.</p>

<p><a href="https://en.wikipedia.org/wiki/Douglas_Hofstadter">Douglas Hofstadter</a> popularised the term <em>strange loop</em> to describe systems that turn back on themselves in ways that produce emergent complexity - consciousness, self, music, mathematics. The question for AI today: can we engineer strange loops into agent architectures so they don’t just do tasks, but begin to exhibit deeper, more general intelligence?</p>

<p>The key unlock as I see it: each loop <em>must</em> introduce new evidence, structure, or optimisation pressure. Otherwise it is just an echo chamber.</p>

<h2 id="mechanisms-that-might-work">Mechanisms That Might Work</h2>

<p>This is all just speculation from my version of first principles, with a bit of GPT battle testing - if you disagree or are seeing worked exampled of these let’s talk (please!):</p>

<ul>
  <li><strong>Planner -&gt; Actor -&gt; Critic -&gt; Replanner</strong>: externalised evaluation drives learning</li>
  <li><strong>Self-ask, self-debate</strong>: role rotation prevents monoculture collapse</li>
  <li><strong>Evaluator-Optimiser loops</strong>: evolutionary or Bayesian search over tool and action space</li>
  <li><strong>Predictor -&gt; Actor -&gt; Measurer -&gt; Update cycles</strong>: Create world-model definitions with agentic loops,  keeping agents grounded with cause-effect feedback (Thanks Andries for this one!)</li>
  <li><strong>Curriculum growth</strong>: agents generate harder counter-tasks for one another</li>
  <li><strong>Tool-augmented verification</strong>: schema checks, linters, policy engines prevent drift</li>
  <li><strong>Compression-driven progress</strong>: loops only count if they improve abstraction or accuracy</li>
</ul>

<h2 id="failure-modes">Failure Modes</h2>

<p>Strange loops can easily go wrong if not designed carefully. The most common failure modes are:</p>

<ul>
  <li><strong>Limit cycles</strong>: the agent keeps circling around the same idea, just rephrasing it instead of making real progress. It looks like movement, but nothing new is added.</li>
  <li><strong>Mode collapse</strong>: the system latches onto the first reasonable explanation or plan and never explores alternatives. This kills creativity and robustness.</li>
  <li><strong>Reward hacking</strong>: if you give the agents a scoring function, they will find ways to game the score instead of solving the actual problem (classic Goodhart’s Law).</li>
  <li><strong>Retrieval echo</strong>: the agents pull in their own past outputs as if they were fresh evidence, reinforcing earlier mistakes and creating a self-referential loop with no emergent benefits.</li>
</ul>

<p>Each of these could be mitigated with a few practical safeguards: inject novelty at every iteration (new data, new perspectives), use multiple evaluation metrics instead of a single score, track provenance to avoid recycling outputs, and apply external checks (tests, validators, policies) to ground the loop in reality.</p>

<p>The last one is for me the strongest: Using this approach to solve real world problems gives an opportunity for real world anchors &amp; fitness functions.</p>

<h2 id="a-practical-template-ravl">A Practical Template: “RAVL”</h2>

<p>Minimal strange loop structure:</p>

<ul>
  <li><strong>[R]eflect</strong>: reframe, hypothesise</li>
  <li><strong>[A]ct</strong>: tool calls, state updates</li>
  <li><strong>[V]erify</strong>: apply hard checks</li>
  <li><strong>[L]earn</strong>: update assumptions and abstractions</li>
</ul>

<p>Stop when the delta falls below threshold or a resource budget runs out (tokens/etc).</p>

<h1 id="why-this-matters">Why This Matters</h1>

<p>Straight-line agents - input, maybe a tool call, output - are useful but brittle.</p>

<p>Agentic systems, particularly ones constructed into strange loops and engineered with grounding and novelty, open the door to emergent organisational intelligence.</p>

<p>To be very clear: <strong>Not</strong> consciousness, not magic, but <em>systems that refine their own framing, increase their own competence, and compress knowledge into abstractions we cannot see unaided or in advance, but can be directed for useful outcomes</em>.</p>

<hr />

<h1 id="conclusion--next-areas-to-explore">Conclusion &amp; Next Areas to Explore</h1>

<p>I’ve been searching for AI paradigm shift that takes us from <em>faster horses</em> to <em>cars</em> (a useful if rather tired metaphor). Getting multi agentic orchestration right could be the true leap from automation to digital intelligence.</p>

<p>When it comes to constraining and guiding these systems effectively, I have another idea incubating on how to include agent constitutions with executable specifications using the <a href="https://spine.wetware.works/">Spine Model</a>, and hopefully will have some working code to share on this soon.</p>

<p>Another realisation that has come from doing this work is how important it is to make a distinction between “digital intelligence” and “analog/real world intelligence”. I think it might be a very important distinction, and will be the subject of an upcoming post if I can put my finger on how to explain the concepts a bit more clearly and they survive some analog intelligence tests with friends.</p>

<p>If this has been useful to you, please let me know how - it gives me fuel for writing more of these ideas down.</p>]]></content><author><name>Kevin Trethewey</name><email>kevint@gmail.com</email></author><category term="professional" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">An Engineering Leaders Guide to Recalibrating for the Agentic Era</title><link href="https://kevintrethewey.com/blog/professional/2025-03-30-experienced-eng-leaders-guide-to-ai-agents/" rel="alternate" type="text/html" title="An Engineering Leaders Guide to Recalibrating for the Agentic Era" /><published>2025-03-30T00:00:00+00:00</published><updated>2025-03-30T00:00:00+00:00</updated><id>https://kevintrethewey.com/blog/professional/experienced-eng-leaders-guide-to-ai-agents</id><content type="html" xml:base="https://kevintrethewey.com/blog/professional/2025-03-30-experienced-eng-leaders-guide-to-ai-agents/"><![CDATA[<p><img src="/assets/img/blog/agentic-era.jpg" alt="image" /></p>

<p>After 25+ years in software engineering and leading global teams across platforms and industries, I’ve seen multiple waves of technological change. But the emergence of agentic AI—systems that <em>act</em>, not just assist—represents a shift more profound than anything prior. It’s not just an evolution in tooling. It’s a transformation in how software is created, operated, and evolved.</p>

<p>This post is a checkpoint for myself—and a guide for others who’ve spent years building mature, human-centered engineering teams. If you already know how to lead teams that deliver, now’s the time to recalibrate. The ground is shifting quickly.</p>

<p>We need you.</p>

<h2 id="whats-changing">What’s Changing?</h2>

<table>
  <thead>
    <tr>
      <th>Traditional Software Thinking</th>
      <th>Agentic Software Thinking</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Code is written line-by-line</td>
      <td>Code is described, delegated, and evolved by agents</td>
    </tr>
    <tr>
      <td>Tools support engineers</td>
      <td>Agents are collaborators</td>
    </tr>
    <tr>
      <td>Architecture is defined up front</td>
      <td>Architecture is shaped with agents over time</td>
    </tr>
    <tr>
      <td>Developer productivity is key</td>
      <td>System-level throughput is key</td>
    </tr>
    <tr>
      <td>Expertise drives quality</td>
      <td>Context curation enables quality</td>
    </tr>
    <tr>
      <td>Engineers act in prod with guardrails</td>
      <td>Agents act in prod, sometimes unpredictably</td>
    </tr>
    <tr>
      <td>Deep specialisation prized</td>
      <td>Synthesis, integration, and orchestration valued</td>
    </tr>
  </tbody>
</table>

<p>If we think of agentic tools merely as faster ways to write software, we’re falling into “faster horses” thinking. The shift isn’t just about building the same systems faster—it’s about <em>different forms</em> of systems, made and operated in fundamentally new ways.</p>

<p>The rise of agentic AI tooling is more than a wave of productivity hacks or code co-pilots. It’s a <strong>fundamental shift in how we conceptualise software creation, collaboration, and execution</strong>. And if you haven’t been hands-on with these tools yet, you’re not just missing out—you may be planning for a world that’s already disappearing.</p>

<p>Agentic systems don’t just assist—they <em>act</em>. They operate across tools, interpret context, pursue goals, and make decisions—sometimes intelligent, sometimes deeply flawed. Crucially, these agents run <em>in the real world</em>, not just in test environments or behind review gates. They update data, trigger deployments, reconfigure infrastructure, and take domain-specific actions that no one explicitly coded line-by-line.</p>

<p>So if you’re still thinking in terms of “tools that support engineers,” it’s time to shift to “systems that <em>are</em> engineers.” That requires a recalibration of long-held beliefs.</p>

<h2 id="start-with-your-existing-mental-models">Start with Your Existing Mental Models</h2>

<p>If you’re like me, you’ve developed strong intuitions about what makes good software and effective teams. These aren’t wrong—they’re just incomplete for the new context we’re entering. The principles of clean code, clear architecture, and strong team dynamics remain crucial, but they need to be viewed through a new lens.</p>

<h2 id="mental-models--principles-to-recalibrate">Mental Models &amp; Principles to Recalibrate</h2>

<h3 id="1-expertise-as-bottleneck--context-as-substrate">1. Expertise as Bottleneck → Context as Substrate</h3>

<p>We’ve long prized deep human expertise as the cornerstone of quality. But agents thrive not on knowing more, but on being given <em>the right context</em>. Your new job: shaping that context. Standardising interfaces. Curating knowledge. Designing work in ways that make it legible to machines.</p>

<h3 id="2-architecture-as-fixed-plan--architecture-as-dialogue">2. Architecture as Fixed Plan → Architecture as Dialogue</h3>

<p>In the agentic paradigm, architecture emerges iteratively. Agents can critique, revise, and prototype structures continuously. The architecture function becomes less about upfront definition and more about constraint management and pattern evolution over time—often <em>with</em> agents, not just <em>for</em> them.</p>

<h3 id="3-developer-productivity--system-throughput">3. Developer Productivity → System Throughput</h3>

<p>We’ve measured impact by individual productivity, or for those thinking systemically, team throughput. Now, the key metric is <em>system</em> throughput: how effectively your team <em>and its agents</em> can solve problems end-to-end. We’ll need to rewire how we think about velocity, contribution, and team design.</p>

<h3 id="4-code-as-conversation">4. Code as Conversation</h3>

<p>Traditional development involved writing code line-by-line, with reviews focusing on implementation details. With AI tools, code becomes more conversational—you describe intent and outcomes, and the AI proposes implementations. This shifts the focus from “how to write it” to <strong>“how to describe what we want”</strong>, and continually monitor for drift in the real world.</p>

<h3 id="5-velocity-vs-understanding">5. Velocity vs. Understanding</h3>

<p>AI tools can generate code rapidly, but this speed can mask comprehension gaps. Your role becomes less about reviewing syntax and more about ensuring your team:</p>
<ul>
  <li>Understands the system’s architecture and boundaries</li>
  <li>Can effectively communicate requirements to AI tools</li>
  <li>Maintains a clear mental model of <strong>both the codebase and the domain</strong></li>
</ul>

<h3 id="6-from-specialist-to-synthesist">6. From Specialist to Synthesist</h3>

<p>Deep technical specialisation is still valuable—but increasingly needs to be paired with:</p>
<ul>
  <li>Strong system design principles</li>
  <li>Effective prompt engineering skills</li>
  <li>Ability to validate and integrate AI-generated solutions while they are running</li>
</ul>

<h2 id="where-to-start-if-youre-already-playing-with-ai">Where to Start If You’re Already Playing with AI</h2>

<p>If you’re already familiar with ChatGPT or using code copilots, it’s time to move beyond enhanced software construction and look at how the <strong>systems themselves</strong> will be designed differently in an agentic world.</p>

<ul>
  <li>
    <p><strong>Use the Tools Personally</strong><br />
Install GPT-based agents locally or in agent-enabled IDEs. Try multi-agent frameworks. Give yourself <em>real</em> tasks to solve (repeat them kata-style). Don’t outsource the learning—experience the new ergonomics of agency.</p>
  </li>
  <li>
    <p><strong>Codify What You Know</strong><br />
The best agents are trained on <em>your</em> ways of working. Document your playbooks, architectural heuristics, and domain insights as structured prompts or decision trees. You’re not just enabling people—you’re enabling your future AI collaborators.</p>
  </li>
  <li>
    <p><strong>Rethink the “Team” Interface</strong><br />
Think beyond roles. Rethink ownership, observability, and accountability in systems where decision-making is increasingly non-human in origin.</p>
  </li>
  <li>
    <p><strong>Model the Future</strong><br />
Sketch the org you <em>would</em> build if agents could replace 40% of your engineering effort. How would onboarding change? How would you pair? What would code reviews look like? This isn’t about cost cutting—it’s about <em>adaptation</em>.</p>
  </li>
</ul>

<h2 id="how-to-start-from-scratch">How to Start From Scratch</h2>

<p>If you’re completely new to agentic tools:</p>

<ol>
  <li><strong>Start Small</strong>
    <ul>
      <li>Use AI for documentation, test case generation, or bug explanations</li>
      <li>Ask AI to explain existing code before generating new code</li>
      <li>Refactor small components with AI assistance</li>
    </ul>
  </li>
  <li><strong>Build New Muscles</strong>
    <ul>
      <li>Learn to write clear, specific prompts</li>
      <li>Practice validating AI output against architectural intent</li>
      <li>Establish feedback loops to iteratively improve how you work with agents</li>
    </ul>
  </li>
  <li><strong>Lead by Example</strong>
    <ul>
      <li>Share your journey and learning curves openly with your team</li>
      <li>Create guidelines for AI-assisted development</li>
      <li>Encourage shared libraries of effective prompts and system design patterns</li>
    </ul>
  </li>
</ol>

<h2 id="looking-ahead-the-next-18-months">Looking Ahead: The Next 18 Months</h2>

<p>The rate of change in AI tooling and agentic architecture is exponential. Where you focus will depend on your context, but key foundations are universal:</p>

<ul>
  <li>Emphasise architectural integrity over implementation correctness</li>
  <li>Evolve code review practices to include AI-generated contributions</li>
  <li>Maintain strong documentation of system boundaries and responsibilities</li>
  <li>Instrument your systems deeply—<strong>observability is the best early surface for experimenting with agents</strong></li>
  <li>Make sure you’re thinking about data effectively</li>
</ul>

<p>For more, see my articles that focus more deeply on:</p>

<ol>
  <li><a href="/blog/professional/2025-03-21-2-agentic-ai-challenges-to-traditional-org-design/">Agentic AI</a></li>
  <li><a href="/blog/professional/2025-03-21-3-data-strategic-asset/">Data as a strategic asset</a></li>
</ol>

<h2 id="conclusion">Conclusion</h2>

<p>Agentic AI won’t replace seasoned engineering leadership. But it <em>will</em> reward those who retool their experience for this new collaborative frontier.</p>

<p>We’re not just getting better tools—we’re gaining new collaborators. Our role is shifting from crafting every line of code to directing and curating a human–AI partnership.</p>

<p>Start small. Stay curious. Share what you learn.</p>

<p>Let’s shape what’s next.</p>]]></content><author><name>Kevin Trethewey</name><email>kevint@gmail.com</email></author><category term="professional" /><category term="ai" /><category term="leadership" /><category term="software-teams" /><category term="future-of-work" /><summary type="html"><![CDATA[As experienced engineering leaders, we need to recalibrate our understanding of how software will be built in the age of AI. Here's my current perspective on where to start and what to recalibrate. Subject to change as the landscape shifts underneath us.]]></summary></entry><entry><title type="html">Beyond T-shaped people; The Invisible Cost of Functional Specialisation in Organisations</title><link href="https://kevintrethewey.com/blog/professional/2025-03-21-1-functional-specialisation-cost/" rel="alternate" type="text/html" title="Beyond T-shaped people; The Invisible Cost of Functional Specialisation in Organisations" /><published>2025-03-21T00:00:00+00:00</published><updated>2025-03-21T00:00:00+00:00</updated><id>https://kevintrethewey.com/blog/professional/1-functional-specialisation-cost</id><content type="html" xml:base="https://kevintrethewey.com/blog/professional/2025-03-21-1-functional-specialisation-cost/"><![CDATA[<p><img src="/assets/img/blog/beyond-t-shaped.jpg" alt="image" /></p>

<p>Back in 2017, I tweeted that</p>
<blockquote>
  <p>“Functional specialisation of individuals destroys team agility. Functional specialisation of teams destroys organisational agility.”</p>
</blockquote>

<p>Years later, this observation has only grown more relevant as organisations struggle with digital transformation and rapid market changes.</p>

<p>Reflecting on the coming power of agentic AI driven workflows, I think the deep understanding of these concepts and how to implement them is going to be the primary differentiator between companies that surf the coming tide, and those that sink between the waves.</p>

<h2 id="the-allure-of-specialisation">The Allure of Specialisation</h2>

<p>Specialisation is seductive. It feels efficient. It’s easy to measure and manage. It maps neatly to job descriptions, reporting lines, and procurement contracts.</p>

<p>We’re drawn to specialisation because it promises efficiency. It’s comfortable. It’s measurable. But this comfort comes at a cost that’s often invisible until it’s too late.</p>

<h2 id="the-hidden-costs">The Hidden Costs</h2>

<ol>
  <li>
    <p><strong>Knowledge Silos</strong>: When individuals become too specialized, knowledge doesn’t flow naturally through the team</p>
  </li>
  <li>
    <p><strong>Dependency Chains</strong>: Work gets stuck waiting for the “right person” to be available</p>
  </li>
  <li>
    <p><strong>Reduced Learning</strong>: Team members stop growing outside their specialty</p>
  </li>
  <li>
    <p><strong>Conway’s Law Effects</strong>: Our software begins to mirror our organisational divisions</p>
  </li>
</ol>

<h2 id="breaking-free">Breaking Free</h2>

<p>Let’s unpack this across <strong>three levels</strong>: individual development, team formation, and organisational design.</p>

<h3 id="1-individuals-go-beyond-t-shaped">1. <strong>Individuals: Go Beyond T-Shaped</strong></h3>

<p>The T-shaped metaphor—deep in one area, broad in others—is better than hyper-specialisation, but still too static and shallow for today’s context. Instead:</p>

<ul>
  <li>Think in terms of <strong>versatility over shape</strong>: What situations can this person adapt to? How quickly can they move across cognitive and technical domains?</li>
  <li>Encourage <strong>comb-shaped</strong> growth: multiple areas of depth with connected learning paths.</li>
  <li>Prioritize <strong>judgment, reasoning, and systems thinking</strong> over specific technical skills. Today’s full-stack engineer will be tomorrow’s full-context collaborator.</li>
</ul>

<p>Key enablers:</p>
<ul>
  <li>Internal mobility</li>
  <li>Role fluidity inside teams</li>
  <li>Learning budgets and time structures (e.g., pomodoro-for-learning commitments)</li>
</ul>

<h3 id="2-teams-optimize-for-flow-and-evolution">2. <strong>Teams: Optimize for Flow and Evolution</strong></h3>

<p>Team Topologies provides a much better mental model than functional roles. Instead of asking “What specialists do we need?” ask:</p>

<p><em>“What team structures optimize for flow of change, clarity of ownership, and fast feedback?”</em></p>

<p>Design teams as <strong>long-lived, cross-functional units</strong> with aligned purposes, shaped for <em>interaction modes</em>:</p>
<ul>
  <li><strong>Stream-aligned</strong> teams focused on delivering value end-to-end</li>
  <li><strong>Enabling</strong> teams that lift capabilities of others</li>
  <li><strong>Complicated subsystem</strong> teams owning complex internals (used sparingly)</li>
  <li><strong>Platform</strong> teams that remove cognitive load by providing reusable abstractions</li>
</ul>

<p>Avoid persistent <strong>handoffs</strong> between teams. Instead, <strong>embed, swarm, or pair</strong> across boundaries when specialisation is required.</p>

<p>Key enablers:</p>
<ul>
  <li>Clearly defined interaction modes</li>
  <li>Lightweight team APIs (ways of working and communicating)</li>
  <li>Time-boxed co-working over long handovers</li>
</ul>

<h3 id="3-organizations-shape-context-not-control">3. <strong>Organizations: Shape Context, Not Control</strong></h3>

<p>Organizations must stop trying to predefine the “perfect shape” of talent or teams and instead:</p>

<blockquote>
  <p>Create <strong>environments of aligned autonomy</strong>: where decisions happen close to the problem, but with strategic coherence.</p>
</blockquote>

<p>This means:</p>
<ul>
  <li>Incentives reward <strong>collaborative delivery and capability building</strong>, not heroics or individual depth</li>
  <li>Technical strategy is expressed through <strong>decision fitness functions</strong> and guardrails, not rigid roadmaps</li>
  <li>Visibility into <strong>why decisions are made</strong> (not just what is decided) is shared across levels to create organisational learning</li>
</ul>

<p>Key enablers:</p>
<ul>
  <li><strong>Sociotechnical architecture reviews</strong>, not just code reviews</li>
  <li><strong>Fitness functions</strong> that encode architectural and operational priorities</li>
  <li><strong>Narrative transparency</strong>: shared understanding of priorities, trade-offs, and strategic goals</li>
</ul>

<h2 id="moving-forward">Moving Forward</h2>

<p>The key is understanding that agility isn’t about doing things faster - it’s about maintaining options whilst still moving rapidly and iteratively in a desired direction. Functional specialisation reduces options, which directly impacts our ability to adapt and respond to change.</p>

<p>Remember: You can’t predict a complex work system using metrics, but you can use metrics to learn how to change a system to be more predictable.</p>]]></content><author><name>Kevin Trethewey</name><email>kevint@gmail.com</email></author><category term="professional" /><category term="team-dynamics" /><category term="organisational-design" /><category term="software-development" /><summary type="html"><![CDATA[Exploring how functional specialisation creates hidden organisational debt that compounds over time, impacting both team agility and organisational adaptability]]></summary></entry><entry><title type="html">From Silos to Systems; How Agentic AI Challenges Traditional Organisational Design</title><link href="https://kevintrethewey.com/blog/professional/2025-03-21-2-agentic-ai-challenges-to-traditional-org-design/" rel="alternate" type="text/html" title="From Silos to Systems; How Agentic AI Challenges Traditional Organisational Design" /><published>2025-03-21T00:00:00+00:00</published><updated>2025-03-21T00:00:00+00:00</updated><id>https://kevintrethewey.com/blog/professional/2-agentic-ai-challenges-to-traditional-org-design</id><content type="html" xml:base="https://kevintrethewey.com/blog/professional/2025-03-21-2-agentic-ai-challenges-to-traditional-org-design/"><![CDATA[<p><img src="/assets/img/blog/silos-to-systems.jpg" alt="image" /></p>

<p>In a <a href="/blog/professional/2025-03-21-1-functional-specialisation-cost/">previous post</a>, I explored how functional specialisation — at various levels of an organisation  — creates hidden organisational debt that slows it down and reduces optionality. Slow delivery, brittle systems, and increasing misalignment between how we structure our people and how we want our systems to behave.</p>

<p>But that analysis assumed a world of mostly human actors.</p>

<p>Now, with the accelerating rise of <strong>agentic AI</strong>—tools and systems capable of taking initiative, decomposing goals, and coordinating their own workflows—we’re entering a new design space.</p>

<p>And we’re going to need <strong>new organisational metaphors, constraints, and incentives</strong> to match.</p>

<p>This is still an emerging field. But the early signals are clear: as agentic tooling becomes more capable, <strong>the way we structure our organisations will be a major determining factor on our ability to amplify (and constrain) their potential.</strong></p>

<p>Those companies who fail to adapt will get rapidly replaced by those that do, with new kinds of companies emerging that were not possible before.</p>

<p>What thinking that we currently hold tightly to will still be valid, and what will need to let go of or change?</p>

<hr />

<h2 id="why-agentic-ai-changes-the-game">Why Agentic AI Changes the Game</h2>

<p>Most automation in the last few decades has operated in a <strong>task-execution paradigm</strong>: software did narrow things well, often behind the scenes, often embedded in business processes that humans designed and oversaw.</p>

<p>Agentic AI changes that. We now have systems that:</p>
<ul>
  <li>Take broad goals as input and break them into subtasks</li>
  <li>Select tools, APIs, and data sources</li>
  <li>Manage state across long-lived flows</li>
  <li>Coordinate with humans (or other agents) as collaborators, not just passive endpoints</li>
</ul>

<p>That changes the role of the human, and <strong>shifts the boundary between “doing the work” and “designing the system that does the work.”</strong></p>

<p>It also raises urgent questions:</p>
<ul>
  <li>Who is accountable for the outcomes of an AI-augmented workflow?</li>
  <li>How do we ensure coordination across agents and humans when both are initiating change?</li>
  <li>What does “team” even mean when a portion of it isn’t human?</li>
</ul>

<h2 id="the-end-of-the-knowledge-monopoly">The End of the Knowledge Monopoly</h2>

<p>Traditional organisational hierarchies were built on the premise that knowledge and expertise flow from the top down. Functional specialists held monopolies over their domains. But agentic AI is about to shatter this model:</p>

<ol>
  <li>
    <p><strong>Expertise Becomes Ambient</strong>: When AI can provide expert-level insights in real-time, the value shifts from holding knowledge to knowing how to apply it effectively</p>
  </li>
  <li>
    <p><strong>Horizontal Knowledge Flow</strong>: Information and learning will flow sideways through AI-mediated channels, bypassing traditional vertical structures</p>
  </li>
  <li>
    <p><strong>Role Fluidity</strong>: Fixed functional roles become less relevant when AI can rapidly scaffold domain knowledge</p>
  </li>
</ol>

<h2 id="new-organisational-primitives">New Organisational Primitives</h2>

<p>Instead of organising around functional specialties, companies may need to organise around:</p>

<ol>
  <li>
    <p><strong>Context Pods</strong>: Small, cross-functional groups with deep shared context about specific business domains</p>
  </li>
  <li>
    <p><strong>Learning Loops</strong>: Structures optimised for rapid experimentation and feedback between humans and AI</p>
  </li>
  <li>
    <p><strong>Intent Networks</strong>: Loose configurations of humans and AI agents aligned around clear outcomes rather than prescribed processes</p>
  </li>
</ol>

<h2 id="the-human-advantage">The Human Advantage</h2>

<p>The key differentiator becomes our uniquely human capabilities:</p>

<ol>
  <li>
    <p><strong>Intent Setting</strong>: Defining meaningful direction and purpose</p>
  </li>
  <li>
    <p><strong>Context Synthesis</strong>: Combining multiple viewpoints into coherent understanding</p>
  </li>
  <li>
    <p><strong>Social Orchestration</strong>: Building trust and alignment across human-AI teams</p>
  </li>
</ol>

<p>The organisations that thrive won’t be those with the best AI, but those who best understand how to create environments where humans and AI amplify each other’s strengths.</p>

<h2 id="what-principles-still-hold">What Principles Still Hold?</h2>

<p>Despite the hype and change, some organisational design truths will most likely remain remarkably resilient.</p>

<h3 id="1-sociotechnical-alignment-still-matters">1. <strong>Sociotechnical alignment still matters</strong></h3>
<p>The core principle from Conway’s Law still applies: <strong>your systems will reflect your communication structures.</strong> If you introduce autonomous agents into brittle, siloed org structures, you’ll get fragmented, brittle AI usage.</p>

<h3 id="2-flow-beats-function">2. <strong>Flow beats function</strong></h3>
<p>Designing for flow of change, feedback, and value will still outperform static hierarchies and handoff-heavy workflows. Agentic tools can enhance flow—but only if the environment supports it.</p>

<h3 id="3-clear-purpose-and-context-are-essential">3. <strong>Clear purpose and context are essential</strong></h3>
<p>Agents need intent, scope, and constraints to act meaningfully. Humans do too. <strong>Making decision-making context legible at all levels</strong>—through goals, metrics, affordances, and APIs—remains essential.</p>

<h2 id="what-might-need-to-change">What Might Need to Change?</h2>

<p>This is where things get exciting—and uncertain.</p>

<ol>
  <li>From roles to capabilities to outcome-defined functions
Traditional org charts based on stable roles are already under pressure. With agents in the mix, we’ll need to model work in terms of capability graphs, where both humans and AI components can be dynamically assigned to outcome-defined goals.</li>
</ol>

<h3 id="1-from-roles-to-capabilities-to-outcome-defined-functions">1. <strong>From roles to capabilities to outcome-defined functions</strong></h3>
<p>Traditional org charts based on stable roles are already under pressure. With agents in the mix, <strong>we’ll need to model work in terms of capability graphs</strong>, where both humans and AI components can be dynamically assigned to outcome-aligned goals.</p>

<p>Think: <em>“Who can satisfy this intent under these constraints?”</em> not <em>“Whose job is this?”</em></p>

<h3 id="2-teams-as-dynamic-coalitions">2. <strong>Teams as dynamic coalitions</strong></h3>
<p>The idea of a “team” as a static group of people may give way to <strong>fluid coalitions</strong> of humans and AI agents assembled around a problem or opportunity. This could drive a move toward <strong>short-lived, goal-oriented micro-teams</strong>, orchestrated by platform or protocol.</p>

<h3 id="3-organisational-structure-becomes-more-recursive">3. <strong>Organisational structure becomes more recursive</strong></h3>
<p>As agents become internal developers, decision-makers, and testers, we may see orgs that are <strong>nested systems of delegation</strong>—humans designing high-level strategies and constraints, agents handling tactical execution within those boundaries.</p>

<p>This mirrors how effective engineering teams work today: strategy at the top, execution at the edge, with feedback loops across the system. The difference is who (or what) is at the edge.</p>

<h3 id="4-governance-ethics-and-observability-become-foundational">4. <strong>Governance, ethics, and observability become foundational</strong></h3>
<p>When agents are taking actions with consequences, we need <strong>radically better observability, traceability, and accountability</strong>. These aren’t bolt-ons. They become the scaffolding of trustworthy organisational systems.</p>

<h2 id="final-thoughts-its-not-just-about-tech-or-making-the-right-tool-decisions">Final Thoughts: It’s Not Just About Tech, or making the right tool decisions</h2>

<p>This shift isn’t just technical—it’s <strong>deeply human and organisational</strong>.</p>

<p>Just like DevOps and agile ways of working required rethinking culture, incentives, and collaboration, agentic AI will force a similar reckoning. It’s not enough to bolt agents into old workflows. We’ll need to <strong>rethink what work is, who does it, and how systems evolve</strong> over time.</p>

<p>The organisations that thrive in this next wave will be those that <strong>design for adaptability, not just efficiency.</strong></p>

<p>That means:</p>
<ul>
  <li>Investing in <strong>platforms that support dynamic assembly</strong></li>
  <li>Building <strong>incentives around outcomes and learning</strong>, not control</li>
  <li>Focusing on <strong>resilience, feedback loops, and optionality</strong></li>
</ul>

<p>We’re just getting started. But the future of work won’t be shaped by AI alone—it’ll be shaped by <strong>how we choose to organise around it.</strong></p>]]></content><author><name>Kevin Trethewey</name><email>kevint@gmail.com</email></author><category term="professional" /><category term="organisational-design" /><category term="ai" /><category term="software-teams" /><category term="future-of-work" /><summary type="html"><![CDATA[Agentic AI will force a rethink of how we structure work and teams. This post explores what organisational design principles will endure—and which will need to change as AI becomes more embedded in our daily workflows.]]></summary></entry><entry><title type="html">Data as a Strategic Asset; Beyond Technology to Sociotechnical Design</title><link href="https://kevintrethewey.com/blog/professional/2025-03-21-3-data-strategic-asset/" rel="alternate" type="text/html" title="Data as a Strategic Asset; Beyond Technology to Sociotechnical Design" /><published>2025-03-21T00:00:00+00:00</published><updated>2025-03-21T00:00:00+00:00</updated><id>https://kevintrethewey.com/blog/professional/3-data-strategic-asset</id><content type="html" xml:base="https://kevintrethewey.com/blog/professional/2025-03-21-3-data-strategic-asset/"><![CDATA[<p><img src="/assets/img/blog/data-as-an-asset.jpg" alt="image" /></p>

<p>Building on previous posts about <a href="/blog/professional/2025-03-21-1-functional-specialisation-cost/">functional specialisation</a> and <a href="/blog/professional/2025-03-21-2-agentic-ai-challenges-to-traditional-org-design/">agentic AI</a>, let’s explore how the way we organise around data will become a primary differentiator between companies that thrive and those that struggle in the age of ambient intelligence.</p>

<h2 id="the-traditional-approach-is-failing">The Traditional Approach Is Failing</h2>

<p>Most organisations still treat data as primarily a technical challenge:</p>
<ul>
  <li>They hire data engineers and architects</li>
  <li>They buy data platforms and tools</li>
  <li>They create data strategies focused on storage, processing, and analytics</li>
</ul>

<p>But they’re missing the fundamental point: <strong>Data is a sociotechnical artifact</strong>. It’s continually created, modified, and consumed through human interactions, decisions, and organisational processes.</p>

<p>And in a world where increasingly intelligent agents are acting on our behalf, <strong>this data becomes the substrate of all action, judgment, and coordination</strong>. It is not just an asset. It’s the fuel, the language, and the terrain.</p>

<p>And yet, most organisations treat it like exhaust.</p>

<h2 id="the-hidden-costs-of-poor-data-design">The Hidden Costs of Poor Data Design</h2>

<p>Just as with functional specialisation, treating data as purely technical creates hidden organisational debt:</p>

<ol>
  <li><strong>Knowledge Silos</strong>: Data becomes trapped in functional teams</li>
  <li><strong>Quality Decay</strong>: No clear ownership of data quality across its lifecycle</li>
  <li><strong>Lost Context</strong>: Critical business context gets stripped away</li>
  <li><strong>Conway’s Law Effects</strong>: Data structures mirror org charts, not business reality</li>
</ol>

<h2 id="why-this-matters-even-more-now">Why This Matters Even More Now</h2>

<p>We’re entering a phase where tools will no longer ask, <em>“What do you want me to do?”</em><br />
Instead, they will ask: <em>“What outcome do you want? I’ll figure out the steps.”</em></p>

<p>This shift—from tool to agent—<strong>makes the quality, structure, and accessibility of data a first-order concern.</strong></p>

<p>If your data is fragmented, siloed, poorly contextualised, or hidden behind org boundaries and tribal knowledge, then:</p>
<ul>
  <li>Your agents will hallucinate, misfire, or underperform</li>
  <li>Your teams will drown in translation layers and rework</li>
  <li>Your strategy will be constrained by your least tractable data bottlenecks</li>
</ul>

<h2 id="shifting-the-paradigm">Shifting the Paradigm</h2>

<p>Instead of asking “How do we manage our data?”, we need to ask:</p>

<blockquote>
  <p>“How do we design our organisation to treat data as a first-class strategic asset?”</p>
</blockquote>

<p>This reframing leads to different approaches:</p>

<h3 id="1-data-as-a-product">1. <strong>Data as a Product</strong></h3>

<ul>
  <li>Treat datasets like products with clear owners and stakeholders</li>
  <li>Apply product management principles to data lifecycle</li>
  <li>Focus on user needs and experiences, not just technical specifications</li>
</ul>

<h3 id="2-all-teams-are-data-teams">2. <strong>All Teams are Data Teams</strong></h3>

<ul>
  <li>Embed data expertise across the organisation</li>
  <li>Consider creating “data pods” in that combine business and technical skills in key areas</li>
  <li>Focus on outcomes over output</li>
</ul>

<h3 id="3-data-governance-as-enabling-constraint">3. <strong>Data Governance as Enabling Constraint</strong></h3>

<ul>
  <li>Design governance that enables innovation while maintaining quality</li>
  <li>Create clear decision rights and accountability</li>
  <li>Build feedback loops between data producers and consumers</li>
</ul>

<h2 id="organisational-design-implications">Organisational Design Implications</h2>

<p>The real problem is organisational, not just technical. This shift requires rethinking several aspects of how we organise.</p>

<p>We’ve spent decades building pipelines, lakes, warehouses, lakehouses, and catalogs. And yet most organisations still struggle to answer basic cross-cutting questions about their operations, customers, and systems.</p>

<p>Why?</p>

<p>Because this isn’t a tooling problem. It’s a <strong>sociotechnical and organisational design problem</strong>.</p>

<p>You can’t layer a “data strategy” on top of an organisation that wasn’t designed to create, share, and learn from data as part of its core functioning.</p>

<p>Let’s point out the common anti-patterns.</p>

<h3 id="1-ownership-without-responsibility">1. <strong>Ownership without responsibility</strong></h3>
<p>Data is generated everywhere but owned nowhere. Product teams create it, infra teams store it, analysts clean it, and no one feels responsible for its lifecycle, meaning, or reusability.</p>

<h3 id="2-data-work-is-treated-as-cost-not-capability">2. <strong>Data work is treated as cost, not capability</strong></h3>
<p>Too often, work on data quality, modeling, documentation, and lineage is seen as overhead—something you squeeze in “if there’s time.” Meanwhile, delivery pressure drives shortcuts that poison long-term optionality.</p>

<h3 id="3-incentives-reinforce-fragmentation">3. <strong>Incentives reinforce fragmentation</strong></h3>
<p>Different departments optimise for their own goals. Sales logs data one way, support another. Product managers hoard insights. Legal locks down access. Data becomes a reflection of org silos, not a unifying strategic fabric.</p>

<h3 id="4-tooling-abstracts-away-the-real-work">4. <strong>Tooling abstracts away the real work</strong></h3>
<p>Modern data stacks can give a false sense of progress. You can have perfect pipelines flowing into a state-of-the-art lakehouse—and still not know how many active users you have last quarter, or why a metric changed.</p>

<h2 id="treating-data-as-a-strategic-asset-means">Treating Data as a Strategic Asset Means…</h2>

<p>We need to go far beyond governance frameworks and tech stacks. We need to <strong>design our organisations as data-fluent systems.</strong></p>

<p>That means:</p>

<h3 id="1-team-level-accountability-for-data-quality-and-meaning---teams-that-generate-data-must-also-be-responsible-for-its-semantic-clarity-quality-over-time-and-downstream-utility-think-data-as-a-product-but-culturally-embeddednot-a-side-project">1. <strong>Team-level accountability for data quality and meaning</strong> - Teams that generate data must also be responsible for its semantic clarity, quality over time, and downstream utility. Think <em>data as a product</em>, but culturally embedded—not a side project.</h3>

<h3 id="2-cross-functional-alignment-around-information-needs---instead-of-each-team-defining-its-own-schema-of-reality-we-need-shared-models-of-the-domainkept-alive-through-active-stewardship-not-doc-rot-context-pods-or-capability-squads-should-include-data-stewards-by-design">2. <strong>Cross-functional alignment around information needs</strong> - Instead of each team defining its own schema of reality, we need shared models of the domain—kept alive through active stewardship, not doc rot. Context pods or capability squads should include data stewards by design.</h3>

<h3 id="3-organising-for-data-discoverability-and-intent-alignment---good-metadata-and-cataloging-are-helpfulbut-only-when-paired-with-social-and-technical-systems-that-make-data-legible-to-both-humans-and-agents-this-means">3. <strong>Organising for data discoverability and intent alignment</strong> - Good metadata and cataloging are helpful—but only when paired with social and technical systems that make data legible to both humans and agents. This means:</h3>
<ul>
  <li>Discoverability by purpose, not just source</li>
  <li>Documentation embedded in usage contexts</li>
  <li>Feedback loops between consumers and producers</li>
</ul>

<h3 id="4-building-data-fluency-into-every-role">4. <strong>Building data fluency into every role</strong></h3>
<p>We need to stop outsourcing “data work” to a separate class of specialists. Instead, <strong>every knowledge worker should have a baseline of data fluency</strong>, and every team should have the means to reason about their data and its use.</p>

<h3 id="5-team-structures">5. <strong>Team Structures</strong></h3>

<p>Move from centralised data teams to:</p>
<ul>
  <li>Embedded data capabilities in teams</li>
  <li>Data platform teams that focus on provide enabling infrastructure</li>
  <li>Data governance networks that span the organisation and focus on securing the flow of data, not blocking it</li>
</ul>

<h3 id="6-incentive-alignment">6. <strong>Incentive Alignment</strong></h3>

<p>Create incentives that reward:</p>
<ul>
  <li>Data quality over quantity</li>
  <li>Reuse over reinvention</li>
  <li>Context preservation over pure efficiency</li>
</ul>

<h2 id="agentic-ai-raises-the-stakes">Agentic AI Raises the Stakes</h2>

<p>Once you introduce agentic systems into your organisation, every flaw in your data becomes a multiplying factor in systemic fragility.</p>

<ul>
  <li>Agents need reliable state to plan and act</li>
  <li>They need well-modeled domains to reason about</li>
  <li>They need feedback signals to learn</li>
</ul>

<p>This isn’t just about building the right APIs. It’s about <strong>designing your organisation so that high-quality, context-rich data emerges as a natural byproduct of how work gets done.</strong></p>

<h2 id="the-path-forward">The Path Forward</h2>

<p>Success requires focusing on three key areas:</p>

<h3 id="1-organisational-clarity">1. <strong>Organisational Clarity</strong></h3>

<ul>
  <li>Clear ownership and decision rights</li>
  <li>Explicit data quality standards</li>
  <li>Visible value chains from data to decisions</li>
</ul>

<h3 id="2-technical-architecture">2. <strong>Technical Architecture</strong></h3>

<ul>
  <li>Platforms that enable rather than constrain</li>
  <li>Tools that preserve context</li>
  <li>Infrastructure that promotes discovery and reuse</li>
</ul>

<h3 id="3-cultural-transformation">3. <strong>Cultural Transformation</strong></h3>

<ul>
  <li>Treating data as a shared asset</li>
  <li>Building data literacy at all levels</li>
  <li>Creating psychological safety around data quality issues</li>
</ul>

<h2 id="practical-steps">Practical Steps</h2>

<ol>
  <li><strong>Map Your Data Ecosystem</strong>
    <ul>
      <li>Identify key data products</li>
      <li>Map data flows and dependencies</li>
      <li>Understand decision points and value creation</li>
    </ul>
  </li>
  <li><strong>Design for Evolution</strong>
    <ul>
      <li>Create clear interfaces between teams</li>
      <li>Build feedback loops into processes</li>
      <li>Enable rapid experimentation and learning</li>
    </ul>
  </li>
  <li><strong>Invest in Capabilities</strong>
    <ul>
      <li>Technical platforms that enable collaboration</li>
      <li>Training and development programs</li>
      <li>Metrics that matter</li>
    </ul>
  </li>
</ol>

<h2 id="final-thoughts">Final Thoughts</h2>

<p>As data becomes more central to how organisations operate and compete, the ability to design effective sociotechnical systems around data will become a critical capability.</p>

<p>Managing data as a strategic asset is not just a CIO or CDO problem. It’s a <strong>whole-organisation design challenge</strong>.</p>

<p>The organisations that thrive won’t be those with the best technology, but those who best understand how to create environments where humans and machines can effectively collaborate around data to create value.</p>

<p>Focus on</p>

<ul>
  <li><strong>Rewriting incentives</strong> to reward data reusability, not just delivery</li>
  <li><strong>Building sociotechnical systems</strong> that make high-leverage data work visible and valuable</li>
  <li><strong>Embedding data thinking</strong> into org design, team structures, and operational rhythms</li>
</ul>

<p>Remember: You can’t solve sociotechnical problems with purely technical solutions. The way forward is through intentional design of the entire system—people, process, and technology.</p>

<p>In the age of agentic AI, your data is no longer just an asset—it’s the terrain your organisation navigates, the medium your AI thinks in, and the context your humans coordinate through.</p>

<p>Organisations that learn to flow with their data will outlearn, out-adapt, and outlast those that don’t.</p>]]></content><author><name>Kevin Trethewey</name><email>kevint@gmail.com</email></author><category term="professional" /><category term="data-strategy" /><category term="organisational-design" /><category term="sociotechnical-systems" /><summary type="html"><![CDATA[AI and agentic agents run on data and context. Most organisations treat data as a technical problem to be solved by IT. The real challenge—and opportunity—lies in understanding it as a sociotechnical system that requires intentional organisational design.]]></summary></entry><entry><title type="html">Hypothetical Business Plan for JHB Zoo</title><link href="https://kevintrethewey.com/blog/professional/2024-10-29-businessplan-jhbzoo/" rel="alternate" type="text/html" title="Hypothetical Business Plan for JHB Zoo" /><published>2024-10-29T00:00:00+00:00</published><updated>2024-10-29T00:00:00+00:00</updated><id>https://kevintrethewey.com/blog/professional/businessplan-jhbzoo</id><content type="html" xml:base="https://kevintrethewey.com/blog/professional/2024-10-29-businessplan-jhbzoo/"><![CDATA[<p><strong>This is a thought exercise, not a real business plan. It could be used as a starting point for a real plan.</strong></p>

<p>To the modern eye, Zoos are a depressing place. They are a collection of cages and enclosures housing animals that are not free to roam as they would be in the wild. They’re a reflection of a society that valued entertainment above the welfare of the animals. Johannesburg Zoo is no different, and perhaps more so than most because tourists arrive here from around the world to see our beautiful wildlife in it’s natural habitat. Yet the zoo premises are old, the maintenance has fallen behind and the priority of the city municipality is, understandably elsewhere.</p>

<p>And so while Johannesburg needs more world class tourist attractions to generate revenue for the city to invest in upliftment projects, the zoo situated on prime property within the city exists in a state of increasing disintegration and decay. If nothing changes, the zoo will continue to decline and become a sad symbol of a city that once aspired to greatness.</p>

<p>However, if the zoo’s future could be aligned with the real and challenging priorities of the people and municipality of Johannesburg, the right strategy could create something we, as residents of Johannesburg, take immense pride and satisfaction in and people come from around the world to visit.</p>

<p>I put this business plan together to explore how this could be achieved, and then published it because it might inspire others to think about what could be possible…</p>

<hr />

<h1 id="business-plan-for-the-future-of-the-johannesburg-zoo">Business Plan for the Future of the Johannesburg Zoo</h1>
<p><strong>Date:</strong> October 2024
—</p>

<h2 id="executive-summary"><strong>Executive Summary</strong></h2>

<p>The Johannesburg Zoo, owned by the City of Johannesburg through Johannesburg City Parks and Zoo (JCPZ), is poised for a transformative journey. This business plan outlines a strategy to reinvent the zoo as a dynamic, self-sustaining institution that not only serves as a hub for practical education and community engagement, it also provides a platform for the conservation of wildlife whilst generating income for the youth of the city.</p>

<p>By implementing a structured, three-tiered internship program and pivoting towards conservation efforts, the result will enhance its value to the city, promote positive social impact, and ensure long-term sustainability.</p>

<p>This plan will transform the zoo into a world class destination that will be a key tourist attraction for locals and international visitors alike.</p>

<hr />

<h2 id="key-value-proposition-to-current-owners"><strong>Key Value Proposition to Current Owners</strong></h2>

<h3 id="enhanced-public-image-and-reputation"><strong>Enhanced Public Image and Reputation</strong></h3>

<ul>
  <li><strong>Leadership in Conservation:</strong> Positioning the zoo as a leading wildlife rehabilitation center enhances the city’s reputation in environmental stewardship.</li>
  <li><strong>Youth Empowerment:</strong> Offering valuable internship opportunities showcases the city’s commitment to addressing youth unemployment and education.</li>
  <li><strong>Community Engagement:</strong> Hosting cultural events and educational programs strengthens community ties and promotes social cohesion.</li>
</ul>

<h3 id="financial-sustainability"><strong>Financial Sustainability</strong></h3>

<ul>
  <li><strong>Self-Sustaining Model:</strong> Diversified revenue streams ensure the zoo operates without requiring additional funding from the city budget.</li>
  <li><strong>Economic Development:</strong> Increased visitor numbers and events stimulate local economy and create indirect job opportunities.</li>
</ul>

<h3 id="alignment-with-city-priorities"><strong>Alignment with City Priorities</strong></h3>

<ul>
  <li><strong>Education and Job Creation:</strong> Directly addresses key governmental objectives, enhancing the city’s social development goals.</li>
  <li><strong>Environmental Conservation:</strong> Supports biodiversity and aligns with national and international conservation commitments.</li>
</ul>

<hr />

<h2 id="company-description"><strong>Company Description</strong></h2>

<ul>
  <li><strong>Name:</strong> Johannesburg Zoo</li>
  <li><strong>Ownership:</strong> City of Johannesburg through Johannesburg City Parks and Zoo (JCPZ)</li>
  <li><strong>Mission:</strong> To become a leading institution in wildlife rehabilitation while empowering youth through a comprehensive, hands-on internship program.</li>
  <li><strong>Vision:</strong> To foster a sustainable future where conservation, education, and community enrichment thrive in harmony.</li>
</ul>

<hr />

<h2 id="market-analysis"><strong>Market Analysis</strong></h2>

<h3 id="economic-climate"><strong>Economic Climate</strong></h3>

<ul>
  <li><strong>Youth Unemployment:</strong> High rates necessitate innovative solutions for job creation and skill development.</li>
  <li><strong>Educational Demand:</strong> Graduates seek practical experiences to complement their academic qualifications.</li>
</ul>

<h3 id="political-climate"><strong>Political Climate</strong></h3>

<ul>
  <li><strong>Governmental Support:</strong> Initiatives that promote education, employment, and conservation are likely to receive backing.</li>
  <li><strong>Regulatory Environment:</strong> Favorable policies for environmental conservation and youth development programs.</li>
</ul>

<h3 id="social-climate"><strong>Social Climate</strong></h3>

<ul>
  <li><strong>Community Needs:</strong> Strong desire for positive social initiatives and accessible cultural activities.</li>
  <li><strong>Public Interest:</strong> Growing engagement in environmental issues and support for sustainable practices.</li>
</ul>

<h3 id="competitive-landscape"><strong>Competitive Landscape</strong></h3>

<ul>
  <li><strong>Unique Offering:</strong> No other local institution combines wildlife rehabilitation with a structured, multi-year internship program that includes cultural event management.</li>
  <li><strong>Johannesburg as a tourist destination</strong> The city has a poor reputation as a tourist destination, but the zoo could be the jewel in the crown.</li>
</ul>

<hr />

<h2 id="organization-and-management"><strong>Organization and Management</strong></h2>

<h3 id="core-professional-management-body"><strong>Core Professional Management Body</strong></h3>

<ul>
  <li><strong>Composition:</strong> Specialists in zoology, education, marketing, finance, event management, and operations.</li>
  <li><strong>Roles and Responsibilities:</strong>
    <ul>
      <li>Oversee daily operations and strategic direction, primarily through the internship program.</li>
      <li>Mentor interns across all program levels.</li>
      <li>Facilitate partnerships with academic institutions and stakeholders.</li>
      <li>Ensure compliance with regulatory requirements and industry best practices.</li>
    </ul>
  </li>
</ul>

<h3 id="internship-program-structure"><strong>Internship Program Structure</strong></h3>

<h4 id="first-year-foundational-experience"><strong>First Year: Foundational Experience</strong></h4>

<ul>
  <li><strong>Eligibility:</strong> Recent matriculants or university graduates (within the last two years).</li>
  <li><strong>Roles:</strong>
    <ul>
      <li>Field-specific positions (e.g., marketing, finance, animal care).</li>
      <li>Non-optional rotational duties in animal and enclosure care and garden maintenance to promote a holistic understanding &amp; appreciation of hard work and responsibility.</li>
    </ul>
  </li>
  <li><strong>Development Focus:</strong> Practical skills application, teamwork, basic professional responsibilities, pride in a job well done.</li>
</ul>

<h4 id="second-year-management-development"><strong>Second Year: Management Development</strong></h4>

<ul>
  <li><strong>Selection Criteria:</strong> Performance, attendance, leadership potential from the first year.</li>
  <li><strong>Roles:</strong>
    <ul>
      <li>Management interns overseeing first-year participants.</li>
      <li>Focused on team leadership and operational management.</li>
    </ul>
  </li>
  <li><strong>Development Focus:</strong> Leadership skills, decision-making, supervisory experience.</li>
</ul>

<h4 id="third-year-strategic-leadership"><strong>Third Year: Strategic Leadership</strong></h4>

<ul>
  <li><strong>Selection Criteria:</strong> Outstanding performance and strategic thinking in the second year.</li>
  <li><strong>Roles:</strong>
    <ul>
      <li>Strategic interns collaborating with the core management team</li>
      <li>Involvement in high-level planning and strategic initiatives to evolve and grow the zoo into a world class destination.</li>
    </ul>
  </li>
  <li><strong>Development Focus:</strong> Strategic management, organizational leadership, project planning.</li>
</ul>

<hr />

<h2 id="services-and-programs"><strong>Services and Programs</strong></h2>

<h3 id="wildlife-rehabilitation-and-conservation"><strong>Wildlife Rehabilitation and Conservation</strong></h3>

<ul>
  <li><strong>Core Focus:</strong> Transition from traditional animal exhibits to active wildlife rehabilitation and breeding programs for endangered species.</li>
  <li><strong>Objectives:</strong>
    <ul>
      <li>Rehabilitate local wildlife for reintroduction into natural habitats.</li>
      <li>Breed endangered species to support conservation efforts.</li>
    </ul>
  </li>
  <li><strong>Benefits to Owners:</strong>
    <ul>
      <li>Enhances the city’s environmental conservation profile.</li>
      <li>Opportunities for partnerships with conservation organizations.</li>
    </ul>
  </li>
</ul>

<h3 id="educational-and-internship-programs"><strong>Educational and Internship Programs</strong></h3>

<ul>
  <li><strong>Three-Tiered Structure:</strong> Provides progressive learning and leadership opportunities.</li>
  <li><strong>Collaborations:</strong> Partnerships with universities and colleges for research and practical training.</li>
  <li><strong>Benefits to Owners:</strong>
    <ul>
      <li>Addresses unemployment through skill development.</li>
      <li>Positions the city as a leader in innovative education models.</li>
    </ul>
  </li>
</ul>

<h3 id="cultural-events-and-public-engagement"><strong>Cultural Events and Public Engagement</strong></h3>

<ul>
  <li><strong>Artistic Endeavors:</strong> Support for interns from creative disciplines to create installations and performances on-site.</li>
  <li><strong>Community Events:</strong> Hosting musical, dramatic, and cultural events to attract visitors.</li>
  <li><strong>Benefits to Owners:</strong>
    <ul>
      <li>Enhances community relations and cultural richness.</li>
      <li>Generates additional revenue and increases public interest in the zoo.</li>
    </ul>
  </li>
</ul>

<hr />

<h2 id="marketing-and-sales-strategy"><strong>Marketing and Sales Strategy</strong></h2>

<h3 id="target-audiences"><strong>Target Audiences</strong></h3>

<ul>
  <li><strong>Internship Applicants:</strong> Attracting high-caliber candidates for the internship programs.</li>
  <li><strong>Academic Institutions:</strong> Establishing the zoo as a preferred partner for research and student development.</li>
  <li><strong>General Public:</strong> Encouraging zoo visits and event attendance.</li>
  <li><strong>Donors and Sponsors:</strong> Securing funding and support from aligned organizations.</li>
</ul>

<h3 id="marketing-initiatives"><strong>Marketing Initiatives</strong></h3>

<ul>
  <li><strong>Intern-Driven Campaigns:</strong> Empowering marketing interns to develop and execute promotional strategies.</li>
  <li><strong>Digital Outreach:</strong> Enhancing online presence through social media and an interactive website.</li>
  <li><strong>Community Programs:</strong> Engaging local schools and organizations through workshops and outreach activities.</li>
  <li><strong>Global Partnerships:</strong> Attracting international interest and collaboration for funding and knowledge exchange.</li>
</ul>

<hr />

<h2 id="operational-plan"><strong>Operational Plan</strong></h2>

<h3 id="facility-management"><strong>Facility Management</strong></h3>

<ul>
  <li><strong>Upgrades and Renovations:</strong> Modifying existing structures to support rehabilitation efforts and educational spaces.</li>
  <li><strong>Maintenance Protocols:</strong> Implementing regular maintenance schedules managed by interns under professional supervision.</li>
</ul>

<h3 id="animal-care-and-welfare"><strong>Animal Care and Welfare</strong></h3>

<ul>
  <li><strong>Holistic Involvement:</strong> All interns participate in animal care, fostering a culture of respect and responsibility.</li>
  <li><strong>Expert Oversight:</strong> Experienced veterinarians and zoologists lead animal welfare programs.</li>
</ul>

<h3 id="event-planning-and-execution"><strong>Event Planning and Execution</strong></h3>

<ul>
  <li><strong>Interdepartmental Collaboration:</strong> Interns from various disciplines work together to plan and host events.</li>
  <li><strong>Professional Development:</strong> Real-world experience in event management and operations.</li>
</ul>

<hr />

<h2 id="financial-plan"><strong>Financial Plan</strong></h2>

<h3 id="revenue-streams"><strong>Revenue Streams</strong></h3>

<ul>
  <li><strong>Admissions and Event Tickets:</strong> Income from zoo visits and hosted events.</li>
  <li><strong>Donations and Grants:</strong> Financial support from individuals, corporations, and NGOs.</li>
  <li><strong>Merchandise and Concessions:</strong> Sales of branded goods and art created by interns.</li>
  <li><strong>Sponsorships and Partnerships:</strong> Funding through corporate sponsorships and collaborative projects.</li>
</ul>

<h3 id="cost-structure"><strong>Cost Structure</strong></h3>

<ul>
  <li><strong>Intern Stipends:</strong> Competitive compensation to attract top talent and support diversity.</li>
  <li><strong>Operational Expenses:</strong> Costs associated with animal care, facilities, utilities, and program implementation.</li>
  <li><strong>Reinvestment Strategy:</strong> All profits are reinvested into the zoo’s programs, enhancing sustainability and impact.</li>
</ul>

<h3 id="financial-projections"><strong>Financial Projections</strong></h3>

<ul>
  <li><strong>Break-Even Point:</strong> Anticipated within the first two years due to diversified revenue and cost management.</li>
  <li><strong>Growth Forecast:</strong> Steady increase in revenue aligned with program maturity and brand recognition.</li>
</ul>

<hr />

<h2 id="implementation-timeline"><strong>Implementation Timeline</strong></h2>

<p>The first milestone will be to prove the concept of the internship program and the value it brings to the youth of the city, whilst maintaining the current way the zoo operatates and is maintained. Once the concept is proven, as the second and third year interns become available, the focus will shift to scaling the program and evolving the zoo into a world class destination.</p>

<h3 id="phase-1-foundation-building-months-1-3"><strong>Phase 1: Foundation Building (Months 1-3)</strong></h3>

<ul>
  <li><strong>Establish Management Team:</strong> Recruit and onboard core professionals.</li>
  <li><strong>Develop Programs:</strong> Finalize internship curricula and operational protocols.</li>
  <li><strong>Initiate Partnerships:</strong> Secure collaborations with educational institutions and potential sponsors.</li>
</ul>

<h3 id="phase-2-seed-program-launch-months-4-6"><strong>Phase 2: Seed Program Launch (Months 4-6)</strong></h3>

<ul>
  <li><strong>Marketing Rollout:</strong> Begin promoting the internship program and upcoming events.</li>
  <li><strong>Facility Preparations:</strong> Complete necessary renovations and setup for new programs.</li>
  <li><strong>Select Interns:</strong> Conduct a rigorous selection process for the first cohort of interns.</li>
</ul>

<h3 id="phase-3-operational-activation-months-7-12"><strong>Phase 3: Operational Activation (Months 7-12)</strong></h3>

<ul>
  <li><strong>Internship Kickoff:</strong> Start the first year of the internship program.</li>
  <li><strong>Program Execution:</strong> Implement wildlife rehabilitation projects and commence event planning.</li>
  <li><strong>Community Engagement:</strong> Host initial public events and educational workshops.</li>
</ul>

<h3 id="phase-4-growth-and-evaluation-year-2-and-beyond"><strong>Phase 4: Growth and Evaluation (Year 2 and Beyond)</strong></h3>

<ul>
  <li><strong>Program Advancement:</strong> Progress interns through second and third-year roles.</li>
  <li><strong>Continuous Improvement:</strong> Regularly assess programs for effectiveness and make necessary adjustments.</li>
  <li><strong>Expansion Opportunities:</strong> Explore additional services, partnerships, and revenue channels.</li>
</ul>

<hr />

<h2 id="community-and-social-impact"><strong>Community and Social Impact</strong></h2>

<h3 id="educational-advancement"><strong>Educational Advancement</strong></h3>

<ul>
  <li><strong>Skill Development:</strong> Equip interns with practical experience, enhancing their employability.</li>
  <li><strong>Leadership Training:</strong> Prepare future leaders with real-world management and strategic planning skills.</li>
</ul>

<h3 id="conservation-contributions"><strong>Conservation Contributions</strong></h3>

<ul>
  <li><strong>Biodiversity Support:</strong> Active participation in the rehabilitation and breeding of local wildlife.</li>
  <li><strong>Environmental Education:</strong> Raise public awareness about conservation issues.</li>
</ul>

<h3 id="cultural-enrichment"><strong>Cultural Enrichment</strong></h3>

<ul>
  <li><strong>Accessible Events:</strong> Provide affordable cultural experiences for the community.</li>
  <li><strong>Artistic Platform:</strong> Offer a venue for emerging artists to showcase their talents.</li>
</ul>

<hr />

<h2 id="conclusion"><strong>Conclusion</strong></h2>

<p>This business plan offers a comprehensive strategy that significantly enhances the value of the Johannesburg Zoo to its current owners, the City of Johannesburg and JCPZ. By transforming the zoo into a self-sustaining institution focused on conservation, education, and community engagement, it aligns with the city’s objectives and provides measurable benefits in social impact, financial sustainability, and public reputation. The proposed initiatives ensure that the zoo not only thrives as a landmark institution but also contributes meaningfully to the city’s development and the well-being of its residents.</p>

<hr />

<h2 id="appendices"><strong>Appendices</strong></h2>

<h3 id="appendix-a-risk-analysis"><strong>Appendix A: Risk Analysis</strong></h3>

<h4 id="financial-risks"><strong>Financial Risks</strong></h4>

<ul>
  <li><strong>Revenue Variability:</strong> Fluctuations in visitor numbers or donations could impact financial stability.
    <ul>
      <li><strong>Mitigation Strategies:</strong> Diversify income sources, build reserve funds, and implement flexible budgeting.</li>
    </ul>
  </li>
</ul>

<h4 id="operational-risks"><strong>Operational Risks</strong></h4>

<ul>
  <li><strong>Program Scalability:</strong> Managing a large number of interns may present logistical challenges.
    <ul>
      <li><strong>Mitigation Strategies:</strong> Establish clear management hierarchies, provide thorough training, and maintain optimal intern-to-supervisor ratios.</li>
    </ul>
  </li>
</ul>

<h4 id="reputational-risks"><strong>Reputational Risks</strong></h4>

<ul>
  <li><strong>Public Perception:</strong> Resistance to changes in zoo operations or negative publicity from any incidents.
    <ul>
      <li><strong>Mitigation Strategies:</strong> Maintain transparent communication, engage in proactive community outreach, and uphold high standards of animal welfare and safety.</li>
    </ul>
  </li>
</ul>

<h4 id="external-risks"><strong>External Risks</strong></h4>

<ul>
  <li><strong>Economic Downturns:</strong> Economic challenges could affect attendance and funding.
    <ul>
      <li><strong>Mitigation Strategies:</strong> Adjust pricing strategies, enhance online and virtual engagement options, and seek alternative funding sources.</li>
    </ul>
  </li>
</ul>

<h3 id="appendix-b-organizational-chart"><strong>Appendix B: Organizational Chart</strong></h3>

<ul>
  <li><strong>Visual representation of management structure, including the core professional team and the internship tiers.</strong></li>
</ul>

<h3 id="appendix-c-financial-projections"><strong>Appendix C: Financial Projections</strong></h3>

<ul>
  <li><strong>Detailed financial statements, including projected income, expenses, and cash flow over the next five years.</strong></li>
</ul>

<h3 id="appendix-d-market-research-data"><strong>Appendix D: Market Research Data</strong></h3>

<ul>
  <li><strong>Statistics and analyses supporting the market analysis section, including data on youth unemployment, educational trends, and public interest in conservation.</strong></li>
</ul>

<h3 id="appendix-e-letters-of-support"><strong>Appendix E: Letters of Support</strong></h3>

<ul>
  <li><strong>Endorsements from educational institutions, government agencies, conservation organizations, and community leaders.</strong></li>
</ul>

<hr />

<p><strong>Prepared by:</strong> [Your Name], [Your Position]
<strong>Contact Information:</strong> [Phone Number], [Email Address]</p>]]></content><author><name>Kevin Trethewey</name><email>kevint@gmail.com</email></author><category term="professional" /><category term="business" /><category term="ideation" /><category term="systems thinking" /><summary type="html"><![CDATA[After visiting the Johannesburg Zoo with my kids, I thought about how it could be improved and came up with a business plan that shows how I think it could be turned into an amazing vehicle for education and skills development.]]></summary></entry><entry><title type="html">Interviewed for Devjourney podcast</title><link href="https://kevintrethewey.com/blog/professional/2022-12-01-devjourney/" rel="alternate" type="text/html" title="Interviewed for Devjourney podcast" /><published>2022-12-01T00:00:00+00:00</published><updated>2022-12-01T00:00:00+00:00</updated><id>https://kevintrethewey.com/blog/professional/devjourney</id><content type="html" xml:base="https://kevintrethewey.com/blog/professional/2022-12-01-devjourney/"><![CDATA[<p><a href="https://devjourney.info/Guests/232-KevinTrethewey">Episode #232 - Kevin Trethewey on his extreme programming journey</a></p>

<p>Tim hosts the <a href="https://devjourney.info/">DevJourney</a> podcast, with the main theme of having an open ended conversation with someone who’s made a career from being a software developer.</p>

<p>Blurb from Tim on our convo…</p>

<blockquote>
  <p>Kevin started his story in the 80 &amp; the 90s but quickly said, “Coding found me more than I found it.” We then discussed his (very early) Bootcamp and how he went from one job to the next, slowly feeling less incompetent. We talked about ADHD, networking, people &amp; organizational problems, and environment variables. We then dug our heels into eXtreme Programming and the Spine model: Needs, Values, Principles, Practices, and Tools, and how it helps us create better teams and organizations.</p>
</blockquote>

<p>The episodes of the podcast include some fascinating people with very interesting stories, I felt it was a privileged to be added to the list.</p>]]></content><author><name>Kevin Trethewey</name><email>kevint@gmail.com</email></author><category term="professional" /><category term="podcasts" /><category term="spine model" /><category term="extreme programming" /><summary type="html"><![CDATA[I chatted with Tim Bourguignon ([@timothep](https://twitter.com/timothep)) about my developer journey and some of the steps along the way.]]></summary></entry><entry><title type="html">Teams do not exist</title><link href="https://kevintrethewey.com/blog/professional/2021-10-23-teamdonotexist/" rel="alternate" type="text/html" title="Teams do not exist" /><published>2021-10-23T00:00:00+00:00</published><updated>2021-10-23T00:00:00+00:00</updated><id>https://kevintrethewey.com/blog/professional/teamdonotexist</id><content type="html" xml:base="https://kevintrethewey.com/blog/professional/2021-10-23-teamdonotexist/"><![CDATA[<p>Teams do not exist.</p>

<p>You cannot talk to a team. You cannot ask a team a question. Teams have no feelings or goals.</p>

<p><em>But but but…favourite soccer team, my team!</em></p>

<p>Sorry. They don’t exist.</p>

<p>Where a team can be observed, what you are actually seeing is:</p>

<ul>
  <li>Each individual’s behaviours,</li>
  <li>in emergent response to what is going on around them,</li>
  <li>as processed through their archetype of what a team should be</li>
  <li>with their latest individual mental model of what their team currently is, and</li>
  <li>their individual role and purpose relative to the team at the given moment.</li>
</ul>

<p><strong>Protip:</strong> Stop talking to your teams. Start talking to your people.</p>]]></content><author><name>Kevin Trethewey</name><email>kevint@gmail.com</email></author><category term="professional" /><category term="thought experiments" /><category term="teamwork" /><summary type="html"><![CDATA[As a leader in an organisation, thinking of teams as a single concrete entity leads to cognitive biases and blind spots that can prevent us choosing options that get the results we and the people in our teams would like to achieve]]></summary></entry></feed>