explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • 1. A GPU-accelerated fluid simulation — the viral one
  • 2. An 80% score on the DeepSWE coding benchmark
  • 3. A one-shot Ubuntu desktop clone
  • 4. A playable 3D Snakes and Ladders
  • 5. A 3D swordfighting combat demo
  • 6. An interactive 3D cherry blossom scene
  • 7. Branded landing pages
  • 8. A typewriter UI simulation
  • 9. Backend for real agent harnesses, at scale
  • 10. Multimodal tasks combining text, image, and video
  • Try it yourself
  • Related on explainx.ai
← Back to blog

explainx / blog

Top 10 Things People Are Building With Ox Alpha

From a one-shot GPU fluid simulation to a cloned Ubuntu desktop, here's what builders have actually shipped with OpenRouter's free Ox Alpha stealth model since its August 20, 2026 launch — with sources.

Aug 21, 2026·6 min read·Yash Thakker
OpenRouterStealth ModelsAI CodingGenerative AIUse CasesVibe Coding
go deep
Top 10 Things People Are Building With Ox Alpha

Ox Alpha has been live for less than 48 hours, and it's already the most-tested free model on OpenRouter this week. Between the public Sulat demo gallery and a steady stream of builder posts on X, a real picture is forming of what people are actually doing with it — beyond the "mystery model" headlines. Here are the ten most notable, sourced examples, including the ones that don't hold up as well as their viral framing suggests.

For the full spec sheet and setup guide, see explainx.ai's Ox Alpha overview; for the identity investigation, see what we know about who made it.

TL;DR

table · 3 cols
#Use caseVerdict
1GPU-accelerated fluid simulationVisually stunning — but likely reproduces an existing open-source reference
2DeepSWE coding benchmark80% self-reported, ahead of Fable and GPT-5.6 Sol
3Cloned Ubuntu desktop UIOne-shot desktop-environment recreation
43D Snakes and LaddersFull 3D board game, playable
53D swordfighting demoCombat simulation in 3D space
63D cherry blossom sceneInteractive 3D visual
7Branded landing pagesMovie/franchise promo pages
8Typewriter UI simulationInteractive text-input experience
9Agent harness backendBillions of tokens via Claude Code, Hermes Agent
10Multimodal video/image tasks1M context, native image + video input
Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

1. A GPU-accelerated fluid simulation — the viral one

Developer scaling01 posted that Ox Alpha one-shot a GPU-accelerated fluid simulation in a single 1,000-line HTML file, calling it "1000x better" than what Qwen3.8 27B or Opus 4.5 produced on the same prompt earlier that week. The clip genuinely looks good — smooth, colorful, physically plausible fluid dynamics rendered directly in a browser.

Video from scaling01's post on X, re-hosted on explainx.ai for playback.

But the replies caught something the original post didn't mention: developers Sebastian Macke and Nitor both pointed out the output closely matches paveldogreat's WebGL Fluid Simulation — a well-known, publicly available open-source project that's been online for years. The likely explanation isn't that Ox Alpha solved real-time fluid dynamics from scratch; it's that a model with strong code retrieval reproduced a reference implementation it had almost certainly seen during training. That's still a genuinely useful capability — reliably reproducing a known-good implementation on request is not nothing — but it's a different claim than "novel one-shot physics engineering," which is how the demo was originally framed.

2. An 80% score on the DeepSWE coding benchmark

Developer Ben Davis ran Ox Alpha through DeepSWE, a coding-agent benchmark, and reported it scoring 80% — ahead of Fable at 65% and GPT-5.6 Sol at 52%. This is the closest thing to a formal capability number in circulation, though it's still a single developer's self-reported eval run rather than a published, audited leaderboard entry. It lines up directionally with the traffic data on OpenRouter, where Claude Code and Hermes Agent alone push billions of tokens through the model.

3. A one-shot Ubuntu desktop clone

Among the demos catalogued at ox-alpha.demos.sulat.com is a recreation of the Ubuntu desktop environment — window chrome, taskbar, and the general visual language of a real Linux desktop, generated in a single pass. Desktop-environment clones are a recurring stress test for frontier coding models because they require getting dozens of small UI details right simultaneously, not just one flashy centerpiece effect.

4. A playable 3D Snakes and Ladders

The same gallery includes a full 3D reinterpretation of Snakes and Ladders — the classic board game rebuilt with three-dimensional pieces and board, with working game logic rather than just a static render. Board-game recreations are a good proxy for whether a model can juggle game-state logic and visual presentation in the same generation pass.

