Google's Cheapest AI Takes First Place Across the Board: Building a Webpage in 13 Seconds for 1.8 Cents

Google's Cheapest AI Takes First Place Across the Board: Building a Webpage in 13 Seconds for 1.8 Cents

AIGemini

Sources:HN + web research

On September 2, 2026, Google unveiled its third lightweight model in six weeks, Gemini 3.8 Flash. Its price is as low as $0.75 per million input tokens. Across several core benchmarks, it directly leapfrogged the heavily funded flagship products of various companies. For the first time, the world’s cheapest AI and most powerful AI coincide in the same name. Bargain-bin tools can now outrun heavy-duty equipment. High-premium flagship products must find new reasons to exist.

Three Generations Released in Six Weeks, Cheap Compute Squeezes Premium Space

Just three weeks after the 3.7 version release, 3.8 Flash was brought to the table. Its launch pricing stayed at the absolute floor: a mere $0.75 per million input tokens, and just $3.75 for output tokens. Google previewed that prices will double to $1.50 after New Year’s Day 2027. Even so, it remains in the cheapest tier on the compute shelf.

Gemini 3.8 Flash vs Flagship Models Benchmark Comparison Image: Gemini 3.8 Flash scored 54.9% on cross-domain multi-step reasoning (HLE-Verified). Source: Google Official Blog

Behind the rock-bottom price tag are uncompromising engineering metrics. The HLE-Verified leaderboard tests cross-domain multi-step reasoning capabilities. Here, 3.8 Flash secured a score of 54.9%. DeepSWE v1.1 specifically evaluates long-cycle software engineering capabilities. In this test, it surpassed the vast majority of massive flagship models. It is equally dominant in vertical domain tests. Whether on the Vals Finance or Harvey’s Legal leaderboards, it comprehensively suppressed other expensive competitors. It achieved first-tier results at a cost far lower than flagships. The model capability growth curve is tilting toward the low-cost end.

The core reason a cheap model can win across weight classes lies in changes to its underlying design orientation. When handling complex logic tasks, the model actively performs multi-step reasoning in the background. It polishes the final answer step-by-step by iteratively calling external tools. Developers can also manually lower the effort parameter. This can save massive token consumption in high-fault-tolerance businesses. Small models extend computation time to compensate for the innate disadvantage of parameter scale. This is the most effective exploit under the current technical framework.

Serving Up an Interactive Webpage in 13 Seconds, Stunning Visuals Hide Static Code

The speed advantage brought by cheap compute translated into immediate visual impact within the developer community. Renowned developer simonw conducted a live demonstration. He input only a single simple HTML development prompt. The model took 13 seconds and a mere 1.8 cents to deliver an interactive demo application.

But this is far from a flawless engineering miracle. The comments section quickly dug up its actual code. The prominent “60 FPS” text on the demo page had zero technical substance; it was simply static text hardcoded by the model into the HTML structure. When actually running this code in a browser, there was even visible stuttering. Cheap compute has flattened the barrier to generating stunning visuals, but the underlying reliability of generated code still requires human engineers to review and refactor line by line.

This phenomenon of cheap and fast coexisting with crude and rigid was similarly present in official demonstrations. The official presentation showcased multiple single-sentence prompt demo cases. They were visually striking, illustrating the new model’s versatility.

Demo ProjectTrigger PromptOutput Result
3D Castle PuzzleOne-sentence description of scene and materialsPlayable 3D game (including Nano Banana generated textures)
Retro Navigation MapOne-sentence request for retro styleDOS version Google Maps with real street views and route queries
Terrain Visualization AnalysisOne-sentence importing real geographical dataInteractive terrain profile based on USGS data
Hardware 3D TeardownOne-sentence description of component structureHardware Anatomy interactive 3D teardown visualization app

These cases demonstrated the wild rush of abundant compute in the creative phase. The trial-and-error cost for developing software prototypes has been infinitely compressed. Anyone can try playing the role of a full-stack product team. One-off demos cannot be pushed directly to production. To turn them into long-term maintainable commercial-grade code, there is still a chasm to cross at the architectural level.

Digging Out System Vulnerabilities in Two Hours, Cheap Compute Alters the Attack-Defense Balance

Conventional development tasks still carry controversies over code quality. However, in the specialized field of security, the saturation attacks of low-cost compute demonstrated an entirely different approach. Google simultaneously launched a security-specialized version, 3.8 Flash Cyber. It goes through the Fairwind Program certification system and is provided exclusively to trusted defenders.

Cloud vulnerability research teams used it for internal testing. In just two hours, it found a severe architectural vulnerability that would normally take human experts months to locate. It reached frontier levels in the CyberGym vulnerability discovery test. The success rate for discovering real vulnerabilities across 20 programming languages stabilized at over 70%.

DeepSWE Long-Cycle Engineering Benchmark Performance Image: 3.8 Flash surpassed larger models in long-cycle software engineering tests at extremely low cost. Source: Google Official Blog

Even more critical is its ability to locate and automatically patch vulnerabilities. The Chrome security team conducted real-world tests. The number of correct patches provided by 3.8 Flash Cyber was 2.6 times that of the largest commercial models on the market. It scored 47.2% on the CWE-Bench test, trailing leading flagships by only a tiny margin. But its inference cost to run the test was orders of magnitude lower. The compute cost of security defense screening has dropped to an extremely low level. This is a rare system-level solution in the cybersecurity cat-and-mouse game.

Development Efficiency Myth Cools Down, Engineering Teams Begin Repaying Technical Debt

Faced with a cheap and powerful new tool, community reaction quickly split into two camps. In the front rows of Hacker News discussions, optimists like deno exclaimed that traditional experience has been shattered outright. The new generation of lightweight models captures all three advantages: cheap, fast, and good. User ipsod felt deeply moved, noting that Flash is a product line where one can visibly feel the evolution every single month.

On the flip side, real frontline engineering teams are chewing on the bitter fruit brought by cheap compute. User rjh29 frankly admitted that the subjective improvement isn’t obvious, even noticing a decrease in how often they actively consult official documentation. A sharper voice came from Forgeties79, who pointed out that the engineering teams around him are bogged down. Everyone is heavily repaying the technical debt left behind by blindly introducing AI to write code in the past.

The cost of generating massive amounts of code is approaching zero. The rate of entropy increase in code repositories has directly broken through the physical limits of human code review. Gemini 3.8 Flash possesses powerful code generation capabilities. It entered every developer’s editor at an incredibly low price, but the legendary hundredfold productivity never arrived as promised.

Its significance doesn’t lie in how many benchmarks it won. It proves that under the current technical path, top-tier reasoning capability is no longer forcefully tied to exorbitant per-request costs. The lowest-priced tier tools have overwhelmed flagship products in practical engineering. The pricing logic the AI industry has always followed is beginning to disintegrate. The new model shattered the premium space of flagship products with sheer strength. At the same time, it left behind a conundrum: how to manage massive amounts of unstable machine-generated code? This burden has landed squarely on the desk of every team leader.

Reference links:

  • Google Official Blog
  • HN Discussion (item?id=49537553)
  • simonw’s live test