<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Biplov Gautam</title>
    <description>The latest articles on DEV Community by Biplov Gautam (@biplov_gautam).</description>
    <link>https://dev.to/biplov_gautam</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2874601%2Faac2bebb-dd09-431f-8f7a-6156c7438eb8.gif</url>
      <title>DEV Community: Biplov Gautam</title>
      <link>https://dev.to/biplov_gautam</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/biplov_gautam"/>
    <language>en</language>
    <item>
      <title>I built a registry for System One models — here's what I learned comparing all of them</title>
      <dc:creator>Biplov Gautam</dc:creator>
      <pubDate>Sun, 27 Sep 2026 15:00:49 +0000</pubDate>
      <link>https://dev.to/biplov_gautam/i-built-a-registry-for-system-one-models-heres-what-i-learned-comparing-all-of-them-25nh</link>
      <guid>https://dev.to/biplov_gautam/i-built-a-registry-for-system-one-models-heres-what-i-learned-comparing-all-of-them-25nh</guid>
      <description>&lt;p&gt;&lt;em&gt;Disclosure: I'm the founder of systemonemodels.tech, the registry this post is about.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Ten days after TypeSafe AI shipped Jev and named the category, there were more than fifteen System One model families. A System One model reads a state and answers typed questions — choose an option, score on a scale, or give the probability that a condition holds — in one forward pass, with calibrated confidence and no generated text.&lt;/p&gt;

&lt;p&gt;They were scattered across Hugging Face repos, blog posts and API docs, each reporting accuracy on its own test set. So I built one place for them: &lt;a href="https://systemonemodels.tech/" rel="noopener noreferrer"&gt;systemonemodels.tech&lt;/a&gt; lists every one with its maker, size, context, licence, price and reported numbers.&lt;/p&gt;

&lt;p&gt;Three things stood out:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The numbers don't rank anything yet&lt;/strong&gt;. Every publisher reports on a different suite. The only accuracy that means something is the one you measure on your own labelled examples.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Small encoders are competitive for narrow decisions&lt;/strong&gt;. Laya is a 421M-parameter ModernBERT encoder with a decision head, and it answers a question in tens of milliseconds on a GPU. Fine-tuned on your own labels, it can beat a general model on your decision.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Lineage matters&lt;/strong&gt;. Many models are fine-tunes of fine-tunes. Each registry page shows the full model tree, back to the pretrained backbone.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you want to try one:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;pip install systemonemodels&lt;br&gt;
systemone pull convai-innovations/laya&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;And to fine-tune on your own data, locally:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;systemone run studio&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Everything is free to browse and publish. Feedback welcome — especially on what a fair benchmark across these models should look like.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>python</category>
      <category>systemonemodels</category>
    </item>
  </channel>
</rss>
