<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Stockfish on Aayush Bajaj's Augmenting Infrastructure</title><link>https://abaj.ai/tags/stockfish/</link><description>Recent content in Stockfish on Aayush Bajaj's Augmenting Infrastructure</description><generator>Hugo</generator><language>en</language><copyright>© 2026 Aayush Bajaj</copyright><lastBuildDate>Fri, 10 Jul 2026 08:20:25 +1000</lastBuildDate><atom:link href="https://abaj.ai/tags/stockfish/index.xml" rel="self" type="application/rss+xml"/><item><title>Chess Bot</title><link>https://abaj.ai/wiki/ai/adv-search/chess-bot/</link><pubDate>Thu, 09 Jul 2026 21:02:56 +1000</pubDate><guid>https://abaj.ai/wiki/ai/adv-search/chess-bot/</guid><description>&lt;p>two chess projects live in this codebase, and honesty requires separating them up front. the first is a &lt;strong>from-scratch javascript engine&lt;/strong> (in &lt;code>arcade/references/chess/js/&lt;/code>, built following the classic bluefever software series): 120-square mailbox board, hand-rolled move generator validated by perft, material + piece-square evaluation, alpha-beta with quiescence, a principal-variation hash table, and iterative deepening. the second is &lt;strong>voice chess&lt;/strong> (&lt;code>code/private/chess-bot/&lt;/code>, published as &lt;a
 href="https://github.com/abaj8494/ollama-voice-chess"
 
 
 class="link--external" target="_blank" rel="noreferrer"
 
>github.com/abaj8494/ollama-voice-chess&lt;/a>): there i did &lt;em>not&lt;/em> write the engine — stockfish plays the moves over uci — and the engineering is in the wrapper: skill throttling, an ollama llm that provides spoken commentary without being allowed to hallucinate moves, neural tts, and spaced-repetition opening training. one project teaches you how engines work; the other teaches you what to build &lt;em>around&lt;/em> an engine.&lt;span class="margin-note" data-note="everything measured on this page — perft counts, engine analysis, commentary — is real output from running the code on this machine.">
 &lt;span class="margin-note-indicator">𐃏&lt;/span>
&lt;/span>
&lt;/p></description></item></channel></rss>