Skip to main content

The Rise of NVIDIA, Part 3: Thirty Days from Death

Thirty Days from Death

🎬 Prefer to watch? Here's the 60-second version:

Watch on YouTube ▶

🎮 The Rise of NVIDIA — a 20-part series. See all parts »  |  « Part 2: The Chip That Almost Killed Us

Every great company keeps one story it never quite laughs about. For Nvidia, it is the year the payroll clock had almost run out. By the summer of 1997 the company had a product, a plan, and roughly one month of cash to make both matter. The chip that shipped that August did not just sell — it kept the lights on. And the near-death experience left behind a motto that Jensen Huang still repeats decades later: “Our company is thirty days from going out of business.”

The wrong bet, made brilliantly

To understand why 1997 felt like a cliff edge, you have to rewind to the wrong turn. Nvidia's first product, the NV1, launched in 1995 built around a rendering technique called quadratic texture mapping — drawing curved surfaces directly instead of stitching them together from flat triangles. On paper it was elegant. In practice, it was a bet against the entire industry. Game developers were standardizing on triangles, and when Microsoft's Direct3D arrived it assumed triangles too. The NV1 spoke a language almost no one else wanted to learn.

Worse, Nvidia then spent roughly a year pouring its scarce resources into a follow-on chip for Sega's next-generation console. When Sega concluded the technology could not compete, it pulled the plug and switched vendors. That should have been the end. Instead, in a twist that reads like corporate mercy, Sega was persuaded to keep Nvidia breathing with a $5 million investment — money for a project it had just cancelled. It bought time, and time was the only thing Nvidia had less of than cash.

The response was brutal and clarifying. Nvidia laid off roughly half of its hundred employees and pointed everything that remained at a single, all-or-nothing chip: the NV3, which the world would come to know as the RIVA 128.

Betting the company on being ordinary

Here is the counterintuitive part. Nvidia's salvation was not a dazzling new idea — it was a decision to stop being different. The RIVA 128 (the name stood for Real-time Interactive Video and Animation accelerator) threw out quadratic texture mapping entirely and was engineered to render triangles as fast as physically possible, targeting the specifications everyone else was building for: Direct3D 5 and OpenGL. It was also the first Nvidia chip to fold 3D acceleration, 2D graphics, and video into one part — a single card that did the whole job.

The engineering was aggressive for its moment: about 3.5 million transistors on SGS-Thomson's 350-nanometer process, clocked at 100 MHz, with a pixel pipeline rated at 100 million pixels per second. Those numbers look quaint next to a modern GPU with tens of billions of transistors, but in 1997 the RIVA 128 was fast, cheap enough for mainstream PCs, and — crucially — compatible with the games people actually wanted to play. Doing the standard thing extremely well turned out to be the most radical move Nvidia could make.

It worked. The RIVA 128 became the first Nvidia product to win broad recognition, landing in retail cards like Diamond's Viper V330 and picking up the OEM design wins a struggling company desperately needs. After years of being the clever outsider nobody bought, Nvidia was suddenly a name PC builders trusted. The thirty-day runway did not run out. It was refilled by revenue.

Why the motto stuck

Plenty of companies survive a scare and then quietly bury it. Nvidia did the opposite — it institutionalized the fear. “Thirty days from going out of business” became the unofficial company motto precisely because it was, for one stretch, almost literally true. It is a reminder that no product wins forever, that a market can turn against even a technically beautiful idea, and that the only durable moat is the willingness to abandon your own cleverness when the evidence says so.

That instinct — ship what the ecosystem needs, not what flatters your ego — is arguably the real inheritance of 1997. The RIVA 128 did not make Nvidia great. It made Nvidia alive, and gave it a second chance to be great later. The engineers who survived the layoffs learned a lesson that no business school teaches as vividly: read the standard, respect the developer, and never assume the market owes your invention a living.

With payroll met and credibility earned, the company could finally think one product ahead instead of one paycheck ahead. The next chip would not be about survival — it would be about taking the fight to the reigning champion of 3D gaming.

Next in the series: the RIVA TNT, the “Voodoo killer,” and Nvidia's first real attempt to dethrone 3dfx.


🔗 Explore more from Syncster

Comments

Popular posts from this blog

Cursor AI Review: Is the AI Code Editor Worth It?

I've been using Cursor as my main code editor for a while now, and enough people have asked whether it's worth switching to that a proper review felt overdue. Short version: for me, yes — but with caveats. What is Cursor? Cursor is an AI-first code editor built as a fork of VS Code. That means every extension, theme, and keybinding you already use in VS Code works here, but with AI woven directly into the editing experience instead of bolted on as a plugin. It's made by Anysphere and can run models from OpenAI and Anthropic under the hood. What I like Tab completion is uncanny. Cursor predicts your next edit — not just the rest of the line, but the next change across the file. Once you get used to hitting Tab, going back to a plain editor feels slow. The Composer / Agent mode. You describe a change in plain language and it edits multiple files at once, showing you a diff to accept or reject. For refactors and boilerplate, this saves real time. It unde...

How I used Google Sheets and Apps Script

Google Sheet is one of the most powerful spreadsheet application that exists online, rivaling with Microsoft's Excel. One of the main strengths is its strong support for collaboration with other users, much easier and popular than collaboration tools with Microsoft Office. Aside from plain spreadsheet, it also supports extensions such as macro. If you are familiar with macros on other office tools, they work almost the same. However, the most extension I use and tinker with is the Apps Scipt . Apps Script Extension One of the challenges I faced recently is how do I track or monitor reports in our department if they are submitted on time or worst, forgotten due to lack of better monitoring tools. So I thought if there can be simple applications that can be deployed or use by a more general user to allow reminding periodically what reports are approaching due dates or those that are past dues. Then I looked for a way, instead of creating a full blown app from scratc...

MacBook Pro M5 vs M5 Pro: Which One Should You Actually Buy?

Apple's latest 14-inch MacBook Pro comes in two very different flavors: the base M5 and the step-up M5 Pro . On paper they look similar — same gorgeous Liquid Retina XDR display, same design — but under the hood the gap is bigger than the names suggest. Here's a clear, no-hype breakdown, with concrete use cases so you can match the chip to your work. Quick spec comparison Spec M5 M5 Pro CPU 10-core (4 performance + 6 efficiency) Up to 18-core (6 performance + 12 efficiency) GPU 10-core Up to 20-core Neural Engine 16-core 16-core Memory bandwidth 153 GB/s 307 GB/s (roughly double) Unified memory 16 / 24 / 32 GB 24 / 48 / 64 GB Max storage Up to 4 TB SSD Up to 8 TB SSD Battery (video playback) Up to 24 hours Up to 22 hours Media engines Single encode/ProRes engine More encode/ProRes engines (higher configs) What actually changes between them More cores — the M5 Pro nearly doubles CPU cores and adds GPU cores, so sustained, multi-threaded work finishe...