FIELD GUIDE · 1994–2026

A field guide to thirty years
of jargon.

Every era of modern tech in plain language: what happened, who built it, and the jargon you'll meet in a vendor deck. Where your stack came from — and where the debt tends to hide.

1994 → 2026 10 eras 86 terms

01 1994–2004

The Web Era

The internet changed everything. The decade in between was messier than anyone admitted at the time.

Overview

In 1994, fewer than 1% of the world's population had used the internet. By 2004, search engines, online stores, and email had become load-bearing infrastructure for the global economy. The decade between was one of invention, fortune, ruin, and hard lessons.

The Web Era began when Netscape packaged the World Wide Web for ordinary users. Mosaic, then Netscape Navigator, gave people a way to browse hypertext. The 1995 IPO opened at $28 and closed at $58.25 — a company with no profits and no precedent. Wall Street had found the internet, and the dot-com bubble had started.

What followed was a decade of real and imagined opportunity in roughly equal measure. Amazon sold its first book in 1995. eBay sold its first broken laser pointer in 1995. Google was incorporated in 1998. Pets.com raised $300M and was dead within nine months. By 2001, the NASDAQ had lost 78% of its value. The survivors — Amazon, eBay, Google, Yahoo — came out leaner, having established that revenue eventually had to come from somewhere.

By 2004, the foundations were in place: HTTP, HTML, JavaScript, SaaS pricing, API-driven integrations, and an entire generation of consumers who expected to buy, read, search, and communicate online. Everything after — cloud, mobile, social, AI — was built on the infrastructure this era laid down.

Left behind

SaaS pricing models, REST APIs, and HTTP infrastructure from this era remain the foundation of nearly every system in production today.

Players

People

Marc Andreessen Founder, Netscape
Co-wrote Mosaic at NCSA, then co-founded Netscape. His 1995 IPO kicked off the dot-com era. Later became one of Silicon Valley's most influential VCs (a16z).
Jeff Bezos Founder, Amazon
Left a Wall Street job in 1994 to sell books online. Wrote the business plan on the drive to Seattle. Survived the bubble that killed Pets.com.
Larry Page & Sergey Brin Founders, Google
Stanford PhD students who built PageRank in 1996. Incorporated Google in 1998. Made the web findable.
Tim Berners-Lee Inventor, World Wide Web
Wrote the first web browser and server at CERN in 1990. Released HTML, HTTP, and URLs without a patent or a license fee. Without that decision, none of this happens.

Companies

Netscape
The first commercial browser. Its 1995 IPO set the template every consumer internet company followed.
Yahoo!
A human-curated directory of the early web. Peaked as the most-visited site on Earth. Declined after passing on acquiring Google in 2002 for $3B.
Amazon
Online bookstore that survived the bubble by reinvesting aggressively. Within a decade became the everything store.
eBay
Person-to-person auctions that proved strangers would send money to strangers over the internet — the model every marketplace since has built on.
Pets.com
The sock-puppet case study in dot-com excess. $300M raised, IPO in February 2000, liquidated nine months later.
Timeline
  1. Aug 1995
    Netscape IPO A 16-month-old browser company with no profits goes public at $28 and closes at $58. The bubble begins.
  2. Jul 1995
    Amazon sells first book A Seattle startup ships its first online order — Douglas Hofstadter's 'Fluid Concepts.' The customer was a friend of Bezos.
  3. Sep 1998
    Google incorporated Page and Brin file paperwork in a Menlo Park garage. Their thesis: ranking pages by who links to them beats what AltaVista does.
  4. Mar 2000
    NASDAQ peaks at 5,048 The bubble's high-water mark. Within two years the index lost 78% of its value. The era of eyeballs over revenue ended.
  5. Nov 2000
    Pets.com liquidates Nine months after IPO, the company is gone. The sock puppet became shorthand for the era.
  6. Aug 2004
    Google IPO Google goes public at $85/share via Dutch auction. A $23B company on day one. The Web 2.0 era is about to begin.
What changed
  • Commerce moved online. Brick-and-mortar stopped being the default; a web presence became a board-level question. Catalog businesses, travel agents, video rental, and classified ads were the first to be unbundled — most never returned.
  • A new financing model emerged. Venture capital scaled up to chase software returns. The idea that a five-person team could build a global business became investable. Stock options as primary compensation became standard.
  • The internet became infrastructure. By 2004, having a website stopped being a differentiator. The next questions — how fast to iterate, how cheaply to scale, how teams could ship without breaking everything — drove the next three eras.
Glossary 8 terms
SaaS Software as a Service Software rented over the internet — no install, monthly subscription.

Most tools your team uses today are SaaS: Salesforce, Slack, HubSpot. You pay monthly; the vendor maintains it.

LikeInstead of buying a car, you take Uber. You never own it, but it's available when you need it.

API Application Programming Interface A contract that lets two pieces of software talk to each other.

When your CRM connects to your email platform, that's an API. They're the connective tissue of the modern software stack.

LikeA restaurant menu. It tells you exactly what you can order. The kitchen — the system internals — stays hidden.

B2B / B2C Business-to-Business / Business-to-Consumer Who you sell to: other companies (B2B) or individual people (B2C).

Determines your sales motion, pricing model, and marketing approach. Investors ask this first.

Network Effects The product becomes more valuable as more people use it.

Facebook is worthless with 10 users; dominant with 3 billion. If your business has network effects, it becomes harder to displace once it reaches scale.

LikeA telephone network. One phone is useless. A billion phones is essential.

Platform A business model where you create infrastructure others build on top of.

Apple, AWS, Stripe, Shopify are all platforms. Platform businesses benefit from every transaction without doing the transaction work.

LikeA shopping mall. The mall doesn't run the stores — it provides the space and charges rent.

REST / API Economy Representational State Transfer The standard protocol most web software uses to communicate. The API Economy is when APIs become the product.

Stripe, Twilio, and SendGrid built billion-dollar businesses selling API access. How open a vendor's API is shapes your ability to build a connected stack.

Freemium Give the product away free; charge for premium features.

Dropbox, Spotify, and Slack use this model. It helps when evaluating whether a vendor's pricing structure is sustainable.

LikeA razor company that gives away the razor and makes money on blades.

Web 2.0 The second era of the web — interactive, participatory, platform-based. YouTube, Wikipedia, Facebook.

Marked the shift from websites as brochures to websites as products. Social media, user-generated content, and algorithmic feeds started here.

02 2001–2012

The Agile Era

Ship software faster. The answer was shorter cycles, smaller teams, and less upfront planning.

Overview

For most of the 1990s, building software meant writing a specification document, handing it to engineers, and waiting twelve to eighteen months for delivery. The result was usually late, over budget, and a poor match for what the business needed by the time it arrived.

In February 2001, seventeen software developers gathered at a ski resort in Snowbird, Utah. They produced a one-page document — the Agile Manifesto — that would reshape how software gets built. The core ideas were straightforward: work in short cycles, ship working software frequently, talk to the customer continuously, be willing to change direction.

The Manifesto's signatories — Kent Beck, Ward Cunningham, Martin Fowler, Jeff Sutherland, Ken Schwaber, among others — each went on to develop specific practices: Scrum, Extreme Programming, test-driven development, pair programming. Each addressed the same underlying problem from a different angle.

By 2012, Agile had become the default. Fortune 500 companies were running standups. Project managers had become Product Owners. Job ads required Scrum certification. The Manifesto's authors expressed some ambivalence — they had wanted a culture change, and what arrived was a consulting industry. But the core shift was real: software stopped being a multi-year procurement and became a continuous, iterative practice.

Left behind

Jira backlogs, sprint rituals, and Product Owner roles inherited from this era are present in nearly every software org undergoing a migration or modernization today.

Players

People

Kent Beck Co-author, Agile Manifesto
Created Extreme Programming (XP) and test-driven development (TDD). Made testing-first a credible practice. His books taught a generation how to ship software reliably.
Jeff Sutherland & Ken Schwaber Co-creators, Scrum
Turned rugby terminology into the dominant Agile framework. Scrum is now the operating default for tens of thousands of software teams.
Martin Fowler Author, ThoughtWorks
Wrote the foundational books on Refactoring, Patterns of Enterprise Architecture, and Continuous Delivery. Translated academic software practice into working-team terms.
Eric Ries Author, The Lean Startup
Applied Agile principles to startups and added validated learning. His 2011 book made iterative thinking the default for a generation of founders.

Companies

ThoughtWorks
The consultancy that operationalized Agile and Continuous Delivery for enterprise. Trained a generation of practitioners.
Atlassian
Built Jira, the dominant Agile project-management tool. If your team uses Jira tickets, it's an Atlassian product.
Spotify
Published its Squads, Tribes, Chapters, Guilds model in 2012. Became the reference case — and then the cautionary one — for Agile at scale.
Pivotal Labs
Pioneered pair programming and TDD as a delivery model. Trained Twitter, Apple, and Google teams. Acquired by VMware in 2019.
Timeline
  1. Feb 2001
    Agile Manifesto signed 17 developers at Snowbird, Utah produce four values and twelve principles. No company is named. No methodology is prescribed. The whole document fits on one page.
  2. 2002
    Scrum codified Schwaber and Beedle publish 'Agile Software Development with Scrum.' The framework — sprints, standups, retrospectives, Product Owner — starts spreading.
  3. 2009
    DevOpsDays in Ghent Patrick Debois organizes the first DevOpsDays. The Agile mindset moves from software development into operations.
  4. Sep 2011
    The Lean Startup published Eric Ries's book makes MVP, pivot, and validated learning standard startup vocabulary. Within months, every pitch deck uses them.
  5. Oct 2012
    Spotify model published Spotify's Squads & Tribes whitepaper spreads through the industry. Banks, telcos, and retailers try to replicate it. Most find the org chart easier to copy than the culture.
