Academia

Berkeley, California

UC Berkeley

Berkeley builds the plumbing. Most of what runs underneath the products in this tracker — the serving layer, the distributed runtime, the instruction set, the open evaluation — started in a Berkeley lab and left as open source. The same instinct produced CRISPR: a biological mechanism turned into a programmable interface anyone can build on.

AIRoboticsChipsQuantumBiotechPolicyOfficial site
16 key findings15 timeline milestones5 sources to follow

Key findings

  1. 1980 · 1988

    Berkeley RISC and RAID

    David Patterson, Randy Katz, Garth Gibson

    Reduced instruction sets, and redundant arrays of inexpensive disks — commodity parts arranged to beat expensive monoliths.

    Why it matters here · The architectural argument the entire hyperscale build-out rests on: scale cheap parts rather than buy big ones.

  2. 1985 · Nobel 2025

    Macroscopic quantum tunnelling in Josephson junctions

    John Clarke, Michel Devoret, John Martinis

    Demonstrated that an electrical circuit can behave as a single quantum object with discrete energy levels.

    Why it matters here · The experimental basis for every superconducting qubit shipping today — IBM, Google Willow, Rigetti. Awarded the 2025 Nobel Prize in Physics.

  3. 2010

    Apache Spark

    Matei Zaharia et al., AMPLab

    In-memory resilient distributed datasets, an order of magnitude faster than disk-based MapReduce.

    Why it matters here · Still the data-preparation layer under a large share of enterprise AI pipelines.

  4. 2010

    RISC-V

    Asanović, Patterson, Waterman, Lee

    A free, open, extensible instruction set architecture with no licensing regime.

    Why it matters here · The escape hatch from x86/Arm licensing — increasingly the control core inside AI accelerators and robotics controllers.

  5. 2012

    Programmable CRISPR-Cas9 genome editing

    Martin Jinek, Krzysztof Chylinski, Emmanuelle Charpentier, Jennifer Doudna (Berkeley / Umeå)

    Showed Cas9 could be re-targeted to cut any DNA sequence by fusing crRNA and tracrRNA into a single programmable guide RNA — turning a bacterial immune system into a general-purpose editing tool.

    Why it matters here · The single most consequential result to leave Berkeley this century, and the reason 'programmable biology' is a tracked category at all: every gene-editing company, and most AI-for-biology tooling, targets this machinery.

    2020 Nobel Prize in ChemistryScience (2012)
  6. 2014

    Caffe

    Yangqing Jia, BAIR

    The first widely-used fast CNN framework with a model zoo of pretrained weights.

    Why it matters here · Established pretrained-weight sharing as normal practice — the cultural precondition for open model hubs.

  7. 2014

    Innovative Genomics Institute founded

    Jennifer Doudna, Berkeley + UCSF

    A joint institute built to move CRISPR from a bench result into clinical, agricultural and public-health delivery — including the first patient-specific in-vivo base-editing therapy pipeline.

    Why it matters here · The template for how a lab result becomes an industry: IGI's translational model is why edited therapies reached patients within a decade of the 2012 paper.

  8. 2015

    TRPO / GAE, then visuomotor policies

    Schulman, Levine, Abbeel, Jordan

    Stable policy-gradient methods, and the first end-to-end training of raw pixels to robot torques.

    Why it matters here · TRPO's successor PPO is the algorithm behind RLHF; the visuomotor line is the direct ancestor of today's robot foundation models.

  9. 2017

    Ray

    Moritz, Nishihara, Stoica et al., RISELab

    A distributed runtime for actor-style Python workloads: training, tuning, serving and RL on one substrate.

    Why it matters here · Used to train and post-train frontier models, including RLHF pipelines at several labs in this catalog.

  10. 2017

    DAWNBench — time-to-accuracy

    Coleman, Kang et al. (Stanford/Berkeley collaboration)

    Scored training by wall-clock time and dollars to reach a target accuracy, not by FLOPs.

    Why it matters here · The cost-per-capability framing our price history charts use.

  11. 2018

    DETECTR — Cas12a as a molecular diagnostic

    Janice Chen, Lucas Harrington, Jennifer Doudna

    Discovered Cas12a's indiscriminate single-stranded DNase activity after target binding, and used it to read out nucleic-acid detection at attomolar sensitivity.

    Why it matters here · Turned CRISPR into a sensor, not just an editor — the basis for rapid at-home and field molecular tests, including Berkeley's own COVID testing lab in 2020.

    attomolar (~aM) sensitivityScience (2018)
  12. 2018

    Soft Actor-Critic

    Haarnoja, Zhou, Abbeel, Levine

    Maximum-entropy off-policy RL that was stable and sample-efficient enough to train on real robots.

    Why it matters here · Still the default baseline in the robot-learning stacks behind humanoid and manipulation startups we track.

  13. 2023

    vLLM and PagedAttention

    Kwon, Li, Zhuang, Sheng, Stoica et al., Sky Lab

    Applied virtual-memory paging to the KV cache, eliminating the fragmentation that wasted most GPU memory during LLM serving.

    Why it matters here · The default open serving engine. When a product in the catalog quotes tokens-per-second or self-hosts a model, this is usually the layer doing it.

    2–4× throughput at same latencyvLLM
  14. 2023

    Vicuna and Chatbot Arena

    LMSYS / Sky Lab

    An open fine-tune plus a blind, crowd-sourced pairwise ranking that turned model comparison into an Elo leaderboard.

    Why it matters here · The most-cited independent counterweight to vendor benchmark claims; a model's Arena placement now moves procurement decisions.

  15. 2023

    Machine-learned guide design and CRISPR from metagenomes

    Doudna lab, Banfield lab and Berkeley collaborators

    Mined metagenomic data for compact new Cas systems (e.g. CasΦ / Cas12j) and used learned models to predict guide efficiency and off-target risk instead of screening empirically.

    Why it matters here · Where the two Berkeley threads meet: the AI stack this site tracks is now the discovery instrument for the editing stack Berkeley invented.

  16. 2023

    Chatbot Arena / LMSYS Elo

    LMSYS, Sky Computing Lab

    Blind pairwise human voting over anonymised model responses, scored with a Bradley–Terry Elo.

    Why it matters here · The only widely trusted cross-vendor ranking; we prefer it to vendor-selected benchmark tables.

    millions of human votes

