Kimi K3 Use Cases: What People Actually Built

Guide · 6 min read · Published: · Updated:

Kimi K3 use cases from its first four days: playable games, full websites, 3D scenes, and 15-hour autonomous runs, with the real costs and token counts.

MoClaw Editorial · MoClaw editorial team
Kimi K3 Use Cases: What People Actually Built
Table of Contents

Share this

The best Kimi K3 use cases so far are the ones people shipped in public: playable games, full websites, interactive 3D scenes, and multi-hour autonomous agent runs, most from a single prompt. Kimi K3 landed on July 16, and within four days X had turned into a nonstop demo reel. Moonshot's 2.8-trillion-parameter model, priced at $3 per million input tokens and $15 per million output with open weights due July 27, handed the community a cheap, capable coder to hammer on. Below are the standouts that actually ran, with the costs, times, and token counts that made each go viral. You can try the same prompts on a managed K3 agent if you want to follow along.

Key Takeaways:

  • In four days, testers used Kimi K3 to ship playable games, full frontend sites, interactive 3D scenes, and multi-hour autonomous runs, most from a single prompt.
  • The viral numbers are cheap: one CS:GO-meets-Portal clone cost $3.24 in about 600K tokens, per @ChrissGPT.
  • Moonshot's own 15-hour unattended run cut a CUDA kernel from 283.6ms to 114.4ms, a 60% speedup.
  • Community cost tests put K3 at roughly a third to a tenth of Fable 5 on the same task, per the testers who ran them.
  • Everything here is a community test, not a controlled benchmark, so read the numbers as demos.

Kimi K3 games built in a weekend

Games were the loudest category, probably because they are the most fun to screen-record and the hardest thing to fake: a playable build either runs or it does not. Developer @ChrissGPT built a CS:GO-meets-Portal clone in three prompts, reporting about 600K tokens and a total bill of $3.24. The interesting part is not that it renders, it is that three prompts and pocket change produced working portal mechanics and shooter movement together.

Real post · Games · July 2026
ChrissGPT@ChrissGPTA CS:GO-meets-Portal clone built in three prompts, roughly 600K tokens and $3.24 in total spend.419K views · X, July 2026

The one you can actually play is @bourneliu66's Slay-the-Spire-style Three Kingdoms card game, built in roughly eight hours. To tune the difficulty, the developer had K3 play 10,000 rounds against itself and adjust the numbers from the results, a self-balancing loop that is normally its own engineering task. It is live at slaythewarlords.com, a rare case of a viral demo you can click into instead of just watch.

At the ambitious end, @0xDepressionn generated an RDR2-style open-world scene from a single prompt over a 10-hour run that burned about 4 million tokens. It is a tech demo rather than a shippable game, and the token count is a useful reality check: one prompt does not mean cheap once the model runs for hours. The scale is the point, and so is the bill.


Kimi K3 frontend builds from one prompt

Frontend is where K3's "one vague prompt" trick showed up most, because design and code usually live in different tools and different people. @mikenevermiss walked through building what he called an award-winning website from roughly three loose prompts in a 13-minute tutorial, with layout, styling, and copy handled in a single pass.

Real post · Frontend · July 2026
MIKEMIKE@mikenevermissA full “award-winning” website walked through from about three loose prompts, in a 13-minute tutorial.291K views · X, July 2026

@adxtyahq generated a macOS-style AI operating system UI in about 15 minutes from a single prompt, the kind of polished chrome, window management and menus included, that usually eats a designer's afternoon. And @jumperz coaxed a fully animated brand page out of one prompt, with scroll pacing, staggered text reveals, and color inversions that most teams would hand to a front-end specialist. The through-line is that K3 is not just emitting markup, it is making design calls that used to need a human in the loop.


Kimi K3 3D scenes in the browser

Three.js builds were the sleeper category, because in-browser 3D is unforgiving: one wrong matrix and you get a black screen instead of a scene. @Bhavani_00007 tested K3 on an interactive armory scene, textures, lighting, and props included, and the render made the rounds.

Real post · 3D · July 2026
Bhavy☄️Bhavy☄️@Bhavani_00007An interactive Three.js armory bay, textures, lighting, ammo crates, and weapon racks, from a single prompt.281K views · X, July 2026