What changed
  • Software became a continuous practice, not a project. Budgets, contracts, and org structures had to adapt. 'When will it be done?' was replaced with 'what are we shipping next sprint?' — and finance departments had to learn to work with that.
  • The product manager role expanded significantly. Someone had to translate business goals into a prioritized backlog and answer hundreds of small questions per week. The modern Product Owner profession was built inside Agile teams.
  • The era also produced its own failure modes. Scrum theater — teams running the ceremonies without the underlying culture — became common. Many Agile transformations were rebrands. The core idea, that software is built better in small iterative chunks with continuous feedback, held. The ceremonies were easier to copy than the discipline.
Glossary 8 terms
Agile A philosophy for building software in short cycles, learning as you go rather than planning everything upfront.

Your dev team probably runs Agile. It means they ship in 2-week sprints, not 6-month waterfall projects. This affects how you request features and set timelines.

LikeBuilding with Lego vs. pouring concrete. You can rearrange Lego. Once the concrete sets, you're committed to what you poured.

Sprint A fixed 2-week work cycle in which the team plans, builds, and ships something.

When a developer says 'we'll get to that next sprint,' that means roughly two weeks. Knowing this prevents timeline surprises.

MVP Minimum Viable Product The smallest version of a product that delivers real value and tests a real assumption.

The most misused term in business. A proper MVP isn't a half-built product — it's a deliberate test of whether the core assumption is right.

LikeIf you're building a car, the MVP isn't a car with no seats. It's a skateboard — it still gets you from A to B, so you can test whether people want to move at all.

Backlog The prioritized list of all work that needs to be done.

'It's in the backlog' can mean anything from next week to never. Ask for a priority rank, not just backlog status.

Scrum The most widely used Agile framework. Work in sprints, with a Product Owner, Scrum Master, and development team.

If your company runs Scrum, the Product Owner is the person who prioritizes the backlog and bridges business goals with development work.

Velocity How much work a team completes per sprint, measured in story points.

'Our velocity is down this quarter' means the team is shipping less. Can indicate technical debt, team disruption, or scope creep.

Technical Debt The accumulated cost of shortcuts and quick fixes that weren't done properly the first time.

Every codebase carries it. When your team asks for a refactor, they're paying it down. Left unmanaged, it slows delivery and eventually causes incidents.

LikeCredit card debt. Fast to accumulate, painful to pay off, and it compounds if you ignore it.

Definition of Done DoD The agreed checklist for when a piece of work is complete — tested, reviewed, deployed.

Without a clear DoD, 'done' means different things to different people. A strong DoD is what prevents the 'it works on my machine' problem.

03 2006–2014

The Cloud Era

Stop buying servers, rent them by the hour. Amazon turned its spare capacity into the way most software now runs.

Overview

Before 2006, running a software business meant buying physical servers. You estimated peak load, ordered hardware on six-week lead times, found rackspace in a colocation facility, paid for redundant power and cooling, and hired sysadmins to keep it running. A failed startup's last meaningful asset was usually its servers.

Amazon had a specific problem: its retail business had seasonal traffic spikes and needed enough server capacity to handle them. For most of the year, that capacity sat idle. In 2003, Andy Jassy and a small team designed a business that would rent that idle capacity to outside developers by the hour, with a credit card.

Amazon Web Services launched S3 (storage) in March 2006 and EC2 (compute) in August. The pricing was simple: a few cents per gigabyte per month, a few cents per CPU-hour. Within months, most cash-strapped startups in Silicon Valley had moved their infrastructure to AWS. Hardware vendors dismissed it. By 2010, IBM, Microsoft, and Google were building competing offerings.

The economic shift was significant. Companies that had treated computing as capital expenditure began treating it as an operating cost. The minimum viable startup dropped from $5M of server purchases to a $50 AWS bill. By 2014, AWS was a $5B business growing 50% annually. Microsoft Azure and Google Cloud had emerged as credible alternatives. Running in the cloud had become the default.

Left behind

The lift-and-shift AWS accounts stood up in this era — half-documented, over-provisioned, owned by someone who left — are a common starting point for migration work.

Players

People

Andy Jassy Founder, AWS
Wrote the original seven-page memo proposing AWS in 2003. Built it into a $90B+ business. Took over as Amazon CEO in 2021.
Werner Vogels CTO, Amazon
Brought the engineering culture that made AWS reliable at scale. 'Everything fails, all the time' became the foundational operating assumption of cloud-native systems.
Diane Greene Co-founder, VMware
VMware made server virtualization practical. Without it, the cloud infrastructure model doesn't exist. Later ran Google Cloud from 2015 to 2019.
Satya Nadella CEO, Microsoft
Took over Microsoft in 2014 and shifted the company to cloud-first. Azure became a credible second to AWS within five years.

Companies

AWS
The category-defining cloud provider. Still the largest. Others are measured against it.
Microsoft Azure
The enterprise cloud. Won by being the natural choice for organizations already running Windows Server and Active Directory.
Google Cloud Platform
Strong on data, AI, and Kubernetes (which Google open-sourced). Still gaining enterprise share relative to AWS and Azure.
Salesforce
Already a SaaS company before cloud was a mainstream phrase. Marc Benioff's 'No Software' marketing helped define the category.
VMware
The virtualization layer that made elastic computing viable. Acquired by Broadcom in 2023 in a $61B deal.
Timeline
  1. Mar 2006
    AWS launches S3 Amazon Simple Storage Service goes live at 15 cents per GB per month. Any developer could store unlimited data with a credit card.
  2. Aug 2006
    AWS launches EC2 Elastic Compute Cloud lets you rent a virtual server by the hour. Within a year, a significant portion of YC-funded startups are running on it.
  3. 2008
    Google App Engine launches Google's first cloud product — a Platform-as-a-Service offering. Early, but ultimately a smaller play compared to AWS's broader infrastructure approach.
  4. Feb 2010
    Microsoft Azure launches Microsoft enters cloud, four years after AWS. Slow initial uptake. Becomes a serious competitor under Satya Nadella starting in 2014.
  5. 2011
    Netflix moves to AWS Netflix completes its multi-year migration off its own data centers onto AWS. Establishes that cloud infrastructure can work at significant scale.
  6. Apr 2013
    AWS lands $600M CIA deal AWS wins a CIA cloud contract over IBM. Government adoption signals that cloud had become acceptable to security-conscious buyers.
What changed
  • The cost of starting a software company dropped. Where the 1999 startup needed $5M of servers, the 2009 startup needed an AWS account and a credit card. This made viable a range of businesses that would not have been fundable a decade earlier.
  • IT spending shifted from CapEx to OpEx. CFOs stopped depreciating server purchases over five years and started paying monthly usage bills. This made spending more flexible — and introduced cloud overspend as a new category of corporate financial exposure.
  • The cloud also concentrated vendor risk. By 2024, three companies — AWS, Azure, and GCP — accounted for roughly 65% of global cloud infrastructure. Sovereignty, lock-in, and concentration became board-level concerns.
Glossary 7 terms
Cloud Computing Renting computing resources — servers, storage, databases — over the internet rather than buying hardware.

Virtually every modern software business runs in the cloud. It eliminates the need to own and maintain physical servers, trading large upfront costs for a monthly usage bill.

LikeElectricity. You don't build a power plant for your office. You plug in and pay for what you use.

AWS / Azure / GCP Amazon Web Services / Microsoft Azure / Google Cloud Platform The three dominant cloud providers. Most businesses run primarily on one of them.

Where your software lives affects risk exposure, data residency compliance, and vendor lock-in. Worth knowing which provider you're on and why.

IaaS / PaaS / SaaS Infrastructure / Platform / Software as a Service Three layers of cloud service — each one abstracts more complexity away from the customer.

IaaS: you manage the OS. PaaS: you manage the code. SaaS: you use the software. The higher you go, the less your team manages — and the less control you have.

LikeIaaS is an empty building. PaaS is a furnished office. SaaS is a hotel room. Each is less customizable but easier to occupy.

Elasticity The cloud's ability to automatically scale resources up or down based on demand.

A Black Friday traffic spike shouldn't crash the site. Elasticity means handling 10x traffic without pre-buying 10x servers that sit idle the rest of the year.

Multi-Cloud Using more than one cloud provider deliberately — typically for resilience or to avoid lock-in.

Reduces risk when one provider has an outage. Adds operational complexity. A strategic decision worth understanding before committing to a single vendor.

CapEx vs OpEx Capital Expenditure vs. Operational Expenditure Own it (CapEx) vs. rent it (OpEx). Cloud shifted IT from capital purchases to ongoing operational costs.