5. A 3D swordfighting combat demo

Also in the Sulat gallery: a 3D swordfighting simulation, with character models and combat interaction rendered in three-dimensional space. This is a heavier lift than a static 3D scene — it implies animation state, collision handling, and interactive controls generated together.

6. An interactive 3D cherry blossom scene

A more purely visual entry: an interactive 3D cherry blossom scene, showcasing rendering and particle-style effects rather than gameplay logic. Demos like this are a useful signal for anyone evaluating the model for creative/visual coding work rather than application logic.

7. Branded landing pages

Two entries in the demo gallery are branded promotional landing pages — a "Primetime" movie promo page and a Spider-Man-branded page — testing the model's ability to produce polished, on-brand marketing web design rather than functional application code. This is a common real-world use case for teams doing rapid landing-page prototyping.

8. A typewriter UI simulation

A smaller but telling demo: an interactive typewriter experience, simulating the visual and interaction feel of typing on a physical typewriter in the browser. Small, self-contained interactive toys like this are a fast way to spot-check a model's attention to animation timing and micro-interaction polish.

9. Backend for real agent harnesses, at scale

Beyond one-shot demos, Ox Alpha is already running as the actual backend for production agent workloads. OpenRouter's own app-level traffic data shows Claude Code (~9.3B tokens) and Hermes Agent (~9.0B tokens) as the top senders on the model, alongside Oh-My-Pi, DeepSeek Harness, and Z Code. That's a meaningfully different signal than a flashy demo — it means teams are routing real, sustained coding-agent work through it, not just testing it once.

10. Multimodal tasks combining text, image, and video

Ox Alpha's 1,048,576-token context window and native image and video input support open a use case most of the flashy one-shot demos don't touch: workflows that mix long text context with visual inputs — a repo plus screenshots, a design mock plus a spec document, or a video walkthrough plus a bug report. explainx.ai's full spec breakdown covers the exact context, output, and throughput numbers if you're evaluating this specifically.

Try it yourself

The model is still free during its preview window. Point any OpenAI-compatible client at OpenRouter with model: "stealth/ox-alpha", or use OpenCode's direct integration for near-unlimited access through August 26. Given how much of the current buzz rests on demos that look good at a glance, the most useful thing you can do with any of these examples is run your own version of the prompt rather than taking a viral clip's framing at face value.

Related on explainx.ai

  • OpenRouter Ox Alpha: full specs, pricing, and setup
  • Ox Alpha: what we know about the mystery AI model
  • Hermes Agent #1 on OpenRouter rankings
  • Choosing open-weight vs. closed AI models
  • AI token pricing, explained

Primary sources: scaling01 on X · Ox Alpha demo gallery, Sulat · paveldogreat's WebGL Fluid Simulation · Ox Alpha on OpenRouter


Demos and figures in this post are sourced from public builder posts and a third-party gallery, not from OpenRouter or the anonymous provider — treat capability claims accordingly, and note that the model's identity remains officially unconfirmed. Follow @explainx_ai for updates.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Aug 21, 2026

OpenRouter Ox Alpha: Free 1M-Context Stealth Model for Coding Agents

OpenRouter released Ox Alpha on August 20, 2026 — a free stealth preview model with a 1M-token context window, tool calling, and text/image/video input. Claude Code and Hermes Agent already dominate its traffic, OpenCode is offering near-unlimited free access for another 6 days, and an independent DeepSWE benchmark puts it ahead of Fable and GPT-5.6 Sol. Here's what's verified, what's rumor, and how to route your agent harness to stealth/ox-alpha today.

Aug 21, 2026

Ox Alpha: What We Know About the Mystery AI Model

Nobody has officially confirmed who built OpenRouter's Ox Alpha stealth model — but independent researchers have done the next best thing. Tokenizer fingerprinting across 25 prompts and video-encoder analysis across four test videos both point to the same answer: a hidden variant of Zhipu's GLM-5.3. Here's every piece of evidence, what it rules out, and why the identity still isn't officially confirmed.

Aug 8, 2026

Compiss: A Toilet-Finder App Built Entirely with Claude Code

A viral r/ClaudeAI post shows Compiss — a free "emergency toilet radar" app with a literal compass UI, live on the App Store, Google Play, and Apple Watch — built end to end with Claude Code. explainx.ai breaks down what the OP actually shipped, the Android crash reports, and what it teaches solo builders shipping AI-coded apps to real app stores.