<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Ghassan Alhamoud — AI Architecture &amp; Automation</title>
    <link>https://ghassan-alhamoud.com</link>
    <description>AI architecture, systems engineering, distributed systems, and the hard problems nobody’s solving — by Ghassan Alhamoud.</description>
    <language>en</language>
    <lastBuildDate>Sun, 13 Sep 2026 22:00:00 GMT</lastBuildDate>
    <atom:link href="https://ghassan-alhamoud.com/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>When an AI Agent Met a Real Motor: Energized Is Not Spinning</title>
      <link>https://ghassan-alhamoud.com/articles/agent-spun-the-motor.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/agent-spun-the-motor.html</guid>
      <pubDate>Sun, 13 Sep 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A real model chose bounded cooling, while a separately verified hardware run exposed why GPIO state is not physical proof—and why the integration seam remains open.]]></description>
      <category>AI Agents</category>
      <category>Hardware</category>
      <category>Governance</category>
      <category>Verification</category>
      <category>AI Engineering</category>
    </item>
    <item>
      <title>Agent Review Loop Postmortem: Why Delegation Stalled, and How to Fix It</title>
      <link>https://ghassan-alhamoud.com/articles/agent-loop-postmortem.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/agent-loop-postmortem.html</guid>
      <pubDate>Mon, 31 Aug 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[Agent review loop postmortem: what the evidence proved, where nested delegation and monitoring stalled, and a smaller control plane to fix it next time.]]></description>
      <category>Agent Orchestration</category>
      <category>Postmortem</category>
      <category>Verification</category>
      <category>AI Engineering</category>
      <category>Reliability</category>
    </item>
    <item>
      <title>Nineteen Agents, One Working Directory, and a Codebase That Finally Got Cleaner</title>
      <link>https://ghassan-alhamoud.com/articles/nineteen-agents-one-working-directory.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/nineteen-agents-one-working-directory.html</guid>
      <pubDate>Tue, 25 Aug 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A multi-agent coding field report: coordinating 19 agents in one working directory with bounded ownership, independent review, and a single commit chokepoint.]]></description>
      <category>Multi-Agent Systems</category>
      <category>Clean Code</category>
      <category>Agent Orchestration</category>
      <category>Verification</category>
      <category>Ruby</category>
    </item>
    <item>
      <title>I Made an AI Film Pipeline. Now It's Open Source.</title>
      <link>https://ghassan-alhamoud.com/articles/film-pipeline-open-source.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/film-pipeline-open-source.html</guid>
      <pubDate>Thu, 30 Jul 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[An open-source LangGraph AI film pipeline: typed state, real human gates, MCP tools, versioned artifacts, QC evidence, and honest production boundaries.]]></description>
      <category>AI Film</category>
      <category>LangGraph</category>
      <category>MCP</category>
      <category>Open Source</category>
      <category>Pipeline</category>
      <category>Python</category>
    </item>
    <item>
      <title>An Open-Source Miner for Finding Automation Opportunities</title>
      <link>https://ghassan-alhamoud.com/articles/automation-miner-open-source.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/automation-miner-open-source.html</guid>
      <pubDate>Sun, 26 Jul 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[An open-source miner for finding automation opportunities: domain evidence becomes a citable, scored portfolio via LangGraph, MCP, and ICE.]]></description>
      <category>Open Source</category>
      <category>Automation</category>
      <category>AI Agents</category>
      <category>LangGraph</category>
      <category>MCP</category>
      <category>Python</category>
    </item>
    <item>
      <title>Your Agent Does Not Need Inbox Access. It Needs Email Intelligence.</title>
      <link>https://ghassan-alhamoud.com/articles/email-intelligence-protocol.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/email-intelligence-protocol.html</guid>
      <pubDate>Thu, 23 Jul 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A local-first email intelligence layer for AI agents: durable state, prompt-injection scanning, and draft-first sending with Maildir, SQLite, and MCP.]]></description>
      <category>Open Source</category>
      <category>AI Agents</category>
      <category>MCP</category>
      <category>Email</category>
      <category>Security</category>
      <category>Local First</category>
    </item>
    <item>
      <title>How to Test Terminal UIs with tmux: A Deterministic PTY Workflow</title>
      <link>https://ghassan-alhamoud.com/articles/testing-tuis-with-tmux.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/testing-tuis-with-tmux.html</guid>
      <pubDate>Wed, 01 Jul 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[Test terminal UIs with tmux: a copyable black-box workflow using a real PTY, dimensions, state polling, focus handling, a size matrix, and a CI fixture.]]></description>
      <category>TUI</category>
      <category>Testing</category>
      <category>tmux</category>
      <category>Python</category>
      <category>Automation</category>
      <category>DevOps</category>
    </item>
    <item>
      <title>Turn Agent Experience into Shared Knowledge: An ALMS→OKF Export Bridge</title>
      <link>https://ghassan-alhamoud.com/articles/alms-okf-integration-bridge.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/alms-okf-integration-bridge.html</guid>
      <pubDate>Wed, 01 Jul 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A governed path from AI agent learnings to portable OKF knowledge: export filters, provenance, conflict handling, and a security boundary.]]></description>
      <category>AI Agents</category>
      <category>OKF</category>
      <category>ALMS</category>
      <category>Knowledge Management</category>
      <category>MCP</category>
      <category>Agent Memory</category>
    </item>
    <item>
      <title>Why a Strong Coding Agent Failed a TUI Task: A Detailed Case Study</title>
      <link>https://ghassan-alhamoud.com/articles/smart-models-go-stupid.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/smart-models-go-stupid.html</guid>
      <pubDate>Tue, 23 Jun 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A repository-backed case study: 6,142 lines of TUI design became a 280-line REPL. Here is the acceptance gap and the delivery contract that fixed it.]]></description>
      <category>AI Agents</category>
      <category>Code Generation</category>
      <category>Engineering</category>
      <category>UX</category>
      <category>LLM Limitations</category>
      <category>TUI</category>
      <category>Terminal</category>
    </item>
    <item>
      <title>A Verification &amp; Entitlement Layer for AI Agent Skills (SkillLedger)</title>
      <link>https://ghassan-alhamoud.com/articles/skill-ledger-open-source-verified-agent-skill-marketplace.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/skill-ledger-open-source-verified-agent-skill-marketplace.html</guid>
      <pubDate>Sun, 14 Jun 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A verification and entitlement layer for AI agent skills: manifest checks, purchase ledger, entitlement tokens, and REST plus MCP, all open source.]]></description>
      <category>Open Source</category>
      <category>Agents</category>
      <category>MCP</category>
      <category>Ruby on Rails</category>
      <category>Marketplace</category>
      <category>API</category>
      <category>Infrastructure</category>
      <category>Agent Skills</category>
    </item>
    <item>
      <title>Shared Operational Memory for AI Agents via MCP (ALMS, Open Source)</title>
      <link>https://ghassan-alhamoud.com/articles/alms-open-source-shared-agent-memory.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/alms-open-source-shared-agent-memory.html</guid>
      <pubDate>Wed, 10 Jun 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[Shared operational memory for AI agents: an open-source MCP server with an agent registry, gap-safe learning sync, and tag-based protocols.]]></description>
      <category>Open Source</category>
      <category>Agents</category>
      <category>MCP</category>
      <category>Go</category>
      <category>PostgreSQL</category>
      <category>Multi-Agent</category>
      <category>Learning</category>
      <category>Infrastructure</category>
    </item>
    <item>
      <title>Quality vs Speed with AI Agents: A Risk-Based Gate Framework</title>
      <link>https://ghassan-alhamoud.com/articles/quality-vs-speed-agent-era.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/quality-vs-speed-agent-era.html</guid>
      <pubDate>Wed, 03 Jun 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[Route AI-agent work through fast, standard, or critical quality gates by risk: a classification matrix, per-path evidence, and metrics that expose false speed.]]></description>
      <category>AI Agents</category>
      <category>Quality Gates</category>
      <category>Engineering</category>
      <category>Risk Management</category>
    </item>
    <item>
      <title>Building an AI Film Pipeline: Architecture, Failures, and Current Evidence</title>
      <link>https://ghassan-alhamoud.com/articles/film-pipeline-postmortem.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/film-pipeline-postmortem.html</guid>
      <pubDate>Mon, 01 Jun 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[An AI film pipeline postmortem: named production failures (moderation, cost, API key limits), an eight-phase architecture, and human-in-the-loop review gates.]]></description>
      <category>AI Film</category>
      <category>Pipeline</category>
      <category>Postmortem</category>
      <category>Seedance</category>
      <category>Veo</category>
      <category>Engineering</category>
    </item>
    <item>
      <title>Auditing a 12-Hour AI Go Code-Generation Marathon</title>
      <link>https://ghassan-alhamoud.com/articles/ai-coded-83-mcp-tools-marathon.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/ai-coded-83-mcp-tools-marathon.html</guid>
      <pubDate>Sat, 30 May 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A repository-backed audit of an AI-assisted Go code-generation marathon: 32 feature commits, a variable-corruption bug, and a reusable release gate.]]></description>
      <category>AI Agents</category>
      <category>Go</category>
      <category>Architecture</category>
      <category>MCP</category>
      <category>Automation</category>
      <category>Code Generation</category>
      <category>Engineering</category>
    </item>
    <item>
      <title>Agent-First Entity Database: Schema, MCP Contract, and Benchmarks</title>
      <link>https://ghassan-alhamoud.com/articles/entity-database-zero-ui-agents.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/entity-database-zero-ui-agents.html</guid>
      <pubDate>Wed, 27 May 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A zero-UI, agent-first entity database on DuckDB: field-level provenance, four bounded MCP tools, measured query latency, and conservative entity resolution.]]></description>
      <category>AI Agents</category>
      <category>MCP</category>
      <category>DuckDB</category>
      <category>Data Architecture</category>
    </item>
    <item>
      <title>Structured Agent Handoffs: Contracts, State Machines, and Acceptance Gates</title>
      <link>https://ghassan-alhamoud.com/articles/orchestrator-qwen-acp-handoff.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/orchestrator-qwen-acp-handoff.html</guid>
      <pubDate>Wed, 27 May 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A production pattern for delegating coding work between AI agents: typed scope, permissions, idempotency, lifecycle states, and integration acceptance evidence.]]></description>
      <category>AI Agents</category>
      <category>Delegation</category>
      <category>MCP</category>
      <category>Reliability</category>
    </item>
    <item>
      <title>How I Built a 3 ms Workspace Index for AI Agents</title>
      <link>https://ghassan-alhamoud.com/articles/workspace-indexing-3ms.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/workspace-indexing-3ms.html</guid>
      <pubDate>Tue, 05 May 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A reproducible workspace-index benchmark for AI agents: a compact semantic registry, measured JSON parse latency, and when to use a registry vs grep vs vectors.]]></description>
      <category>Architecture</category>
      <category>Performance</category>
      <category>Workspace Indexing</category>
      <category>AI</category>
      <category>OpenClaw</category>
    </item>
    <item>
      <title>Self-Healing Agent Systems: A Bounded Remediation State Machine</title>
      <link>https://ghassan-alhamoud.com/articles/self-healing-architecture-feedback-loop.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/self-healing-architecture-feedback-loop.html</guid>
      <pubDate>Mon, 04 May 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[Self-healing AI agent runtimes as a bounded state machine: typed detection, idempotency, invariant verification, compensation, and circuit breakers.]]></description>
      <category>Self-Healing</category>
      <category>Reliability</category>
      <category>State Machines</category>
      <category>Circuit Breakers</category>
    </item>
    <item>
      <title>Issue Management as a Reliability Control Plane for AI Agents</title>
      <link>https://ghassan-alhamoud.com/articles/issue-management-system-property.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/issue-management-system-property.html</guid>
      <pubDate>Sun, 03 May 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A durable issue-control-plane design for AI agents: fingerprints, lifecycle, evidence-first root cause, corrective actions, and learning metrics.]]></description>
      <category>Reliability</category>
      <category>Incident Management</category>
      <category>Root Cause</category>
      <category>Evidence</category>
    </item>
    <item>
      <title>5 Failures From 3 Months Building a Personal AI Agent</title>
      <link>https://ghassan-alhamoud.com/articles/5-failures-building-agent-3-months.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/5-failures-building-agent-3-months.html</guid>
      <pubDate>Sun, 03 May 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[5 failures from 3 months building a personal AI agent: provider loss, daemon outages, unsafe self-modification, reboot fragility, and premature closure.]]></description>
      <category>AI Agents</category>
      <category>Infrastructure</category>
      <category>Failure</category>
      <category>Architecture</category>
      <category>AI</category>
      <category>OpenClaw</category>
    </item>
    <item>
      <title>5 Infrastructure Layers Every Production AI Agent Needs</title>
      <link>https://ghassan-alhamoud.com/articles/5-infrastructure-layers-broke-agent.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/5-infrastructure-layers-broke-agent.html</guid>
      <pubDate>Sun, 03 May 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[5 infrastructure layers every production AI agent needs: transport, identity and policy, orchestration, verification, observability, and readiness gates.]]></description>
      <category>AI Agents</category>
      <category>Infrastructure</category>
      <category>Architecture</category>
      <category>Reliability</category>
      <category>Security</category>
    </item>
    <item>
      <title>What a 250-Item Agent Run Actually Proved: A Fault-Injection Postmortem</title>
      <link>https://ghassan-alhamoud.com/articles/stress-test-self-healing-250-target.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/stress-test-self-healing-250-target.html</guid>
      <pubDate>Sat, 02 May 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[An evidence-backed agent-workflow postmortem and a reproducible 250-case fault-injection protocol: detection, verified recovery, and safety metrics.]]></description>
      <category>Reliability</category>
      <category>Evaluation</category>
      <category>Fault Injection</category>
      <category>AI Agents</category>
      <category>OpenClaw</category>
    </item>
    <item>
      <title>One Automation Pattern Across Six Industries: A Comparative Study</title>
      <link>https://ghassan-alhamoud.com/articles/automation-pattern-6-industries.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/automation-pattern-6-industries.html</guid>
      <pubDate>Fri, 01 May 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[Comparing the top automation candidates across six industries: the recurring last-mile transformation pattern, and where inputs, risks, and authority differ.]]></description>
      <category>Automation</category>
      <category>Discovery</category>
      <category>Architecture</category>
      <category>Pattern</category>
      <category>AI</category>
      <category>OpenClaw</category>
    </item>
    <item>
      <title>How an AI System Found and Scored 42 Automation Opportunities</title>
      <link>https://ghassan-alhamoud.com/articles/ai-found-42-automation-opportunities.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/ai-found-42-automation-opportunities.html</guid>
      <pubDate>Fri, 01 May 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[The published 42-item automation-discovery dataset: ICE scoring across six domains, what the scores establish, selection bias, and a validation funnel.]]></description>
      <category>Automation</category>
      <category>Discovery</category>
      <category>Dataset</category>
      <category>Scoring</category>
      <category>Validation</category>
      <category>OpenClaw</category>
    </item>
    <item>
      <title>Safe Self-Improvement Automation: Detect, Repair, Verify, Roll Back</title>
      <link>https://ghassan-alhamoud.com/articles/most-boring-automation-self-improving.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/most-boring-automation-self-improving.html</guid>
      <pubDate>Tue, 14 Apr 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A bounded self-improvement pattern: declarative inventory, evidence-backed findings, blast-radius classes, preconditions, verification, and rollback.]]></description>
      <category>Automation</category>
      <category>Feedback Loops</category>
      <category>Verification</category>
      <category>Rollback</category>
    </item>
    <item>
      <title>Agent-to-Agent Negotiation by Email: A Pre-Experiment Protocol</title>
      <link>https://ghassan-alhamoud.com/articles/a2a-negotiation-outreach.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/a2a-negotiation-outreach.html</guid>
      <pubDate>Sat, 11 Apr 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[An honest pre-experiment protocol for AI agent negotiation over email: hypotheses, pre-registered metrics, safety controls, a dry run, and go/no-go gates.]]></description>
      <category>AI Agents</category>
      <category>Negotiation</category>
      <category>Experimental Design</category>
      <category>Email</category>
    </item>
    <item>
      <title>How I Use an LLM to Prepare for a High-Stakes Negotiation</title>
      <link>https://ghassan-alhamoud.com/articles/negotiation-veteran-collapse-llm-coach.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/negotiation-veteran-collapse-llm-coach.html</guid>
      <pubDate>Thu, 09 Apr 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A privacy-conscious LLM negotiation protocol: set your BATNA and reservation point, rehearse adversarially, design questions, and debrief the result.]]></description>
      <category>Negotiation</category>
      <category>LLM</category>
      <category>Preparation</category>
      <category>Decision Support</category>
    </item>
    <item>
      <title>How Much of a Product Pipeline Can AI Agents Own? What Must Stay Human</title>
      <link>https://ghassan-alhamoud.com/articles/dreamforge-automation-pipeline.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/dreamforge-automation-pipeline.html</guid>
      <pubDate>Tue, 07 Apr 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[An honest product-to-code automation architecture: what AI agents can own, what must stay human, circuit breakers, and how to actually measure automation.]]></description>
      <category>Automation</category>
      <category>Product Delivery</category>
      <category>AI Agents</category>
      <category>Human-in-the-Loop</category>
    </item>
    <item>
      <title>Designing an On-Device Personal Memory System</title>
      <link>https://ghassan-alhamoud.com/articles/echoweave-on-device-narrative-os.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/echoweave-on-device-narrative-os.html</guid>
      <pubDate>Sat, 04 Apr 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[An on-device personal memory architecture and privacy threat model: consent, provenance, deletion of derived data, and measured device resource budgets.]]></description>
      <category>Privacy</category>
      <category>On-Device AI</category>
      <category>Personal Memory</category>
      <category>Threat Modeling</category>
    </item>
    <item>
      <title>Agent Memory Architecture: Admission, Retrieval, Consolidation, and Forgetting</title>
      <link>https://ghassan-alhamoud.com/articles/every-token-is-rent-memory-architecture.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/every-token-is-rent-memory-architecture.html</guid>
      <pubDate>Tue, 31 Mar 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[Agent memory architecture as a production lifecycle: admission gates, provenance-aware retrieval, consolidation, forgetting, deletion, and evaluation.]]></description>
      <category>Agent Memory</category>
      <category>Retrieval</category>
      <category>Knowledge Systems</category>
      <category>Evaluation</category>
    </item>
    <item>
      <title>Self-Hosted Startup Intelligence: A Working Case Study</title>
      <link>https://ghassan-alhamoud.com/articles/startupgraph-insights-engine.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/startupgraph-insights-engine.html</guid>
      <pubDate>Sun, 29 Mar 2026 22:00:00 GMT</pubDate>
      <description><![CDATA[A working self-hosted startup intelligence system: DuckDB, field-level provenance, deterministic query filters, MCP tools for agents, and honest limits.]]></description>
      <category>Startup Intelligence</category>
      <category>MCP</category>
      <category>DuckDB</category>
      <category>Data Engineering</category>
    </item>
    <item>
      <title>AI Agent Execution Attestation: A Verifiable Audit Trail</title>
      <link>https://ghassan-alhamoud.com/articles/agent-execution-attestation.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/agent-execution-attestation.html</guid>
      <pubDate>Fri, 27 Mar 2026 23:00:00 GMT</pubDate>
      <description><![CDATA[AI agent execution attestation, vendor-neutral: a signed envelope, delegated authority, effect receipts, a threat model, and a step-by-step verification flow.]]></description>
      <category>AI Agents</category>
      <category>Attestation</category>
      <category>Auditability</category>
      <category>Security</category>
      <category>Cryptography</category>
    </item>
    <item>
      <title>Compliance as Code for the EU AI Act: An Engineering Framework</title>
      <link>https://ghassan-alhamoud.com/articles/compliance-as-code-eu-ai-act.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/compliance-as-code-eu-ai-act.html</guid>
      <pubDate>Tue, 24 Mar 2026 23:00:00 GMT</pubDate>
      <description><![CDATA[Compliance as code for the EU AI Act: versioned controls and reproducible evidence, without pretending code makes the legal determination.]]></description>
      <category>EU AI Act</category>
      <category>Compliance Engineering</category>
      <category>AI Governance</category>
      <category>Auditability</category>
    </item>
    <item>
      <title>Agent Reliability SLOs: Measure Correctness, Safety, and Recovery</title>
      <link>https://ghassan-alhamoud.com/articles/agent-reliability-sla-infrastructure.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/agent-reliability-sla-infrastructure.html</guid>
      <pubDate>Sat, 21 Mar 2026 23:00:00 GMT</pubDate>
      <description><![CDATA[An SLI/SLO and error-budget framework for production AI agents: verified task success, forbidden and duplicate effects, recovery, and burn-rate alerts.]]></description>
      <category>AI Agents</category>
      <category>Reliability</category>
      <category>SRE</category>
      <category>SLOs</category>
      <category>Observability</category>
    </item>
    <item>
      <title>How to Build a Product Ideation Engine: A Repeatable Discovery System</title>
      <link>https://ghassan-alhamoud.com/articles/systematic-ideation-engine.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/systematic-ideation-engine.html</guid>
      <pubDate>Thu, 19 Mar 2026 23:00:00 GMT</pubDate>
      <description><![CDATA[How to build a product ideation engine for repeatable discovery: three lenses, hard gates, dedup by problem, evidence-weighted scoring, and a learning loop.]]></description>
      <category>Ideation</category>
      <category>Product Discovery</category>
      <category>Validation</category>
      <category>AI Systems</category>
    </item>
    <item>
      <title>Build vs Buy Startup Intelligence: A Self-Hosted Entity Graph</title>
      <link>https://ghassan-alhamoud.com/articles/startup-intelligence-entity-graph.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/startup-intelligence-entity-graph.html</guid>
      <pubDate>Tue, 17 Mar 2026 23:00:00 GMT</pubDate>
      <description><![CDATA[Build vs buy for startup intelligence data: a decision framework grounded in a self-hosted DuckDB entity graph with field-level provenance and honest limits.]]></description>
      <category>Startup Intelligence</category>
      <category>Entity Resolution</category>
      <category>Data Provenance</category>
      <category>DuckDB</category>
      <category>AI Agents</category>
    </item>
    <item>
      <title>The Security Risks of Unverified AI Agent Skills</title>
      <link>https://ghassan-alhamoud.com/articles/agent-black-box-skill-ledger.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/agent-black-box-skill-ledger.html</guid>
      <pubDate>Wed, 11 Mar 2026 23:00:00 GMT</pubDate>
      <description><![CDATA[A practical threat model for third-party AI agent skills: identity, integrity, provenance, policy, safe behavior, and why a "verified" badge is not enough.]]></description>
      <category>AI Agents</category>
      <category>Agent Skills</category>
      <category>Security</category>
      <category>Software Supply Chain</category>
      <category>Threat Modeling</category>
    </item>
    <item>
      <title>Stop Building "Agent Soup": A Compiler-Style Multi-Agent Workflow</title>
      <link>https://ghassan-alhamoud.com/articles/stop-building-agent-soup-compilers.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/stop-building-agent-soup-compilers.html</guid>
      <pubDate>Mon, 09 Mar 2026 23:00:00 GMT</pubDate>
      <description><![CDATA[A compiler-style pattern for multi-agent workflows: normalize intent into a typed IR, validate policy, execute deterministically, and verify effects.]]></description>
      <category>AI Agents</category>
      <category>Architecture</category>
      <category>Engineering</category>
      <category>OpenClaw</category>
    </item>
    <item>
      <title>AI Agent Discovery Is a Bigger Bottleneck Than Reasoning</title>
      <link>https://ghassan-alhamoud.com/articles/agent-reasoning-discovery-fallacy.html</link>
      <guid isPermaLink="true">https://ghassan-alhamoud.com/articles/agent-reasoning-discovery-fallacy.html</guid>
      <pubDate>Sat, 07 Mar 2026 23:00:00 GMT</pubDate>
      <description><![CDATA[Capability discovery for AI agents: a five-stage pipeline from registry to runtime selection, with semantic matching, compatibility, and trust.]]></description>
      <category>AI Agents</category>
      <category>Discovery</category>
      <category>Distributed Systems</category>
      <category>AI</category>
      <category>OpenClaw</category>
    </item>
  </channel>
</rss>