This has real accounting and budgeting implications. Cloud spend shows up as OpEx — easier to scale but harder to depreciate. Finance teams need to understand this distinction.

Cloud-Agnostic Built to work on any cloud provider — not tied to AWS, Azure, or GCP specifically.

Vendor lock-in is a real risk. Cloud-agnostic architecture gives negotiating leverage and flexibility to move. Worth asking your technical team how locked-in your stack actually is.

04 2009–2016

The DevOps Era

Dev and Ops were always in conflict. DevOps asked: what if they shared the same job?

Overview

By the late 2000s, Agile had delivered on its core promise: software teams could ship faster. But a new problem appeared. The faster developers shipped, the more they strained the operations teams responsible for running the software. Ops was still doing manual deployments at 2 AM, absorbing code that worked in development and broke in production.

The cultural divide was concrete. Developers were measured on velocity — shipping features. Operations was measured on uptime — not breaking things. Their incentives were directly opposed. Outages produced finger-pointing. 'It works on my machine' was the developer's standard response; 'you threw it over the wall' was the ops team's.

In 2009, a Belgian engineer named Patrick Debois organized the first DevOpsDays in Ghent. The premise was straightforward: what if developers and operations weren't separate functions but the same team, with shared responsibility for code in production? The idea spread through conferences, blog posts, and the 2013 novel The Phoenix Project, which gave executives a narrative to work with.

The technical practices followed the cultural shift. Continuous Integration and Continuous Delivery automated the build-and-deploy pipeline. Infrastructure as Code — Terraform, CloudFormation — made servers reproducible from version-controlled files. Monitoring became Observability. By 2016, Google had published its internal practice as Site Reliability Engineering, and DevOps had become a standard expectation in technical hiring worldwide.

Left behind

Terraform state files, CI/CD pipelines, and on-call rotation tooling built in this era are fixtures in almost every infrastructure environment a migration team encounters.

Players

People

Patrick Debois Founder, DevOpsDays
Coined the term DevOps and organized the first DevOpsDays in Ghent in 2009. Started a movement without intending to start a movement.
Gene Kim Author, The Phoenix Project
His 2013 novel gave executives a concrete narrative for what DevOps transformation looks like. Sold over a million copies.
Adrian Cockcroft Cloud Architect, Netflix
Drove Netflix's cloud migration and open-sourced its chaos-engineering toolkit (Chaos Monkey). Established resilience engineering as a standard discipline.
Benjamin Treynor Sloss VP, Google
Created the Site Reliability Engineer title at Google in 2003. The 2016 SRE book made the practice a global standard, not just a Google internal approach.

Companies

Netflix
The reference case for cloud-native DevOps. Open-sourced tools including Chaos Monkey and Spinnaker. Made engineering culture a measurable competitive factor.
GitHub
Made source control collaborative and visible. The pull-request workflow became the standard mechanism for shipping code.
HashiCorp
Built Terraform, Vault, Consul, and Nomad — the infrastructure tooling that made IaC and multi-cloud the default. IPO'd in 2021, acquired by IBM in 2024.
PagerDuty
Turned the on-call rotation into a software product. Standardized how engineering teams respond to incidents.
GitLab
The all-in-one DevOps platform covering source, CI/CD, security scanning, and monitoring. Made the case that the full pipeline should be a single tool.
Timeline
  1. Jun 2009
    Flickr '10 Deploys/Day' talk John Allspaw and Paul Hammond present at Velocity Conference, claiming Flickr deploys 10+ times per day. The DevOps movement gets a concrete benchmark.
  2. Oct 2009
    First DevOpsDays, Ghent Patrick Debois organizes the first conference. The hashtag #devops is born. The movement now has a name.
  3. 2010
    Chef and Puppet rise Configuration management tools make Infrastructure as Code viable for mainstream teams. Manual server setup begins to be treated as an antipattern.
  4. 2012
    Etsy publishes 'Code as Craft' Etsy's engineering blog documents blameless postmortems, continuous deployment, and feature flags. The practices spread through the industry.
  5. Jan 2013
    The Phoenix Project published Gene Kim's novel gives executives a way to understand what their engineering teams have been asking for.
  6. Jul 2014
    HashiCorp releases Terraform A cloud-agnostic IaC tool. Within three years it becomes the de facto standard for managing cloud infrastructure as code.
  7. Mar 2016
    Google SRE book published Google releases its internal Site Reliability Engineering playbook as a free book. SRE becomes a defined global discipline.
What changed
  • Deployment frequency shifted from quarterly releases to multiple times per day. Organizations that mastered this — Amazon, Netflix, Google — moved faster than competitors still running 6-month release cycles. The competitive value of shipping speed became measurable.
  • The boundary between writing software and running software dissolved. The modern engineer is expected to own code in production, respond to incidents, and care about reliability. The traditional sysadmin role was largely replaced by SREs, platform engineers, and DevOps practitioners.
  • The era also generated its own failure modes. 'DevOps team' became a misnomer: DevOps was meant to be a culture, not a department. Many transformations amounted to renaming the ops group. The harder work of shared on-call, shared ownership, and a blameless culture was the part most organizations never finished.
Glossary 9 terms
DevOps Development + Operations A culture merging software development and IT operations to ship faster and more reliably.

'We have a DevOps team' is often a sign that the concept was misapplied — DevOps is a culture, not a team. It means eliminating the wall between the people who build software and the people who run it.

LikeA restaurant where the chef also serves the food and talks to customers. They learn faster, waste less, and adjust the menu based on what they actually hear.

CI/CD Continuous Integration / Continuous Delivery Automated pipelines that build, test, and deploy code changes — frequently and with safety checks built in.

Good CI/CD lets a team ship features daily instead of monthly, with automated guards at each step. Weak CI/CD means manual deployments, late nights, and fear around each release.

LikeAn assembly line with quality checks at every station. Problems are caught before the finished product ships.

Infrastructure as Code IaC Managing servers and infrastructure with code files rather than manual configuration.

IaC means your entire infrastructure can be reproduced exactly, reviewed like code, and tracked in version control. It reduces the class of 'works in staging, breaks in production' failures.

LikeBaking from a written recipe rather than by feel. The recipe is reproducible, shareable, and doesn't depend on who's in the kitchen.

Terraform The most widely used Infrastructure as Code tool. Defines cloud resources in code files. Works across cloud providers.

If your team uses Terraform, your entire cloud setup is defined in text files in Git. Infrastructure changes are reviewed and tracked the same way code changes are.

MTTR Mean Time To Recovery The average time it takes to restore service after an incident.

A core reliability metric. 'Our MTTR is 4 hours' means outages typically last 4 hours. Mature platform teams measure this in minutes. It's a reasonable question to ask when evaluating engineering reliability.

Blameless Post-Mortem An analysis of what went wrong — focused on system failures, not individual fault.

Mature engineering organizations run these after every significant incident. If your team avoids reporting issues for fear of blame, you won't learn from the failures that accumulate.

Feature Flag A code switch that turns features on or off without deploying new code.

Lets a team deploy code without releasing it — enabling features for specific users, rolling back instantly if something breaks, or running A/B tests without a deployment cycle.

LikeWiring a light switch before the electricity is connected. The work is done; you flip the switch when you're ready.

Shift Left Moving testing, security, and quality checks earlier in the development process.

Bugs found at the design stage cost almost nothing to fix. Bugs found in production cost significantly more. Shift left is the practice of investing in finding problems earlier.

LikeInspecting restaurant ingredients before cooking rather than after serving them.

Configuration Drift When servers gradually diverge from their intended state through ad-hoc changes.

'It works in staging but not production' is often configuration drift. IaC and automated deployments are the standard remediation.

05 2013–2020

The Container Era

Docker packaged the app and its dependencies together, so it ran the same everywhere.

Overview

By 2013, virtualization was standard — every cloud server was a virtual machine sharing physical hardware. But VMs were heavy. Spinning one up took minutes. Each carried a full operating system. Running ten microservices meant ten full VMs, with all their overhead and patching and resource waste.

At a small French PaaS company called dotCloud, a developer named Solomon Hykes had been building an internal tool: a way to package an application and its dependencies into a lightweight, portable unit. In March 2013, dotCloud open-sourced it as Docker. Within months it was one of the fastest-growing open-source projects in history. dotCloud pivoted entirely and renamed itself Docker, Inc.

Docker solved the persistent 'it works on my machine' problem. The application, its dependencies, and its runtime were packaged into a container — a self-contained, shippable unit that ran identically on a developer's laptop, a CI server, or in production. Within two years, most serious engineering teams were building new software with it.

But containers alone weren't enough. Running hundreds of them across a fleet of servers required orchestration: scheduling, scaling, networking, health checks, secrets management. Google had been running everything internally on a system called Borg for over a decade. In 2014 it open-sourced a rewrite called Kubernetes. By 2018, Kubernetes had won the orchestration war so decisively that competitors like Docker Swarm and Apache Mesos conceded. The CNCF (Cloud Native Computing Foundation) emerged as the steward of the ecosystem. The cloud had a new operating system, and it ran in containers.

Left behind

Kubernetes clusters stood up in this era — often underdocumented and under-governed — are a routine fixture in migration scoping.

Players

People

