Skip to content
Victor Del Puerto

Archives

All the articles I've archived.

2026 12
June 4
  • Anatomy of a four-minute boot

    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.

  • How do you know a correction held? Instrumenting an agent in production

    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.

  • The same scar, two agents

    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.

  • Calibrate against your own voice

    AI detectors flag non-native English as machine-written. callus scores your draft against your own voice instead. pip install callus.

May 4
April 4
  • The Lucy Syndrome: Why LLMs Forget Corrections

    LLMs don't remember yesterday. That gap has a name, a causal mechanism, and a fix that doesn't require better memory.

  • The Lucy Syndrome and AI

    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.

  • Questions and answers

    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.

  • Where this came from

    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.