Saltar al contenido

root / tags / lesson-foundry

#lesson foundry

2 fiches

Agentes de codificación IA y Skills Traducción verificada automáticamente

The Lifecycle That Gets Cheaper Every Run

Sixth installment on the ADLC: Williams describes the P7 "Distill" phase as the component that drives cost down on every run. Two halves: post-merge simplification (deduce after the code exists, not before — "deduplicating before the code exists is speculative") and lesson mining (a "lesson foundry" turns recurring findings into lint rules, skills, and new interrogation questions). Each lesson is paid for once, then demoted from expensive probabilistic detection to free deterministic prevention. The right unit of account is "cost per merged, verified change," and "flat cost is failure."

#ADLC#Distill phase#P7

Chris Williams (@voodootikigod)

Agentes de codificación IA y Skills Traducción verificada automáticamente

The ADLC Toolkit

Seventh and final installment of the ADLC series: Williams presents an open-source toolkit of eighteen tools built *with* the cycle itself (build-prosecute-fix loop, parallel agents, a frozen `@adlc/core` core followed by fan-out — "pinned means merged"). The doctrinal core is "frontier-free": hitting accuracy targets with mid-tier models (Opus/Sonnet/Haiku-class) rather than frontier ones, via five substitutions (search replaces insight, decomposition replaces horizon, banking replaces presence, measurement replaces metacognition, the generator-verifier gap keeps the engine running), with the human remaining the "frontier" tier at the two spec gates. Throughline of the series: "replace trust with structure, and structure with measurement."

#ADLC#toolkit#eighteen tools

Chris Williams (@voodootikigod)