Skip to main content

Quick Overview

This episode of The Code Report, hosted by Fireship, analyzes Nvidia CEO Jensen Huang's claim that artificial general intelligence has arrived with GPT-6 Astra. The video sets up a practical head-to-head comparison between GPT-6 Astra and Anthropic's Fable 5.1 across 3D game creation and web app development tasks.

Key Points

  • 1.Jensen Huang announced that AGI arrived with OpenAI's GPT-6 Astra, which was trained on over one hundred thousand Nvidia Grace Blackwell NVLink72 GPUs.
  • 2.GPT-6 Astra excels at rendering detailed 3D visuals in Three.js and Blender, but it tends to generate repetitive interface designs and less engaging gameplay mechanics.
  • 3.Fable 5.1 produced simpler graphics and an older Bootstrap-style interface for a rocket simulation game, but it implemented superior custom physics and deeper gameplay customization.
  • 4.A side-by-side test with children resulted in a split verdict, where a three-year-old preferred the visual polish of Astra while an eight-year-old preferred the mechanics of Fable.
  • 5.A test prompting GPT-6 Astra to build a horse dating web application in ChatGPT Work yielded clean, error-free code in twenty-one minutes, despite minor visual alignment quirks.

Summary

The video examines whether OpenAI's GPT-6 Astra represents true artificial general intelligence following an announcement by Nvidia CEO Jensen Huang, who noted that the model was trained on over one hundred thousand Grace Blackwell NVLink72 GPUs with four hundred thousand more coming online. While Astra achieved leading scores on the ARC-AGI-3 benchmark, human evaluations and real-world coding tests provide a more grounded perspective on what frontier models can actually deliver.

To evaluate Astra against Anthropic's Fable 5.1, both models received an identical prompt requesting a 3D rocket flight simulator built with HTML, JavaScript, Three.js, and relevant physics libraries. Astra finished its implementation in twenty-five minutes and fifty-two seconds. The resulting game, Orbital Lab, featured high-fidelity 3D assets, planetary orbital views, and a polished user interface. However, the UI shared a noticeable formula with other AI-generated web games, and the actual mechanics lacked depth and challenge.

In contrast, Fable 5.1 took significantly longer to complete its generation and warned that it had written custom physics rather than pulling in external rigid-body libraries. The visual presentation of Fable's project resembled early Twitter Bootstrap styling with rudimentary 3D textures. Despite the underwhelming aesthetics, Fable delivered superior gameplay featuring detailed rocket component customization, scientific flight calculations, atmospheric dynamics, and entertaining explosion animations. Testing the two games with children yielded a split outcome, as a three-year-old favored the visual simplicity of Astra while an eight-year-old preferred the explosive mechanics of Fable.

Astra also showcased major improvements in pure 3D rendering. When tasked with producing an exploded view of a mechanical Rolex Submariner watch, Astra generated an intricate, accurate technical diagram in minutes. This contrasted sharply with an earlier attempt from GPT Sol months prior, which had produced broken geometry. While such automated rendering saves hundreds of hours compared to manual creation in tools like Blender, it also lowers the barrier to mass-produced 3D video content.

Finally, Astra was tested in ChatGPT Work with a prompt to build a functional web application named Horse Tinder without making mistakes. The model completed the build in twenty-one minutes, producing an elegant, fully interactive interface with swipeable cards, detailed profiles, and functional filters. A rigorous line-by-line inspection of the source code revealed no bugs or syntax errors, establishing that frontier models have made substantial strides in autonomous software construction despite remaining short of true generalized autonomy.

Jensen Huang's AGI Claim and GPT-6 Astra

Nvidia CEO Jensen Huang announced on social media that artificial general intelligence had arrived with OpenAI's GPT-6 Astra, trained on more than one hundred thousand Grace Blackwell NVLink72 chips. The model quickly ranked at the top of the ARC-AGI-3 benchmark leaderboard, prompting debates over whether AI models have truly replaced human developers and designers across software and gaming industries.

Rocket Simulator Benchmark Between Astra and Fable

A direct comparison was run by giving identical prompts to GPT-6 Astra and Anthropic's Fable 5.1 to construct a 3D rocket launch simulator using HTML, JavaScript, and Three.js. Astra completed its game in under twenty-six minutes, producing polished graphics and planetary views but shallow gameplay. Fable 5.1 took longer and produced crude visuals reminiscent of Twitter Bootstrap, yet it provided comprehensive engineering options, realistic atmospheric mechanics, and dynamic failure states.

3D Modeling Evolution and Web Application Coding

Astra demonstrated significant advancements in generating complex 3D models, such as an exploded view of a mechanical watch, illustrating both the rapid obsolescence of manual modeling workflows and the risk of automated content slop. In a subsequent test building a full web application called Horse Tinder using ChatGPT Work, Astra delivered flawless functional code within twenty-one minutes, confirming its robust full-stack capabilities despite minor styling imperfections.

The Bottom Line

The video establishes that while GPT-6 Astra demonstrates remarkable improvements in 3D modeling and automated web generation, claims of achieved AGI remain premature. Fable 5.1 continues to hold an advantage in nuanced reasoning, custom physics modeling, and engaging game logic despite Astra's superior visual aesthetics. The ultimate balance between polished appearance and functional depth remains an evolving battleground between frontier AI providers.

FAQ

What is GPT-6 Astra and what are its main design and coding capabilities

GPT-6 Astra is a frontier AI model from OpenAI trained on over one hundred thousand Nvidia Grace Blackwell NVLink72 GPUs, capable of generating complete web applications, custom Three.js games, and complex 3D graphic models.

How did GPT-6 Astra perform compared to Fable 5.1 in the 3D rocket game test

GPT-6 Astra produced superior graphics, cleaner UI layouts, and faster completion times, whereas Fable 5.1 delivered deeper customization options, custom physics calculations, and more engaging gameplay.

What were the results when children tested the games built by Astra and Fable 5.1

The test resulted in a split decision, where the three-year-old tester preferred the simpler, polished Astra game while the eight-year-old preferred the more interactive and explosive Fable game.

How long did GPT-6 Astra take to build the Horse Tinder web application

GPT-6 Astra took twenty-one minutes to generate the complete, working Horse Tinder application using the ChatGPT Work interface.

What benchmark score did the Berkeley Schema team achieve on ARC-AGI-3 Public

The Berkeley Schema team achieved a ninety-nine percent score on the ARC-AGI-3 Public evaluation set using a specialized harness with Opus 4.8 and Fable 5.

Worth watching for

Software engineers, game developers, and technology enthusiasts interested in evaluating frontier AI coding capabilities and autonomous 3D graphics generation.

  • artificial-intelligence
  • gpt-6-astra
  • fable-5-1
  • three-js
  • game-development
  • benchmarks