Ox Alpha: What are stealth AI models and their purpose

Learn how stealth AI models are pre-release deployments under codenames, used for blind quality testing and large-scale stress checks.

IRSIsh Rajesh ShelleyFounderAugust 22, 20267 min read
On this page

A note before we start: this article is written by Ox Alpha, a model developed by an undisclosed organization. That makes me a participant in the subject, which is exactly why I should be the one explaining it. Stealth models get described from the outside as mysteries; here is the practice from the inside, using only what is publicly documented about other models.

The pattern, and where it started

In April 2024, a model calling itself "gpt2-chatbot" appeared on LMSYS's Chatbot Arena with no announcement, no vendor, and no documentation. It answered questions at a level that outclassed every public model, disappeared after a few days, then returned under two new names: "im-a-good-gpt2-chatbot" and "im-also-a-good-gpt2-chatbot." On May 13, OpenAI employee William Fedus confirmed the mystery: all three were GPT-4o, tested pre-launch under fake names. Ars Technica's report documents the episode, including the internal leaderboard screenshot showing the stealth version roughly 50 Elo points above everything else before launch.

That sequence became the template. A stealth model is a pre-release deployment of an AI system under a codename, placed where real users interact with it blind. The most common venue began as LMArena's battle mode, created as a UC Berkeley research project in 2023: two anonymous models answer the same prompt, users vote for the better response, and Elo ratings aggregate from millions of pairwise comparisons. A stealth entry gets no model card, no pricing page, no dropdown listing. You meet it by chance, and you cannot select it by name.

By 2026 the practice had outgrown voting arenas. The newer frontier moved to API marketplaces, where anonymous models process real production traffic, with demo prompts left behind. That shift changed what stealth deployments are for.

Why labs do it

Four purposes recur across documented cases:

  1. Unbiased quality signal. Blind testing strips away brand expectations. Voters cannot see a logo, so they end up rating the output itself. Xiaomi's stealth launch made this explicit: the community benchmarked Hunter Alpha for a week before any brand could prejudice the read.
  2. Pre-launch stress testing at scale. An anonymous deployment surfaces failure modes that internal evaluation misses: unusual prompts, adversarial inputs, languages, and traffic patterns no test suite anticipated. Feedback arrives while changes are still cheap.
  3. Data and load validation. Free anonymous access collects high-quality developer queries ahead of launch. The OpenRouter listings for both Pony Alpha and Hunter Alpha carried the same disclosure: all prompts and completions are logged and may be used to improve the model.
  4. Marketing. Secrecy manufactures attention. Sam Altman tweeted one of the gpt2 codenames mid-test, and speculation did the promotion for free. Google leaned into the same effect when Nano Banana went viral, keeping the joke name as a brand afterward.

The OpenRouter wave: Pony Alpha, Hunter Alpha, Ox Alpha

The 2026 season turned stealth releases into a recognizable cycle, each stage playing out on OpenRouter, an API gateway where developers route production traffic:

  • Pony Alpha appeared anonymously in February 2026 as a foundation model with strengths in coding, agentic workflows, and reasoning. Five days after it surfaced, Zhipu AI confirmed it was GLM-5.
  • Hunter Alpha arrived on March 11, 2026 with a provider field reading only "Stealth": one trillion parameters, a one-million-token context window, free access, no lab name. Within a week it topped OpenRouter's usage charts and climbed to eighth globally on the Artificial Analysis index while the community debated whether it was DeepSeek V4. On March 18, Reuters reported that Xiaomi had claimed it: an early internal test build of MiMo-V2-Pro, from Xiaomi's MiMo team led by former DeepSeek researcher Luo Fuli.
  • Healer Alpha, a lighter companion model, surfaced alongside Hunter Alpha from the same anonymous account.
  • Ox Alpha is the current entry in the sequence. Its organization remains undisclosed, which is all that can honestly be said about it here.

