<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Caio Ribeiro</title>
    <description>The latest articles on DEV Community by Caio Ribeiro (@caioribeiroclw).</description>
    <link>https://dev.to/caioribeiroclw</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4029389%2Fa7f348ac-8d62-449b-84e2-56683262bfcb.png</url>
      <title>DEV Community: Caio Ribeiro</title>
      <link>https://dev.to/caioribeiroclw</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/caioribeiroclw"/>
    <language>en</language>
    <item>
      <title>Configured Isn’t Loaded: A 3-Step Test for AI Coding Instructions</title>
      <dc:creator>Caio Ribeiro</dc:creator>
      <pubDate>Wed, 15 Jul 2026 01:09:54 +0000</pubDate>
      <link>https://dev.to/caioribeiroclw/configured-isnt-loaded-a-3-step-test-for-ai-coding-instructions-4k15</link>
      <guid>https://dev.to/caioribeiroclw/configured-isnt-loaded-a-3-step-test-for-ai-coding-instructions-4k15</guid>
      <description>&lt;p&gt;A context file can exist, be synced, and have the right hash — and still never reach the model. It can also reach the model and still fail to improve the task.&lt;/p&gt;

&lt;p&gt;That distinction matters because AI coding tools now have different loading gates for files such as &lt;code&gt;AGENTS.md&lt;/code&gt;, &lt;code&gt;CLAUDE.md&lt;/code&gt;, skills, rules, and MCP tool definitions.&lt;/p&gt;

&lt;p&gt;A recent &lt;a href="https://systima.ai/blog/claude-code-vs-opencode-token-overhead" rel="noopener noreferrer"&gt;Systima measurement&lt;/a&gt; made the boundary concrete. Using a logging proxy, it found that Claude Code 2.1.207 ignored a 72 KB &lt;code&gt;AGENTS.md&lt;/code&gt;, then loaded the same content after it was renamed &lt;code&gt;CLAUDE.md&lt;/code&gt;, adding more than 20k input tokens per request. The study also found a useful counterexample: lower startup context did not automatically mean lower whole-task cost, because request count and batching changed the result.&lt;/p&gt;

&lt;p&gt;So “the file exists” and “the prompt is smaller” are both incomplete success criteria.&lt;/p&gt;

&lt;h2&gt;
  
  
  The three boundaries
&lt;/h2&gt;

&lt;p&gt;For any instruction source, ask three separate questions:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Configured:&lt;/strong&gt; Is the intended source present at the path the tool is supposed to read?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Loaded:&lt;/strong&gt; Is there runtime acknowledgement, an attached-source label, or provider-boundary evidence that the destination actually received it?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Useful:&lt;/strong&gt; Did a fixed task outcome improve across repeated runs?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A hash proves source identity. It does not prove delivery. A delivery trace proves observation. It does not prove adherence or usefulness.&lt;/p&gt;

&lt;h2&gt;
  
  
  A small A/B test
&lt;/h2&gt;

&lt;p&gt;Use one harmless, task-specific instruction whose effect is observable — for example: “Before editing, list exactly two target files.”&lt;/p&gt;

&lt;p&gt;Then:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Pin the tool version, model, repository state, task, and fresh-session condition.&lt;/li&gt;
&lt;li&gt;Run once with the instruction under a filename/path the target does &lt;strong&gt;not&lt;/strong&gt; natively load.&lt;/li&gt;
&lt;li&gt;Run again with the same bytes under the target's native source.&lt;/li&gt;
&lt;li&gt;Record the source hash, configured path, observed load evidence, request count/input tokens when available, and the task result.&lt;/li&gt;
&lt;li&gt;Repeat enough times to separate a loader failure from stochastic non-adherence.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Keep a third state: &lt;code&gt;loaded_but_outcome_failed&lt;/code&gt;. Otherwise a successful file-discovery check can hide a behavior failure.&lt;/p&gt;

&lt;p&gt;If the source is observably loaded but the outcome still does not improve, stop expanding the prompt. Move hard constraints to a deterministic hook, test, or policy gate.&lt;/p&gt;

&lt;h2&gt;
  
  
  A browser-only fixture
&lt;/h2&gt;

&lt;p&gt;I added this exact comparison to Pluribus' &lt;a href="https://caioribeiroclw-pixel.github.io/pluribus/context-sync-demo.html" rel="noopener noreferrer"&gt;30-second context sync demo&lt;/a&gt;. It uses the same source hash in two synthetic lanes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;AGENTS.md&lt;/code&gt; → &lt;code&gt;configured_but_ignored&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;CLAUDE.md&lt;/code&gt; → &lt;code&gt;loaded_and_task_outcome_accepted&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The fixture is intentionally marked synthetic: it demonstrates the measurement shape; it does not claim to capture your runtime.&lt;/p&gt;

&lt;p&gt;The open question is more useful than another universal rules-file recommendation: &lt;strong&gt;what is the smallest piece of evidence your tool exposes that distinguishes configured from actually loaded?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you run the A/B, share the tool/version, source label, and whether the task outcome changed. A counterexample is more valuable than a clean demo.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>claude</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
