Skip to main content

The Rise of Google, Part 20: The Trillion-Dollar Giant

The Trillion-Dollar Giant

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

Watch on YouTube ▶

📚 The Rise of Google — a 20-part series. See all parts »  |  « Part 19: The AI Pivot

Twenty-seven years earlier, two graduate students who could barely stand each other had wired cheap hard drives together in a Stanford dorm and asked a simple question: what if you ranked the web by who links to whom? The answer became an algorithm, then a company, then a verb. By 2026, that company had a name most of its own users had never heard of — Alphabet — and it sat among the two or three most valuable enterprises on Earth. This is where our story arrives: at the giant, and at the harder question of what a giant does next.

The numbers of a colossus

Start with the scale, because the scale is genuinely difficult to hold in your head. In fiscal year 2025, Alphabet reported revenue of roughly $403 billion and net profit of about $132 billion — a company earning, on average, something like $360 million in profit every single day. It employed close to 199,000 people worldwide as of mid-2026. In January 2020 it became the fourth American company to cross a $1 trillion market valuation; a few years later it blew past $2 trillion, a number that would have sounded like a typo to the founders counting server costs in 1998.

And yet the shape of the money had barely changed. For all the moonshots and the acquisitions and the AI labs, the overwhelming majority of Alphabet's revenue still came from the same place it came from in 2004: advertising, sold against search results and YouTube videos. The garage startup had become a conglomerate spanning self-driving cars, drug discovery, and quantum computing, but underneath it all still hummed the auction that Part 7 of this story described — billions of tiny, automated ad sales, every hour of every day.

The monopolist in the mirror

Success on this scale attracts a particular kind of attention. On August 5, 2024, in a Washington courtroom, Judge Amit Mehta delivered a verdict that landed like a thunderclap: “Google is a monopolist, and it has acted as one to maintain its monopoly.” It was the most significant antitrust ruling against an American technology company since the government took on Microsoft in the late 1990s. At the heart of the case were the multibillion-dollar payments Google made to Apple and others to remain the default search engine on their devices — deals prosecutors argued had locked rivals out of the market.

The reckoning was not the corporate death sentence some had predicted. In September 2025, Judge Mehta issued his remedies: Google would not be forced to sell off Chrome or Android, but it would be barred from those exclusive default-search contracts and required to share some of its data with competitors. A separate case over Google's advertising technology, decided in 2025, found the company had illegally monopolized parts of the ad-tech market too. Appeals will run for years. But the message from the legal system was unmistakable: the company was now big enough that the rules would come looking for it.

What comes next

If the 2000s were about search and the 2010s were about mobile, the second half of the 2020s has been about a single, existential question — can Google win the age of artificial intelligence it helped invent? The company that built Google Brain, bought DeepMind, and open-sourced TensorFlow found itself, for the first time in two decades, genuinely challenged on its home turf. Conversational AI threatened to become the new front door to information, and for a while Google looked flat-footed. Its answer was to fold DeepMind and its internal teams together and pour everything into a family of models called Gemini, weaving them back into Search, Android, and Workspace — and to place large bets across the field, including a multibillion-dollar stake in the AI lab Anthropic.

It is a strange kind of ending, because it isn't one. The through-line of this whole series has been a company that kept betting its comfortable present on an uncertain future — BackRub over a finished thesis, AdWords over banner ads, Android over a safe partnership with Apple, Chrome over Firefox, AI over the search box that made it rich. Sometimes those bets looked reckless. Often they looked, in hindsight, inevitable. The trillion-dollar giant standing in 2026 is not the end of the story so much as proof of a habit: the refusal to sit still.

Larry Page once said he wanted to build a company that did “things that matter” and moved at the speed of a startup even at enormous size. Whether Alphabet can still move that way — older, watched by regulators, and racing competitors it helped create — is the question the next chapter of its history will answer. But that chapter belongs to the future. Ours ends here, at the top of the mountain the two students started climbing in a rented room, with the search box still blinking, waiting for the next question.

That's the end of The Rise of Google — twenty parts, from two students who couldn't stand each other to a trillion-dollar giant. Thank you for reading the whole climb. The story of what Alphabet becomes next is still being written.


🔗 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...

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...

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...