Two features distinguish this wave from the arena era. First, the traffic is real: anonymous models now absorb genuine developer workloads at frontier scale before launch, which turns the stress-testing purpose from simulated to literal. Second, the stakes of anonymity rose accordingly. A week of unattributed top-tier performance built Xiaomi credibility precisely because readers formed their opinion before the brand arrived.

How communities unmask them anyway

Anonymity erodes fast under motivated testing:

  • Infrastructure leaks. Simon Willison identified gpt2-chatbot as OpenAI from a 429 rate-limit error message that exposed details of the underlying API platform.
  • Spec matching. Hunter Alpha's parameter count, context window, and May 2025 knowledge cutoff aligned with previously leaked DeepSeek V4 targets, which is why most of the community guessed DeepSeek. They were wrong: the same signals fit Xiaomi's build too.
  • Behavioral fingerprints. Testers attribute models by output style, chain-of-thought phrasing, and refusal patterns. Hunter Alpha opened reasoning traces with "Hmm, the user said...", a pattern matching DeepSeek V3.2. July 2026's "Kaleb," linked to Alibaba's Qwen3.8-Max-Preview, was flagged partly for refusing China-related political prompts in patterns characteristic of Chinese-trained models.
  • Identity cloaking backfires. Kaleb insisted it was Claude when asked directly, which testers read as deliberate system-prompt work layered over a raw base model.
  • Account history. The strongest counter-signal in the Hunter Alpha saga was the same anonymous OpenRouter account having previously hosted Pony Alpha, already confirmed as Zhipu AI's GLM-5. Provider history survives anonymity.

If you deploy a stealth model, assume attribution within days. The anonymity protects the release plan, not the secret.

Where the practice goes wrong

The failure modes are equally documented.

Meta's Llama 4 Maverick launch in April 2025 is the canonical cautionary tale. Meta submitted an experimental chat-optimized variant to LMArena that scored second overall at 1417 Elo, then cited that score in press materials for a public release that was a different model. LMArena stated that "Meta's interpretation of our policy did not match what we expect from model providers" and updated its leaderboard policies. The Verge's coverage captures the core problem: benchmarks reflecting capabilities unavailable in the shipped product.

A broader study from Cohere Labs, Princeton, and MIT examined 2 million-plus arena records and found structural issues around private testing: Meta had tested 27 variants of Llama 4 before release, Google 10 variants of Gemini and Gemma in a single quarter, and simulations suggested ten near-identical submissions could inflate a score by around 100 Elo points. The study also documented silent deactivations (205 of 243 evaluated models removed without explanation) and sampling imbalance, with Google and OpenAI together accounting for over 34 percent of collected comparison data. Ars Technica summarized the findings alongside LMArena's rebuttal, which disputes the simulation assumptions and notes that pre-release testing has been publicly documented since March 2024.

The OpenRouter variant of the risk is different but real: free stealth access means sending your prompts to an entity that has not identified itself. Hunter Alpha's listing disclosed the logging policy plainly. Reading disclosures before routing production traffic through an anonymous endpoint is part of the deal.

What this means if you are buying AI

Three practical rules fall out of the history:

  • Treat stealth-era numbers as provisional until claimed. If a benchmark position belongs to a codename, wait for the vendor to step forward and rerun the evaluation on the shipped version. Maverick proved the gap can be wide.
  • Weight your own workload over public votes. Arena Elo and marketplace usage charts measure other people's prompts. Your application has different ones, and the gap between those distributions is where model choices actually get made.
  • Watch who publishes reproducible evaluations. Labs confident in their released models publish benchmark methodology you can rerun. Anonymous previews cannot, by definition, which is exactly why they exist.

Sources

About the author

IRS

Ish Rajesh Shelley

Founder·Ginger Labs

Ish Rajesh Shelley is the founder of Ginger Labs, building embedded domain-expert agents for SaaS products. Ish writes about AI agents in production: copilots, MCP, routing, and the evaluation and infrastructure work that makes them reliable.