Skip to main content

The Rise of Google, Part 5: Don't Be Evil

Don't Be Evil

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

Watch on YouTube ▶

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

Most companies bury their values in a laminated poster nobody reads. Google's most famous value started as graffiti. Sometime in 1999, in the cramped early offices, an engineer named Amit Patel took a marker to a whiteboard and wrote three words that would follow the company for the next two decades: Don't be evil. He kept rewriting it. People kept not erasing it. And a throwaway line slowly hardened into a creed.

It's easy, from here, to read those words cynically. But to understand early Google, you have to take them seriously — because for a while, a lot of the people inside the building did.

Three words, and who really said them

The origin story has two claimants, and both are probably true. Patel is credited with the whiteboard version around 1999. The more official adoption came at a corporate-values meeting a year or two later, when Paul Buchheit — the engineer who would go on to create Gmail — blurted out “Don't be evil” as a catch-all for everything the others were trying to articulate in paragraphs.

Buchheit later explained the appeal with disarming honesty. He wanted “something that, once you put it in there, would be hard to take out.” And he admitted it was “a bit of a jab” at competitors who, in Google's view, were quietly exploiting their own users. It was a value statement and a competitive taunt rolled into one — which is a very Google thing to be.

The phrase captured something specific about the culture Larry Page and Sergey Brin were building. This was a company run by engineers who distrusted marketing, distrusted anything that put money ahead of the answer, and genuinely believed the quality of a search result was a kind of moral question. “Don't be evil” wasn't about grand ethics. It was mostly about one concrete promise: we will not sell you a worse answer because someone paid us to.

A culture built to argue

The motto didn't exist in a vacuum. It grew out of a workplace that was deliberately, almost aggressively, un-corporate. Early Google looked less like a business and more like a graduate lab that had wandered off campus — lava lamps, exercise balls, dogs underfoot, and engineers who would happily tell a founder his idea was wrong.

That last part mattered most. Page and Brin had spent their Stanford years disagreeing about nearly everything, and they wired that habit into the company. Decisions were supposed to be won on the merits, not by seniority. To keep it that way, they instituted the ritual that would define Google's internal life for years: TGIF, a company-wide meeting where anyone could stand up and ask the founders anything — product plans, strange decisions, uncomfortable questions — and expect a real answer.

Then there was the food. In 1999, Google hired its first chef, Charlie Ayers, who had previously cooked for the Grateful Dead. Free gourmet meals weren't a perk in the modern, cynical “keep them at their desks” sense — at least not yet. They were a signal: stay, eat together, talk, and the good ideas will fall out of the conversation. Silicon Valley has been copying the cafeteria ever since, usually missing the point.

The famous 20 percent

If one policy embodied “Don't be evil” as a working philosophy, it was 20% time — the idea that engineers could spend a fifth of their week on whatever project they thought Google should be doing, whether or not anyone had asked for it. It was trust as infrastructure. And it paid off in ways the balance sheet never predicted: Gmail, Google News, and AdSense all trace their roots to someone's side project.

Taken together, the pieces formed a coherent bet. Hire brilliant people, feed them, let them argue with you, give them room to chase their own ideas, and hold the whole thing to a three-word standard simple enough to fit on a whiteboard. For a company still small enough to fit in a few rooms, it worked astonishingly well.

The long, awkward afterlife

Of course, mottos are easier to keep when you're small. As Google grew into a public company, then a global one, “Don't be evil” became less a private guardrail and more a public promissory note — one critics would wave back at the company every time it did something they didn't like.

In 2004, Page and Brin put it in writing for the world, enshrining the phrase in their IPO founders' letter with a line that reads almost quaint today: they'd rather do good “even if we forgo some short term gains.” Even Eric Schmidt, the seasoned executive brought in to run the place, initially called it “the stupidest rule ever” — until he watched an engineer kill a profitable ad product simply by invoking it in a meeting. The rule, it turned out, had teeth.

The slow fade came later. When Google reorganized under Alphabet in 2015, the new parent's code of conduct swapped in a blander “Do the right thing.” And in 2018, Google quietly removed “Don't be evil” from the preface of its own code, leaving it stranded in the final sentence. The words never fully disappeared — but they stopped being the headline.

None of that had happened yet in 1999. Back then it was just three words on a whiteboard, in a company that still had to answer a far more pressing question: how do you turn the world's best search engine into an actual business? Two of Silicon Valley's fiercest rivals were about to help them try.

Next time — Part 6: Kleiner + Sequoia, and the improbable feat of getting two arch-rival venture firms to fund the same startup.


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