BTC$76,709-0.68%ETH$2,477-1.82%SOL$99.81-1.84%XRP$1.34-1.74%XAU$4,342-0.68%XAG$64.27-0.98%S&P 500$7,657+0.86%Nasdaq 100$29,368+0.91%DAX$25,569+0.82%NVDA$218-0.03%AAPL$333+1.75%MSFT$495+0.65%TSLA$365+0.52%TSM$433+1.22%ASML$1,701+0.64%COIN$175+1.73%MOOD61GreedBTC$76,709-0.68%ETH$2,477-1.82%SOL$99.81-1.84%XRP$1.34-1.74%XAU$4,342-0.68%XAG$64.27-0.98%S&P 500$7,657+0.86%Nasdaq 100$29,368+0.91%DAX$25,569+0.82%NVDA$218-0.03%AAPL$333+1.75%MSFT$495+0.65%TSLA$365+0.52%TSM$433+1.22%ASML$1,701+0.64%COIN$175+1.73%MOOD61Greed
All prices
inotok
The instrument that reads everything

AI & Computing · AI in science

The instrument that reads everything

5 June 2026 · 3 min read · Overview

Protein structure prediction won a Nobel prize. Weather forecasting got faster and better. Materials discovery is next. The pattern in each case is the same, and it is not general intelligence.

The most useful way to think about AI in science is as a new kind of instrument. A telescope does not have ideas; it lets you see things you could not see, and the ideas follow. Learned models do something similar for problems where a mapping exists in nature but is too expensive to compute directly.

The three cases where it clearly worked

Protein structure. Sequence goes in, three-dimensional shape comes out. This had been an open problem for fifty years, and the solution turned a task that took a doctoral project into one that takes minutes. The prerequisites were a large curated database of experimentally determined structures and a problem with a single correct answer. The 2024 chemistry Nobel recognised it.

Weather. Numerical weather prediction solves fluid equations on a grid, which takes a supercomputer hours. Models trained on decades of reanalysis data now produce forecasts of comparable or better skill in seconds. They do not understand the atmosphere; they learned the mapping from one state to the next, and for forecasting that is enough.

Materials and chemistry screening. Predicting properties of candidate compounds fast enough to filter millions of them before anyone synthesises anything. The value is not in the prediction being perfect; it is in narrowing an intractable search to a testable shortlist.

The common shape of every success

Look at all three and the same conditions appear. A large, consistent, machine-readable dataset built by decades of unglamorous experimental work. A well-posed question with a checkable answer. And a problem where a good approximation is genuinely useful, because the alternative is an expensive simulation or no answer at all.

Where any of those is missing, the results are much weaker. This is why AI has transformed structural biology and has not transformed, say, sociology.

The replication problem it created

Machine learning has spread into fields whose researchers have no training in its failure modes, and the consequences are visible. Data leakage between training and test sets produces spectacular results that vanish on new data. Models trained on one hospital's scanners learn the scanner rather than the disease. Published accuracy figures on benchmarks that were themselves assembled with a bias flatter every method applied to them.

Several systematic reviews have found that a large share of published machine learning results in some applied fields do not hold up. That is a methods problem, not a technology problem, and it is fixable with pre-registration, held-out data from different sources and code release. It is also slow to fix, because the incentives point the other way.

What AI does not do

It does not choose the question. It does not design the experiment that produces data nobody has. It does not know when the world has changed in a way that invalidates the training distribution, which in science is often the interesting moment. And it does not provide the mechanism: a model that predicts a material is stable does not tell you why, and why is what lets a chemist generalise.

Automated laboratories that run the physical experiments and feed results back are the serious attempt at closing this loop. They work in narrow, well-instrumented domains and are a long way from a general capability.

What to watch

Watch for a drug developed from an AI-predicted structure completing late-stage trials, which would be the first end-to-end validation. Watch for weather models being adopted by national services rather than published by labs. And watch how many fields adopt held-out external validation as a publication requirement, because that will decide how much of this literature survives.

Questions readers ask

Did AI really solve protein folding?

It solved structure prediction from sequence to a useful accuracy, which is a large part of the problem and not all of it. Dynamics, complexes and how proteins fold in time remain open.

Are AI weather forecasts better than traditional ones?

On several standard measures and time horizons, yes, and they are thousands of times faster. They are weaker at extremes and rare events, where training data is sparse, which is exactly when forecasts matter most.

Can AI make new scientific discoveries by itself?

It can find patterns and propose candidates within the space its data covers. Choosing the question, designing the experiment and explaining the mechanism remain human work.