Skip to main contentSkip to navigation
ThisIsHowItWorks.in

Where complex ideas unfold at human pace

Primary

  • Atrium
  • Map
  • Pieces
  • Series
  • Search

Secondary

  • Archive
  • Index
  • Library
  • Fragments

Meta

  • About
  • Principles
  • Lexicon
  • Questions
  • Resources

Connect

  • Instagram
  • Discord
  1. Home
  2. /The Hardening of Knowledge
  3. /39 · The Computer Revolution: When Machines Became Scientists
Map

The Computer Revolution: When Machines Became Scientists


Los Alamos, 1945. Richard Feynman is managing a room full of human "computers"—mostly women doing calculations by hand for the Manhattan Project.

They're solving differential equations for the atomic bomb. Tedious, repetitive arithmetic. Prone to errors. Slow.

Feynman organizes them like an assembly line: Each person does one operation, passes result to next. He calls them "computers" because that's what they are—people who compute.

Within 20 years, electronic computers would replace them all.

And within 50 years, computers wouldn't just replace human calculation—they'd become essential scientific instruments. More than instruments: scientific partners.

Today, you can't do:

  • Climate science (without massive simulations)
  • Particle physics (without analyzing petabytes of collision data)
  • Genomics (without computational sequence analysis)
  • Drug discovery (without molecular modeling)
  • Cosmology (without numerical relativity)

Without computers.

But here's what's revolutionary: Computers don't just speed up existing science. They enable entirely new kinds of science.

Simulations reveal phenomena that can't be observed experimentally. Machine learning finds patterns humans would never notice. Computational experiments explore spaces too large for analytical solutions.

Science became computational.

And computational science created a crisis: When do we trust a result we can't verify by hand?

If a simulation predicts something—but the calculation involves billions of operations, checks we can't reproduce manually, algorithms we don't fully understand—is that scientific knowledge?

When machines do science, what does "understanding" mean?

Let's examine how computers transformed from calculators into scientific collaborators, what this enabled (discoveries impossible without computation), what it cost (understanding vs. prediction), and what happens when AI starts making discoveries humans can't follow.


BEFORE COMPUTERS: Human Calculation

PRE-COMPUTER SCIENCE (Pre-1950s)

HOW CALCULATIONS WERE DONE: ┌─────────────────────────────────────────┐ │ BY HAND: │ │ • Mathematicians with pencil/paper │ │ • Logarithm tables │ │ • Slide rules │ │ ↓ │ │ HUMAN COMPUTERS: │ │ • People (mostly women) hired to │ │ calculate │ │ • Worked in teams │ │ • NASA, Los Alamos, etc. │ │ ↓ │ │ MECHANICAL AIDS: │ │ • Adding machines │ │ • Differential analyzers (mechanical │ │ analog computers) │ └─────────────────────────────────────────┘