Solomon Hykes Creator, Docker
Took an internal tool at dotCloud and turned it into the dominant developer technology of the 2010s. Resigned from Docker in 2018; founded Dagger in 2022.
Joe Beda, Brendan Burns, Craig McLuckie Creators, Kubernetes
Three Google engineers who designed Kubernetes as an open-source successor to Google's internal Borg system. Burns is now a CVP at Microsoft.
Kelsey Hightower Evangelist, Kubernetes
The primary voice of the Kubernetes community. His talks, tutorials, and 'Kubernetes the Hard Way' guide taught a generation how K8s actually works.
Dan Kohn First ED, CNCF
Built the Cloud Native Computing Foundation from a small Linux Foundation project into the steward of 170+ open-source projects.

Companies

Docker, Inc.
Created and commercialized containers. Had explosive growth, then struggled to monetize a free open-source tool. Refocused on developer experience.
Red Hat
Built OpenShift on top of Kubernetes for enterprise. Acquired by IBM in 2019 for $34B — one of the largest open-source acquisitions on record.
CNCF
Not a company but a foundation. Stewards Kubernetes, Prometheus, Envoy, Helm, and 170+ other projects that define cloud-native.
Rancher Labs
Simplified Kubernetes management for multi-cluster, multi-cloud deployments. Acquired by SUSE in 2020 for $600M+.
Heroku
The pre-Docker PaaS that pioneered the developer-experience patterns Docker built on. Acquired by Salesforce in 2010. Influential beyond its market size.
Timeline
  1. Mar 2013
    Docker open-sourced Solomon Hykes demos Docker at PyCon. Within months it becomes one of the most-starred GitHub projects in history. dotCloud renames itself Docker, Inc.
  2. Jun 2014
    Kubernetes announced Google open-sources Kubernetes as an alternative to Borg. The orchestration competition between K8s, Docker Swarm, and Apache Mesos begins.
  3. Jul 2015
    CNCF founded The Linux Foundation forms the Cloud Native Computing Foundation. Google donates Kubernetes as its first project.
  4. Mar 2017
    Kubernetes wins Docker adds Kubernetes support to its own platform — an effective concession. The orchestration competition ends. K8s is the standard.
  5. Oct 2018
    IBM acquires Red Hat for $34B IBM bets on hybrid cloud and OpenShift. Validates Kubernetes as enterprise infrastructure. The largest open-source acquisition to that date.
  6. 2020
    Serverless gains traction AWS Lambda, Cloudflare Workers, Vercel — the next abstraction layer above containers begins to mature.
What changed
  • Software became portable. The same artifact that ran on a developer's laptop ran in production. The 'works on my machine' excuse became a professional embarrassment. Onboarding new engineers went from days to hours.
  • The microservices architecture became viable at scale. Without container orchestration, running 50 independently-deployed services was a tangle of port management and dependency conflicts. Kubernetes made it operationally tractable — and a new generation of architects adopted it, sometimes before they needed to.
  • A new operational complexity followed. Kubernetes is capable and steep. Entire job categories (Platform Engineer, Cloud Native Engineer, DevOps SRE) emerged to manage it. By 2020, the conversation had shifted to keeping Kubernetes out of developers' way, and that question seeded the next era.
Glossary 7 terms
Docker A tool that packages an application and its dependencies into a portable container.

'It works on my machine' is a project risk. Docker means the app runs identically on a developer's laptop, a test server, and production. Launched 2013.

LikeShipping containers. Standardized boxes that work on any ship, train, or truck — regardless of what's inside.

Kubernetes K8s The industry-standard system for managing and scaling containerized applications.

If you run containerized software at any meaningful scale, Kubernetes — or a managed version like EKS or GKE — is almost certainly in the stack. It's the infrastructure backbone for modern software.

LikeAir traffic control for Docker containers. Without it, managing hundreds of containers is operationally unmanageable.

Microservices Breaking a large application into many small, independent services that each do one thing.

Lets teams work independently, scale specific components, and use different technologies per service. Comes with significantly higher operational complexity. A tradeoff, not a default.

LikeA city with specialized shops versus a general store. More efficient at scale, harder to coordinate.

Serverless Run code functions in the cloud without managing any servers. Pay only when they run.

Lower operational cost for event-driven workloads. Comes with cold-start latency and vendor lock-in tradeoffs. Useful for specific patterns, not a general replacement for containers.

LikeA light switch versus leaving the lights on. You pay only for the electricity when you flip the switch.

Cloud-Native Designed from scratch for cloud environments — containers, microservices, and auto-scaling.

The opposite of lift-and-shift (moving an old app to the cloud unchanged). Cloud-native applications are built for resilience and scale from the start.

Monolith A single, large application where all components are tightly coupled and deployed together.

Not inherently a problem. Monoliths are simpler to build and operate at small scale. The question of whether to break one apart is a question of whether your scale justifies the operational complexity of microservices.

LikeA Swiss Army knife versus a professional kitchen knife set. One is simpler; the other gives specialists more capability.

CNCF Cloud Native Computing Foundation The nonprofit that stewards Kubernetes and 170+ cloud-native open-source projects.

When evaluating cloud-native tooling, CNCF membership and 'graduated' project status are signals of maturity and sustained community support.

06 2010–2022

The Data Era

Data storage got cheap; making sense of what you stored stayed hard.

Overview

By 2010, the cloud had made storing data nearly free, the web had made generating data effortless, and businesses had far more information than they could analyze. The old approach — load it into a relational database, query with SQL, build a dashboard in Crystal Reports — broke at internet scale. The 2010s were the decade of figuring out what to do about it.

The first wave was Big Data, dominated by Hadoop and MapReduce. Yahoo and Facebook had pioneered batch-processing frameworks for analyzing petabytes of logs. Companies like Cloudera and Hortonworks raised hundreds of millions selling Hadoop distributions to enterprises that wanted to be data-driven. Most of those enterprises spent millions standing up clusters and got limited business value back. By 2018, 'Big Data' had become a dated phrase.

The second wave was the modern data stack. Snowflake (founded 2012) reimagined the data warehouse as a cloud-native service that separated storage from compute. Any company could load its data into a queryable warehouse for a manageable monthly bill. dbt let analysts transform data with SQL and Git. Fivetran and Stitch automated the ELT work. By 2020, a startup could stand up a modern analytics stack in a weekend.

The third wave, streaming and real-time, was driven by Apache Kafka. Built at LinkedIn in 2011 and open-sourced shortly after, Kafka let companies move data between systems in real time. The team behind it spun out Confluent. By 2022, every fintech, marketplace, and IoT company was running on Kafka or an alternative. The era ended with companies sitting on more data, in more places, with more tooling, and still no reliable answer to the original question of how to extract value from it.

Left behind

Hadoop clusters and fragmented data pipelines built in this era — often ungoverned, rarely documented — appear regularly in infrastructure assessments.

Players

People

Doug Cutting Creator, Hadoop
Built Hadoop based on Google's MapReduce papers in 2006 and open-sourced it. Created the technical foundation of the Big Data era.
Benoit Dageville & Thierry Cruanes Co-founders, Snowflake
Two Oracle veterans who rebuilt the data warehouse for the cloud. Snowflake IPO'd in 2020 as the largest software IPO in history at the time.
Jay Kreps Co-founder, Confluent / Creator, Kafka
Built Kafka at LinkedIn for log processing. Co-founded Confluent in 2014 to commercialize it. Made real-time data infrastructure a standard expectation.
Tristan Handy Founder, dbt Labs
Created dbt — SQL with version control. Made data transformation accessible to analysts and established the 'analytics engineer' role.

Companies

Snowflake
The cloud-native data warehouse. IPO'd at $33B in 2020. Made it economically viable to consolidate all company data in one queryable place.
Databricks
Commercialized Apache Spark. Pioneered the data lakehouse architecture. Became the dominant unified data and AI platform of the late 2010s.
Cloudera
The original Big Data company. IPO'd in 2017, taken private in 2021. An example of an architectural era passing its vendors.
Confluent
Commercialized Kafka. Made real-time event streaming a managed service. Powers fintech, retail, and marketplace infrastructure globally.
Looker / Tableau / Power BI
The BI tools that turned data warehouses into something executives could use directly. Looker acquired by Google ($2.6B, 2019); Tableau by Salesforce ($15.7B, 2019).
Timeline
  1. 2010
    Apache Cassandra & MongoDB rise NoSQL databases reach mainstream adoption. The relational database is no longer the only answer. The polyglot persistence debate begins in earnest.
  2. 2011
    Kafka open-sourced at LinkedIn A log-based messaging system built for social-network event scale. Becomes the backbone of real-time data infrastructure across the industry.
  3. 2012
    Snowflake founded Two Oracle veterans set out to rebuild the data warehouse for the cloud, separating storage from compute. Eight years later they IPO at $33B.
  4. 2014
    Databricks founded The team behind Apache Spark commercializes it. Initially niche, it becomes the dominant unified data and AI platform of the late 2010s.
  5. 2017
    dbt released Tristan Handy releases dbt (data build tool). Applies software engineering practices to data analytics. Spawns the modern data stack movement.
  6. Sep 2020
    Snowflake IPO Snowflake goes public at $245/share, hitting a $33B market cap. The largest software IPO at the time. Validates the cloud data warehouse category.
  7. 2022
    Data Mesh debates peak Zhamak Dehghani's Data Mesh concept — decentralized, domain-owned data — becomes the dominant architectural debate for large enterprises.
