A mysterious new model just took over the internet...
This video investigates the mysterious "Ox Alpha" AI model, which gained significant traction on OpenRouter. Initially uncredited, forensic analysis revealed it to be GLM-5.3-Flash from Chinese firm Z.ai, surprisingly performing well on commodity hardware. The video also highlights Exa, an AI-powered search engine for agents, and demonstrates its capabilities in web research, data extraction, and integration with LLMs by using it to modernize a legacy Angular.js application.
read more
The video opens by introducing Ox Alpha, an anonymously released AI model on OpenRouter that quickly became the most popular model, serving 42 trillion tokens in its first six days. It boasts a 1M token context window, is multi-modal (accepting video input), and excels at code generation. The model was initially offered for free, leading to speculation about its origin.
Evidence pointed towards a Chinese origin due to its politically sensitive response to a question about Taiwan and its listing as one of several anonymous 'animal' models on OpenRouter, all previously confirmed to be from China. Further forensic analysis by developers revealed that Ox Alpha's stack traces, error codes, and tokenizer matched Z.ai's GLM series.
On August 26, 2026, Z.ai officially claimed Ox Alpha as their GLM-5.3-Flash model. This model is a natively multi-modal Mixture-of-Experts (MoE) with 320 billion total parameters. The MIT-licensed weights were released on Hugging Face the same day. A significant revelation was Z.ai's claim that the entire stealth launch was handled on 100,000 China-made chips, emphasizing their reduced reliance on US-made hardware.
While the free preview ended, GLM-5.3-Flash's API pricing is remarkably low, at just $0.15 per million input tokens and $0.50 per million output tokens, making it up to 40 times cheaper than Claude with a current promotional discount. Although Z.ai provides benchmarks, the video acknowledges the skepticism surrounding 'trust me bro' benchmarks in AI. However, external analysis by Artificial Analysis indicates that GLM-5.3-Flash performs strongly in terms of intelligence-to-cost ratio, even outperforming several major models.
The video then demonstrates how GLM-5.3-Flash can be used to modernize a legacy Angular.js application called 'HorseTube'. The AI successfully identified the outdated stack (Angular 1.x, jQuery, Bootstrap, Bower/Gulp), narrated a detailed plan of attack, built a new design system in raw CSS with a purple background and rainbow gradients, and even incorporated humorous elements and toast notifications. With its vision capabilities, the model detected and fixed a CSS overflow bug on mobile screens using the `min-width: 0` trick.
Finally, the video introduces Exa, a sponsor and AI-powered search engine designed for AI agents. Exa provides access to over 350 million research papers, financial data, and information on over 1 billion people and 70 million companies. It can be integrated directly with LLMs like Claude and ChatGPT through native plugins or used with its Exa Agent for complex, multi-step research. The Exa Agent can pull from multiple data sources simultaneously and provides structured JSON output with citations, allowing for evidence-based answers to complex queries, such as identifying tech companies that 'mooch' off open-source projects. This is presented as a powerful capability beyond what LLMs can achieve independently, as it combines extensive data access with structured reasoning.