<?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: Brayan Herrera</title>
    <description>The latest articles on DEV Community by Brayan Herrera (@bramenn).</description>
    <link>https://dev.to/bramenn</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%2F4126607%2Fad3855e7-2744-4d50-b98c-a8cfd38dbc04.jpg</url>
      <title>DEV Community: Brayan Herrera</title>
      <link>https://dev.to/bramenn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bramenn"/>
    <language>en</language>
    <item>
      <title>I Made Two AIs Compete to Build a Full Among Us in Godot — Then I Swapped Models Mid-Run</title>
      <dc:creator>Brayan Herrera</dc:creator>
      <pubDate>Tue, 15 Sep 2026 16:18:45 +0000</pubDate>
      <link>https://dev.to/bramenn/i-made-two-ais-compete-to-build-a-full-among-us-in-godot-then-i-swapped-models-mid-run-2fpg</link>
      <guid>https://dev.to/bramenn/i-made-two-ais-compete-to-build-a-full-among-us-in-godot-then-i-swapped-models-mid-run-2fpg</guid>
      <description>&lt;h2&gt;
  
  
  The Setup
&lt;/h2&gt;

&lt;p&gt;I wanted to answer a question honestly: &lt;strong&gt;are open-weight models good enough for a real project yet?&lt;/strong&gt; Not a benchmark — an actual, complete thing you can play.&lt;/p&gt;

&lt;p&gt;So I ran a duel: same prompt, zero human intervention, pure agentic coding. The goal: a full &lt;strong&gt;Among Us clone in Godot 4.4&lt;/strong&gt; — 8 characters, 6 rooms, real tasks, emergency meetings with voting, one AI-controlled impostor.&lt;/p&gt;

&lt;p&gt;The contenders: &lt;strong&gt;Claude Code&lt;/strong&gt; vs an &lt;strong&gt;open-weight model running on OpenCode&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Twist
&lt;/h2&gt;

&lt;p&gt;The open-weight model got stuck in a repetitive error loop about halfway through. Since OpenCode is model-agnostic, I did something that's simply impossible with a closed API: &lt;strong&gt;I swapped the model mid-run and kept going&lt;/strong&gt; — same tooling, same workflow, same repo.&lt;/p&gt;

&lt;p&gt;That moment is the real thesis of this post: open weights don't just mean free inference, they mean &lt;em&gt;exit options&lt;/em&gt;. If your closed-API model stalls, you don't swap models — you restart your project.&lt;/p&gt;

&lt;h2&gt;
  
  
  Honest Results (fun part first)
&lt;/h2&gt;

&lt;p&gt;🎯 &lt;strong&gt;Claude:&lt;/strong&gt; came out of the gate with tests, versioning and a full game in one pass. It even had some fun with it — the impostor killed me &lt;strong&gt;the moment I left the cafeteria&lt;/strong&gt;. On camera. I died with everyone watching.&lt;/p&gt;

&lt;p&gt;🧩 &lt;strong&gt;Open weights:&lt;/strong&gt; creative but fragile. It got bogged down in error loops; the mid-run swap saved the experiment, but the final build ended well below the closed model.&lt;/p&gt;

&lt;p&gt;🔥 &lt;strong&gt;Bonus chaos:&lt;/strong&gt; my local machine ran out of RAM mid-recording. All left unedited — the suffering is part of the documentary.&lt;/p&gt;

&lt;h2&gt;
  
  
  Watch the full run
&lt;/h2&gt;

&lt;p&gt;The whole 25-minute run is on YouTube, &lt;strong&gt;in Spanish with all the failures intact&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/9r_lmLY5MoQ" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it yourself
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;full prompt and resulting code are free and open source&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/bramenn/among-us-ai" rel="noopener noreferrer"&gt;github.com/bramenn/among-us-ai&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Fork it, run your own duel, and tell me what happened — which model stalls first?&lt;/p&gt;

&lt;h2&gt;
  
  
  Discussion
&lt;/h2&gt;

&lt;p&gt;What's your daily stack: closed API, open weights, or a mix? And has anyone here actually swapped models mid-project because the first one stalled — or are we all just silently re-rolling prompts?&lt;/p&gt;




&lt;p&gt;If you want me to run a rematch with a specific open-weight model, drop the name in the comments 👇&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>codenewbie</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