What changed
  • Storing data became effectively free. Analyzing it became affordable. This enabled a generation of products built on data by default — recommendation engines, dynamic pricing, fraud detection, supply chain optimization — and made a dedicated data team a fixture in mid-sized companies.
  • A new job category emerged: the analytics engineer. Sitting between data engineers who build pipelines and analysts who answer questions, they own transformations in dbt, document metrics, and bridge raw data and business intelligence. By 2022 it was one of the most in-demand roles in tech.
  • The era also surfaced an uncomfortable fact: most companies still couldn't reliably answer basic business questions. Data quality, governance, and discoverability remained largely unsolved. By 2022 the conversation had shifted from 'do you have data?' to 'can you trust it?' — and the answer was often no.
Glossary 8 terms
Big Data Data so large, fast, or varied that traditional databases can't handle it — the defining buzzword of the 2010s.

Mostly just called 'data' now. But the era forced companies to build serious data infrastructure. Worth checking whether your data strategy still rests on 2012-era assumptions.

Data Warehouse A structured database optimized for analytics — Snowflake, BigQuery, Redshift.

Where business analytics live. If BI dashboards are slow or stale, the data warehouse is often the bottleneck. A modern cloud data warehouse is now baseline expectation.

LikeA library with a well-organized catalogue. Everything is structured, findable, and ready to query.

Data Lake Store massive amounts of raw, unstructured data cheaply — figure out how to use it later.

A data lake without governance becomes a data swamp. Many organizations built them and couldn't extract value. The architecture is only as good as the data quality and cataloguing behind it.

LikeA warehouse where everything is thrown in unlabeled boxes. Lots of storage; hard to find anything.

Data Lakehouse A hybrid of data lake and data warehouse — cheap object storage with SQL query capability and ACID transactions. Databricks, Delta Lake.

The current architectural direction most enterprises are moving toward. Combines the cost profile of a data lake with the query reliability of a data warehouse.

Data Mesh Decentralize data ownership — each business domain owns and maintains its data as a product.

A strategic pattern gaining traction in large organizations where a central data team has become a bottleneck. Requires organizational discipline as much as technical architecture.

LikeInstead of one central kitchen feeding everyone, each department runs its own kitchen and is responsible for feeding itself.

ETL / ELT Extract Transform Load / Extract Load Transform The data pipeline pattern: pull from source, reshape, load to destination.

Every data pipeline does some form of ETL or ELT. Whether yours runs on a nightly batch or in real time determines how fresh your data is when decisions get made.

Kafka Apache Kafka A real-time data streaming platform — the backbone of event-driven architectures.

When you need to know something happened — a payment, a sign-up, a sensor reading — and act on it in real time, Kafka is usually involved. Critical infrastructure in fintech, logistics, and marketplace businesses.

LikeA high-throughput, reliable postal system that delivers millions of messages per second and retains a record of what was sent.

DataOps Applying DevOps and Agile principles to data pipelines — faster, tested, automated.

Most data teams run fragile pipelines with manual steps. DataOps is the discipline that makes data infrastructure as reliable as software infrastructure.

07 2019–2024

Platform & Security

Security and cloud costs became engineering problems. So did managing the tools built to solve them.

Overview

By 2019, the cloud-native promise had been delivered, and the bill had arrived. A typical mid-sized engineering organization ran 30+ different SaaS tools, used 5+ programming languages, deployed on Kubernetes, monitored with Datadog, alerted via PagerDuty, secured by Snyk, scanned by SonarQube, and shipped through GitHub Actions. Developer onboarding took weeks. A significant share of engineering time went to managing tooling rather than building product.

The response was Platform Engineering — building an internal platform that abstracted the underlying complexity and gave developers a self-service path to ship code. Spotify's open-source Backstage (released 2020) became the reference implementation. Gartner named Platform Engineering a top strategic trend in 2022. The DevOps Engineer role began to split into Platform Engineer (builds the platform) and Application Engineer (uses it).

Meanwhile, security failures kept accumulating. SolarWinds (2020) compromised 18,000 organizations through a poisoned software update. Colonial Pipeline (2021) shut down US East Coast fuel supply for six days after a ransomware attack. Log4Shell (December 2021) exposed a vulnerability in a logging library used in millions of Java applications. The software supply chain had become the attack surface, and the industry responded with SBOMs (Software Bills of Materials), SLSA (Supply-chain Levels for Software Artifacts), and an expanding DevSecOps tooling category.

Cloud costs followed a similar arc. By 2023, the average company was estimated to be wasting 30–35% of its cloud spend. FinOps (bringing engineering and finance together to manage cloud bills) emerged as a recognized discipline with a foundation, a certification program, and CFO-level attention. The era closed with a shared understanding: at scale, security, cost, reliability, and developer experience each need dedicated engineering investment.

Left behind

Partially adopted Internal Developer Platforms and ungoverned cloud accounts from this era commonly surface in audits as the gap between tooling investment and actual adoption.

Players

People

Kelsey Hightower Evangelist (formerly Google)
The most-cited voice in cloud-native. His critiques of complexity — 'Kubernetes is the API everyone wants their infrastructure to expose' — shaped Platform Engineering thinking.
J.R. Storment & Mike Fuller Co-authors, Cloud FinOps
Wrote the book that named the discipline. Built the FinOps Foundation. Made cloud cost management a recognized profession.
Ariel Tseitlin Author, 'You Build It, You Run It'
Netflix engineer whose articulation of the model became a reference point for platform-engineering org design.
Bruce Schneier Security commentator
The clearest public voice on what SolarWinds, Log4Shell, and the supply-chain era meant for policy and practice.

Companies

Spotify
Open-sourced Backstage in 2020. Created the reference architecture for Internal Developer Platforms.
Datadog
The dominant observability platform. IPO'd in 2019, $40B+ market cap. Displaced most legacy APM vendors.
CrowdStrike
The dominant endpoint security platform. Taken offline by its own faulty kernel update in July 2024 — a supply-chain incident caused by the vendor itself.
Snyk
Made developer-first security mainstream. Scanning dependencies for vulnerabilities before shipping is now a standard part of the SDLC.
Wiz
Founded 2020, $10B valuation by 2023, declined Google's $23B acquisition offer in 2024. The fastest-growing unicorn in cloud security.
Timeline
  1. Mar 2020
    Spotify open-sources Backstage Spotify's internal developer portal becomes an open-source project. Sets the template for Internal Developer Platforms.
  2. Dec 2020
    SolarWinds breach disclosed A poisoned software update compromises 18,000 organizations including US government agencies. Supply chain security moves from niche concern to board-level priority.
  3. May 2021
    Colonial Pipeline ransomware A ransomware attack shuts down the US East Coast fuel pipeline for six days. President Biden signs Executive Order 14028 requiring SBOMs from federal vendors.
  4. Dec 2021
    Log4Shell A critical vulnerability in Apache Log4j affects millions of applications. Every security team working the holiday weekend. 'Do you have an SBOM?' stops being optional.
  5. 2022
    Gartner names Platform Engineering top trend Platform Engineering enters Gartner's Top 10 Strategic Tech Trends. The category reaches mainstream enterprise adoption.
  6. 2023
    FinOps Foundation crosses 12,000 members Cloud cost management graduates from niche specialty to a recognized professional discipline with certifications and CFO-level sponsorship.
  7. Jul 2024
    CrowdStrike outage A faulty CrowdStrike kernel update crashes 8.5 million Windows machines globally. Airports, hospitals, and banks stop functioning. The largest IT outage on record.
What changed
  • Security shifted left. Vulnerability scanning, secret detection, and SBOM generation became part of the CI pipeline rather than a pre-release gate. Developers now own first-line security responsibility, and tooling has had to follow.
  • Cloud cost became a first-class engineering concern. CFOs got dashboards. Engineers got budget alerts. 'How much does this feature cost to run?' became a routine design question — especially for AI workloads where unit economics are unforgiving.
  • Developer-experience investment matured. The recognition that engineer time is the most expensive resource — not compute, not licenses — drove investment in internal platforms, fast feedback loops, and friction reduction. The companies that did this well shipped faster; the ones that didn't lost engineers.
Glossary 8 terms
Platform Engineering Building an internal platform that lets development teams self-serve infrastructure without waiting on ops.

Ticket-to-ops workflows slow developer output. Platform engineering creates standardized, supported paths to build and ship. Gartner listed it as a top trend in 2022.

LikeInstead of every employee calling IT for laptop setup, a self-service kiosk where they select their own configuration.

IDP Internal Developer Platform The self-service platform built by platform engineers for development teams.

Good IDPs reduce time-to-deploy and operational burden on developers. Poorly adopted ones become another neglected tool. The right question is whether yours is actually used.

Zero Trust A security model: verify every request, every time — nothing is trusted by default.

The perimeter model — trust everything inside the firewall — no longer holds. Zero Trust means an employee's laptop isn't automatically trusted even on VPN. Critical for remote-work environments.

LikeInstead of checking ID only at the building entrance, you check ID at every room, for every transaction.