LIMITATIONS: ┌─────────────────────────────────────────┐ │ • Slow (weeks/months for complex │ │ calculations) │ │ • Error-prone (human mistakes) │ │ • Limited scope (can't solve very │ │ complex problems) │ │ • Labor-intensive (expensive) │ │ ↓ │ │ Science constrained by computational │ │ limits │ └─────────────────────────────────────────┘

WHAT COULDN'T BE DONE: ┌─────────────────────────────────────────┐ │ • Three-body problem (no analytical │ │ solution) │ │ • Weather prediction (too many │ │ variables) │ │ • Protein folding (too complex) │ │ • Turbulence (nonlinear equations) │ │ ↓ │ │ Many problems mathematically defined │ │ but computationally intractable │ └─────────────────────────────────────────┘

Science was limited by calculation speed.


THE FIRST COMPUTERS: From Calculators to Programmable Machines

ENIAC (1945)

THE FIRST ELECTRONIC COMPUTER: ┌─────────────────────────────────────────┐ │ Electronic Numerical Integrator and │ │ Computer │ │ ↓ │ │ Size: Room-sized (1800 sq ft) │ │ Weight: 30 tons │ │ Power: 150 kW │ │ Speed: 5,000 operations/second │ │ ↓ │ │ 1,000x faster than mechanical │ │ computers │ └─────────────────────────────────────────┘

FIRST APPLICATION: ┌─────────────────────────────────────────┐ │ Ballistics calculations (artillery │ │ tables) │ │ ↓ │ │ Later: Hydrogen bomb calculations │ │ ↓ │ │ Military applications drove development │ └─────────────────────────────────────────┘

LIMITATIONS: ┌─────────────────────────────────────────┐ │ • Not stored-program (rewired for each │ │ task) │ │ • Unreliable (vacuum tubes failed │ │ frequently) │ │ • Expensive (few could afford) │ │ ↓ │ │ But: Proved electronic computing │ │ feasible │ └─────────────────────────────────────────┘

VON NEUMANN ARCHITECTURE (1945): ┌─────────────────────────────────────────┐ │ Stored-program concept: │ │ • Program stored in memory (like data) │ │ • Can be modified │ │ • Universal computer (can run any │ │ program) │ │ ↓ │ │ Foundation of modern computing │ └─────────────────────────────────────────┘

Computers went from special-purpose calculators to general-purpose thinking machines.


EXPONENTIAL GROWTH: Moore's Law

MOORE'S LAW (1965)

GORDON MOORE'S OBSERVATION: ┌─────────────────────────────────────────┐ │ Number of transistors on chip doubles │ │ every ~2 years │ │ ↓ │ │ Computing power doubles every 2 years │ │ ↓ │ │ Cost per computation halves every 2 │ │ years │ └─────────────────────────────────────────┘

THE GROWTH: ┌─────────────────────────────────────────┐ │ 1971: Intel 4004 (2,300 transistors) │ │ 1985: Intel 386 (275,000 transistors) │ │ 2000: Pentium 4 (42 million) │ │ 2020: Apple M1 (16 billion) │ │ ↓ │ │ 7 million x increase in 50 years │ └─────────────────────────────────────────┘

SPEED INCREASE: ┌─────────────────────────────────────────┐ │ 1945: ENIAC (5,000 ops/sec) │ │ 1985: Cray-2 (1.9 billion ops/sec) │ │ 2020: Fugaku (442 quadrillion ops/sec) │ │ ↓ │ │ 88 billion x increase │ └─────────────────────────────────────────┘

IMPACT ON SCIENCE: ┌─────────────────────────────────────────┐ │ Problems unsolvable in 1945 → │ │ Trivial today │ │ ↓ │ │ What takes supercomputer years today → │ │ Will take laptop seconds in 30 years │ │ ↓ │ │ Computational barriers keep falling │ └─────────────────────────────────────────┘

Computing power grew exponentially. Science's computational reach grew with it.


COMPUTATIONAL PHYSICS: Simulating Reality

NUMERICAL SIMULATIONS

WEATHER PREDICTION: ┌─────────────────────────────────────────┐ │ Lewis Fry Richardson (1922): Tried to │ │ predict weather with hand calculations │ │ ↓ │ │ Took 6 weeks to predict 6 hours of │ │ weather │ │ ↓ │ │ Useless for forecasting │ │ ↓ │ │ With computers (1950s+): │ │ • Numerical weather prediction feasible │ │ • Now: 10-day forecasts in hours │ │ • Saved countless lives (hurricane │ │ warnings) │ └─────────────────────────────────────────┘

CLIMATE MODELS: ┌─────────────────────────────────────────┐ │ Atmosphere + Oceans + Ice + Land │ │ ↓ │ │ Millions of coupled equations │ │ ↓ │ │ Require supercomputers │ │ ↓ │ │ Predictions: │ │ • Global warming (confirmed) │ │ • Sea level rise │ │ • Extreme weather changes │ │ ↓ │ │ Policy decisions based on simulations │ └─────────────────────────────────────────┘

COSMOLOGICAL SIMULATIONS: ┌─────────────────────────────────────────┐ │ Simulate universe evolution: │ │ • Billions of particles │ │ • Gravity + dark matter + dark energy │ │ • From Big Bang to present │ │ ↓ │ │ Predictions match observations │ │ (galaxy distribution, cosmic web) │ │ ↓ │ │ Can't do cosmology without simulations │ └─────────────────────────────────────────┘

MOLECULAR DYNAMICS: ┌─────────────────────────────────────────┐ │ Simulate atoms/molecules: │ │ • Protein folding │ │ • Drug binding │ │ • Material properties │ │ ↓ │ │ Quantum mechanical calculations │ │ ↓ │ │ Predict before experiment │ └─────────────────────────────────────────┘

NUCLEAR WEAPONS (without testing): ┌─────────────────────────────────────────┐ │ After nuclear test ban (1996): │ │ • Can't test new weapons │ │ • Use simulations instead │ │ ↓ │ │ Stockpile stewardship: │ │ • Simulate nuclear explosions │ │ • Verify weapons work │ │ • Without physical tests │ │ ↓ │ │ Computation replaces experiment │ └─────────────────────────────────────────┘

Simulation became third pillar of science:

1. Theory (mathematical models) 2. Experiment (test reality) 3. Computation (simulate models)


COMPUTATIONAL BIOLOGY: From Sequences to Structures

BIOINFORMATICS

GENOME ANALYSIS: ┌─────────────────────────────────────────┐ │ Human genome: 3 billion base pairs │ │ ↓ │ │ Can't analyze by hand │ │ ↓ │ │ Computers: │ │ • Find genes │ │ • Compare genomes │ │ • Identify mutations │ │ • Predict protein sequences │ │ ↓ │ │ Genomics IS computational biology │ └─────────────────────────────────────────┘

PROTEIN STRUCTURE PREDICTION: ┌─────────────────────────────────────────┐ │ AlphaFold (2020): │ │ • Deep learning AI │ │ • Predicts protein 3D structure from │ │ sequence │ │ • Accuracy: Near-experimental │ │ ↓ │ │ Solved 50-year problem │ │ ↓ │ │ But: Black box (can't explain HOW it │ │ works) │ └─────────────────────────────────────────┘

DRUG DISCOVERY: ┌─────────────────────────────────────────┐ │ Virtual screening: │ │ • Simulate millions of molecules │ │ • Predict binding to protein targets │ │ • Filter before synthesis/testing │ │ ↓ │ │ Saves years and millions of dollars │ └─────────────────────────────────────────┘

SYSTEMS BIOLOGY: ┌─────────────────────────────────────────┐ │ Model entire metabolic networks │ │ ↓ │ │ Thousands of reactions simultaneously │ │ ↓ │ │ Predict cell behavior │ │ ↓ │ │ Too complex for human analysis │ └─────────────────────────────────────────┘

Biology became data science.


BIG DATA SCIENCE: When Instruments Generate Petabytes

THE DATA DELUGE

LARGE HADRON COLLIDER: ┌─────────────────────────────────────────┐ │ Generates: 1 petabyte/second │ │ ↓ │ │ After filtering: 25 petabytes/year │ │ ↓ │ │ Stored: Worldwide computing grid │ │ ↓ │ │ Analysis: Thousands of computers │ │ ↓ │ │ Finding Higgs boson: Like finding │ │ needle in haystack of data │ │ ↓ │ │ Impossible without computers │ └─────────────────────────────────────────┘

ASTRONOMY: ┌─────────────────────────────────────────┐ │ Sloan Digital Sky Survey: 200 TB │ │ Square Kilometer Array: 160 TB/day │ │ ↓ │ │ Can't examine all data manually │ │ ↓ │ │ Algorithms find interesting objects │ │ ↓ │ │ Humans only see what algorithms flag │ └─────────────────────────────────────────┘

GENOMICS: ┌─────────────────────────────────────────┐ │ Next-gen sequencing: Gigabases/day │ │ ↓ │ │ UK Biobank: 500,000 genomes │ │ ↓ │ │ Must use computational analysis │ │ ↓ │ │ Pattern finding by algorithm │ └─────────────────────────────────────────┘

THE SHIFT: ┌─────────────────────────────────────────┐ │ Before: Data scarcity (measure by hand) │ │ ↓ │ │ After: Data abundance (too much to │ │ process manually) │ │ ↓ │ │ Bottleneck shifts from collection to │ │ analysis │ └─────────────────────────────────────────┘

Science became limited by data processing, not data collection.


MACHINE LEARNING: When Computers Find Patterns

AI IN SCIENCE

TRADITIONAL APPROACH: ┌─────────────────────────────────────────┐ │ 1. Scientist hypothesizes pattern │ │ 2. Tests hypothesis │ │ 3. Confirms or rejects │ │ ↓ │ │ Human-driven discovery │ └─────────────────────────────────────────┘

MACHINE LEARNING APPROACH: ┌─────────────────────────────────────────┐ │ 1. Feed data to algorithm │ │ 2. Algorithm finds patterns │ │ 3. Scientist interprets patterns │ │ ↓ │ │ Machine-assisted discovery │ └─────────────────────────────────────────┘

EXAMPLES:

PROTEIN FOLDING (AlphaFold): ┌─────────────────────────────────────────┐ │ Trained on known protein structures │ │ ↓ │ │ Learned patterns humans never noticed │ │ ↓ │ │ Predicts new structures │ │ ↓ │ │ But: Can't explain what patterns it │ │ learned │ └─────────────────────────────────────────┘

EXOPLANET DETECTION: ┌─────────────────────────────────────────┐ │ Neural networks analyze light curves │ │ ↓ │ │ Find planetary transits humans missed │ │ ↓ │ │ Discovered new exoplanets │ └─────────────────────────────────────────┘

DRUG DISCOVERY: ┌─────────────────────────────────────────┐ │ AI designs new molecules │ │ ↓ │ │ Predicts properties before synthesis │ │ ↓ │ │ Insilico Medicine: AI-designed drug → │ │ Clinical trials (2020) │ └─────────────────────────────────────────┘

PARTICLE PHYSICS: ┌─────────────────────────────────────────┐ │ ML identifies particles in collision │ │ debris │ │ ↓ │ │ Faster and more accurate than human │ │ analysis │ └─────────────────────────────────────────┘

MATERIALS SCIENCE: ┌─────────────────────────────────────────┐ │ ML predicts material properties │ │ ↓ │ │ Screens millions of compounds │ │ computationally │ │ ↓ │ │ Finds optimal materials for │ │ applications │ └─────────────────────────────────────────┘

Machines now discover patterns humans can't see.


THE EPISTEMOLOGICAL CRISIS: Trust Without Understanding

THE PROBLEM:

TRADITIONAL SCIENCE: ┌─────────────────────────────────────────┐ │ • Scientist understands theory │ │ • Derives predictions │ │ • Tests predictions │ │ ↓ │ │ Understanding → Prediction → │ │ Verification │ └─────────────────────────────────────────┘

COMPUTATIONAL SCIENCE: ┌─────────────────────────────────────────┐ │ • Input data to computer │ │ • Computer produces result │ │ • Scientist trusts result (maybe) │ │ ↓ │ │ Black box → Prediction → Trust? │ └─────────────────────────────────────────┘

WHEN TO TRUST: ┌─────────────────────────────────────────┐ │ SIMULATIONS: │ │ • Too complex to verify by hand │ │ • Billions of calculations │ │ • Can contain bugs │ │ ↓ │ │ Q: How do we know it's correct? │ │ ↓ │ │ A: Validation, verification, │ │ convergence tests │ │ ↓ │ │ But: Never 100% certain │ └─────────────────────────────────────────┘

MACHINE LEARNING: ┌─────────────────────────────────────────┐ │ • Finds patterns │ │ • Can't explain HOW │ │ • "Black box" problem │ │ ↓ │ │ Q: Can we trust pattern without │ │ understanding it? │ │ ↓ │ │ Debate ongoing │ └─────────────────────────────────────────┘

ERRORS AND BUGS: ┌─────────────────────────────────────────┐ │ Famous computational errors: │ │ • Pentium FDIV bug (1994): Math errors │ │ • Reinhart-Rogoff Excel error (2010): │ │ Influenced austerity policy │ │ • Many retracted papers due to code │ │ errors │ │ ↓ │ │ Bugs can propagate into published │ │ science │ └─────────────────────────────────────────┘

The fundamental question: Is prediction without understanding still science?


WHAT COMPUTATION CHANGED

NEW KINDS OF SCIENCE:

EXPLORATORY SCIENCE: ┌─────────────────────────────────────────┐ │ • Explore parameter spaces │ │ • Too large for analytical solutions │ │ • Find interesting regions │ │ • Then explain │ │ ↓ │ │ Discovery before theory │ └─────────────────────────────────────────┘

DATA-DRIVEN SCIENCE: ┌─────────────────────────────────────────┐ │ • Start with data, not hypothesis │ │ • Find patterns computationally │ │ • Generate hypotheses from patterns │ │ ↓ │ │ Reverses traditional scientific method │ └─────────────────────────────────────────┘

VIRTUAL EXPERIMENTS: ┌─────────────────────────────────────────┐ │ • Test in silico before in vitro/vivo │ │ • Cheaper, faster, safer │ │ • Explore impossible conditions │ │ (early universe, black hole interior) │ │ ↓ │ │ Simulation complements experimentation │ └─────────────────────────────────────────┘

CITIZEN SCIENCE: ┌─────────────────────────────────────────┐ │ Distributed computing: │ │ • Folding@home (protein folding) │ │ • SETI@home (alien signals) │ │ • Galaxy Zoo (classify galaxies) │ │ ↓ │ │ Millions of volunteers contribute │ │ computing power │ └─────────────────────────────────────────┘


THE FUTURE: When AI Does All the Science

EMERGING CAPABILITIES

AI SCIENTISTS: ┌─────────────────────────────────────────┐ │ "Robot scientist" (2009): │ │ • Generates hypotheses │ │ • Designs experiments │ │ • Runs experiments (automated lab) │ │ • Analyzes results │ │ • Refines hypotheses │ │ ↓ │ │ Closed loop: Hypothesis → Experiment → │ │ Analysis → Repeat │ │ ↓ │ │ No human required (in principle) │ └─────────────────────────────────────────┘

AI-DISCOVERED SCIENCE: ┌─────────────────────────────────────────┐ │ What if AI discovers something humans │ │ can't understand? │ │ ↓ │ │ • Pattern too complex │ │ • Requires thinking humans can't do │ │ • Works but incomprehensible │ │ ↓ │ │ Do we trust it? │ │ ↓ │ │ Is it still "science" if we don't │ │ understand? │ └─────────────────────────────────────────┘

AUTOMATED THEOREM PROVING: ┌─────────────────────────────────────────┐ │ Computers proving mathematical theorems │ │ ↓ │ │ Proofs too long for humans to verify │ │ ↓ │ │ Four Color Theorem: Computer proof │ │ (controversial) │ │ ↓ │ │ Do we accept proofs we can't check? │ └─────────────────────────────────────────┘

We're approaching science done by machines, for machines, beyond human comprehension.


CONCLUSION: Computers Became Essential—And Opaque

Computers transformed science from human calculation to machine collaboration.

THE TRANSFORMATION: ┌─────────────────────────────────────────┐ │ Before computers: │ │ • Calculations by hand │ │ • Science limited by computation │ │ • Small problems only │ │ ↓ │ │ After computers: │ │ • Automated calculation │ │ • Science enabled by computation │ │ • Arbitrarily complex problems │ └─────────────────────────────────────────┘

WHAT COMPUTERS ENABLED: ┌─────────────────────────────────────────┐ │ ✓ Weather prediction │ │ ✓ Climate modeling │ │ ✓ Cosmological simulation │ │ ✓ Protein structure prediction │ │ ✓ Drug discovery │ │ ✓ Genomics │ │ ✓ Particle physics data analysis │ │ ↓ │ │ Entire fields now computationally │ │ dependent │ └─────────────────────────────────────────┘

THE CRISIS: ┌─────────────────────────────────────────┐ │ ✗ Results too complex to verify │ │ ✗ Algorithms we don't understand (AI) │ │ ✗ Bugs can corrupt science │ │ ✗ Prediction without explanation │ │ ↓ │ │ Trust without understanding │ └─────────────────────────────────────────┘

What computers reveal about science:

1. Prediction and understanding can separate. AlphaFold predicts protein structure perfectly. Can't explain how.

2. Science can rely on tools we don't fully comprehend. Neural networks work. We don't know exactly why.

3. Automation changes epistemology. When computers find patterns, scientists interpret—not discover.

4. Verification becomes critical. Can't check calculations by hand. Must validate differently.

5. New kinds of knowledge emerge. Data-driven discovery. Simulation science. Exploratory computation.

The paradox:

Computers made science more powerful than ever.

Weather prediction saves lives. Climate models inform policy. Drug discovery accelerated. Genomics personalized.

But:

Computers made science less transparent.

Can't verify simulations manually. Can't understand AI decisions. Can't reproduce complex calculations.

We trust computers because they work.

Not because we understand them.

This is a fundamental shift:

Traditional science: Understand → Predict → Test

Computational science: Compute → Predict → Trust?

The question:

Is prediction without understanding still science?

Or have we created a new kind of knowledge—computational empiricism—where we know things work without knowing why?

Computers became scientists.

But they're opaque scientists.

We use them anyway.

Because they're too useful to ignore.

And too complex to fully comprehend.

Welcome to computational science:

Where machines discover patterns.

Humans interpret results.

And trust—not understanding—becomes the epistemological foundation.


[Cross-references: For how computers enabled genome sequencing, see "Molecular Biology: When Life Became Information" (Core #38). For AlphaFold protein folding, see Biology Companion #115. For climate models and policy, see "Climate Science and the Legitimacy Crisis" (Core #48). For Big Science computing infrastructure, see "Big Science: When Research Required Nations" (Core #33). For particle physics data analysis, see Physics Companion #35. For AI making discoveries, see "When AI Becomes the Scientist" (Core #46). For computational chemistry, see Chemistry Companion #70. For reproducibility in computational science, see "The Replication Crisis: When Science Couldn't Reproduce Itself" (Core #40).]

PreviousMolecular Biology: When Life Became InformationNextThe Replication Crisis: When Science Couldn't Reproduce Itself

The Suitcase

Take this piece with you—works offline, no internet needed.

↩ Return to The Hardening of Knowledge⌂ Ascend to The Observatory