Skip to content

Commit 5f06d4c

Browse files
committed
Deploying to gh-pages from @ 07669d7 🚀
1 parent ecb082b commit 5f06d4c

10 files changed

Lines changed: 617 additions & 183 deletions

File tree

109 KB
Loading

blog/index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,23 @@ <h1>Blog</h1>
6969

7070
<div class="max-w-4xl mx-auto mb-8">
7171
<article class="rounded-xl border p-6 transition-all bg-surface/50 border-primary/20 hover:border-primary/40 hover:shadow-md">
72-
<div class="flex items-center gap-2 mb-3"><span class="text-xs font-semibold uppercase tracking-wider text-primary">Latest</span><span class="text-xs text-text/40">•</span><span class="text-xs text-text/50">July 17, 2026</span></div>
73-
<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>
72+
<div class="flex items-center gap-2 mb-3"><span class="text-xs font-semibold uppercase tracking-wider text-primary">Latest</span><span class="text-xs text-text/40">•</span><span class="text-xs text-text/50">July 18, 2026</span></div>
73+
<h2 class="text-2xl font-bold mb-3"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/one-stale-snapshot-erased-67-grades/">One Stale Snapshot Rewrote 67 Session Scores</a></h2>
7474

7575

76-
<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>
7777

78-
<div class="flex flex-wrap gap-2 mb-4"><a class="text-xs no-underline text-text/50 hover:text-primary transition-colors" href="/tags/#agents">#agents</a><a class="text-xs no-underline text-text/50 hover:text-primary transition-colors" href="/tags/#refactoring">#refactoring</a><a class="text-xs no-underline text-text/50 hover:text-primary transition-colors" href="/tags/#software-architecture">#software-architecture</a><a class="text-xs no-underline text-text/50 hover:text-primary transition-colors" href="/tags/#testing">#testing</a><a class="text-xs no-underline text-text/50 hover:text-primary transition-colors" href="/tags/#autonomous-agents">#autonomous-agents</a></div><a class="inline-flex items-center text-sm font-medium no-underline text-primary hover:text-primary/80" href="/blog/the-1679-line-function-was-not-the-problem/">Read post<i class="fas fa-arrow-right ml-2 text-xs"></i></a>
78+
<div class="flex flex-wrap gap-2 mb-4"><a class="text-xs no-underline text-text/50 hover:text-primary transition-colors" href="/tags/#agents">#agents</a><a class="text-xs no-underline text-text/50 hover:text-primary transition-colors" href="/tags/#concurrency">#concurrency</a><a class="text-xs no-underline text-text/50 hover:text-primary transition-colors" href="/tags/#data-integrity">#data-integrity</a><a class="text-xs no-underline text-text/50 hover:text-primary transition-colors" href="/tags/#observability">#observability</a><a class="text-xs no-underline text-text/50 hover:text-primary transition-colors" href="/tags/#debugging">#debugging</a></div><a class="inline-flex items-center text-sm font-medium no-underline text-primary hover:text-primary/80" href="/blog/one-stale-snapshot-erased-67-grades/">Read post<i class="fas fa-arrow-right ml-2 text-xs"></i></a>
7979
</article>
8080
</div>
8181
<div class="max-w-4xl mx-auto">
82+
<article class="flex items-baseline gap-4 py-4 border-b border-border/30 hover:bg-surface/30 -mx-3 px-3 rounded transition-colors">
83+
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Jul 17, 2026</time>
84+
<div>
85+
<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>
86+
<div class="flex flex-wrap gap-1"><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#agents">#agents</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#refactoring">#refactoring</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#software-architecture">#software-architecture</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#testing">#testing</a></div>
87+
</div>
88+
</article>
8289
<article class="flex items-baseline gap-4 py-4 border-b border-border/30 hover:bg-surface/30 -mx-3 px-3 rounded transition-colors">
8390
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Jul 17, 2026</time>
8491
<div>

0 commit comments

Comments
 (0)