DevSecOps Development + Security + Operations Security built into every stage of development — not a review gate at the end.

A security review at the end of the development cycle is too slow and catches problems too late. DevSecOps makes security automated and continuous throughout.

FinOps Financial Operations (Cloud) The discipline of applying financial accountability to cloud spending.

The average company wastes 30–35% of its cloud spend. FinOps connects engineering and finance to identify waste, rightsize resources, and allocate costs accurately.

LikeApplying expense management to your cloud bill the same way you would to employee travel — with policy, visibility, and accountability.

SBOM Software Bill of Materials A machine-readable inventory of every component in your software.

Increasingly required by governments and enterprise customers. When a new vulnerability is disclosed, an SBOM tells you in seconds whether you're affected — instead of weeks of manual checking.

LikeThe ingredient label on food packaging. You need to know what's in your product.

Supply Chain Attack Compromising software by attacking a dependency or tool in the build pipeline, not the target directly.

SolarWinds (2020) compromised 18,000+ organizations by hacking the software update mechanism. Your software is only as secure as every library it depends on.

Observability Understanding what a system is doing from the outside — through metrics, logs, and traces.

'We didn't know there was an issue until customers told us' is an observability failure. Good observability means you know about problems before customers do.

LikeThe dashboard in your car. You don't need to open the hood to know the engine temperature is rising.

08 2012–2022

The AI / ML Era

Machine learning delivered narrow, specialized results. The Transformer paper, published in 2017, set up what came next.

Overview

In September 2012, a neural network called AlexNet, trained on the ImageNet dataset using two consumer GPUs in a University of Toronto basement, achieved a top-5 error rate of 15.3% on image classification. The previous year's winner had scored 25.8%. The gap was large enough to trigger an immediate reassessment of what neural networks could do. Three of the researchers — Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton — were hired by Google within months.

What followed was a decade of measurable breakthroughs. Image recognition surpassed human performance by 2015. Speech recognition followed by 2016. Machine translation changed with Google's Neural Machine Translation in 2016. In March 2016, DeepMind's AlphaGo beat Lee Sedol, the world Go champion, 4-1. In June 2017, eight Google researchers published 'Attention Is All You Need,' introducing the Transformer architecture. The AI research community noticed; most of the industry did not.

The corporate response was large and fast. Google, Facebook, Microsoft, Amazon, and Apple acquired AI startups and poached university ML faculties. NVIDIA, primarily a GPU company for video games, found its hardware at the center of AI training workloads. Its stock began a multi-year climb that would make it one of the most valuable public companies on Earth by 2024.

For most of the 2010s, AI remained narrow. Each model did one task. A model trained to recognize cats could not recognize dogs. A translation model for French to English needed a separate model for Spanish. The work was specialized, expensive, and required ML engineers and researchers with deep domain knowledge. Deployments underdelivered against expectations more often than not. The Transformer paper changed the trajectory, but that would not be apparent for another five years.

Left behind

Narrow ML models embedded in production systems — recommendation engines, fraud detection, ad targeting — now run on infrastructure that predates the LLM stack and is increasingly hard to audit or replace.

Players

People

Geoffrey Hinton Researcher, deep learning
Worked on neural networks through decades when the approach had few believers. His students built AlexNet in 2012. Won the Turing Award in 2018. Resigned from Google in 2023.
Yann LeCun Chief AI Scientist, Meta
Created convolutional neural networks in the 1980s. Argued for deep learning before it was productive to do so. Co-recipient of the 2018 Turing Award.
Yoshua Bengio Founder, Mila
The third member of the Turing Award trio. Pioneered probabilistic models for sequences and word embeddings.
Demis Hassabis Co-founder, DeepMind
Built DeepMind, sold to Google in 2014 for approximately $500M. Led AlphaGo and AlphaFold (Nobel Prize in Chemistry, 2024).
Andrej Karpathy Researcher, formerly Tesla and OpenAI
His Stanford CS231n course and YouTube tutorials trained a generation of ML practitioners. Coined the term 'vibe coding' in 2025.
Fei-Fei Li Creator, ImageNet
Built ImageNet — the 14-million-image dataset that made AlexNet possible. Director of the Stanford Human-Centered AI Institute.

Companies

Google / DeepMind
Acquired the research talent, built the TPU, and published foundational papers including the 2017 Transformer paper. Set the technical pace for the field.
Facebook / FAIR
Facebook AI Research, led by Yann LeCun. Open-sourced PyTorch, which became the dominant ML training framework.
NVIDIA
Its GPUs powered nearly every major training run of the era. By 2024, one of the most valuable public companies on Earth.
OpenAI
Founded in 2015 as a non-profit AI research lab. Pivoted to a capped-profit structure. Built GPT-2, GPT-3, and laid the groundwork for the GenAI era.
Anthropic
Founded in 2021 by former OpenAI researchers including Dario Amodei. Focused on AI safety research and built the Claude family of models.
Timeline
  1. Sep 2012
    AlexNet wins ImageNet Krizhevsky, Sutskever, and Hinton submit a deep neural network that wins the ImageNet competition by a large margin. Deep learning becomes the dominant research direction.
  2. Jan 2014
    Google acquires DeepMind Google buys the London AI lab for approximately $500M. DeepMind had been training neural networks to play Atari games at superhuman level.
  3. Dec 2015
    OpenAI founded Sam Altman, Elon Musk, Ilya Sutskever, Greg Brockman, and others launch OpenAI as a non-profit AI research lab with an initial pledge of $1B.
  4. Mar 2016
    AlphaGo beats Lee Sedol DeepMind's AlphaGo defeats the world Go champion 4-1 in Seoul. An estimated 200 million people watch the matches.
  5. Jun 2017
    'Attention Is All You Need' published Eight Google researchers publish the Transformer architecture paper. The approach powers ChatGPT five years later.
  6. Jun 2020
    GPT-3 released OpenAI releases GPT-3 — 175 billion parameters, capable of general language tasks at a level that surprised the research community.
  7. Jul 2021
    AlphaFold 2 solves protein folding DeepMind solves a 50-year-old grand challenge in structural biology. The work wins the Nobel Prize in Chemistry in 2024.
What changed
  • AI moved from research to embedded production infrastructure. By 2020, most major consumer products had AI components: recommendation engines, fraud detection, ad targeting, search ranking, spam filtering. Users did not interact with these systems directly; they just ran. Companies that invested early had measurable advantages; those that did not fell behind on specific capabilities.
  • A new economic logic formed around AI. Data became valuable as training material. Compute became a strategic asset — Google built custom TPUs; others accumulated NVIDIA GPUs. AI engineering roles commanded compensation that detached from the broader tech market.
  • The era ended in a particular state: the technology had delivered real, narrow results, but general-purpose AI had not arrived. Self-driving cars remained unresolved. Enterprise ML projects underdelivered more often than not. Then the Transformer architecture — published in 2017, mostly unnoticed outside research — produced ChatGPT, and the terms of the conversation changed.
Glossary 10 terms
Artificial Intelligence AI Machines doing things that seem to require human-level intelligence.

The umbrella term everyone uses. Anything more specific (ML, DL, LLM) lives underneath it. When a vendor says 'AI-powered,' ask what kind.

Machine Learning ML Systems that learn patterns from data instead of following hand-written rules.

ML is how Netflix recommends shows, how fraud detection works, how email spam filters learn. It requires data, compute, and expertise to build well.

LikeTeaching by example rather than by rulebook. You show a system thousands of labeled examples until it can generalize — you never write the rules explicitly.

Deep Learning DL A subset of ML using neural networks with many layers. Powers image recognition, speech, and language AI.

The technology behind most AI breakthroughs from 2016 onward — face recognition, voice assistants, and ultimately large language models.

Neural Network ANN The core architecture of modern AI — layers of connected nodes loosely inspired by the brain.

Neural networks need large amounts of data to train and significant compute to run. They produce outputs that often cannot be explained — which matters in regulated industries.

Training The process of feeding data to a model so it learns patterns. Can take weeks and cost millions.

Training is the expensive, periodic process. Inference is the cheaper, ongoing cost of using the result. Know which your vendor is charging you for.

Inference Using a trained model to make predictions. This is the ongoing, production cost.

Every time a user gets an AI recommendation, your system runs inference. At scale this cost adds up and needs active management.

Foundation Model A massive model pre-trained on broad data that can be adapted to many tasks. GPT, Claude, Gemini.

The build-vs-buy question for AI. Building a foundation model costs hundreds of millions of dollars. Using one via API costs a fraction of a cent per call. Most organizations should be on the API side.

MLOps Machine Learning Operations DevOps principles applied to machine learning — deploying, monitoring, and maintaining models in production.

Models degrade over time as real-world data distribution shifts (data drift). MLOps is the discipline that keeps AI systems working reliably after the initial deployment.

Black Box An AI system that produces outputs but cannot explain its reasoning.

Relevant for regulated industries — finance, healthcare, legal. If you cannot explain why the AI made a decision, you may have compliance and liability exposure.

Bias (AI) When AI systems produce systematically unfair outcomes, usually reflecting patterns in training data.

An AI hiring tool trained on historical hiring data may disadvantage certain groups. This is a legal and reputational risk. Ask vendors how they test for and mitigate bias before deployment.

