<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Cinevva Signals</title>
        <link>https://app.cinevva.com</link>
        <description>Opinionated analysis on game development, AI, and indie creation.</description>
        <lastBuildDate>Mon, 02 Mar 2026 16:38:55 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <copyright>Copyright 2024-present Cinevva</copyright>
        <item>
            <title><![CDATA[Vibe coding is the new game jam]]></title>
            <link>https://app.cinevva.com/signals/2026-03-13-vibe-coding-new-game-jam</link>
            <guid>https://app.cinevva.com/signals/2026-03-13-vibe-coding-new-game-jam</guid>
            <pubDate>Fri, 13 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Collins Dictionary named vibe coding Word of the Year 2025. For game developers, it means the barrier between weird idea and playable prototype has collapsed.]]></description>
            <content:encoded><![CDATA[<h1 id="vibe-coding-is-the-new-game-jam" tabindex="-1">Vibe coding is the new game jam <a class="header-anchor" href="#vibe-coding-is-the-new-game-jam" aria-label="Permalink to &quot;Vibe coding is the new game jam&quot;"></a></h1>
<p><em>By <a href="/about.html">Oleg Sidorkin</a>, CTO of Cinevva</em></p>
<p>Andrej Karpathy coined the term &quot;vibe coding&quot; in February 2025 to describe building software by describing what you want and letting AI handle the implementation. A year later, Collins Dictionary made it their Word of the Year. Searches for the term jumped 6,700% that spring.</p>
<p>For most software, vibe coding means faster prototyping. For game development, it means something more specific. The barrier between &quot;weird idea&quot; and &quot;playable prototype&quot; collapsed.</p>
<div style="position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;margin:1.5rem 0">
<iframe src="https://www.youtube.com/embed/VaFkfCT3OuU" style="position:absolute;top:0;left:0;width:100%;height:100%;border:0" allow="accelerometer;autoplay;clipboard-write;encrypted-media;gyroscope;picture-in-picture" allowfullscreen></iframe>
</div>
<p style="font-size:0.9rem;color:var(--vp-c-text-2);margin-top:-0.5rem">A Breaker Belt: Snake meets Arkanoid, vibe coded in three days on the Cinevva Engine</p>
<h2 id="what-actually-changed" tabindex="-1">What actually changed <a class="header-anchor" href="#what-actually-changed" aria-label="Permalink to &quot;What actually changed&quot;"></a></h2>
<p>Game jams exist because game development takes too long for most experiments. You get 48 hours, a theme, and whatever energy you can sustain on caffeine and adrenaline. The constraint forces creativity. You can't build anything ambitious, so you build something weird. Some of the best games in history started as jam projects.</p>
<p>Vibe coding does something similar but removes the artificial time pressure. When describing a mechanic, a mood, or a behavior gets you a working prototype in minutes instead of days, you can try ideas that nobody would greenlight. The economics of experimentation changed.</p>
<p>We built <a href="/blog/2026-02-18-a-breaker-belt.html">A Breaker Belt</a> in three days. Two people, on and off, not crunching. Snake meets Arkanoid. 50 waves. 23 brick types. Reactive music. AI narration. Real-time synthesized sound effects. Shipped to web, mobile, and PC. That scope would normally take a team of eight or nine people several months. The weird mashup that would die in a brainstorm doc instead got built over a long weekend.</p>
<p>That's what vibe coding actually does for games. It doesn't make great games automatic. It makes experiments cheap.</p>
<h2 id="the-numbers-behind-the-trend" tabindex="-1">The numbers behind the trend <a class="header-anchor" href="#the-numbers-behind-the-trend" aria-label="Permalink to &quot;The numbers behind the trend&quot;"></a></h2>
<p>The investment tells you how seriously the industry is taking this. Cursor raised $2.3 billion in Series D. Lovable raised $330 million at a $6.6 billion valuation. An estimated 25% of Y Combinator's Winter 2025 startups ran on codebases that are 95% AI-generated.</p>
<p>In game development specifically, Three.js is now the primary library for vibe-coded web games, with 2.7 million weekly npm downloads. Platforms like Cinevva, Phaser, and a growing list of AI tools are building development environments where describing intent is the primary input.</p>
<p>Karpathy himself has already moved on to the next concept. He's calling it &quot;agentic engineering,&quot; where AI agents write code themselves rather than responding to human prompts. &quot;There is an art and science and expertise to it,&quot; he wrote. The field is moving faster than the vocabulary.</p>
<h2 id="what-doesn-t-change" tabindex="-1">What doesn't change <a class="header-anchor" href="#what-doesn-t-change" aria-label="Permalink to &quot;What doesn't change&quot;"></a></h2>
<p>The limits are real and worth being honest about. As projects grow, context management becomes the bottleneck. AI model performance degrades when your project gets complex enough that the full context doesn't fit in a single window. The code you get is often good enough to run but not good enough to maintain. When something breaks, debugging AI-generated complexity that nobody fully understands is its own special challenge.</p>
<p>There's also the taste problem. AI can generate a mechanically functional game very quickly. It can't tell you whether the game is fun. Whether the difficulty curve feels right. Whether the music matches the mood. Whether the pacing keeps you engaged or slowly bores you. That layer of judgment, the thing that separates a prototype from a game worth playing, still requires a human who cares about the result.</p>
<p>Game jams work because the time pressure forces you to make hard choices about what matters. Vibe coding removes the time pressure but not the need for choices. The best vibe-coded games will come from people who know what they want, not from people who accept whatever comes back.</p>
<h2 id="what-i-think-happens-next" tabindex="-1">What I think happens next <a class="header-anchor" href="#what-i-think-happens-next" aria-label="Permalink to &quot;What I think happens next&quot;"></a></h2>
<p>More games that shouldn't exist will exist. Some of them will be terrible. Some of them will be brilliant. The ratio might not change, but the volume will. And in that volume, you'll find games that could never have been made before. Genres that don't have names yet. Mashups nobody would have funded. Personal projects that one person built because the tools finally got out of the way.</p>
<p>That's always been the promise of better tools. Not that everything gets better, but that more things get to exist. The game jam energy, the &quot;let's just try this and see,&quot; is no longer confined to a 48-hour window. It's Tuesday afternoon and you have an idea. By Thursday, it's playable.</p>
<p><a href="https://app.cinevva.com/engine" target="_blank" rel="noreferrer">Cinevva's engine</a> is free to use. Your weird game idea might be three days away from existing.</p>
<hr>
<hr>
<p><strong>Related:</strong></p>
<ul>
<li><a href="/blog/2026-02-18-a-breaker-belt.html">A Breaker Belt: Snake meets Arkanoid, vibe coded in three days</a></li>
<li><a href="/blog/2026-02-17-we-didnt-expect-a-radio-station.html">We didn't expect to build a radio station</a></li>
<li><a href="/tutorials/agentic-code-tools.html">Agentic AI code tools</a> — Claude Code, Cursor, and GitHub Copilot for game development</li>
<li><a href="/guides/game-jams-hackathons.html">Game Jams &amp; Hackathons</a> — the original 48-hour game creation format</li>
<li><a href="/guides/web-game-engines-comparison.html">Web Game Engines Comparison</a> — engines that pair well with AI-assisted workflows</li>
</ul>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[What 2,200 games at Steam Next Fest tell you about discovery]]></title>
            <link>https://app.cinevva.com/signals/2026-03-11-steam-next-fest-discovery-data</link>
            <guid>https://app.cinevva.com/signals/2026-03-11-steam-next-fest-discovery-data</guid>
            <pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Steam Next Fest February 2026 data reveals that the festival rewards games that already have an audience. If you're starting from zero, you need a different path.]]></description>
            <content:encoded><![CDATA[<h1 id="what-2-200-games-at-steam-next-fest-tell-you-about-discovery" tabindex="-1">What 2,200 games at Steam Next Fest tell you about discovery <a class="header-anchor" href="#what-2-200-games-at-steam-next-fest-tell-you-about-discovery" aria-label="Permalink to &quot;What 2,200 games at Steam Next Fest tell you about discovery&quot;"></a></h1>
<p><em>By <a href="/about.html">Oleg Sidorkin</a>, CTO of Cinevva</em></p>
<p>Steam Next Fest isn't just an event. It's a dataset. Over 2,200 games showed up in February 2026 with demos, trailers, and hopes for wishlists. The results are in, and they confirm something indie developers feel but don't always say out loud.</p>
<p>Next Fest rewards games that already have an audience. If you're starting from zero, the festival alone won't change that.</p>
<div style="position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;margin:1.5rem 0">
<iframe src="https://www.youtube.com/embed/OareecbjvkY" style="position:absolute;top:0;left:0;width:100%;height:100%;border:0" allow="accelerometer;autoplay;clipboard-write;encrypted-media;gyroscope;picture-in-picture" allowfullscreen></iframe>
</div>
<p style="font-size:0.9rem;color:var(--vp-c-text-2);margin-top:-0.5rem">Standout indie games from Steam Next Fest February 2026</p>
<h2 id="the-numbers" tabindex="-1">The numbers <a class="header-anchor" href="#the-numbers" aria-label="Permalink to &quot;The numbers&quot;"></a></h2>
<p>presskit.gg analyzed the data and the tiers are pretty stark:</p>
<div style="overflow-x:auto;margin:1.5rem 0">
<table tabindex="0">
<thead>
<tr>
<th>Tier</th>
<th>Wishlists earned</th>
<th>What it takes</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Diamond</strong></td>
<td>10,000+</td>
<td>Almost always entered with 10K+ existing wishlists</td>
</tr>
<tr>
<td><strong>Gold</strong></td>
<td>7,000-9,999</td>
<td>Strong pre-existing community or content creator push</td>
</tr>
<tr>
<td><strong>Silver</strong></td>
<td>1,000-6,999</td>
<td>Where most games land</td>
</tr>
<tr>
<td><strong>Bronze</strong></td>
<td>0-999</td>
<td>The median sits around 460</td>
</tr>
</tbody>
</table>
</div>
<p>The median game earned 460 wishlists. That's with a demo available, a store page live, and Steam actively promoting the event. Four hundred and sixty wishlists for a week of dedicated visibility on the largest PC gaming platform on Earth.</p>
<h2 id="momentum-compounds-obscurity-compounds-too" tabindex="-1">Momentum compounds. Obscurity compounds too. <a class="header-anchor" href="#momentum-compounds-obscurity-compounds-too" aria-label="Permalink to &quot;Momentum compounds. Obscurity compounds too.&quot;"></a></h2>
<p>The Diamond tier games almost all entered with 10,000+ existing wishlists. They had content creator coverage before the festival started. Their capsule art communicated instantly at thumbnail sizes. They'd done the marketing work before showing up.</p>
<p>The games entering with fewer than 1,000 wishlists? They mostly gained a few hundred more. The festival amplified what was already there. It didn't manufacture something from nothing.</p>
<p>This pattern isn't unique to Next Fest. It shows up everywhere in discovery. YouTube recommends videos that are already performing well. Spotify surfaces songs with existing listens. Store algorithms everywhere reward engagement with more engagement.</p>
<p>If you have momentum, Next Fest is a multiplier. If you don't, it's a participation certificate.</p>
<h2 id="genre-matters-more-than-you-d-think" tabindex="-1">Genre matters more than you'd think <a class="header-anchor" href="#genre-matters-more-than-you-d-think" aria-label="Permalink to &quot;Genre matters more than you'd think&quot;"></a></h2>
<p>Co-op games overperformed across the board. Content creators want to play with friends on stream. That social dynamic generates clips, which generates views, which generates wishlists. The social play loop feeds the social media loop.</p>
<p>Survival and crafting games stayed strong despite how crowded the genre feels from the developer side. Players still want these games. The supply hasn't exceeded the demand.</p>
<p>Narrative games and visual novels struggled. The format of Next Fest works against them. Demo browsing rewards fast visual clarity. You need to understand what a game is within seconds of seeing its capsule art and maybe watching ten seconds of gameplay. Story-driven games need context that thumbnails can't provide.</p>
<p>Roguelikes could still break through, but only with strong differentiation. &quot;It's a roguelike with a twist&quot; needs the twist to be visible at a glance.</p>
<h2 id="why-we-re-watching-this-closely" tabindex="-1">Why we're watching this closely <a class="header-anchor" href="#why-we-re-watching-this-closely" aria-label="Permalink to &quot;Why we're watching this closely&quot;"></a></h2>
<p>This data matters to us because Cinevva was built specifically for the problem it reveals. Our <a href="/news/2026-01-18-cinevva-launch.html">reels-first discovery</a> shows real gameplay, not curated screenshots. You scroll through clips, see something that looks fun, and you're playing it instantly in your browser.</p>
<p>We're not trying to replace Steam or compete with Next Fest. The data tells us these platforms work great for games that already have visibility. The question we care about is: what happens to the other 2,000 games? The ones that are genuinely good but didn't enter with an existing audience?</p>
<p>Those games need a discovery path that doesn't depend on pre-existing momentum. Somewhere a player can stumble onto a game they'd never find in a store, because they saw five seconds of it and it looked interesting. That's the gap we're building into.</p>
<p>The <a href="/guides/2026-01-18-steam-next-fest-strategy.html">Steam Next Fest strategy guide</a> we published earlier this year covers the tactical side. This piece is about the structural takeaway. Discovery on the biggest platform in PC gaming is increasingly a rich-get-richer system. If that's the only system, a lot of great games will stay invisible.</p>
<hr>
<hr>
<p><strong>Related:</strong></p>
<ul>
<li><a href="/news/2026-03-05-steam-next-fest-february-2026.html">Steam Next Fest February 2026 data</a></li>
<li><a href="/guides/steam-next-fest-strategy.html">Steam Next Fest strategy guide</a> — tactics for making Next Fest work for you</li>
<li><a href="/guides/co-op-game-design.html">Co-op Game Design</a> — co-op games consistently overperform at festivals</li>
<li><a href="/guides/itch-io-launch-guide.html">How to Launch Your Game on itch.io</a> — an alternative discovery path for smaller games</li>
</ul>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Open source has an AI pollution problem]]></title>
            <link>https://app.cinevva.com/signals/2026-03-06-open-source-ai-pollution</link>
            <guid>https://app.cinevva.com/signals/2026-03-06-open-source-ai-pollution</guid>
            <pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Godot maintainers are drowning in AI-generated pull requests. The irony is thick. The tools meant to make developers more productive are making open-source projects less productive.]]></description>
            <content:encoded><![CDATA[<h1 id="open-source-has-an-ai-pollution-problem" tabindex="-1">Open source has an AI pollution problem <a class="header-anchor" href="#open-source-has-an-ai-pollution-problem" aria-label="Permalink to &quot;Open source has an AI pollution problem&quot;"></a></h1>
<p><em>By <a href="/about.html">Oleg Sidorkin</a>, CTO of Cinevva</em></p>
<p>Rémi Verschelde is one of the people who keeps Godot running. Not as a side project or a hobby. As a life's work. He's been maintaining the engine since before most people had heard of it, reviewing contributions, merging patches, making sure the thing millions of developers depend on actually works.</p>
<p>Last month, he described what's happening to Godot's contribution pipeline as &quot;draining and demoralizing.&quot;</p>
<p>The cause: AI-generated pull requests. Lots of them.</p>
<div style="background:var(--vp-c-bg-soft);border-radius:8px;padding:1.5rem;margin:1.5rem 0;border-left:4px solid var(--vp-c-brand)">
<p style="font-style:italic;margin:0">"We now have to second-guess nearly every pull request from new contributors."</p>
<p style="margin:0.5rem 0 0;font-size:0.9rem;color:var(--vp-c-text-2)">— Rémi Verschelde, via <a href="https://www.gamedeveloper.com/programming/godot-co-founder-says-ai-slop-pull-requests-have-become-overwhelming">Game Developer</a></p>
</div>
<p>Godot has 4,681 open pull requests on GitHub right now. A growing percentage of new submissions are generated by people who typed a prompt, got some code, and submitted it without understanding what it does. The code often looks plausible at first glance. It compiles. The variable names make sense. Then a maintainer spends twenty minutes figuring out that it introduces a subtle bug, breaks an edge case, or solves a problem that doesn't exist.</p>
<p>The time spent rejecting bad PRs is time not spent reviewing good ones.</p>
<h2 id="the-irony-writes-itself" tabindex="-1">The irony writes itself <a class="header-anchor" href="#the-irony-writes-itself" aria-label="Permalink to &quot;The irony writes itself&quot;"></a></h2>
<p>AI tools are supposed to make developers more productive. That's the pitch. That's why companies are raising billions to build them. And at the individual level, they do. I use AI tools every day. Our entire platform uses AI for game creation, music generation, 3D models, and more. I'm not anti-AI.</p>
<p>But there's a system-level effect that nobody talks about in the investor decks. When AI makes it trivially easy to generate a contribution, and the cost of submitting drops to zero, but the cost of reviewing stays exactly where it was, you get a pollution problem.</p>
<p>The people submitting these PRs aren't malicious. Most of them genuinely want to contribute. They've been told that AI tools let them contribute to open source without deep expertise. And the tools do let them generate something that looks like a contribution. It just isn't one.</p>
<p>Verschelde acknowledged that using AI to detect AI-generated PRs would be &quot;horribly ironic.&quot; He's right. Fighting AI output with AI detection is an arms race nobody wins.</p>
<h2 id="what-this-really-tells-us" tabindex="-1">What this really tells us <a class="header-anchor" href="#what-this-really-tells-us" aria-label="Permalink to &quot;What this really tells us&quot;"></a></h2>
<p>Making something is now cheap. Making something good still costs the same.</p>
<p>That's the lesson showing up everywhere, not just in open-source code review. It shows up in game development, in music production, in content creation. AI dropped the floor. The minimum viable contribution, the minimum viable game, the minimum viable blog post can now be generated in seconds. But the ceiling didn't move.</p>
<p>The people who were already good at their craft are now faster. The gap between &quot;made a thing&quot; and &quot;made a thing worth someone's time&quot; is actually wider than it used to be, because the volume of mediocre output has exploded while the number of people who can evaluate quality hasn't changed.</p>
<p>Godot's contribution guidelines require disclosure of AI assistance. People ignore them. You could make the rules stricter, but enforcement requires the same human review time you're trying to save.</p>
<h2 id="the-real-solution-is-boring" tabindex="-1">The real solution is boring <a class="header-anchor" href="#the-real-solution-is-boring" aria-label="Permalink to &quot;The real solution is boring&quot;"></a></h2>
<p>Verschelde's primary ask is funding. Hire more maintainers. More humans reviewing the work. That's not a technical solution. It's an organizational one. And it's probably the only one that works.</p>
<p>Open-source projects are getting the same lesson the rest of us are learning: AI doesn't eliminate the need for human judgment. It increases it. The more AI-generated content flows into any system, the more you need people who can tell the difference between something that looks right and something that is right.</p>
<p>We think about this constantly when building <a href="/engine.html">Cinevva's tools</a>. The goal was never to remove human judgment from game creation. It's to let creative people focus their judgment on what matters: does this feel right, does this work, would someone enjoy this? The grunt work gets handled. The taste doesn't get automated.</p>
<p>Godot will figure this out. The engine is too important and the community too strong for it not to. But the pattern they're dealing with isn't going away. Every open-source project, every creative platform, every system that accepts contributions from the public is going to face this same question: how do you handle a world where producing something is nearly free but evaluating it isn't?</p>
<hr>
<p><strong>Related:</strong></p>
<ul>
<li><a href="/tutorials/agentic-code-tools.html">Agentic AI code tools</a> — responsible use of AI coding tools</li>
<li><a href="/guides/frontier-gen-ai-models.html">Frontier Open-Source Gen AI Models</a> — the open-source models driving this shift</li>
<li><a href="/blog/2026-01-18-ai-controversy-and-post-ai-economy.html">AI controversy, trust, and the post-AI economy</a> — the broader trust question around AI in creative work</li>
<li><a href="/guides/web-game-engines-comparison.html">Web Game Engines Comparison</a> — Godot and other engines affected by this trend</li>
</ul>
]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Everyone wants to be the AI game engine now]]></title>
            <link>https://app.cinevva.com/signals/2026-03-04-everyone-wants-ai-game-engine</link>
            <guid>https://app.cinevva.com/signals/2026-03-04-everyone-wants-ai-game-engine</guid>
            <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Unity, Roblox, Moonlake, Phaser, and a dozen startups all announced AI-first game creation tools in the same month. Two years ago, VCs said this market didn't exist.]]></description>
            <content:encoded><![CDATA[<h1 id="everyone-wants-to-be-the-ai-game-engine-now" tabindex="-1">Everyone wants to be the AI game engine now <a class="header-anchor" href="#everyone-wants-to-be-the-ai-game-engine-now" aria-label="Permalink to &quot;Everyone wants to be the AI game engine now&quot;"></a></h1>
<p><em>By <a href="/about.html">Oleg Sidorkin</a>, CTO of Cinevva</em></p>
<p>In February 2026, the following things happened within about three weeks of each other.</p>
<p>Unity's CEO went on record saying they'll demo prompt-to-game at GDC. Roblox shipped a 4D creation tool that generates interactive objects from text. Moonlake AI opened a beta for their Generative Game Engine backed by $30 million from Nvidia, Jeff Dean, and YouTube's co-founder. Phaser Editor v5 launched with AI built directly into the scene editor through MCP. And at least half a dozen startups I'd never heard of popped up on Product Hunt with some variation of &quot;describe a game, we'll build it.&quot;</p>
<div style="position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;margin:1.5rem 0">
<iframe src="https://www.youtube.com/embed/S5Vgxj_7Gtg" style="position:absolute;top:0;left:0;width:100%;height:100%;border:0" allow="accelerometer;autoplay;clipboard-write;encrypted-media;gyroscope;picture-in-picture" allowfullscreen></iframe>
</div>
<p style="font-size:0.9rem;color:var(--vp-c-text-2);margin-top:-0.5rem">Roblox's VP of AI on their Cube foundation model and 4D creation</p>
<p>This isn't a complaint. It's an observation about timing.</p>
<p>Two years ago, when we were pitching what Cinevva does, VCs from Sequoia, Pear, Draper, and dozens of other firms told us the market wasn't there. B2C game creation? Indies don't pay for tools. You can't simplify game development without gutting capability. The standard deck of objections dressed up as market analysis.</p>
<p>Now the biggest names in gaming are spending hundreds of millions racing to build variations of the same thing they said couldn't work.</p>
<h2 id="these-tools-are-not-the-same-thing" tabindex="-1">These tools are not the same thing <a class="header-anchor" href="#these-tools-are-not-the-same-thing" aria-label="Permalink to &quot;These tools are not the same thing&quot;"></a></h2>
<p>Here's what matters and what most coverage misses. &quot;AI game creation&quot; is an umbrella that hides fundamentally different products.</p>
<p><strong>Text-to-demo tools</strong> generate something that looks impressive in a tweet. You type a prompt, get a playable thing, share the GIF. The output is real, but it's a demo. Getting from that demo to a game someone would play for an hour is a different problem entirely. Moonlake and some of the newer startups live here. They're solving the initial spark.</p>
<p><strong>AI copilot tools</strong> sit inside an existing engine and help you work faster. Phaser Editor v5 with MCP does this. Ziva does this for Godot. They don't replace the development process, they accelerate it. You still need to understand what you're building. The AI handles the grunt work.</p>
<p><strong>Platform-native AI creation</strong> is what Roblox is doing with 4D. The AI is embedded in the runtime. Objects don't just look right, they behave right because the generation model understands the platform's physics and interaction systems. The tradeoff: you're locked to that platform.</p>
<p><strong>Full-stack AI game engines</strong> are trying to handle everything from concept to shipping. That's what Unity is promising for GDC. That's what we've been building at Cinevva for years. Describe what you want, iterate on what comes back, ship to web, mobile, desktop, Steam. The game you prompt is the game you publish.</p>
<div style="position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;margin:1.5rem 0">
<iframe src="https://www.youtube.com/embed/tICIcOX4Oi8" style="position:absolute;top:0;left:0;width:100%;height:100%;border:0" allow="accelerometer;autoplay;clipboard-write;encrypted-media;gyroscope;picture-in-picture" allowfullscreen></iframe>
</div>
<p style="font-size:0.9rem;color:var(--vp-c-text-2);margin-top:-0.5rem">Phaser Editor v5 integrates AI through MCP for scene-level assistance</p>
<h2 id="the-gap-between-demo-and-ship" tabindex="-1">The gap between demo and ship <a class="header-anchor" href="#the-gap-between-demo-and-ship" aria-label="Permalink to &quot;The gap between demo and ship&quot;"></a></h2>
<p>Every tool in this space can generate a thing that runs. That part got easy fast. The hard part is everything after. Does the game feel good on a phone? Does it handle edge cases? Can you iterate on the music, the difficulty curve, the pacing? Can you ship it to five platforms from the same project? Does the AI understand what makes a game actually fun versus what makes a screenshot look cool?</p>
<p>Some of these announcements will turn into real products. Some will get a round of funding, generate nice demos, and quietly disappear when the &quot;ship a real game&quot; part proves harder than the &quot;generate a prototype&quot; part.</p>
<h2 id="what-i-think-is-actually-happening" tabindex="-1">What I think is actually happening <a class="header-anchor" href="#what-i-think-is-actually-happening" aria-label="Permalink to &quot;What I think is actually happening&quot;"></a></h2>
<p>The market validation we couldn't get in a Sand Hill Road meeting is now coming from the industry itself. When Unity and Roblox bet their roadmaps on AI creation, they're confirming what we've been building toward: the tools should adapt to how creative people think.</p>
<p>The race isn't about who announces first. It's about who ships something people actually use to make games they're proud of. We have thousands of people doing that on Cinevva today. <a href="/blog/2026-02-18-a-breaker-belt.html">A Breaker Belt</a> was two people and three days. <a href="/blog/2026-02-17-we-didnt-expect-a-radio-station.html">Cinevva Radio</a> has 362 community-created tracks. That's the difference between promising to build the future and already living in it.</p>
<p>The competition is good. It means the market exists. We've known that for a while.</p>
<hr>
<p><strong>Related:</strong></p>
<ul>
<li><a href="/guides/web-game-engines-comparison.html">Web Game Engines Comparison</a> — how traditional engines compare on web output</li>
<li><a href="/guides/frontier-gen-ai-models.html">Frontier Open-Source Gen AI Models</a> — the AI models powering game generation</li>
<li><a href="/tutorials/agentic-code-tools.html">Agentic AI code tools</a> — the AI copilot layer that accelerates development</li>
<li><a href="/blog/2026-02-18-a-breaker-belt.html">A Breaker Belt</a> — a game built in three days with AI tools</li>
</ul>
]]></content:encoded>
        </item>
    </channel>
</rss>