Mobile-first. Cloud-native. Containers. Deep learning awakens.
Servers became cattle. Phones became the computer. Convolutional + recurrent neural networks went from research curiosity to industrial use.
Docker (Hykes)(2013) — Application packaging was inconsistent across dev/test/prod; 'works on my machine' was endemic.
Kubernetes (Google)(2014) — Container orchestration was Google's internal Borg; everyone else used hand-written scripts.
React (Facebook)(2013) — Client-side UI state synchronisation was a tangle of jQuery.
Vue.js (Evan You)(2014) — React had a corporate gatekeeper; the web needed a fully community-owned alternative.
Angular (Google)(2010) — Web SPAs had no opinionated framework; everyone reinvented routing + DI + templating.
Slack(2013) — Workplace chat tools were IRC clones or enterprise junk; usable team communication was missing.
Zoom(2011) — Video conferencing required IT departments and per-seat licences.
Stripe(2010) — Accepting payments online required weeks of integration with hostile bank APIs.
Twilio(2008–) — Programmable telephony was carrier-locked; SMS-by-API didn't exist.
GitHub Actions / CI commodified(2010s) — Continuous integration required Jenkins + self-hosting; small teams had no automation.
Postgres becomes default(2010s) — MySQL had taken over the open web but had data-integrity gaps.
Elasticsearch + Kibana + Logstash(2010) — Log analysis on commodity hardware was painful; full-text + dashboards lived in expensive tools.
Kafka (LinkedIn)(2011) — Distributed event streaming did not have an open standard.
Spark (UC Berkeley)(2014) — MapReduce was disk-bound and slow; in-memory cluster compute was missing.
AWS Lambda(2014) — Even tiny servers required provisioning; per-invocation compute did not exist.
Let's Encrypt(2014–2015) — TLS adoption stalled because certificates were expensive and manual.
Signal (Marlinspike)(2014) — End-to-end encrypted messaging had no usable, default-on consumer app.
Apple App Store / Google Play(2008–2010) — Distributing native applications required publishers and shrink-wrap.
WhatsApp Web(2015) — Mobile messaging had no usable desktop bridge.
Visual Studio Code (Microsoft)(2015) — Cross-platform extensible editors were either heavyweight (IntelliJ) or weak (Atom).
TensorFlow (Google)(2015) — Deep-learning frameworks were research code; production-grade systems were Google-internal.
PyTorch (Facebook)(2016) — TensorFlow's static graph was hostile to research iteration.
Hugging Face Transformers(2018) — Each transformer paper shipped its own incompatible code; comparisons were impossible.
Cloudflare (free TLS, 1.1.1.1, R2)(2014–2019) — Small sites had no edge protection; resolver privacy did not exist.
Tailscale / WireGuard(2018–2019) — VPNs were enterprise pain; mesh networks for two laptops did not exist.
Rust 1.0 (Mozilla)(2015) — Memory-safe systems languages did not exist outside research.
Go 1.0 (Google)(2012) — Server-side concurrency was hard in Java/Python; goroutines made it easy.
Notion(2016) — Personal + team knowledge bases were either rigid (Confluence) or untyped (Google Docs).
Figma(2016) — Design tools were single-machine; collaborative design was unthinkable.
Stack-Exchange-era LLMs (BERT, GPT-2)(2018–2019) — Language models were sequence-to-sequence toys; few-shot generalisation was unbelievable.
AlphaGo (DeepMind)(2016) — Go was considered a decade away from machine mastery; deep RL changed the timeline overnight.
OpenStreetMap matures(2010s) — Crowdsourced mapping had to scale to humanitarian use; routing engines, address coverage.
Wikidata(2012) — Wikipedia held prose; a structured knowledge graph was a separate dream.
2020–2026
Foundation models. Sovereign AI. The agentic era begins.
GPT-3 made language models a primitive. Then frontier reasoning models made them tools. Then the open commons made them everyone's tools. Software stopped being typed; it started being instructed.
GPT-3 (OpenAI)(2020) — Few-shot natural-language reasoning was not commercially accessible.
Hugging Face Hub(2020–) — Trained model weights had no shared registry; each lab hosted their own.
Stable Diffusion (CompVis)(2022) — Image generation required cloud APIs; consumer GPUs could not run it.
LLaMA (Meta)(2023) — There was no openly released frontier-grade language model.
ChatGPT(2022) — Conversational AI was a research demo; nobody had a usable consumer surface.
Cursor / GitHub Copilot Workspace(2022–2024) — Software writing was constrained by typing speed; agent-assisted editing was missing.
LangChain / LlamaIndex / RAG stack(2022–) — Hooking an LLM up to enterprise data required hand-written glue every time.
Mistral / Mixtral / Qwen / DeepSeek(2023–2025) — Open-weight models had been one or two generations behind frontier; that gap closed.
vLLM / TensorRT-LLM / SGLang(2023–) — Self-hosted inference was 5–10× slower than commercial APIs; serving frameworks closed the gap.
DeepMind AlphaFold(2020–2024) — Protein-structure prediction was a 50-year-old grand challenge.
DGX Spark + GB300 + B300 fabric(2024–) — Sovereign AI infrastructure had no on-premise hardware path.
SARAH AI Suite — IDESKS ONLINE AI(2025–) — Enterprises had to glue together hundreds of SaaS to do what one operator should do. Built by Chris Ismail on the back of 18 years of research, trials and tests — building and servicing the entire Australian Horse Racing and Sports Betting industry through his Private Enterprise IP Network, and building and servicing enterprise call-centres around the world through his own flavour of predictive dialers and home-brewed CRM Connectors, voice-bot stacks and sovereign-AI infrastructure before SARAH AI Suite was a line of code.
Microsoft 365 + Copilot(2023–) — Office software did not have built-in agentic assistance.
Apple Intelligence + on-device LLMs(2024–) — Mobile AI inference required cloud round-trips; private on-device reasoning was missing.
Google Gemini + Workspace AI(2023–) — AI-augmented productivity for billions of free Gmail / Docs users.
Across all eras
Problems solved that span every decade
Some problems were not solved once. Each generation re-solved them for new constraints — better, cheaper, more universal.
Compilers / language toolchains(1957–today) — Bridging the gap between how humans think and what machines execute.
Version control(SCCS · RCS · CVS · SVN · Git) — Keeping a history of who changed what, when, and why.
Operating systems(OS/360 · VMS · Unix · Windows · Linux · macOS · Android · iOS) — Sharing hardware safely among many programs and many users.
Databases(IMS · Oracle · DB2 · MySQL · Postgres · MongoDB · ClickHouse) — Storing structured data so it survives crashes and answers questions fast.
Search engines(Lycos · AltaVista · Google · Elasticsearch · vector search) — Finding the one document in a billion that matters now.
Email(SMTP · MIME · Hotmail · Gmail · ProtonMail) — Asynchronous, reliable, multi-party text messaging across organisations.
Spreadsheets(VisiCalc · Lotus 1-2-3 · Excel · Google Sheets) — Letting non-programmers do what-if analysis on tabular data.
Word processing(WordStar · WordPerfect · Word · Google Docs · LaTeX) — Producing readable, printable documents without a typesetter.
Web browsers(Mosaic · Netscape · IE · Firefox · Chrome · Safari) — Rendering arbitrary remote documents safely on any device.
Public-key cryptography(RSA · DH · ECC · ed25519 · Signal Protocol) — Letting strangers communicate privately without sharing a secret first.
Real-time communications(IRC · ICQ · MSN · Skype · WhatsApp · Signal · Slack · Zoom) — Carrying low-latency voice, video, and text across the planet.
Identity + auth(LDAP · Kerberos · OAuth · SAML · WebAuthn · TOTP) — Letting a person prove who they are to a system they don't run.
Network plumbing(TCP/IP · DNS · BGP · HTTP · TLS · WebSocket · QUIC) — Carrying bytes reliably between any two endpoints in the world.
Programming paradigms(structured · OO · functional · logic · concurrent · gradual-typed) — Giving programmers new ways to think about complex systems.
Knowledge commons(Wikipedia · arXiv · Stack Overflow · MDN · Hugging Face) — Pooling human and machine knowledge so the next learner doesn't start from zero.
Book a call
A 60-minute review with Michael Farrell.
Founder of Scale Growth Advisors, Exclusive Global GTM Partner for SARAH AI Suite. Built First Software, sold to Michael Dell. Scaled Copley and PC Connection from $700M to $1.4B. He will tell you whether SARAH is right for your operation in one hour — or whether it is not.