McClain Thiel · Encode Fellow · UCL Barnes Lab
The word "AI" appears in ~75% of Series A pitches.
"A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E."
Learn a mapping from input to known output.
Find patterns, clusters, or low-dimensional structure.
Label some examples, infer the rest.
That's it. Everything else is a creative application of this.
input
house features (size, location, age)
↓
output
price = $420,000
input
"the quick brown fox"
↓
output
P(next word | context)
input
MKTAYIAKQRQIS...
↓
output
3D atomic coordinates
the task that kicked off the deep-learning era
224 × 224 px
2024 Nobel Prize in Chemistry · Hassabis, Jumper, Baker
MQIFVKTLTGKTITLEVEPSDT IENVKAKIQDKEGIPPDQQRLI FAGKQLEDGRTLSDYNIQKEST LHLVLRLRGG
input: all previous tokens → output: probability over next token
Gather examples. Pay someone — or something — to say what's what.
Pick a model. Minimize loss on the labeled data.
How well does it work on data it hasn't seen?
ML is a pattern-recognition algorithm.
WHAT WE ASSUME
Trial patients ≈ test patients
test accuracy looks great
WHAT ACTUALLY HAPPENS
Trial patients ≠ real-world patients
accuracy drops in deployment
DERMATOLOGY AI trained on light skin → −15% accuracy on dark skin
SEPSIS MODEL AUC 0.83 at Hospital A → 0.63 at Hospital B
RARE DISEASE 10k common cases in training → near-random on 200 rare cases
Proprietary, labeled domain data. The thesis turns on what data you have.
Pre-training at scale. In bio: ESM, AlphaFold, Boltz are open and commoditising.
Some succeed (FDA-cleared product, real distribution). Some don't (no moat, no buyer budget).
Clinical partnerships, proprietary instruments. Data you only see if you own the pipeline.
Wet-lab experiments, rare patient cohorts. Data that takes real money and real time.
More users → more labels → better model → more users. Usage itself generates training data.
Can't scrape. Can't replicate. Access governed by contracts or regulation.
1. Are you building a model, or using someone else's?
2. What data do you have?
3. What does "good" look like for this task?
McClain Thiel · UCL Barnes Lab