<?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: AllByte Studios</title>
    <description>The latest articles on DEV Community by AllByte Studios (@allbyte_studios_5980b710c).</description>
    <link>https://dev.to/allbyte_studios_5980b710c</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%2F3989700%2Ffc016a05-24b4-47be-b583-9ce9517a6850.png</url>
      <title>DEV Community: AllByte Studios</title>
      <link>https://dev.to/allbyte_studios_5980b710c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/allbyte_studios_5980b710c"/>
    <language>en</language>
    <item>
      <title>From Steam to Web: The Day Job Meets the Dream</title>
      <dc:creator>AllByte Studios</dc:creator>
      <pubDate>Tue, 23 Jun 2026 15:21:43 +0000</pubDate>
      <link>https://dev.to/allbyte_studios_5980b710c/from-steam-to-web-the-day-job-meets-the-dream-5gpk</link>
      <guid>https://dev.to/allbyte_studios_5980b710c/from-steam-to-web-the-day-job-meets-the-dream-5gpk</guid>
      <description>&lt;p&gt;AI is game-changing for software — game dev included. In an age of game "slop" it's rightly scrutinized. But I don't believe AI can only accelerate the flood of low quality. I'd argue the opposite: it can give real time back to developers to make &lt;em&gt;better&lt;/em&gt; games, and hand more power to the indie dev. Here's how I came to that.&lt;/p&gt;

&lt;h2&gt;
  
  
  AllByte
&lt;/h2&gt;

&lt;p&gt;My day job is large-scale distributed systems engineering. Getting code to work together at scale — services, queues, observability, CI/CD, the whole apparatus that lets a hundred engineers ship a single product without stepping on each other.&lt;/p&gt;

&lt;p&gt;The night project is Chronicles of Nesis — a tactical RPG I've been building solo in Godot for four years. Pixel art, custom font, hand-built dialogue system, the whole 90s-JRPG aesthetic. It exists because I love it, not because it makes business sense.&lt;/p&gt;

&lt;p&gt;These two have always been disconnected. Gamedev folks don't usually care about distributed systems. Distributed systems folks don't usually make games. Then about a month ago, I downloaded Claude.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solodev
&lt;/h2&gt;

&lt;p&gt;For a long time, the only way to make a solo indie game was to grind (and not the fun JRPG leveling up kind). Every line of code costs you an hour you don't have. You make trade-offs. You skip the test harness, skip the CI, skip the observability, skip the architecture diagrams — because the math doesn't work at solo scale. The same practices that make a large-scale codebase tractable would crush a one-person codebase before the game ever shipped.&lt;/p&gt;

&lt;p&gt;So you cut corners. You manually playtest. You write code that you can hold in your head because there's no other way to verify it. You ship a half-tested build to a closed beta and hope nobody finds the regressions you can't catch yourself. The discipline isn't wrong; it's just unaffordable. Or it used to be.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bottleneck and The Feedback Loop
&lt;/h2&gt;

&lt;p&gt;People have been asking me to download AI and code with AI for years. I always answered the same way: "I tried it, I get it, it helps you, but I can code it faster — and better." And I was right. Until I wasn't.&lt;/p&gt;

&lt;p&gt;Code generation is fast now, but "fast" doesn't get the idea across. It's not that it's &lt;em&gt;faster&lt;/em&gt;. It's…&lt;/p&gt;

&lt;p&gt;I used to estimate time for very strong software engineers to complete things. I've shipped hundreds of apps, dozens of architecture stacks. I know how long it takes to build something, and how long it takes to build it right. The way I think about this now is: code generation that had to be hand-crafted ran on human time. Code generation went from human time to compute time. And if you know what a processor's clock speed is, you have an idea of what "fast" means now.&lt;/p&gt;

&lt;p&gt;So fast that it has stopped being the bottleneck. In my opinion, the bottleneck has moved to two places: knowing what to ask for, and knowing whether you got it.&lt;/p&gt;

&lt;p&gt;Both of those are things AI can also help with. But not for free. They each demand something specific:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Knowing what to ask for&lt;/strong&gt; demands a knowledgeable user. AI doesn't replace expertise; it amplifies it. The unknowledgeable user gets fluent-sounding garbage; the knowledgeable user gets a hundred junior engineers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Knowing whether you got it&lt;/strong&gt; demands a tech stack and architecture where verification is cheap. Without that, you're back to manually verifying every little step, and the velocity gain quickly levels off.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Game
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://allbyte.studio/devlog/from-zero-to-steam/" rel="noopener noreferrer"&gt;"Zero to Steam"&lt;/a&gt; was the first chapter — four years of grinding the game itself into a shape worth shipping. Combat, isometric grids, dialogue, save system, controller support, the whole 90s tactical RPG vocabulary. The endgame of that era was the demo on Steam.&lt;/p&gt;

&lt;p&gt;"From Steam to Web" is the conclusion I came to after wracking my head on a different question: &lt;em&gt;OK, AI can write my code now — what do I actually do with that?&lt;/em&gt; It started as "well, I have four years of a passion project sitting here, how do I aim AI at it?" Which became "I know what I'd need to make AI useful at this scale — a validation loop, fast enough to keep up with how fast the code is generated." Which became "the validation loop needs Playwright, but Playwright lives in browsers, and heavy browser games are notoriously difficult to build." And then — wait. "Difficult to build" was where I started… Claude.&lt;/p&gt;

&lt;p&gt;Chronicles of Nesis is the test case because it's four years of a codebase I care about, and because Godot exports to browser — which means Playwright can drive it. The open question is whether the practices that scale a large-scale system scale &lt;em&gt;down&lt;/em&gt; to one person. I don't know yet. That's the experiment.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Conclusion
&lt;/h2&gt;

&lt;p&gt;All to say — &lt;em&gt;why build a website?&lt;/em&gt; I'm trying to do a lot of things with this one. As with all meaningful projects, it should have a lot of win cases. I want to keep working on Chronicles of Nesis. I love it. Now I can make it playable in the browser (or so I hope), focus more on the art, and have Claude do the code. I can ship an enterprise-grade website with cost optimization and real features — again, thanks to Claude — and write a devlog about how Claude enables others to do the same. And probably the biggest win, and the hardest to achieve: I can provide an example — ideally a runbook — for others to use Playwright with Godot and Claude to make great games.&lt;/p&gt;

&lt;p&gt;The Youtube video shows the loop in action — a bug reported and live-fixed in three minutes with Godot, Claude, and Playwright.&lt;br&gt;
  &lt;iframe src="https://www.youtube.com/embed/l3B92iLAXKM"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>godot</category>
      <category>ai</category>
      <category>devjournal</category>
    </item>
  </channel>
</rss>