The prompt was as plain as the result was not:

an armory bay with lighting, props, and detail

@chetaslua went further with a fully procedural browser exploration game running on Three.js with WebGPU and GPU compute, a modern graphics stack most people do not associate with one-shot model output. Wiring WebGPU up by hand is famously finicky, which is exactly what made the demo land.

If you want to try the category yourself, one of the cleaner reproducible prompts came from @HarshithLucky3:

leonardo da vinci ornithopter in three js

That single line was enough to produce a working 3D sketch, which is the whole appeal here: the prompt is short, the output is not.


Kimi K3 autonomous agent runs

This is the category closest to what an agent platform actually does: point the model at a goal and let it run without a human approving each step. Moonshot's own @Kimi_Moonshot posted a 15-hour unattended run in which K3 optimized its own CUDA training kernel, cutting runtime from 283.6ms to 114.4ms, a 60% improvement, by iterating on its own code.

Real post · Autonomous · July 2026
Kimi.aiKimi.ai@Kimi_MoonshotA 15-hour unattended run in which K3 optimized its own CUDA training kernel, 283.6ms down to 114.4ms.304K views · X, July 2026

@thealexker pushed the format harder: in one 48-hour autonomous run, K3 wrote a Triton-class compiler from scratch (MiniTriton) and then designed a chip. Read it as an upper-bound stunt rather than a repeatable workflow, but the run length is the real signal, since a model that stays coherent across two days of self-directed work is a different tool than a chatbot. And @zodchiii shipped Kimi Code CLI, an open-source agent harness with coder, explore, and plan subagents that even takes screen recordings as input, a community-built scaffold for running K3 hands-off. The honest caveat on all of this: long unattended runs compound small mistakes, and independent testers have flagged a higher hallucination rate on K3, so the more autonomy you hand it, the more the output needs checking.

Selecting Kimi K3 in the MoClaw workspace model picker, where the option is labeled "for long, tool-heavy work"
Selecting Kimi K3 in the MoClaw workspace model picker, where the option is labeled "for long, tool-heavy work"

Want to replicate these runs?
Every build above started as a single prompt. Kimi K3 is live on MoClaw. Grab one from this page and run it.
Paste any prompt from this page…Run on MoClaw →

What these Kimi K3 builds actually cost

The reason any of this went viral is price. In one side-by-side, @shiri_shh ran the same coding task on K3 and Fable 5 and paid $16.45 versus $37.94.

Real post · Cost · July 2026
shirishshirish@shiri_shhThe same coding task run on K3 and Fable 5: $16.45 versus $37.94.840K views · X, July 2026

@nicos_ai reported an even wider gap on a different task: $0.07 on K3 against $0.68. Treat these as individual tests, not benchmarks, since the workload and token mix swing the number a lot. The catch is output volume: K3 charges $15 per million output tokens, so a chatty, long-running agent that emits thousands of tool calls can quietly erase the price edge these screenshots advertise. For a controlled per-task cost breakdown, and where that output pricing catches back up with you, see our Kimi K3 vs Claude comparison.


More Kimi K3 use cases the community built

The demos above are the highlights, not the whole feed. Here is a wider sample of what testers posted in K3's first days, pulled straight from X.

