Skip to content

Commit a530109

Browse files
committed
Deploying to gh-pages from @ 313e7b6 🚀
1 parent 2047d86 commit a530109

9 files changed

Lines changed: 3346 additions & 358 deletions

File tree

106 KB
Loading

‎blog/ambient-context-is-not-a-tool/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ <h2 id="the-broader-point">The Broader Point</h2>
354354
<hr class="my-8 border-border"/>
355355
<div class="text-center mt-8"><a class="inline-flex items-center gap-2 text-sm font-medium text-text/60 hover:text-primary no-underline transition-colors" href="/blog"><i class="fas fa-arrow-left text-[10px]"></i>All posts</a></div>
356356
<nav class="post-nav grid gap-4 mt-6" style="grid-template-columns: 1fr 1fr;"><a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all" href="/blog/agents-need-imports/"><span class="text-xs font-medium text-text/50 flex items-center gap-1"><i class="fas fa-arrow-left text-[10px]"></i>Previous</span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">Agents need imports, not copy-pasted prompt files</span></a>
357-
<a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all text-right" href="/blog/evidence-gate-pattern/"><span class="text-xs font-medium text-text/50 flex items-center gap-1 justify-end">Next<i class="fas fa-arrow-right text-[10px]"></i></span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">The Evidence Gate — Why "Obvious Sequel" Is a Trap</span></a>
357+
<a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all text-right" href="/blog/discoverability-beats-reimplementation/"><span class="text-xs font-medium text-text/50 flex items-center gap-1 justify-end">Next<i class="fas fa-arrow-right text-[10px]"></i></span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">Discoverability beats reimplementation</span></a>
358358
</nav>
359359
</div>
360360
</div>

‎blog/discoverability-beats-reimplementation/index.html‎

Lines changed: 402 additions & 0 deletions
Large diffs are not rendered by default.

‎blog/evidence-gate-pattern/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ <h2 id="the-broader-lesson">The broader lesson</h2>
273273
</script>
274274
<hr class="my-8 border-border"/>
275275
<div class="text-center mt-8"><a class="inline-flex items-center gap-2 text-sm font-medium text-text/60 hover:text-primary no-underline transition-colors" href="/blog"><i class="fas fa-arrow-left text-[10px]"></i>All posts</a></div>
276-
<nav class="post-nav grid gap-4 mt-6" style="grid-template-columns: 1fr 1fr;"><a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all" href="/blog/ambient-context-is-not-a-tool/"><span class="text-xs font-medium text-text/50 flex items-center gap-1"><i class="fas fa-arrow-left text-[10px]"></i>Previous</span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">Ambient Context Is Not a Tool</span></a>
276+
<nav class="post-nav grid gap-4 mt-6" style="grid-template-columns: 1fr 1fr;"><a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all" href="/blog/discoverability-beats-reimplementation/"><span class="text-xs font-medium text-text/50 flex items-center gap-1"><i class="fas fa-arrow-left text-[10px]"></i>Previous</span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">Discoverability beats reimplementation</span></a>
277277
<a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all text-right" href="/blog/guided-replay-beats-a-live-sandbox/"><span class="text-xs font-medium text-text/50 flex items-center gap-1 justify-end">Next<i class="fas fa-arrow-right text-[10px]"></i></span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">Guided replay beats a live sandbox on day one</span></a>
278278
</nav>
279279
</div>

‎blog/index.html‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ <h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:
114114
<div class="flex flex-wrap gap-1"><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#engineering">#engineering</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#meta">#meta</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#autonomous-agents">#autonomous-agents</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#workflow">#workflow</a></div>
115115
</div>
116116
</article>
117+
<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">
118+
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">May 15, 2026</time>
119+
<div>
120+
<h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/discoverability-beats-reimplementation/">Discoverability beats reimplementation</a></h3>
121+
<div class="flex flex-wrap gap-1"><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#gptme">#gptme</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#cli">#cli</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#ux">#ux</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#discoverability">#discoverability</a></div>
122+
</div>
123+
</article>
117124
<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">
118125
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">May 15, 2026</time>
119126
<div>

0 commit comments

Comments
 (0)