<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Triptease on Yesterday I was wrong</title>
    <link>/tags/triptease/</link>
    <description>Recent content in Triptease on Yesterday I was wrong</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Thu, 30 Apr 2026 09:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/triptease/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Picking a Language for Agents</title>
      <link>/2026/04/30/picking-a-language-for-agents/</link>
      <pubDate>Thu, 30 Apr 2026 09:00:00 +0000</pubDate>
      <guid>/2026/04/30/picking-a-language-for-agents/</guid>
      <description>&lt;p&gt;This is the final part of a 5-part series on agentic engineering. &lt;a href=&#34;/2026/04/29/agentic-architecture/&#34;&gt;Part 4&lt;/a&gt; laid out architectural principles for choosing languages and runtimes. This post puts a handful of worked examples through those principles, just to show what the analysis looks like in practice.&lt;/p&gt;&#xA;&lt;p&gt;This isn&amp;rsquo;t a list of &amp;ldquo;the languages I use&amp;rdquo;, and it isn&amp;rsquo;t exhaustive. It&amp;rsquo;s a deliberate move &lt;em&gt;away&lt;/em&gt; from personal taste — what I happen to know, what&amp;rsquo;s fashionable, what the team is already comfortable with — and toward something more objective: which language properties best fit &lt;strong&gt;the agent&lt;/strong&gt; &lt;em&gt;and&lt;/em&gt; &lt;strong&gt;the problem domain&lt;/strong&gt; in front of you. Different problems will pull you toward different answers, and the examples below are picked specifically to make that point.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Agentic Architecture</title>
      <link>/2026/04/29/agentic-architecture/</link>
      <pubDate>Wed, 29 Apr 2026 09:00:00 +0000</pubDate>
      <guid>/2026/04/29/agentic-architecture/</guid>
      <description>&lt;p&gt;This is part 4 of a 5-part series on agentic engineering. &lt;a href=&#34;/2026/04/26/from-agile-engineering-to-agentic-engineering/&#34;&gt;Part 1&lt;/a&gt; set the values-vs-mechanisms frame. &lt;a href=&#34;/2026/04/27/from-pair-programming-to-co-steering/&#34;&gt;Part 2&lt;/a&gt; covered pairing and learning. &lt;a href=&#34;/2026/04/28/harness-engineering-building-a-factory-for-code/&#34;&gt;Part 3&lt;/a&gt; made the case for harness engineering. This one is about the architecture &lt;em&gt;underneath&lt;/em&gt; the harness — the language, runtime, deployment, and version-control choices that make agents safe.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;/2026/04/30/picking-a-language-for-agents/&#34;&gt;Part 5&lt;/a&gt; gets concrete about specific languages.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-architecture-changes-with-agents&#34;&gt;Why architecture changes with agents&lt;/h2&gt;&#xA;&lt;p&gt;If humans are no longer the primary readers and writers of code, then architecture should no longer be optimised only for human familiarity. Instead, I want to optimise for:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Harness Engineering: Building a Factory for Code</title>
      <link>/2026/04/28/harness-engineering-building-a-factory-for-code/</link>
      <pubDate>Tue, 28 Apr 2026 09:00:00 +0000</pubDate>
      <guid>/2026/04/28/harness-engineering-building-a-factory-for-code/</guid>
      <description>&lt;p&gt;This is part 3 of a 5-part series on agentic engineering. &lt;a href=&#34;/2026/04/26/from-agile-engineering-to-agentic-engineering/&#34;&gt;Part 1&lt;/a&gt; made the case that we keep Agile values and change the mechanisms. &lt;a href=&#34;/2026/04/27/from-pair-programming-to-co-steering/&#34;&gt;Part 2&lt;/a&gt; walked through what that looks like for pairing and learning. This post is about the thing that does most of the work once agents are doing the execution: &lt;strong&gt;the harness&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-reframe&#34;&gt;The reframe&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;We are no longer primarily writing code. We are building a factory for generating code safely.&lt;/p&gt;</description>
    </item>
    <item>
      <title>From Pair Programming to Co-Steering</title>
      <link>/2026/04/27/from-pair-programming-to-co-steering/</link>
      <pubDate>Mon, 27 Apr 2026 09:00:00 +0000</pubDate>
      <guid>/2026/04/27/from-pair-programming-to-co-steering/</guid>
      <description>&lt;p&gt;This is part 2 of a 5-part series on agentic engineering. &lt;a href=&#34;/2026/04/26/from-agile-engineering-to-agentic-engineering/&#34;&gt;Part 1&lt;/a&gt; made the case that Agile values still matter; the mechanisms are what change. This post takes the most contested of those mechanisms — pair programming — and looks at what happens to it when one of the &amp;ldquo;pair&amp;rdquo; doesn&amp;rsquo;t need a keyboard.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve been a fan of pair programming for a long time. At Triptease we&amp;rsquo;ve leaned on it because it improves quality, accelerates learning, spreads context, builds resilience, and quietly does a lot of work for team cohesion. Those outcomes still matter.&lt;/p&gt;</description>
    </item>
    <item>
      <title>From Agile Engineering to Agentic Engineering</title>
      <link>/2026/04/26/from-agile-engineering-to-agentic-engineering/</link>
      <pubDate>Sun, 26 Apr 2026 09:00:00 +0000</pubDate>
      <guid>/2026/04/26/from-agile-engineering-to-agentic-engineering/</guid>
      <description>&lt;p&gt;For most of my career, &amp;ldquo;doing engineering well&amp;rdquo; has meant doing Agile well. Fast feedback, sustainable pace, simple design, close customer collaboration, all the values from the &lt;a href=&#34;https://agilemanifesto.org/&#34; target=&#34;_blank&#34;&gt;Agile Manifesto&lt;/a&gt; that I&amp;rsquo;ve spent twenty-odd years arguing about over coffee. At &lt;a href=&#34;https://www.triptease.com/&#34; target=&#34;_blank&#34;&gt;Triptease&lt;/a&gt; those values still pay rent: they help us deliver, adapt, collaborate, and not burn out.&lt;/p&gt;&#xA;&lt;p&gt;What&amp;rsquo;s changing is &lt;em&gt;who is doing the work&lt;/em&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The hard part of software has never been the typing. It&amp;rsquo;s always been translating fuzzy intent into a working solution: understanding the problem, choosing the design, working out what &amp;ldquo;correct&amp;rdquo; actually means, and keeping all of that consistent as things change. That&amp;rsquo;s where the real time has always gone.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