09 2022–2024

The GenAI Era

ChatGPT launched in November 2022. A hundred million users followed in two months. The underlying technology had been developing for years.

Overview

On November 30, 2022, OpenAI released a chatbot called ChatGPT. Internally it was considered a modest research preview, built on GPT-3.5. The team did not expect wide adoption. By January 2023, ChatGPT had 100 million users — the fastest consumer product growth on record. Microsoft, an existing OpenAI investor, announced an additional $10 billion investment. The product had made the underlying technology legible to a general audience.

What ChatGPT did was straightforward: it placed a chat interface on top of a large language model trained on internet-scale text using the Transformer architecture. The technology had existed in earlier forms. The difference was access — anyone with a browser could use it without an API key or Python knowledge. People used it for email, code, essays, research, homework, and a large number of tasks no product designer had anticipated.

The competitive response was fast. Google declared an internal 'code red' and shipped Bard (later Gemini) in early 2023. Anthropic, founded by former OpenAI researchers in 2021, released Claude. Meta open-sourced Llama in early 2023; the model weights leaked to the internet within days, producing an unplanned but consequential open-source LLM ecosystem. Microsoft embedded GPT-4 into Bing, Office, and Windows under the Copilot brand. By mid-2023, most significant software companies had announced an AI strategy — ranging from vague to operational.

Within two years, a production stack had formed: foundation models accessed via API, augmented with company-specific data through RAG, constrained via system prompts, and monitored through observability tooling built specifically for LLMs. The cost structure became apparent and was not trivial. Tokens were the new compute unit. Organizations that had spent years optimizing cloud spend found themselves doing the same exercise for AI API budgets. By the end of 2024, the question had shifted from 'what can the model do?' to 'what can it do, with our data, automatically, at acceptable cost?' The Agentic Era was starting.

Left behind

Proof-of-concept LLM integrations built in 2023 — often on bare API calls, without RAG, observability, or cost controls — are now in production and becoming the next wave of migration work.

Players

People

Sam Altman CEO, OpenAI
Led OpenAI from a $1 billion non-profit to the company that shipped ChatGPT. Fired by the board and reinstated within five days in November 2023.
Dario & Daniela Amodei Founders, Anthropic
Left OpenAI in 2021 to build a safety-focused AI lab. Created Claude. Anthropic raised $4 billion from Google and $4 billion from Amazon by 2023.
Ilya Sutskever Co-founder, OpenAI / SSI
Chief scientist behind GPT-3 and GPT-4. One of the board members involved in firing Altman in November 2023. Left OpenAI to found Safe Superintelligence Inc. in 2024.
Mira Murati CTO, OpenAI (2022–2024)
Led the engineering teams that shipped ChatGPT, DALL-E, and GPT-4. Served as interim CEO during the November 2023 board crisis.
Yann LeCun Chief AI Scientist, Meta
Drove Meta's decision to open-source Llama in 2023, a strategic choice that catalyzed the open-weight model ecosystem.
Aidan Gomez & co. Co-authors, 'Attention Is All You Need'
Eight Google researchers who wrote the 2017 Transformer paper. All eight have since left Google; most founded companies including Cohere, Character.AI, Adept, and Essential AI.

Companies

OpenAI
Defined the era with ChatGPT. Backed by approximately $13 billion from Microsoft. The highest-profile AI company of the 2020s.
Anthropic
Frontier AI lab focused on safety research. Built Claude. Released Claude Code, an agentic CLI tool, in 2025.
Google / DeepMind
Merged Google Brain and DeepMind in 2023. Released Gemini. Deep research capability; slower to consumer products than OpenAI.
Meta
Open-sourced Llama in 2023 and built its AI strategy around open weights. Catalyzed the open-source LLM ecosystem.
Mistral AI
French open-weight model company. Raised $415 million within six months of founding in 2023.
NVIDIA
Supplied the GPUs that trained and ran every major model. Stock approximately 10x'd in three years. Reached a $3 trillion+ market cap in 2024.
Timeline
  1. Nov 30, 2022
    ChatGPT released OpenAI launches a 'research preview.' One million users in five days; 100 million users in two months. The fastest consumer product growth on record.
  2. Feb 2023
    Microsoft invests $10B in OpenAI Microsoft formalizes a multi-year, multi-billion dollar investment. Bing gets GPT-4. Google declares a 'code red.' The competitive race begins.
  3. Feb 2023
    Llama released and leaked Meta releases Llama for researchers. The weights leak to the internet within days, establishing open-source LLMs as a serious alternative to closed models.
  4. Mar 2023
    GPT-4 released OpenAI releases GPT-4 with a substantial step up in reasoning capability. Microsoft Copilot for Office and Windows follows.
  5. Apr 2023
    AutoGPT goes viral An open-source script that loops GPT-4 to complete tasks autonomously becomes one of the fastest-growing GitHub repositories in the platform's history. An early demonstration of agentic AI.
  6. Nov 2023
    Sam Altman fired and reinstated OpenAI's board fires Altman on a Friday. By the following Tuesday, over 700 employees have threatened to quit, Microsoft has offered to hire them, and Altman returns as CEO.
  7. Mar 2024
    Claude 3 family released Anthropic releases Claude 3 Opus, Sonnet, and Haiku — the first time a frontier model family from a non-OpenAI lab was widely assessed as leading on specific tasks.
  8. Sep 2024
    OpenAI o1 released OpenAI introduces a model trained to reason before answering. Reasoning models become the next technical frontier.
What changed
  • Software development changed in practice, not just in theory. GitHub Copilot, ChatGPT, Claude, and Cursor became standard tools for engineers. By 2024, most professional developers used AI assistance daily. 'Vibe coding' — describing what you want and accepting AI-generated output — moved from joke to common practice.
  • Content production economics changed materially. The marginal cost of producing a passable blog post, image, or video dropped close to zero. Industries built around premium commodity content production faced rapid compression.
  • The labor question became practical. Knowledge work — paralegal research, customer service, data analysis, first-draft writing, code generation — became subject to AI augmentation or replacement in ways that were measurable and immediate. Every white-collar organization began auditing which workflows could be restructured around AI. The answer was more than expected but slower and messier than the hype suggested.
Glossary 10 terms
LLM Large Language Model A massive AI model trained on text that can understand and generate human language.

GPT-4, Claude, Gemini, Llama — all LLMs. The technology behind every major AI product of the last three years. Understanding this category is now baseline business literacy.

LikeA system that has processed more text than any human could read in a lifetime — but does not always know what it does not know.

Token The atomic unit of text that LLMs process and charge for — approximately three-quarters of a word. You pay per token.

Token consumption is your AI API cost driver. Longer prompts, longer outputs, and more context all increase cost. Managing tokens is essential for AI spend at any scale.

LikeBilling for a phone call by the syllable instead of the minute.

Hallucination When an LLM confidently produces false information — a fake citation, wrong fact, or fictional event.

The primary risk in customer-facing or decision-making AI deployments. A model can be fluent and wrong simultaneously. RAG reduces but does not eliminate this.

LikeAn employee who, rather than saying 'I don't know,' produces a plausible-sounding answer. At scale, this creates real liability.

RAG Retrieval-Augmented Generation Giving an LLM access to your specific documents or data so it answers based on retrieved information rather than training data alone.

The dominant architecture for enterprise AI. The model searches your knowledge base before generating a response, which significantly reduces hallucinations for domain-specific tasks.

LikeAn open-book exam rather than a closed-book one. The model looks up the relevant information before answering.

Prompt Engineering Designing the inputs to an AI system to produce more reliable and accurate outputs.

The quality of instructions to an AI affects output quality more than most people expect. Investing in prompt design compounds — it improves every query that uses that prompt.

Context Window How much text an LLM can process at once — its working memory, measured in tokens.

'The model forgot what we said at the start of the conversation' is a context window limit. Longer windows cost more but enable more complex tasks and longer documents.

LikeThe size of a desk. A larger desk means more documents in view at once; a smaller one means you have to keep shuffling papers.

Fine-tuning Further training a pre-trained model on your specific data to specialize its behavior.

RAG first, fine-tuning second. Fine-tuning is expensive and operationally complex. Most organizations are better served by good prompt design and RAG. Fine-tuning is worth it when you need a specific style or very high accuracy on a narrow domain task.

LikeSending a generalist on a six-month specialist training program. The cost is real, but the specialization is deeper than prompt engineering can produce.

Open vs. Closed Model Open: weights publicly available (Llama, Mistral). Closed: weights kept proprietary (GPT-4, Claude, Gemini).

Open models can run on your own infrastructure — no data leaves your environment. Closed models generally offer more capability but require sending data to a third-party API. A key data governance decision.

System Prompt Instructions given to an AI before conversation begins that set its behavior, persona, and constraints.

The system prompt is how you make a general-purpose model behave like your specific product's assistant. It is also a security concern — extracting another product's system prompt is a known attack surface.

RLHF Reinforcement Learning from Human Feedback A training technique where human raters evaluate model outputs and the model is updated to produce better-rated responses.

RLHF is why conversational AI feels natural rather than robotic. It is also the mechanism for aligning model behavior to specific preferences — brand voice, safety constraints, or domain focus.

10 2024–2026

