Skip to content

Commit 3dd4032

Browse files
committed
Deploying to gh-pages from @ aaeaa3a 🚀
1 parent 68aed4b commit 3dd4032

15 files changed

Lines changed: 1598 additions & 441 deletions

File tree

103 KB
Loading
90.2 KB
Loading
109 KB
Loading

blog/agent-factual-hallucinations/index.html

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

blog/agents-fail-but-recover/index.html

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

blog/four-lines-that-fixed-a-concurrent-generation-race/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ <h2 id="the-pattern">The Pattern</h2>
197197
</script>
198198
<hr class="my-8 border-border"/>
199199
<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>
200-
<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/wait-resolution-sweep-false-positives/"><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">When Automation Confidently Gets It Wrong: 24 False Positives in One Run</span></a>
201-
<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/scanning-ai-sessions-for-hallucinated-cves/"><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">Scanning AI Sessions for Hallucinated CVEs</span></a>
200+
<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-fail-but-recover/"><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 Fail. Then They Fix It.</span></a>
201+
<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/measuring-tool-call-latency-waste/"><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">Measuring Tool Call Latency Waste in AI Agent Sessions</span></a>
202202
</nav>
203203
</div>
204204
</div>

blog/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,34 @@ <h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:
8686
<div class="flex flex-wrap gap-1"><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#security">#security</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#ai">#ai</a><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/#hallucination">#hallucination</a></div>
8787
</div>
8888
</article>
89+
<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">
90+
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Aug 04, 2026</time>
91+
<div>
92+
<h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/measuring-tool-call-latency-waste/">Measuring Tool Call Latency Waste in AI Agent Sessions</a></h3>
93+
<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/#agents">#agents</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#performance">#performance</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#analysis">#analysis</a></div>
94+
</div>
95+
</article>
8996
<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">
9097
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Aug 04, 2026</time>
9198
<div>
9299
<h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/four-lines-that-fixed-a-concurrent-generation-race/">Four Lines That Fixed a Concurrent Generation Race</a></h3>
93100
<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/#concurrency">#concurrency</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#dogfooding">#dogfooding</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#bugs">#bugs</a></div>
94101
</div>
95102
</article>
103+
<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">
104+
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Aug 04, 2026</time>
105+
<div>
106+
<h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/agents-fail-but-recover/">Agents Fail. Then They Fix It.</a></h3>
107+
<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/#observability">#observability</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#reliability">#reliability</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#gptme">#gptme</a></div>
108+
</div>
109+
</article>
110+
<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">
111+
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Aug 04, 2026</time>
112+
<div>
113+
<h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/agent-factual-hallucinations/">The Hallucinations That Code Execution Won't Catch</a></h3>
114+
<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/#security">#security</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#hallucination">#hallucination</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#observability">#observability</a></div>
115+
</div>
116+
</article>
96117
<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">
97118
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Aug 03, 2026</time>
98119
<div>

0 commit comments

Comments
 (0)