More real builds · Kimi K3 · July 2026
AlsaAlsa@AIsaOneHQ🌑 Kimi K3 @Kimi_Moonshot just outbuilt GPT-5.6 Sol in our 3D modeling benchmark. We asked both model…839K views · X, July 2026SS@RubzemKimi K3 is actually crazy. Someone just remade HALO CE 10v10 multiplayer with one prompt. No engine.…419K views · X, July 2026Higgsfield AI 🧩Higgsfield AI 🧩@higgsfield_aiKimi K3 vs. GPT 5.6 Sol comparison against the same ice colossus. Made with Seedance 2.0.287K views · X, July 2026Madni AghadiMadni Aghadi@hey_madniSomeone built Windows XP with Kimi K3 it runs GTA Vice City and Red Alert 2 it's so over guys201K views · X, July 2026Hari@hrkrshnnI asked the new Kimi K3 to pentest a website and looked into its inner reasoning traces. It has refe…97.2K views · X, July 2026CrystalCrystal@crystalsssupZombie Apocalypse Game by Kimi K3 Fully playable, connected with a real physics engine, with blood-s…85.5K views · X, July 2026ardard@ardchainTHIS GUY IS BUILDING INSANE CUSTOM SITES FOR $0.23 IN API COSTS WITH THE NEW KIMI K3 currently #1 on…81.4K views · X, July 20260xMarioNawfal0xMarioNawfal@RoundtableSpaceKimi K3 built a photorealistic Bugatti W16 engine with mechanically accurate internals in Three.js u…69.0K views · X, July 2026BridgeMindBridgeMind@bridgemindaiKimi K3 CRUSHES Fable 5 on the BridgeBench lava lamp test. Kimi K3 is now the best model in the worl…62.8K views · X, July 2026KaranKaran@karankendreKimi K3 + Fable 5 just cooked a FIFA-style World Cup Game Argentina vs Spain!!!! Kimi built the whol…52.3K views · X, July 2026red 📌red 📌@redkendl🚨Kimi K3 just one-shotted this 3D paper plane game. I’m genuinely shocked. This is Fable 5 / GPT-5.6…37.0K views · X, July 2026KirillKirill@kirillk_web3Kimi K3 just 3 shotted a whole walkable voxel town with drivable cars , Voxelville, around $3.24 in…18.6K views · X, July 2026Angry TomAngry Tom@AngryTomtweetsKimi K3 built a browser-based 3D martial arts RPG featuring melee combat, quests, inventory, dynamic…7.2K views · X, July 2026NeilXbtNeilXbt@neil_xbtKimi K3 built an Animal Crossing-style game in one shot! Cozy aesthetic, working interactions, full…5.9K views · X, July 2026Command CodeCommand Code@CommandCodeAITested Kimi K3 to build a 3D portfolio website. - Used the /design command. - Built in 3 prompts: bu…3.4K views · X, July 2026fortunafortuna@21xFORTUNAA Chinese open model just built a working Game Boy emulator, running a real game, inside a webpage.…2.3K views · X, July 2026icebearcuteicebearcute@ice_bearcutebuilt a full 3D Pyramid Expedition game entirely using @Kimi_Moonshot K3 in a day not just a simple…1.9K views · X, July 2026ANIRUDDHA ADAKANIRUDDHA ADAK@aniruddhadakKimi K3 built a browser-based 3D fighting game on a custom WebGPU engine, featuring combo combat, AI…1.6K views · X, July 2026DiamDiam@diamai_One prompt produced a playable Mario clone with three original levels. In ten days the model behind…1.4K views · X, July 2026Udayveer SinghUdayveer Singh@m4lici0u5Tried Kimi K3 Max Swarm to help me with COM research notes focused on offensive use cases. Seems lik…6.2K views · X, July 2026
Real, unedited posts pulled from X in July 2026 via Apify. Tap any card to open the original.

More Kimi K3 use cases land July 27

Open weights are due July 27, which points to local-deployment builds, fine-tunes, and self-hosted agent swarms as the obvious next act. If the first four days looked like this, the version people can run on their own hardware should be louder. Until then, every prompt on this page runs today on a hosted K3 agent, no weights download required.

K3 just dropped. MoClaw already has it.
Why wait for the July 27 weights? Every build on this page can be yours today: K3, Claude, and GPT in one workspace, zero setup.
leonardo da vinci ornithopter in three jsBuild with K3 →

Continue Reading

M
MoClaw Editorial MoClaw editorial team

The MoClaw editorial team writes about workflow automation, AI agents, and the tools we build. Default byline for industry overviews, listicles, and collaborative pieces.

Ready to put this into practice?

MoClaw runs browser tasks, research, and schedules automatically. Try it free.

kimi k3 examples what can kimi k3 do kimi k3 demos kimi k3 builds

References: Kimi K3 CS:GO x Portal clone build (@ChrissGPT) · Slay the Warlords, playable K3 card game (@bourneliu66) · Kimi K3 award-winning website tutorial (@mikenevermiss) · Kimi K3 15-hour CUDA kernel run (@Kimi_Moonshot) · Kimi K3 vs Fable 5 cost test (@shiri_shh)