<?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: Victor Del Puerto</title>
    <description>The latest articles on DEV Community by Victor Del Puerto (@victordelpuerto).</description>
    <link>https://dev.to/victordelpuerto</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3978303%2F4354fce4-4a08-473b-aa0e-8bbf58bc4849.jpeg</url>
      <title>DEV Community: Victor Del Puerto</title>
      <link>https://dev.to/victordelpuerto</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/victordelpuerto"/>
    <language>en</language>
    <item>
      <title>Anatomy of a four-minute boot</title>
      <dc:creator>Victor Del Puerto</dc:creator>
      <pubDate>Wed, 10 Jun 2026 12:00:00 +0000</pubDate>
      <link>https://dev.to/victordelpuerto/anatomy-of-a-four-minute-boot-2jin</link>
      <guid>https://dev.to/victordelpuerto/anatomy-of-a-four-minute-boot-2jin</guid>
      <description>&lt;p&gt;Where my Claude Code sessions actually spent their first four minutes, and what cut it to thirty seconds without losing any context. Hooks were three seconds of the problem. The model's diligence was the rest.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How do you know a correction held? Instrumenting an agent in production</title>
      <dc:creator>Victor Del Puerto</dc:creator>
      <pubDate>Tue, 09 Jun 2026 12:00:00 +0000</pubDate>
      <link>https://dev.to/victordelpuerto/how-do-you-know-a-correction-held-instrumenting-an-agent-in-production-16k5</link>
      <guid>https://dev.to/victordelpuerto/how-do-you-know-a-correction-held-instrumenting-an-agent-in-production-16k5</guid>
      <description>&lt;p&gt;Functional scars make a correction persist. They don't tell you whether the system as a whole is getting better. So I instrumented every session — deterministic, zero-token, never blocking — and let a monthly pass turn the evidence into mechanism changes. The first thing the data caught was me.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The same scar, two agents</title>
      <dc:creator>Victor Del Puerto</dc:creator>
      <pubDate>Wed, 03 Jun 2026 13:30:00 +0000</pubDate>
      <link>https://dev.to/victordelpuerto/the-same-scar-two-agents-fhp</link>
      <guid>https://dev.to/victordelpuerto/the-same-scar-two-agents-fhp</guid>
      <description>&lt;p&gt;fscars 0.4.0 promotes the Codex adapter from instructions to native hooks. A correction you write once now fires deterministically in both Claude Code and Codex — and the scar itself does not change. Here is how each side works, and the one honest limitation.&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>programming</category>
      <category>tooling</category>
    </item>
    <item>
      <title>Calibrate against your own voice</title>
      <dc:creator>Victor Del Puerto</dc:creator>
      <pubDate>Tue, 02 Jun 2026 17:00:00 +0000</pubDate>
      <link>https://dev.to/victordelpuerto/calibrate-against-your-own-voice-18l0</link>
      <guid>https://dev.to/victordelpuerto/calibrate-against-your-own-voice-18l0</guid>
      <description>&lt;p&gt;AI detectors flag non-native English as machine-written. callus scores your draft against your own voice instead. pip install callus.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>nlp</category>
      <category>python</category>
      <category>writing</category>
    </item>
    <item>
      <title>A month of functional scars: 934 fires, one broken validation loop, and what it cost</title>
      <dc:creator>Victor Del Puerto</dc:creator>
      <pubDate>Tue, 26 May 2026 20:00:00 +0000</pubDate>
      <link>https://dev.to/victordelpuerto/a-month-of-functional-scars-934-fires-one-broken-validation-loop-and-what-it-cost-13j5</link>
      <guid>https://dev.to/victordelpuerto/a-month-of-functional-scars-934-fires-one-broken-validation-loop-and-what-it-cost-13j5</guid>
      <description>&lt;p&gt;I wired ten functional scars into my own workspace and let them run for a month. Half the signal came from one hook with documented false positives, and 3,838 captured opportunities sat unread. Here are the numbers and what they forced me to build.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The Pixar precedent: vibe coding has been here before</title>
      <dc:creator>Victor Del Puerto</dc:creator>
      <pubDate>Mon, 18 May 2026 12:00:00 +0000</pubDate>
      <link>https://dev.to/victordelpuerto/the-pixar-precedent-vibe-coding-has-been-here-before-7o9</link>
      <guid>https://dev.to/victordelpuerto/the-pixar-precedent-vibe-coding-has-been-here-before-7o9</guid>
      <description>&lt;p&gt;Debates over disruptive tools follow a pattern. The vibe coding fight is at a recognisable stage of it. Notes from someone who passed through an earlier version of the same argument.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Functional Scars — turning corrections into a primitive</title>
      <dc:creator>Victor Del Puerto</dc:creator>
      <pubDate>Sat, 09 May 2026 12:00:00 +0000</pubDate>
      <link>https://dev.to/victordelpuerto/functional-scars-turning-corrections-into-a-primitive-mbn</link>
      <guid>https://dev.to/victordelpuerto/functional-scars-turning-corrections-into-a-primitive-mbn</guid>
      <description>&lt;p&gt;fscars 0.1.0 is out — a bolt-on correction primitive for AI coding agents, built on the framework from the Lucy Syndrome paper. Apache 2.0, pip install fscars.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>From memory to scar: a four-layer progression</title>
      <dc:creator>Victor Del Puerto</dc:creator>
      <pubDate>Wed, 06 May 2026 14:00:00 +0000</pubDate>
      <link>https://dev.to/victordelpuerto/from-memory-to-scar-a-four-layer-progression-46k7</link>
      <guid>https://dev.to/victordelpuerto/from-memory-to-scar-a-four-layer-progression-46k7</guid>
      <description>&lt;p&gt;Anthropic shipped managed memory stores in April. They sit at the third of four layers. The fourth, hooks, is the one that closes the Lucy loop.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The Lucy Syndrome: Why LLMs Forget Corrections</title>
      <dc:creator>Victor Del Puerto</dc:creator>
      <pubDate>Fri, 10 Apr 2026 14:00:00 +0000</pubDate>
      <link>https://dev.to/victordelpuerto/the-lucy-syndrome-why-llms-forget-corrections-1gmj</link>
      <guid>https://dev.to/victordelpuerto/the-lucy-syndrome-why-llms-forget-corrections-1gmj</guid>
      <description>&lt;p&gt;LLMs don't remember yesterday. That gap has a name, a causal mechanism, and a fix that doesn't require better memory.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The Lucy Syndrome and AI</title>
      <dc:creator>Victor Del Puerto</dc:creator>
      <pubDate>Thu, 09 Apr 2026 19:00:00 +0000</pubDate>
      <link>https://dev.to/victordelpuerto/the-lucy-syndrome-and-ai-14gp</link>
      <guid>https://dev.to/victordelpuerto/the-lucy-syndrome-and-ai-14gp</guid>
      <description>&lt;p&gt;LLMs don't remember yesterday — and that gap has a name. A five-part essay on the Lucy Syndrome, functional scars, and what it takes for a production system to actually learn.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Questions and answers</title>
      <dc:creator>Victor Del Puerto</dc:creator>
      <pubDate>Thu, 09 Apr 2026 18:00:00 +0000</pubDate>
      <link>https://dev.to/victordelpuerto/questions-and-answers-49d0</link>
      <guid>https://dev.to/victordelpuerto/questions-and-answers-49d0</guid>
      <description>&lt;p&gt;Questions about the Lucy Syndrome essay — its scope, its method, and what functional scars actually look like in operation. Compiled from real conversations and updated as new questions arrive.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Where this came from</title>
      <dc:creator>Victor Del Puerto</dc:creator>
      <pubDate>Thu, 09 Apr 2026 17:00:00 +0000</pubDate>
      <link>https://dev.to/victordelpuerto/where-this-came-from-pc3</link>
      <guid>https://dev.to/victordelpuerto/where-this-came-from-pc3</guid>
      <description>&lt;p&gt;The informal companion to the Lucy Syndrome essay — how the observation started, how the system around it took shape, and why an operator in Paraguay ended up writing about model amnesia.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
