<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Home on Hrushikesh Pawar</title><link>https://hrushikeshpawar.github.io/</link><description>Recent content in Home on Hrushikesh Pawar</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 19 Jul 2026 00:00:00 +0530</lastBuildDate><atom:link href="https://hrushikeshpawar.github.io/index.xml" rel="self" type="application/rss+xml"/><item><title>The Imitation Game Was Never a Benchmark</title><link>https://hrushikeshpawar.github.io/essays/imitation-game/</link><pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate><guid>https://hrushikeshpawar.github.io/essays/imitation-game/</guid><description>&lt;p&gt;&lt;strong&gt;Abstract.&lt;/strong&gt; Turing did not give us a universal leaderboard for intelligence. He replaced an underspecified metaphysical question with an operational experiment. Modern debates about whether LLMs think or reason are therefore largely debates about constructs, protocols, judges, and alternative explanations.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This essay is in progress.&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="1-the-question-turing-refused-to-answer"&gt;1. The question Turing refused to answer&lt;/h2&gt;
&lt;p&gt;Alan Turing begins &lt;em&gt;Computing Machinery and Intelligence&lt;/em&gt; with a question that still frames arguments about AI:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Can machines think?”&lt;/p&gt;</description></item><item><title>Bun's Zig-to-Rust Rewrite Was Not a Prompt</title><link>https://hrushikeshpawar.github.io/essays/bun-zig-to-rust/</link><pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate><guid>https://hrushikeshpawar.github.io/essays/bun-zig-to-rust/</guid><description>&lt;p&gt;&lt;strong&gt;Abstract.&lt;/strong&gt; The interesting unit in Bun&amp;rsquo;s rewrite is not the model call. It is the closed-loop migration system: a porting specification, an externalized lifetime analysis, task sharding, compiler feedback, a language-independent test oracle, adversarial review, and continuous human supervision.&lt;/p&gt;
&lt;p&gt;Planned (weeks 6–10). Every statement will be tagged source / observation / inference / speculation; the reported figures (~535K lines of Zig, 1,448 source files, ~50 dynamic workflows, an 11-day path to a passing test suite) are facts to audit, not results to casually reproduce.&lt;/p&gt;</description></item><item><title>Do Coding Agents Need Code Graphs?</title><link>https://hrushikeshpawar.github.io/essays/code-graphs-vs-grep/</link><pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate><guid>https://hrushikeshpawar.github.io/essays/code-graphs-vs-grep/</guid><description>&lt;p&gt;&lt;strong&gt;Abstract.&lt;/strong&gt; &amp;ldquo;Graphs understand repositories&amp;rdquo; and &amp;ldquo;grep is enough&amp;rdquo; are both underspecified claims. A representation is useful only if it helps a system retrieve change-relevant context more accurately or cheaply under a fixed budget.&lt;/p&gt;
&lt;p&gt;Planned (weeks 11–18). Conditions will be named honestly (&amp;ldquo;graph expansion on top of lexical seeds&amp;rdquo;, not &amp;ldquo;graph vs grep&amp;rdquo;), and the lexical bias of patched-file ground truth will be acknowledged up front.&lt;/p&gt;</description></item><item><title>How Neural Networks Learn</title><link>https://hrushikeshpawar.github.io/essays/how-neural-networks-learn/</link><pubDate>Sun, 19 Jul 2026 00:00:00 +0530</pubDate><guid>https://hrushikeshpawar.github.io/essays/how-neural-networks-learn/</guid><description>&lt;p&gt;&lt;strong&gt;Abstract.&lt;/strong&gt; Backpropagation is not a mysterious brain-inspired learning rule. It is an efficient application of the chain rule to a composed computation. The conceptual path from a perceptron to a multilayer network is a path from linear decision geometry to differentiable representation learning.&lt;/p&gt;
&lt;p&gt;Planned (weeks 19–25). Done when every equation maps to a named variable in the implementation.&lt;/p&gt;</description></item><item><title>About</title><link>https://hrushikeshpawar.github.io/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hrushikeshpawar.github.io/about/</guid><description>&lt;p&gt;I build production AI systems. This is where I reconstruct the theory behind them, test claims about coding agents and migrations, and publish the derivations, experiments, and failures.&lt;/p&gt;
&lt;p&gt;Every essay carries one falsifiable central claim and at least one artifact that required real work — a benchmark with my own numbers, a runnable repo, a derivation, an annotated trace.&lt;/p&gt;
&lt;p&gt;Find me on &lt;a href="https://github.com/HrushikeshPawar"&gt;GitHub&lt;/a&gt;, or subscribe via &lt;a href="https://hrushikeshpawar.github.io/index.xml"&gt;RSS&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Now</title><link>https://hrushikeshpawar.github.io/now/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hrushikeshpawar.github.io/now/</guid><description>&lt;p&gt;&lt;strong&gt;Current essay:&lt;/strong&gt; &lt;a href="https://hrushikeshpawar.github.io/essays/imitation-game/"&gt;The Imitation Game Was Never a Benchmark&lt;/a&gt; — weeks 1–5, ≤8,000 words.&lt;/p&gt;
&lt;p&gt;Public research checklist:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Judge recruitment message sent (day 1–2)&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Reading pass: Turing 1950 → draft §2 immediately after&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; &lt;code&gt;experiments/a1-imitation-pilot/protocol.md&lt;/code&gt; frozen and committed before any data collection&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Pilot run: 24 prompts × 5 categories, 3–5 judges, length-matched answers, randomized order&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Analysis + honest labeling as an exploratory pilot&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Reading budget: 10–12 h across weeks 1–3. Next in queue: &lt;em&gt;Bun&amp;rsquo;s Zig-to-Rust Rewrite Was Not a Prompt&lt;/em&gt; (the &lt;a href="https://github.com/HrushikeshPawar"&gt;B2 ledger&lt;/a&gt; is already accumulating).&lt;/p&gt;</description></item></channel></rss>