<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Benchmark on ROBOCO</title>
    <link>https://roboco.io/en/tags/benchmark/</link>
    <description>Recent content in Benchmark on ROBOCO</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 07 May 2026 11:00:00 +0900</lastBuildDate>
    <atom:link href="https://roboco.io/en/tags/benchmark/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Does Karpathy&#39;s LLM Wiki Actually Work? A 72-Run Benchmark</title>
      <link>https://roboco.io/en/posts/karpathy-llm-wiki-72-run-benchmark/</link>
      <pubDate>Thu, 07 May 2026 11:00:00 +0900</pubDate>
      <guid>https://roboco.io/en/posts/karpathy-llm-wiki-72-run-benchmark/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;To keep agents from re-deriving everything every time, you need a compiled knowledge artifact.&amp;rdquo; — Andrej Karpathy, &lt;em&gt;LLM Wiki&lt;/em&gt; (GitHub Gist, 2026-04)&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://roboco.io/posts/images/Dohyun.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Dohyun Jung - Principal Consultant, ROBOCO&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;We measured whether Andrej Karpathy&amp;rsquo;s &lt;strong&gt;LLM Wiki pattern&lt;/strong&gt; (&amp;ldquo;don&amp;rsquo;t re-read every time; reuse knowledge compiled once&amp;rdquo;&lt;sup id=&#34;fnref1:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;) is actually a win, using an &lt;strong&gt;8-task × 3-technique × 3-repetition = 72-run&lt;/strong&gt; benchmark in a 30-repository migration workspace.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;LLM Wiki placed first on all three dimensions: tokens, time, and quality.&lt;/strong&gt; Versus Vanilla, &lt;strong&gt;54% fewer tokens and 39% less time&lt;/strong&gt; (statistically a large effect, §4), with quality equal to Vanilla and better than Graphify.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Graphify (GraphRAG) is unsuitable as a default tool.&lt;/strong&gt; Negligible token savings, the longest time, and the lowest quality.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;That said, it&amp;rsquo;s not universal.&lt;/strong&gt; Wiki wins decisively on tasks that synthesize multiple sources, but for tasks whose answer sits plainly in a single source (exhaustive grep, looking up a specific table), reading directly is faster and more accurate (§3).&lt;/li&gt;&#xA;&lt;li&gt;On receiving these results, the project&amp;rsquo;s default context-retrieval tool was switched to LLM Wiki that same evening.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Technique&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: right&#34;&gt;Tokens (avg)&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: right&#34;&gt;Time (avg)&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: right&#34;&gt;Quality (out of 25)&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Vanilla (direct read/grep)&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;755K&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;167s&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;15.1&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;LLM Wiki&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;350K&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;101s&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;&lt;strong&gt;16.0&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Graphify (GraphRAG)&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;617K&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;180s&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;13.6&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Below is the experimental design and detailed numbers that support this conclusion.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
