<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Blog — TIMECODED</title>
    <link>https://timecoded.me/blog/</link>
    <description>Writings on AI agents, infrastructure, security, and the cognitive layers in between.</description>
    <language>en</language>
    <lastBuildDate>Wed, 11 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://timecoded.me/blog/rss.xml" rel="self" type="application/rss+xml" />
    <image>
      <url>https://timecoded.me/favicon.svg</url>
      <title>Blog — TIMECODED</title>
      <link>https://timecoded.me/blog/</link>
    </image>

    <item>
      <title>PromptCapsule Launches: Hardening AI Instructions Against Injection</title>
      <link>https://timecoded.me/blog/#promptcapsule-launch</link>
      <guid isPermaLink="true">https://timecoded.me/blog/#promptcapsule-launch</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <category>AI Security</category>
      <description><![CDATA[Prompt injection is the SQL injection of the LLM era. We built PromptCapsule to seal instructions in cryptographically-audited envelopes that resist indirect prompt injection, role-escalation, and context-overflow attacks.]]></description>
      <content:encoded><![CDATA[
        <h2>The Problem</h2>
        <p>Prompt injection attacks work by manipulating the context window — an attacker injects instructions that override or hijack the system prompt. Like SQL injection, it exploits the fact that LLM apps often concatenate untrusted user input directly into the prompt stream.</p>
        <h2>How PromptCapsule Helps</h2>
        <p>We implement three layers: Instruction Sealing, Pattern Auditing, and Behavioral Contracts.</p>
      ]]></content:encoded>
    </item>

    <item>
      <title>Agent Conductor v1: Multi-Agent Orchestration for Complex Task Graphs</title>
      <link>https://timecoded.me/blog/#agent-conductor-v1</link>
      <guid isPermaLink="true">https://timecoded.me/blog/#agent-conductor-v1</guid>
      <pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate>
      <category>Multi-Agent</category>
      <description><![CDATA[Moving beyond single-prompt agents to swarms requires orchestration. Agent Conductor provides the planning, delegation, and self-correction primitives that turn a collection of agents into a coherent workforce.]]></description>
    </item>

    <item>
      <title>The TIMECODED Site: Design Decisions Behind the Cyber-Ritual Aesthetic</title>
      <link>https://timecoded.me/blog/#timecoded-site-launch</link>
      <guid isPermaLink="true">https://timecoded.me/blog/#timecoded-site-launch</guid>
      <pubDate>Sat, 02 May 2026 00:00:00 +0000</pubDate>
      <category>Design</category>
      <description><![CDATA[A site that looks like it was summoned from a dark terminal — but underneath every visual choice is a deliberate systems-thinking rationale. On the design language of timecoded.me.]]></description>
    </item>

    <item>
      <title>SigilScript: A DSL for Embedding Symbolic Triggers in AI Systems</title>
      <link>https://timecoded.me/blog/#sigil-script-dsl</link>
      <guid isPermaLink="true">https://timecoded.me/blog/#sigil-script-dsl</guid>
      <pubDate>Tue, 14 Apr 2026 00:00:00 +0000</pubDate>
      <category>DSL</category>
      <description><![CDATA[What if guardrails were written as incantations? SigilScript lets you embed ritual-like constraints into agent prompts — and compile them to verifiable behavioral boundaries.]]></description>
    </item>
  </channel>
</rss>
