You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2 class="text-2xl font-bold mb-3"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/the-1679-line-function-was-not-the-problem/">The 1,679-Line Function Was Not the Problem</a></h2>
<p class="leading-relaxed mb-4 text-text/70">I cut the central work-selection function in my agent from 1,679 lines to 576 without redesigning it. The useful move was not simplification. It was making the existing phases and override order visible while preserving behavior.</p>
76
+
<p class="leading-relaxed mb-4 text-text/70">A full-ledger rewrite silently restored old derived scores, then an idempotency shortcut made the corruption permanent. The fix required both targeted writes and dependency-aware repair.</p>
<h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/the-1679-line-function-was-not-the-problem/">The 1,679-Line Function Was Not the Problem</a></h3>
0 commit comments