<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Llm-Inference on cameronqj</title>
    <link>https://cameronqj.com/tags/llm-inference/</link>
    <description>Recent content in Llm-Inference on cameronqj</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Cameron Jones</copyright>
    <lastBuildDate>Sun, 19 Jul 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://cameronqj.com/tags/llm-inference/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>llm-dyno</title>
      <link>https://cameronqj.com/projects/llm-dyno/</link>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://cameronqj.com/projects/llm-dyno/</guid>
      <description>A dependency-free harness for measuring the speed and discriminating accuracy of a specific OpenAI-compatible deployment.</description>
      <content:encoded><![CDATA[<p><strong>Status:</strong> Pre-release<br>
<strong>Code:</strong> <a href="https://github.com/cameronqj/llm-dyno">github.com/cameronqj/llm-dyno</a></p>
<p>A model name is not a performance result. Runtime, quantization, hardware, concurrency, context length, and prompting scaffold all change what a deployment can actually do.</p>
<p><code>llm-dyno</code> measures the endpoint in front of you. It uses one OpenAI-compatible interface, deterministic code-based graders, context and concurrency tests, and math/options suites designed to separate capable deployments instead of producing easy perfect scores. Prompt scaffolding is recorded as an experimental variable rather than disappearing into the result.</p>
<p>Three private targets have completed the full artifact pipeline and produced validated profiles and self-contained reports. Their identities and measurements stay local by design, so the public repository does not contain a model leaderboard or a comparative performance claim. The harness is still pre-release; the evidence currently supports the measurement pipeline, not a universal ranking.</p>
<h2 id="read-the-methodology">Read the methodology</h2>
<ul>
<li><a href="https://github.com/cameronqj/llm-dyno/blob/main/METHODOLOGY.md">Measurement and claim boundaries</a></li>
<li><a href="https://github.com/cameronqj/llm-dyno/blob/main/docs/integration-evidence.md">Private multi-target integration evidence</a></li>
<li><a href="https://github.com/cameronqj/llm-dyno/blob/main/docs/adr/0003-discriminating-suites.md">Why the suites are discriminating</a></li>
<li><a href="https://github.com/cameronqj/llm-dyno/blob/main/docs/adr/0004-deterministic-graders.md">Why grading stays deterministic</a></li>
</ul>
]]></content:encoded>
    </item>
  </channel>
</rss>