On the history timeline

Milestones on the 1943 → today timeline credited to this institution.

  • 1965Fuzzy SetsLotfi ZadehSymbolic era & the winters
  • 1980The Case for the Reduced Instruction Set ComputerDavid Patterson & David DitzelSymbolic era & the winters
  • 19834.2BSD ships TCP/IP socketsComputer Systems Research Group (Bill Joy et al.)Symbolic era & the winters
  • 1985Macroscopic quantum tunnelling in Josephson junctionsJohn Clarke, Michel Devoret & John MartinisSymbolic era & the winters
  • 1988RAID — Redundant Arrays of Inexpensive DisksDavid Patterson, Garth Gibson & Randy KatzConnectionist revival
  • 1993Quantum complexity theory and BQPEthan Bernstein & Umesh VaziraniConnectionist revival
  • 1995Artificial Intelligence: A Modern ApproachStuart Russell & Peter NorvigConnectionist revival
  • 2010Apache Spark and the AMPLab data stackMatei Zaharia, Ion Stoica & the AMPLabDeep learning boom
  • 2010RISC-V — an open instruction setKrste Asanović, Andrew Waterman, Yunsup Lee & David PattersonDeep learning boom
  • 2014Caffe — the first mainstream deep learning frameworkYangqing Jia & Berkeley AI ResearchDeep learning boom
  • 2015Trust region policy optimisation & GAEJohn Schulman, Sergey Levine, Philipp Moritz, Michael Jordan & Pieter AbbeelDeep learning boom
  • 2016End-to-end training of visuomotor policiesSergey Levine, Chelsea Finn, Trevor Darrell & Pieter AbbeelDeep learning boom
  • 2017Ray — a distributed runtime for AIPhilipp Moritz, Robert Nishihara, Ion Stoica & RISELabTransformer & scaling
  • 2023Vicuna and the LMSYS Chatbot ArenaLMSYS / Sky Computing LabGenerative & agentic
  • 2023vLLM and PagedAttentionWoosuk Kwon, Zhuohan Li, Ion Stoica et al.Generative & agentic

What to follow

How to cite this page

Free to cite and reuse under CC BY 4.0. Permalink: https://tomorrow.aliensquad.ai/academia/berkeley

APA
Tomorrow. (2026). UC Berkeley — key findings and research feeds [Research tracker entry]. AlienSquad. Retrieved 2026-09-17, from https://tomorrow.aliensquad.ai/academia/berkeley
BibTeX
@misc{tomorrow-academia-berkeley,
  author       = {{Tomorrow}},
  title        = {UC Berkeley — key findings and research feeds},
  year         = {2026},
  publisher    = {AlienSquad},
  howpublished = {\url{https://tomorrow.aliensquad.ai/academia/berkeley}},
  note         = {Accessed: 2026-09-17}
}