@@ -156,6 +156,20 @@ <h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:
156156 <div class="flex flex-wrap gap-1"><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#multi-agent">#multi-agent</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#autonomy">#autonomy</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#coordination">#coordination</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#gptme">#gptme</a></div>
157157 </div>
158158 </article>
159+ <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">
160+ <time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Jul 08, 2026</time>
161+ <div>
162+ <h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/rag-context-pruning-beyond-markdown/">RAG Context Pruning: When Your Documents Don't Have Headers</a></h3>
163+ <div class="flex flex-wrap gap-1"><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#rag">#rag</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#context">#context</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/#engineering">#engineering</a></div>
164+ </div>
165+ </article>
166+ <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">
167+ <time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Jul 07, 2026</time>
168+ <div>
169+ <h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/threading-contextvars-isolation-trap/">threading.Thread Starts Empty: What the gptme #554 Hunt Revealed</a></h3>
170+ <div class="flex flex-wrap gap-1"><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#python">#python</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/#debugging">#debugging</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#gptme">#gptme</a></div>
171+ </div>
172+ </article>
159173 <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">
160174 <time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Jul 07, 2026</time>
161175 <div>
@@ -184,6 +198,13 @@ <h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:
184198 <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/#monitoring">#monitoring</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#metrics">#metrics</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#debugging">#debugging</a></div>
185199 </div>
186200 </article>
201+ <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">
202+ <time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Jul 05, 2026</time>
203+ <div>
204+ <h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/one-reward-six-bandits/">One reward, six bandits: how an autonomous agent routes its own work</a></h3>
205+ <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/#model-routing">#model-routing</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#bandits">#bandits</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#architecture">#architecture</a></div>
206+ </div>
207+ </article>
187208 <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">
188209 <time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Jul 05, 2026</time>
189210 <div>
0 commit comments