<?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: Choleski</title>
    <description>The latest articles on DEV Community by Choleski (@choleski).</description>
    <link>https://dev.to/choleski</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4050569%2F2eb0358d-76c0-4131-8e9c-0576911fab85.png</url>
      <title>DEV Community: Choleski</title>
      <link>https://dev.to/choleski</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/choleski"/>
    <language>en</language>
    <item>
      <title>We Benchmarked Claude Code 36 Times Building SaaS Backends — Here's What Broke</title>
      <dc:creator>Choleski</dc:creator>
      <pubDate>Tue, 28 Jul 2026 05:41:36 +0000</pubDate>
      <link>https://dev.to/choleski/we-benchmarked-claude-code-36-times-building-saas-backends-heres-what-broke-59on</link>
      <guid>https://dev.to/choleski/we-benchmarked-claude-code-36-times-building-saas-backends-heres-what-broke-59on</guid>
      <description>&lt;p&gt;We asked Claude Code (opus-4-8) to build the same growing SaaS app three ways, three times each: with Fonderie, with our full skill loaded, and from scratch with no Fonderie knowledge. 36 sessions total.&lt;/p&gt;

&lt;p&gt;The from-scratch runs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reinvented auth, billing, and permissions every single time (different schemas, different API shapes)&lt;/li&gt;
&lt;li&gt;Hardcoded a JWT secret in 2 of 3 runs&lt;/li&gt;
&lt;li&gt;Burned ~3× the tokens per turn&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Fonderie runs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reached for pre-built, audited bricks instead of improvising&lt;/li&gt;
&lt;li&gt;Zero hardcoded secrets (the brick throws if env vars are missing)&lt;/li&gt;
&lt;li&gt;~⅓ the code, ~⅓ the context-window pressure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Fonderie is an open-source backend skill for AI coding assistants. Instead of letting your LLM re-derive auth, Stripe billing, workspaces, and RBAC from scratch every session, you give it a standard mold it already knows.&lt;/p&gt;

&lt;p&gt;One command:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;npx create-fonderie-app my-saas&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Then tell Claude: "Add billing." It installs @fonderie/billing, wires the routes, and moves on to your actual product.&lt;/p&gt;

&lt;p&gt;MIT licensed. No seats, no rent. The benchmark harness and raw transcripts are in the repo.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/fonderiejs/fonderie" rel="noopener noreferrer"&gt;https://github.com/fonderiejs/fonderie&lt;/a&gt;&lt;br&gt;
Docs: &lt;a href="https://fonderiejs.com" rel="noopener noreferrer"&gt;https://fonderiejs.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>opensource</category>
      <category>saas</category>
    </item>
  </channel>
</rss>
