<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ticketyboo.dev</title>
    <link>https://ticketyboo.dev</link>
    <description>Practitioner notes on delivery, architecture, governance, and AI-assisted development — patterns from real builds.</description>
    <language>en</language>
    <lastBuildDate>Sun, 12 Apr 2026 12:00:00 +0000</lastBuildDate>
    <atom:link href="https://ticketyboo.dev/feed.xml" rel="self" type="application/rss+xml"/>

    <item>
      <title>The automatable middle</title>
      <link>https://ticketyboo.dev/articles/automatable-middle.html</link>
      <guid>https://ticketyboo.dev/articles/automatable-middle.html</guid>
      <pubDate>Thu, 20 Mar 2026 00:00:00 +0000</pubDate>
      <description>Software development is two questions. Everything between them is already automatable. That doesn't reduce the craft involved — it relocates it.</description>
    </item>
    <item>
      <title>Tokens in the desert</title>
      <link>https://ticketyboo.dev/articles/tokens-in-the-desert.html</link>
      <guid>https://ticketyboo.dev/articles/tokens-in-the-desert.html</guid>
      <pubDate>Thu, 20 Mar 2026 00:00:00 +0000</pubDate>
      <description>$1.15 trillion in AI infrastructure over three years. The business model is tokens on a metre. Whether your use case works is your problem.</description>
    </item>
    <item>
      <title>Spend like you mean it</title>
      <link>https://ticketyboo.dev/articles/spend-like-you-mean-it.html</link>
      <guid>https://ticketyboo.dev/articles/spend-like-you-mean-it.html</guid>
      <pubDate>Thu, 20 Mar 2026 00:00:00 +0000</pubDate>
      <description>Not all AI spend is equal. Subscribe, burst, own — a framework for knowing which bucket every AI investment sits in before you commit.</description>
    </item>
    <item>
      <title>Replacing Paperclip with Lambda</title>
      <link>https://ticketyboo.dev/articles/replacing-paperclip.html</link>
      <guid>https://ticketyboo.dev/articles/replacing-paperclip.html</guid>
      <pubDate>Wed, 19 Mar 2026 00:00:00 +0000</pubDate>
      <description>How ticketyboo.dev replaced a 5-link AI agent dependency chain with four Lambda functions and a DynamoDB table — and why the boring version is better.</description>
    </item>
    <item>
      <title>43 repos in 70 days: platform convergence</title>
      <link>https://ticketyboo.dev/articles/platform-convergence.html</link>
      <guid>https://ticketyboo.dev/articles/platform-convergence.html</guid>
      <pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate>
      <description>Three AI agents, zero coordination meetings, and an architecture that emerged from the data rather than from planning documents.</description>
    </item>
    <item>
      <title>Enterprise data visibility without the enterprise price tag</title>
      <link>https://ticketyboo.dev/articles/enterprise-data-visibility.html</link>
      <guid>https://ticketyboo.dev/articles/enterprise-data-visibility.html</guid>
      <pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate>
      <description>SH∀DW, QuickSight, and PII classification patterns for data observability on a disciplined AWS footprint.</description>
    </item>
    <item>
      <title>Brood: worker queues for governance agents</title>
      <link>https://ticketyboo.dev/articles/brood-worker-queues.html</link>
      <guid>https://ticketyboo.dev/articles/brood-worker-queues.html</guid>
      <pubDate>Mon, 24 Feb 2026 00:00:00 +0000</pubDate>
      <description>Persona-based worker queues that give governance agents a concrete job to do — patterns for distributed AI operations.</description>
    </item>
    <item>
      <title>Governance as code: the Gatekeep story</title>
      <link>https://ticketyboo.dev/articles/governance-as-code.html</link>
      <guid>https://ticketyboo.dev/articles/governance-as-code.html</guid>
      <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
      <description>Gatekeep is a CLI tool with eight specialist AI personas, YAML-defined policies, and built-in OWASP, CIS, GDPR, and SOC 2 standards.</description>
    </item>
    <item>
      <title>Shift left: security scanning at every stage</title>
      <link>https://ticketyboo.dev/articles/security-scanning.html</link>
      <guid>https://ticketyboo.dev/articles/security-scanning.html</guid>
      <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
      <description>Shift-left security in practice: from pre-commit hooks to org-level scanning without an enterprise budget.</description>
    </item>
    <item>
      <title>Agentic development</title>
      <link>https://ticketyboo.dev/articles/agentic-development.html</link>
      <guid>https://ticketyboo.dev/articles/agentic-development.html</guid>
      <pubDate>Thu, 15 Jan 2026 00:00:00 +0000</pubDate>
      <description>Building software with AI agents that plan, execute, and verify their own work — and the governance patterns that keep them from going off-script.</description>
    </item>
    <item>
      <title>Multi-tenant SaaS: the omni-whitelabel pattern</title>
      <link>https://ticketyboo.dev/articles/multi-tenant-saas.html</link>
      <guid>https://ticketyboo.dev/articles/multi-tenant-saas.html</guid>
      <pubDate>Thu, 15 Jan 2026 00:00:00 +0000</pubDate>
      <description>One codebase, many tenants, zero cross-tenant leakage. The B2B2C whitelabel pattern from a production deployment.</description>
    </item>
    <item>
      <title>The agentic stack: seven layers from zero to self-healing</title>
      <link>https://ticketyboo.dev/articles/agentic-stack.html</link>
      <guid>https://ticketyboo.dev/articles/agentic-stack.html</guid>
      <pubDate>Wed, 14 Jan 2026 00:00:00 +0000</pubDate>
      <description>Seven stackable layers from an empty AWS account to a self-healing, governed development system.</description>
    </item>
    <item>
      <title>Closing the loop: from issue to pull request</title>
      <link>https://ticketyboo.dev/articles/autodev-pipeline.html</link>
      <guid>https://ticketyboo.dev/articles/autodev-pipeline.html</guid>
      <pubDate>Wed, 14 Jan 2026 00:00:00 +0000</pubDate>
      <description>Automating the journey from a discovered issue to a merged pull request — the AutoDev pipeline pattern.</description>
    </item>
    <item>
      <title>Scripts at scale: health checks and remediation tooling</title>
      <link>https://ticketyboo.dev/articles/scripts-at-scale.html</link>
      <guid>https://ticketyboo.dev/articles/scripts-at-scale.html</guid>
      <pubDate>Wed, 14 Jan 2026 00:00:00 +0000</pubDate>
      <description>Running health checks and remediation at scale with purpose-built scripts.</description>
    </item>
    <item>
      <title>Personas before governance</title>
      <link>https://ticketyboo.dev/articles/personas-before-governance.html</link>
      <guid>https://ticketyboo.dev/articles/personas-before-governance.html</guid>
      <pubDate>Tue, 13 Jan 2026 00:00:00 +0000</pubDate>
      <description>From Springfield character names to Smithers the LLM observer to a full AI committee review system.</description>
    </item>
    <item>
      <title>Agentic code review</title>
      <link>https://ticketyboo.dev/articles/agentic-code-review.html</link>
      <guid>https://ticketyboo.dev/articles/agentic-code-review.html</guid>
      <pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate>
      <description>Five governance personas, one pull request. What it looks like when security, finance, privacy, compliance, and data all review the same code change.</description>
    </item>
    <item>
      <title>Agentic development contracts</title>
      <link>https://ticketyboo.dev/articles/agentic-development-contracts.html</link>
      <guid>https://ticketyboo.dev/articles/agentic-development-contracts.html</guid>
      <pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate>
      <description>Machine-readable, machine-enforceable bilateral contracts for AI agents. The same rigour as hiring a dev house, applied to your codegen.</description>
    </item>
    <item>
      <title>I can audit all your systems — latest to legacy</title>
      <link>https://ticketyboo.dev/articles/all-your-systems-latest-to-legacy.html</link>
      <guid>https://ticketyboo.dev/articles/all-your-systems-latest-to-legacy.html</guid>
      <pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate>
      <description>The RST scale was built to score GitHub repositories. It was never only about code. Any system with observable outputs can be scored and remediated.</description>
    </item>
    <item>
      <title>Fire and forget: async task queues for AI coding sessions</title>
      <link>https://ticketyboo.dev/articles/async-ai-task-queue.html</link>
      <guid>https://ticketyboo.dev/articles/async-ai-task-queue.html</guid>
      <pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate>
      <description>A pattern for offloading slow AI tasks from an interactive coding session to a background worker queue, with results read back on completion.</description>
    </item>
    <item>
      <title>Build log: shipping a governed AI coding assistant in one month</title>
      <link>https://ticketyboo.dev/articles/build-log-march-2026.html</link>
      <guid>https://ticketyboo.dev/articles/build-log-march-2026.html</guid>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <description>Lambda, Cognito, Stripe, DynamoDB, a VS Code extension, 473 tests. No EC2. Every decision, every gotcha.</description>
    </item>
    <item>
      <title>The deliberation engine</title>
      <link>https://ticketyboo.dev/articles/deliberation-engine.html</link>
      <guid>https://ticketyboo.dev/articles/deliberation-engine.html</guid>
      <pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate>
      <description>Four AI personas deliberate on a problem before any code is written. The architecture behind structured AI disagreement.</description>
    </item>
    <item>
      <title>The governance proxy</title>
      <link>https://ticketyboo.dev/articles/governance-proxy.html</link>
      <guid>https://ticketyboo.dev/articles/governance-proxy.html</guid>
      <pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate>
      <description>An MCP-compatible proxy that intercepts agent actions, evaluates them against policy, and blocks or permits in real time.</description>
    </item>
    <item>
      <title>Repo as data structure</title>
      <link>https://ticketyboo.dev/articles/repo-as-data-structure.html</link>
      <guid>https://ticketyboo.dev/articles/repo-as-data-structure.html</guid>
      <pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate>
      <description>Google, Meta, Microsoft, Amazon, and Apple all solved the monorepo problem differently. AI assistants change which trade-offs matter.</description>
    </item>
    <item>
      <title>Building on a budget with humans in the loop</title>
      <link>https://ticketyboo.dev/articles/resource-aware-human-loop.html</link>
      <guid>https://ticketyboo.dev/articles/resource-aware-human-loop.html</guid>
      <pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate>
      <description>How garden leave, AWS free tier, and a 4-tier human-in-the-loop framework shaped three months of building.</description>
    </item>
    <item>
      <title>Auditing a Salesforce org for divestiture</title>
      <link>https://ticketyboo.dev/articles/salesforce-divestiture-audit.html</link>
      <guid>https://ticketyboo.dev/articles/salesforce-divestiture-audit.html</guid>
      <pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate>
      <description>Five stages. Read-only. SOQL and the Tooling API. Numbered findings with evidence. A remediation register before the steering group asks for one.</description>
    </item>
    <item>
      <title>Scanner Pro: evidence-grade tool verification</title>
      <link>https://ticketyboo.dev/articles/scanner-pro.html</link>
      <guid>https://ticketyboo.dev/articles/scanner-pro.html</guid>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <description>Free scan finds patterns. Pro scan runs bandit, semgrep, checkov, detect-secrets, pip-audit, and ruff. Why method_label: "tool_verified" matters for governance audit trails.</description>
    </item>
    <item>
      <title>The contract model for AI development</title>
      <link>https://ticketyboo.dev/articles/the-contract-model-for-ai-development.html</link>
      <guid>https://ticketyboo.dev/articles/the-contract-model-for-ai-development.html</guid>
      <pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate>
      <description>A DevContract is a machine-readable Statement of Work for AI developers. Three phases, eight clause types, one enforceable governance loop.</description>
    </item>

  </channel>
</rss>
