<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on Minh&#39;s Blog</title>
    <link>https://minh2416294.github.io/posts/</link>
    <description>Recent content in Posts on Minh&#39;s Blog</description>
    <image>
      <title>Minh&#39;s Blog</title>
      <url>https://minh2416294.github.io/images/og-default.png</url>
      <link>https://minh2416294.github.io/images/og-default.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 30 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://minh2416294.github.io/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Code, Context, and Me</title>
      <link>https://minh2416294.github.io/posts/i-build-the-guardrails-around-ai-agents/</link>
      <pubDate>Tue, 30 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://minh2416294.github.io/posts/i-build-the-guardrails-around-ai-agents/</guid>
      <description>A self-intro. I work on the controls around AI agents - what they can do, what stays human, and how the system fails when something slips. Here&amp;rsquo;s how I think, shown through the work, including its limits.</description>
    </item>
    <item>
      <title>Using Hooks as Deterministic Guardrail</title>
      <link>https://minh2416294.github.io/posts/prompts-ask-hooks-enforce/</link>
      <pubDate>Sun, 21 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://minh2416294.github.io/posts/prompts-ask-hooks-enforce/</guid>
      <description>A rule stated in the markdown is typically followed, but when it&amp;rsquo;s not, that rule belongs in code that runs before the tool itself.</description>
    </item>
    <item>
      <title>Debugging My Agent Guardrails</title>
      <link>https://minh2416294.github.io/posts/two-bugs-in-my-own-guardrails/</link>
      <pubDate>Wed, 10 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://minh2416294.github.io/posts/two-bugs-in-my-own-guardrails/</guid>
      <description>A guardrail that blocked the workflow it was meant to protect, and a permission rule that was silently dead. Both were bugs in my own config.</description>
    </item>
    <item>
      <title>Auditing Agent Self-Truth</title>
      <link>https://minh2416294.github.io/posts/your-agent-has-no-ground-truth/</link>
      <pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://minh2416294.github.io/posts/your-agent-has-no-ground-truth/</guid>
      <description>Context degradation, silent failure, and miscalibrated escalation look like three separate problems. They&amp;rsquo;re all the same instrumentation gap.</description>
    </item>
    <item>
      <title>Fixing Common Failure Modes in LLM Extraction</title>
      <link>https://minh2416294.github.io/posts/llm-extraction-failure-modes/</link>
      <pubDate>Tue, 12 May 2026 00:00:00 +0000</pubDate>
      <guid>https://minh2416294.github.io/posts/llm-extraction-failure-modes/</guid>
      <description>Every prompt engineering technique exists because a specific failure mode forced it. Here&amp;rsquo;s the failure taxonomy, not the technique list.</description>
    </item>
    <item>
      <title>Exploring Claude Code Configuration Stack</title>
      <link>https://minh2416294.github.io/posts/the-claude-code-config-stack/</link>
      <pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://minh2416294.github.io/posts/the-claude-code-config-stack/</guid>
      <description>CLAUDE.md, path rules, skills, hooks, and headless CI each have their own post. Nobody writes about how they compose or what happens when the stack drifts.</description>
    </item>
    <item>
      <title>Debugging Tool Misrouting in LLM Agents</title>
      <link>https://minh2416294.github.io/posts/how-to-debug-tool-misrouting/</link>
      <pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://minh2416294.github.io/posts/how-to-debug-tool-misrouting/</guid>
      <description>Everyone says &amp;lsquo;fix your tool descriptions.&amp;rsquo; Nobody shows how to diagnose which specific failure caused the misroute.</description>
    </item>
    <item>
      <title>Protecting The Model&#39;s Context Window</title>
      <link>https://minh2416294.github.io/posts/the-agentic-loop-is-not-the-hard-part/</link>
      <pubDate>Sun, 05 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://minh2416294.github.io/posts/the-agentic-loop-is-not-the-hard-part/</guid>
      <description>stop_reason is six lines of code. The real engineering in agentic systems is protecting what goes into the model&amp;rsquo;s context window.</description>
    </item>
    <item>
      <title>Pitfalls in RAG Evaluation</title>
      <link>https://minh2416294.github.io/posts/your-rag-eval-is-lying/</link>
      <pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://minh2416294.github.io/posts/your-rag-eval-is-lying/</guid>
      <description>A 0.91 faithfulness score doesn&amp;rsquo;t mean your RAG pipeline works. Most eval panels can&amp;rsquo;t see the layer that&amp;rsquo;s actually broken.</description>
    </item>
    <item>
      <title>Picking the Right LLM Architecture</title>
      <link>https://minh2416294.github.io/posts/reach-for-an-agent-last/</link>
      <pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://minh2416294.github.io/posts/reach-for-an-agent-last/</guid>
      <description>A decision framework for picking LLM architecture by asking what failure costs first and why agents are the right answer less often than you think.</description>
    </item>
  </channel>
</rss>
