A very neat problem and result. I often find myself swinging between "It's so over" and "We're so back" - some days I roll out of bed thinking I could have Claude solve some random unproven OEIS sequence before breakfast; other days, I wake up in a cold sweat worried about the fate of humanity and what the world might look like in a decade. I think it's that I don't have a very high p(doom) or p(utopia), and I don't really have any solid conviction on how this whole thing is going to go, so my vibe-o-meter jitters between 'fine' and 'not fine' constantly. It's just such an unpredictable moment. Anyways: really neat to see this use case. I myself recently used Claude to finally do an relatively exhaustive study of the location of heretofore-unlisted formal gardens in Ireland in the early 1800s and early 1900s, by having Claude write the tooling for me to manually annotate a few dozen on tiles of historic maps, and then running some CV model across the rest of the tiles using my input. I'd been planning to do this project for over a decade, but I could never find the time (or the enthusiasm) to learn all the details of how to do it myself. It took me a weekend with Claude and continues to bring me joy.
> Caveats, stated plainly. [from the Fable transcript pasted in the article]
Anytime I get worried about where AI might be headed, I think about how Climate Change is now on its way like an out of control freight train headed straight for us, and I worry about AI a little less. I doubt it's going to do anything to us that we're not already doing to ourselves
The gas generators Elon Musk is illegally running 24/7 to run Colossus 2 (and, AI power usage in general, though some are more destructive than others) might contribute to the climate situation, though.
What makes you say that on climate change? I was still prophesied ice ages when in high school, then 12ft water increases and sunk Maldives in university and we still have roughly the same weather.
I've done something similar to your formal garden map. It's work that no professional historian would ever do because the data entry would be such a slog for a relatively small reward. GPT reduced the task from "infeasible" to "annoying", and once I had the data transcribed I learned a few things, so I walked away happy. Whatever happens commercially, these models have been a real boon to hobby projects.
> I told it to look online at some of Fable’s strongest feats, especially the math problems it has solved, and that something like this should be easy in comparison.
Wait. Wait wait wait. Are we supposed to be giving them pep talks?
on older gemini models ide have to actively give them encouragement and/or easy bait problems that they can correctively solve without issue to avoid runaway spiraling into "i'm useless and i want to kms" behaviour with complex use case.
Given how little effort has gone into addressing climate change, doom seems more likely to me, but I doubt it'll be the autocomplete machines that do us in.
We found a cipher my dad had written as a child with no obvious key or anything. Chatgpt was able to crack it in 20 minutes and figure out the message, and we knew it was right because it mentioned names of children he went to school with.
I presume what the author did was plug Klaus Schmeh's top 50 unsolved ciphers at https://scienceblogs.de/klausis-krypto-kolumne/the-top-50-un... into Fable 5.1 and ask Fable 5.1 to have a go. On this kind of problem it always falls back to Opus 5 anyway so I save time by starting with Opus.
The successor to Klaus's blog is Satoshi Tomokiyo's Cryptiana site, so a month ago I asked Opus 5 to scrape it all, rank them and have a go at solving some. It didn't get the ranking right. But I knew the Civil War Stager ciphers were ripe for solving, so I had it do those https://cryptiana.blogspot.com/2026/09/route-transposition-c...
The art of solving historical unsolved ciphers is knowing what is on the boundary of solvability. Since this site attracts so many OpenAI and Anthropic employees, I'll mention one that was featured by both Klaus and Satoshi in 2023, presumably Spanish transposition, which should be on that boundary but has resisted all attempts at solution https://cryptiana.blogspot.com/2023/09/a-telegram-from-switz...
> I told it to look online at some of Fable’s strongest feats, especially the math problems it has solved, and that something like this should be easy in comparison.
Fascinating. I wonder if you could show "fake news" to a weaker model and get it to be more ambitious in its attempted solutions, even if it's not fundamentally any smarter.
I forget the story, but isn't this the origin story of one of solutions to one of the hard problems in mathematics? The story goes that the student shows up late, and misinterprets the final slide to be homework, and it turns out that the professor was showcasing a hard problem. Thinking that the slide was homework, the student takes it home and solves it.
EDIT:
In 1939, George Dantzig was a graduate student at UC Berkeley studying under the statistician Jerzy Neyman. He arrived late to class one day, saw two problems written on the blackboard, assumed they were homework assignments, copied them down, and turned in solutions a few days later. He apologized for being late -- the problems had seemed "a little harder than usual."
I really love this idea given the recent controversy around mathematics solutions.
It seems like a "mere suggestion" of success has a positive impact on finding solutions.
We know this technique works in humans, from which this is all derived from, so it seems to make sense.
> Historically, many of these problems were bottlenecked by human attention. Someone had to care enough to spend hours or days reading obscure material, testing unpromising ideas, tracing references, and trying things that might go nowhere
I wonder how many of the recent results are due to the fact that very few looked at the problem to start with. Still great results, but the general impression is that it's more about the so many low-hanging fruits than the actual capability.
Its a bit sus since there doesn't really seem to be much discourse on this either. Like okay, it solved the puzzle but the puzzle was just a key cipher with plain text? And how is this verified or even matter in terms of what it reveals? Seems more like a marketing fun post than anything susbtantial.
They published this on 31 aug and nobody in that community cared and no news covered how this 300+ years mystery was solved?
Right, with the amount of data these models are trained on, somewhere someone may have solved it and it was in some obscure text/page no one looked at or care about. We'll probably never know.
I was watching Shatner's "Unexplained" the other day on this topic, and it hit me; there are mountains of these old mysteries out there that could be solved in an afternoon now with frontier LLMs as soon as anyone took the time to bother. Exciting times.
Unfortunately, the totality of the evidence very much indicates that Sanborn went "buck wild" with the enciphering, he made mistake(s), or both. So this is very much in line with the Chaocipher challenge of 1990. Nice little earner for some people though.
A very neat problem and result. I often find myself swinging between "It's so over" and "We're so back" - some days I roll out of bed thinking I could have Claude solve some random unproven OEIS sequence before breakfast; other days, I wake up in a cold sweat worried about the fate of humanity and what the world might look like in a decade. I think it's that I don't have a very high p(doom) or p(utopia), and I don't really have any solid conviction on how this whole thing is going to go, so my vibe-o-meter jitters between 'fine' and 'not fine' constantly. It's just such an unpredictable moment. Anyways: really neat to see this use case. I myself recently used Claude to finally do an relatively exhaustive study of the location of heretofore-unlisted formal gardens in Ireland in the early 1800s and early 1900s, by having Claude write the tooling for me to manually annotate a few dozen on tiles of historic maps, and then running some CV model across the rest of the tiles using my input. I'd been planning to do this project for over a decade, but I could never find the time (or the enthusiasm) to learn all the details of how to do it myself. It took me a weekend with Claude and continues to bring me joy.
> Caveats, stated plainly. [from the Fable transcript pasted in the article]
I had a visceral reaction to these three words.
Anytime I get worried about where AI might be headed, I think about how Climate Change is now on its way like an out of control freight train headed straight for us, and I worry about AI a little less. I doubt it's going to do anything to us that we're not already doing to ourselves
The gas generators Elon Musk is illegally running 24/7 to run Colossus 2 (and, AI power usage in general, though some are more destructive than others) might contribute to the climate situation, though.
What makes you say that on climate change? I was still prophesied ice ages when in high school, then 12ft water increases and sunk Maldives in university and we still have roughly the same weather.
I've done something similar to your formal garden map. It's work that no professional historian would ever do because the data entry would be such a slog for a relatively small reward. GPT reduced the task from "infeasible" to "annoying", and once I had the data transcribed I learned a few things, so I walked away happy. Whatever happens commercially, these models have been a real boon to hobby projects.
> I told it to look online at some of Fable’s strongest feats, especially the math problems it has solved, and that something like this should be easy in comparison.
Wait. Wait wait wait. Are we supposed to be giving them pep talks?
on older gemini models ide have to actively give them encouragement and/or easy bait problems that they can correctively solve without issue to avoid runaway spiraling into "i'm useless and i want to kms" behaviour with complex use case.
I have not seen this in other models.
We have always been back
I have a very high p(doom \/ utopia) so pretty much feeling like I won’t have to worry about the future.
Given how little effort has gone into addressing climate change, doom seems more likely to me, but I doubt it'll be the autocomplete machines that do us in.
> The answer was simple in hindsight. It just kept looking until it found it—and that persistence might show up in many other areas.
Sounds more like brute forcing than intelligence, this time.
We found a cipher my dad had written as a child with no obvious key or anything. Chatgpt was able to crack it in 20 minutes and figure out the message, and we knew it was right because it mentioned names of children he went to school with.
To be fair he was a child so the cypher was likely fairly simple, maybe a Caesar cipher or similar. Cool use case though.
I wonder, could current AI models solve the Zodiac killer code and how fast?
One can wonder about what Urquhart would have thought if he had learned who would be solving his cypher.
I presume what the author did was plug Klaus Schmeh's top 50 unsolved ciphers at https://scienceblogs.de/klausis-krypto-kolumne/the-top-50-un... into Fable 5.1 and ask Fable 5.1 to have a go. On this kind of problem it always falls back to Opus 5 anyway so I save time by starting with Opus.
The successor to Klaus's blog is Satoshi Tomokiyo's Cryptiana site, so a month ago I asked Opus 5 to scrape it all, rank them and have a go at solving some. It didn't get the ranking right. But I knew the Civil War Stager ciphers were ripe for solving, so I had it do those https://cryptiana.blogspot.com/2026/09/route-transposition-c...
The art of solving historical unsolved ciphers is knowing what is on the boundary of solvability. Since this site attracts so many OpenAI and Anthropic employees, I'll mention one that was featured by both Klaus and Satoshi in 2023, presumably Spanish transposition, which should be on that boundary but has resisted all attempts at solution https://cryptiana.blogspot.com/2023/09/a-telegram-from-switz...
> I told it to look online at some of Fable’s strongest feats, especially the math problems it has solved, and that something like this should be easy in comparison.
Fascinating. I wonder if you could show "fake news" to a weaker model and get it to be more ambitious in its attempted solutions, even if it's not fundamentally any smarter.
I forget the story, but isn't this the origin story of one of solutions to one of the hard problems in mathematics? The story goes that the student shows up late, and misinterprets the final slide to be homework, and it turns out that the professor was showcasing a hard problem. Thinking that the slide was homework, the student takes it home and solves it.
EDIT: In 1939, George Dantzig was a graduate student at UC Berkeley studying under the statistician Jerzy Neyman. He arrived late to class one day, saw two problems written on the blackboard, assumed they were homework assignments, copied them down, and turned in solutions a few days later. He apologized for being late -- the problems had seemed "a little harder than usual."
Career path:
-> AI Morale, Welfare and Recreation Officer (let's be real here, heh)
I really love this idea given the recent controversy around mathematics solutions. It seems like a "mere suggestion" of success has a positive impact on finding solutions. We know this technique works in humans, from which this is all derived from, so it seems to make sense.
https://www.youtube.com/shorts/2XcNSSgKvlE
Putting all controversy aside - this is a refreshing use of a model. Models are going to be a boon in the hands of historians.
Anyone pointed it at the Voynich manuscript?
And at the Noita eyes. No good either.
yes.
> Historically, many of these problems were bottlenecked by human attention. Someone had to care enough to spend hours or days reading obscure material, testing unpromising ideas, tracing references, and trying things that might go nowhere
I wonder how many of the recent results are due to the fact that very few looked at the problem to start with. Still great results, but the general impression is that it's more about the so many low-hanging fruits than the actual capability.
I wonder if people are getting it to help with Krypyos the final part? Great documentary on this code… https://youtu.be/jVpsLMCIB0Y
It is cool. But how do we know that nobody solved that problem before and it was somewhere in the training data? some blog, or some book or whatever?
Its a bit sus since there doesn't really seem to be much discourse on this either. Like okay, it solved the puzzle but the puzzle was just a key cipher with plain text? And how is this verified or even matter in terms of what it reveals? Seems more like a marketing fun post than anything susbtantial.
They published this on 31 aug and nobody in that community cared and no news covered how this 300+ years mystery was solved?
Conversely, the cipher could be so boring that no one in any academic circle bothered publishing on it.
Is this going to be the cope every time this happens?
Haha - I'm just seriously wondering, how can anyone tell at this point?
Right, with the amount of data these models are trained on, somewhere someone may have solved it and it was in some obscure text/page no one looked at or care about. We'll probably never know.
I'm surprised Anthropic didn't steal that announcement
AI made a zodiac-looking cipher for the headline image.
I was watching Shatner's "Unexplained" the other day on this topic, and it hit me; there are mountains of these old mysteries out there that could be solved in an afternoon now with frontier LLMs as soon as anyone took the time to bother. Exciting times.
Next up: Kryptos part 4 (https://en.wikipedia.org/wiki/Kryptos)
Unfortunately, the totality of the evidence very much indicates that Sanborn went "buck wild" with the enciphering, he made mistake(s), or both. So this is very much in line with the Chaocipher challenge of 1990. Nice little earner for some people though.
First thing that came to mind. I imagine this has cross their minds to.
now THAT is cool!