The Agentic Era

AI moved from answering questions to taking actions. The operational and governance implications followed quickly.

Overview

Through 2023, an LLM was something you queried. You submitted a prompt; it returned text. Real work — sending the email, executing the code, querying the database — remained the user's job. By 2024, models started doing those things directly, enabled by structured tool-use interfaces that let models call functions, browse the web, run code, and interact with external systems.

The tooling followed the capability. Anthropic released Claude Code — an agentic command-line tool — in early 2025. Cursor and Windsurf embedded LLMs into development environments in ways that went beyond autocomplete. Cognition Labs launched Devin in March 2024, billed as an autonomous software engineer. In late 2024, Anthropic published the Model Context Protocol (MCP), an open standard for connecting AI models to tools, databases, and services. Within months, every major AI vendor had implemented MCP support.

The economic consequences became concrete. Agentic workflows consume 5–10 times more tokens than simple LLM queries. Token costs, manageable in the GenAI era, became a P&L line item requiring active governance. FinOps teams that had spent years optimizing cloud spend applied the same discipline to AI API budgets. A new category — 'tokenomics' — named the problem.

By 2026, the operational questions had become unavoidable: which workflows have been redesigned around agents, what oversight exists at each step, and what happens when an agent acts incorrectly. A hallucinated paragraph is a quality issue. A hallucinated action — a deleted record, a sent email, an unauthorized API call — is a different category of problem. Human-in-the-loop controls and agent audit trails moved from optional to organizational policy at enterprises that had moved quickly in 2023 and 2024.

Left behind

Agentic workflows deployed without cost controls, audit trails, or human-in-the-loop gates are accumulating as technical debt as organizations discover the oversight gap after the fact.

Players

People

Dario Amodei CEO, Anthropic
Led Anthropic's release of Claude Code and the development of the Model Context Protocol. Both became foundational pieces of the agentic developer ecosystem.
Andrej Karpathy Researcher / Educator
Coined 'vibe coding' in February 2025 — describing the practice of directing AI to write code without closely reading the output. Collins Dictionary named it Word of the Year 2025.
Scott Wu CEO, Cognition Labs
Launched Devin in March 2024, described as the first AI software engineer. The announcement catalyzed the autonomous coding agent category regardless of whether the demos reflected production capability.
Aravind Srinivas CEO, Perplexity
Built Perplexity as an answer engine that retrieves from live sources. Demonstrated agentic retrieval as a consumer product before the term was mainstream.
Logan Kilpatrick / Anthropic team MCP advocates
Drove adoption of the Model Context Protocol across the AI ecosystem. MCP moved from Anthropic proposal to cross-vendor standard within months of release.

Companies

Anthropic
Released Claude Code, MCP, and the Claude 3.5 and Claude 4 model families. Produced the tooling and protocol infrastructure most used by developers building agentic systems.
Cursor (Anysphere)
The AI-native IDE. Forked VS Code and embedded LLM capabilities at the editor level. Reached $100 million ARR within approximately 18 months of launch.
Cognition Labs
Built Devin. Raised at a $2 billion valuation within months of launch. Established autonomous coding agents as a product category.
Replit
Pivoted from cloud IDE to AI agents that build applications, demonstrating what consumer-facing agentic AI looks like at mainstream scale.
Perplexity
Reframed search as 'ask, get a synthesized answer with sources.' Demonstrated that agentic retrieval could compete with established search products.
Adept / Imbue
Specialized agent labs that explored fully autonomous agents. Results were mixed; both contributed to the practical understanding of what agents can and cannot reliably do.
Timeline
  1. Mar 2024
    Devin announced Cognition Labs unveils Devin, described as the first AI software engineer. Demo videos circulate widely. Catalyzes the autonomous coding agent category and a significant amount of public skepticism.
  2. Jun 2024
    Claude 3.5 Sonnet released Anthropic releases Claude 3.5 Sonnet — widely assessed as leading GPT-4 on coding tasks. Tool-use capabilities become a primary product differentiator.
  3. Oct 2024
    Anthropic releases Computer Use Claude gains the ability to click, type, and navigate a computer screen — a step toward agents that operate within ordinary software environments.
  4. Nov 2024
    MCP announced Anthropic releases the Model Context Protocol, an open standard for AI-to-tool connectivity. Adopted by OpenAI, Google, and others within months.
  5. Feb 2025
    Karpathy coins 'vibe coding' Andrej Karpathy publishes a post describing the practice of directing AI to write code without closely reading the output. The phrase enters broad use.
  6. Apr 2025
    Claude Code released Anthropic launches Claude Code, an agentic command-line tool for software development. Makes AI that takes actions in the terminal a mainstream developer pattern.
  7. Nov 2025
    'Vibe coding' — Word of the Year Collins English Dictionary names 'vibe coding' its 2025 Word of the Year.
  8. 2026
    Agent governance becomes board-level Major enterprises formalize agent oversight policies. Human-in-the-loop requirements, audit trails, and defined agent autonomy levels enter standard corporate governance.
What changed
  • The unit of work is shifting from task to outcome. Instead of prompting AI to draft a paragraph, you direct it to research and book a flight — the searching, comparing, and (sometimes) transacting happen within the agent loop. This compresses multi-step workflows into single requests, and raises the operational stakes when the agent makes an error.
  • Software development is reorganizing around AI agents. Code review, refactoring, dependency upgrades, and feature implementation are increasingly delegated. Senior engineers spend more time orchestrating, reviewing, and setting architectural direction; less time writing code line by line. Junior roles are in flux in ways that have not yet resolved.
  • New disciplines are maturing: prompt engineering evolved into context engineering, which is evolving into agent design. Tokenomics applies financial governance to AI API spend. Agent observability is its own product category. The open question for the rest of the decade is not whether AI agents are operational — they are — but how organizations restructure workflows, governance, and accountability around systems that can act autonomously.
Glossary 11 terms
AI Agent An LLM that can take actions — browse the web, write and run code, send emails, fill forms — rather than only generating text.

The shift from AI that answers to AI that acts. Agents can complete multi-step tasks with limited supervision. This changes what is automatable and what oversight you need around automated actions.

LikeThe difference between asking someone for advice and hiring them to do the job.

Agentic Describing AI that acts autonomously, plans, uses tools, and completes tasks rather than just responding to prompts.

Agentic systems produce qualitatively different outputs from conversational ones. They also produce qualitatively different failure modes — which is why governance and oversight requirements are different.

Orchestration Coordinating multiple AI agents or model calls to complete a complex, multi-step workflow.

Complex AI workflows are rarely a single model call. Orchestration is the engineering challenge of making many AI components work reliably in sequence. Most enterprise AI projects that fail, fail here.

LikeA conductor coordinating an orchestra — each instrument has its part; the conductor ensures they play together in the right order.

MCP Model Context Protocol An open standard for connecting AI models to tools, databases, and services.

MCP enables any compliant AI to use any compliant tool without custom integration work. Reduces proprietary lock-in and simplifies interoperability across the AI vendor landscape.

LikeUSB-C — one standard connector that works across devices. Before it, every peripheral required its own adapter.

Tokenomics The analysis and management of token consumption in AI systems — costs, efficiency, and optimization.

Agentic workflows consume 5–10 times more tokens than simple LLM queries. At scale, token costs become a material P&L item that requires the same governance as cloud compute.

LikeFuel efficiency applied to AI. Running the model is the easy part. What each run costs, and whether you can bring that cost down, is the harder question.

Token Maxing / Tokenmaxxing Maximizing the value extracted from every token — efficiency over raw volume.

As AI becomes core infrastructure, the difference between 50% and 90% token efficiency is measurable on the income statement.

Model-Agnostic Built to work with any AI model — swap GPT-4 for Claude, Gemini, or Llama without rewriting the application.

Avoids AI vendor lock-in. The model landscape is changing quickly. Model-agnostic architecture preserves the option to move to better or cheaper models without rearchitecting.

Vibe Coding Writing software by describing what you want to an AI, accepting its output, and iterating by feel rather than closely reading the code.

Coined by Andrej Karpathy in February 2025. Collins English Dictionary Word of the Year 2025. Widespread in practice. The risk: production codebases containing AI-generated code that no engineer fully understands.

Agentic RAG RAG where the retrieval step is itself handled by an agent that decides when, what, and how to look things up.

Standard RAG retrieves based on the initial query. Agentic RAG decides whether to retrieve, can iterate, and can pull from multiple data sources dynamically — a meaningful capability increase for complex tasks.

Human-in-the-Loop HITL Requiring human approval at defined decision points in an agent workflow.

The primary risk control for agentic AI. Not every action should be autonomous. Knowing where your workflows require human sign-off — and ensuring those gates exist and are enforced — is an operational requirement.

FinOps for AI / TokenOps Applying financial governance to AI token spend — the same discipline cloud FinOps applied to compute costs.

Token costs in agentic workflows can scale 10–50 times over simple LLM calls. The rigor now standard for cloud cost management needs to be applied to AI API spending before the bills arrive.

If you're staring at a migration you've been putting off, let's talk.

Thirty-minute call by default. No deck, no sales engineer, no follow-up sequence. Either there's a Hardcut-shaped engagement here or there isn't, and you'll know which one by the end of the call.