Frames the achievement as a pure ML problem with three brutal constraints: faint signal, geometrically chaotic substrate, and no ground truth. Argues the real engineering accomplishment was building a model that could distinguish carbon ink from carbon papyrus when both are the same element at the same density — the X-rays were never the bottleneck.
Submitted the announcement framing it as a first-of-its-kind milestone. The 2023 grand prize only cracked ~15 columns on a different scroll, whereas this represents the first continuous full-scroll reading — a qualitative shift from proof-of-concept to actual recovery of a lost text.
Position the result as the culmination of a two-year hardening of the ML pipeline built by prize contestants. They are deliberately cautious about philological claims, deferring attribution to classicists, but make an unambiguous engineering claim that the scroll has been read non-destructively for the first time.
Highlights that the Vesuvius Challenge had to solve the no-labels problem the same way modern ML problems get solved when labels don't exist — by bootstrapping. Since physically unrolling a scroll to generate training data would destroy it, the team had to invent a way to train without ever seeing the answer key, a pattern with implications well beyond classics.
The Vesuvius Challenge announced at scrollprize.org/firstscroll that a sealed scroll carbonized by the eruption of Vesuvius in 79 CE has, for the first time, been read end-to-end without being physically opened. The Hacker News thread climbed to 323 points within hours, which for a classics-flavored story is the kind of velocity normally reserved for kernel CVEs.
The scroll in question — one of roughly 800 charred lumps from the Villa of the Papyri at Herculaneum — was imaged at the Diamond Light Source synchrotron, then run through a layered ML pipeline the prize organizers and their contestants have been hardening for two years. The 2023 grand prize cracked roughly 15 columns of text on a different scroll; this is the first time anything resembling a continuous, full-scroll reading has been produced. The bottleneck was never the X-rays. It was building a model that could distinguish carbon ink from carbon papyrus when both are the same element, in the same density range, on a surface that looks like a crumpled origami swan made of charcoal.
The text itself appears to be Greek philosophical prose, consistent with the Epicurean library Philodemus is thought to have curated at the villa. The organizers are being deliberate about the philology — they've handed transcripts to classicists for review before claiming specific attributions — but the engineering claim is unambiguous: the scroll has been read.
Strip away the togas and this is a pure computer vision problem with three brutal constraints: the signal is faint, the substrate is geometrically chaotic, and there is no ground truth. You cannot label a training set by unrolling a scroll and reading it, because unrolling destroys it. Every prior attempt at physical conservation since the 1750s has shredded papyri in exchange for fragments.
The Vesuvius Challenge solved the ground-truth problem the way most modern ML problems get solved when labels don't exist: by bootstrapping. Contestants trained ink-detection models on tiny, hand-annotated patches from already-fragmentary scrolls, then used the model's own confident predictions on new regions as pseudo-labels to extend the training set. The segmentation step — figuring out which voxels belong to which papyrus layer as the scroll spirals inward — was solved separately with a mix of classical surface tracing and learned refinement. Both halves got open-sourced as the prize progressed, which is the part most ML practitioners should pay attention to.
Compare this to the standard pattern in computational humanities: a single lab, a single grad student, a single thesis, and a result that dies on publication. The prize structure here did something different. Nat Friedman and Daniel Gross seeded it, the organizers published the raw scan data under a permissive license, and they decomposed the problem into staged milestones — first letters, then words, then passages, now scrolls — each with its own payout. The community wrote the segmentation tools, the ink models, the visualization frontends. It looked less like archaeology and more like a Kaggle competition that happened to involve a Roman library.
The HN reaction is worth reading on its own. The top comments aren't "cool, ancient text" — they're senior researchers asking why this worked when traditional grants haven't. The honest answer is that academic funding optimizes for incremental papers; bounty structures optimize for crossing thresholds. Reading one scroll is worth nothing in citation terms. Reading the first scroll is worth a career. The prize aligned reward with that asymmetry. The same dynamic shows up in protein folding (AlphaFold's predecessors were CASP competitions), in self-driving (DARPA Grand Challenge), and arguably in code generation today (SWE-bench, the various competitive benchmarks).
There's also a quieter point about the imaging stack. Synchrotron beam time is brutally expensive and gated by national-lab review boards. The challenge negotiated bulk access and treated scan data as a public good. That's effectively the same playbook as releasing pretrained model weights: do the expensive part once, centrally, then let a distributed community do the cheap inference-time work of building applications. Most science doesn't operate this way. Most science should.
If you build CV systems on noisy substrates — medical imaging, geological surveys, manufacturing defect detection, satellite — the Vesuvius pipeline is a worked example you can mine. The segmentation-then-detection decomposition, the pseudo-label bootstrap for unlabeled domains, the use of synthetic data generated from physics simulations of how ink would attenuate X-rays at known densities — none of these techniques are novel in isolation, but seeing them stitched together against a problem with literally zero ground truth is rare. The whole codebase is on GitHub under scrollprize, and the data is downloadable; if your team is bidding on a hard imaging problem this quarter, it's a free reference architecture.
The bounty-as-research-infra pattern is more broadly applicable. If you maintain an OSS project with a notoriously stuck problem — flaky test isolation, parser ambiguity, a 5-year-old performance regression nobody has time to chase — the lesson is that a credible cash prize plus published data plus staged milestones outperforms one more well-meaning RFC. It's not magic. It works because it lets people who would never apply for a grant or a job spend a weekend on your problem. Decompose the milestones honestly, publish the eval harness, fund the leaderboard. The scroll prize spent something on the order of low-seven-figures total and reorganized a 270-year-old conservation problem. That's a generous floor on the ROI.
The deeper takeaway for senior engineers: this is what AI is actually good at right now. Not replacing the classicist — the classicist still does the philology — but compressing the cost of the mechanical bottleneck that was blocking them. The model doesn't "understand" the Greek. It restores the signal so a human who does understand the Greek can finally see it. That's the shape of most defensible ML deployment in 2026, and it's the opposite of the agent-replaces-everyone framing that keeps eating product roadmaps.
There are roughly 800 unread scrolls in Naples, and credible estimates of another several hundred still buried in the unexcavated portion of the villa. If the pipeline holds, the next two years could double the surviving corpus of classical literature — the largest single expansion since the Renaissance. The interesting open question isn't whether the technique scales; the cost curve of synchrotron time and GPU inference both point the right way. It's whether the institutions sitting on the physical scrolls — the Biblioteca Nazionale in Naples, the Institut de France — move at software speed or museum speed. The technology has now outrun the bureaucracy. That's a familiar engineering problem.
Lets reflect on Aristocreon, in about 200 BC, putting their thoughts down on a scroll. They would be aware that the scroll might be kept in a library for some time. Maybe they could have imagined it surviving for 300 years. But they never would have imagined that in 300 years a volcano might destroy
Every time you feel depressed by the state of tech, and how so many intelligent people seem to work on forcing ever more ads down people's throats (a common trope around these parts), remember that projects like this do exist too!There are lots of very smart folks working on incredible things,
Only about 20% of the Herculaneum site has been excavated, so there is high probability that more scrolls exist. The current scrolls were not part of the main library, but more of a private collection at the time.So imagine how cool it would be to find a full library with thousand of scrolls across
Did anyone notice that anonymous donators[1] have the picture of Larry David, and the link points to the Curb Your Enthusiasm - Anonymous Donor Pt2[2] episode?So geeky, so cool !- [1] https://scrollprize.org/#sponsors- [2] https://www.youtube.com/watch?v=JqrJ4wGid4Y
Top 10 dev stories every morning at 8am UTC. AI-curated. Retro terminal HTML email.
I am on the vesuvius challenge team that did the segmentation, unwrapping, and ink detection, so feel free to ask any questions.