Will I ever own a zettaflop?

(geohot.github.io)

68 points | by surprisetalk 4 days ago ago

36 comments

  • throw0101d 3 hours ago

    Somewhat related, why the creators of Zettabyte File System (ZFS) decided to make it 128 bits (writing in 2004):

    > Some customers already have datasets on the order of a petabyte, or 2^50 bytes. Thus the 64-bit capacity limit of 2^64 bytes is only 14 doublings away. Moore's Law for storage predicts that capacity will continue to double every 9-12 months, which means we'll start to hit the 64-bit limit in about a decade. Storage systems tend to live for several decades, so it would be foolish to create a new one without anticipating the needs that will surely arise within its projected lifetime.

    * https://web.archive.org/web/20061112032835/http://blogs.sun....

    And some math on what that means 'physically':

    > Although we'd all like Moore's Law to continue forever, quantum mechanics imposes some fundamental limits on the computation rate and information capacity of any physical device. In particular, it has been shown that 1 kilogram of matter confined to 1 liter of space can perform at most 10^51 operations per second on at most 10^31 bits of information [see Seth Lloyd, "Ultimate physical limits to computation." Nature 406, 1047-1054 (2000)]. A fully-populated 128-bit storage pool would contain 2^128 blocks = 2^137 bytes = 2^140 bits; therefore the minimum mass required to hold the bits would be (2^140 bits) / (10^31 bits/kg) = 136 billion kg.

    > To operate at the 10^31 bits/kg limit, however, the entire mass of the computer must be in the form of pure energy. By E=mc^2, the rest energy of 136 billion kg is 1.2x10^28 J. The mass of the oceans is about 1.4x10^21 kg. It takes about 4,000 J to raise the temperature of 1 kg of water by 1 degree Celcius, and thus about 400,000 J to heat 1 kg of water from freezing to boiling. The latent heat of vaporization adds another 2 million J/kg. Thus the energy required to boil the oceans is about 2.4x10^6 J/kg 1.4x10^21 kg = 3.4x10^27 J. Thus, fully populating a 128-bit storage pool would, literally, require more energy than boiling the oceans.*

    * Ibid.

    • jandrewrogers 2 hours ago

      Single data sets surpassed 2^64 bytes over a decade ago. This creates fun challenges since just the metadata structures can't fit in the RAM of the largest machines we build today.

      • jasonwatkinspdx 2 hours ago

        Virtualization has pushed back the need for a while, but we are going to have to look at pointers larger than 64 bit at some point. It's also not just about the raw size of datasets, but how we get a lot of utility out of various memory mapping tricks, so we consume more address space than the strict minimum required by the dataset. Also if we move up to 128 bit a lot more security mitigations become possible.

        • jandrewrogers an hour ago

          By virtualization are you referring to virtual memory? We haven't even been able to mmap() the direct-attached storage on some AWS instances for years due to limitations on virtual memory.

          With larger virtual memory addresses there is still the issue that the ratio between storage and physical memory in large systems would be so high that cache replacement algorithms don't work for most applications. You can switch to cache admission for locality at scale (strictly better at the limit albeit much more difficult to implement) but that is effectively segmenting the data model into chunks that won't get close to overflowing 64-bit addressing. 128-bit addresses would be convenient but a lot of space is saved by keeping it 64-bit.

          Space considerations aside, 128-bit addresses would open up a lot of pointer tagging possibilities e.g. the security features you allude to.

          • jasonwatkinspdx 39 minutes ago

            > By virtualization are you referring to virtual memory?

            No, I mean k8s style architecture, where you take physical boxes and slice them into smaller partitions, hence the dataset on each partition is smaller than the raw hardware capability. That reduces the pressure towards the limit.

            • jandrewrogers 35 minutes ago

              Ah yeah, that makes sense. With a good enough scheduler that starts to look a lot like a cache admission architecture.

    • popol12 2 hours ago

      Very interesting, could someone please do the same computation for filling 64 bit storage?

      • jandrewrogers 40 minutes ago

        Storage densities can be extremely high. Filling 2^64 of storage is very doable and people have been doing it for a while. It all moves downstream; I remember when a 2^32 was an unimaginable amount of storage.

        Many petabytes fit in a single rack and many data sources generate several petabytes per day. I'm aware of sources that in aggregate store exabytes per day. Most of which gets promptly deleted because platforms that can efficiently analyze data at that scale are severely lacking.

        I've never heard of anyone actually storing zettabytes but it isn't beyond the realm of possibility in the not too distant future.

      • tbrownaw 2 hours ago

        16 million terablocks, or 8 billion terabytes.

        Or a third of a billion 24 TB drives, which is one of the larger sizes currently available.

        Some random search results say the global hard drive market is around an eighth of a billion units, but of course much of that will be smaller sizes.

        So that should be physically realizable today (well, with today's commercial technology), with only a few years of global production.

        • Dylan16807 an hour ago

          > 16 million terablocks, or 8 billion terabytes.

          To be clear, the first quote was talking about 2^64 bytes, and you're talking about 2^64 blocks.

          Edit: Though confusingly the second part talked about 2^128 blocks.

          Also these days I'd assume 4KB blocks instead of 512 bytes.

          • tbrownaw an hour ago

            > To be clear, the first quote was talking about 2^64 bytes

            That's 16 exabytes. Wikipedia cites a re:invent video to say that Amazon S3 has "100s of exabytes" in it.

            So it not only could theoretically be done, but has been done.

            https://en.wikipedia.org/wiki/Amazon_S3

      • Dylan16807 2 hours ago

        You want someone to put "3.4*10^27 / 2^64" into a calculator? 200 million joules, using all the same assumptions. 50kWh. Though that leaves the question of how the energy requirements change when we're not going for extreme density (half a nanogram??).

        If we instead consider a million 18TB hard drives, and estimate they each need 8 watts for 20 hours to fill up, 2^64 bytes take 160MWh to write on modern hardware. And they'll weigh 700 tons.

        Edit: The quote is inconsistent about whether it wants to talk about bytes or blocks, so add or subtract a factor of about a thousand depending on what you want.

  • nl 3 hours ago

    Firstly, True Names is an awesome read, and the real origin of cyberpunk. I much prefer it to Neuromancer or Diamond Age.

    Secondly, I recently tried to work out what year on the Top500 list[1] I could reasonably be for around US$5000. It's surprisingly difficult to work out mostly because they use 64 bit flops and few other systems quote that number.

    [1] https://top500.org/lists/top500/2025/11/

  • arthurjj 2 hours ago

    I just want to thank the submitter. This is the type of internet that I really miss. A very smart person who's a good writer, proud of their interests and obsessions.

    • ks2048 an hour ago

      I disagree. Comes off as an arrogant guy rather than a curious scientist.

      What will it take to get this before you die? What are physical limitations to shrink things more and more and to speed things up more and more? He talks about solar, but what are the physical limits and how can we get there?

      I think there's interesting physics here, but this sounds like just a rich guy craving more power.

    • ipnon 2 hours ago

      Yes, to paraphrase Jobs, I'm only interested in the intersection of Technology Avenue and Liberal Arts Street.

  • latentframe 12 minutes ago

    Interesting thing is that the constraint now is energy and it isn’t compute anymore, because we’re turning intelligence into an industrial process limited by power and capital. now intelligence is not limited by ideas.

  • mysecretaccount 23 minutes ago

    Fun post, but I find the industry's obsession with compute to be rather vapid, and this is a good example:

    > One million Claudes. To be able to search every book in history, solve math problems, write novels, read every comment, watch every reel, iterate over and over on a piece of code until it’s perfect – spend a human year in 10 minutes. 50,000 people working for you, all aligned with you, all answering as one.

    We are already near the limits of what we can do if we throw compute at Claude without improving the underlying models, and it is not clear how we can get big improvements on the underlying models at this point. Surely geohot knows this, so I am surprised he thinks that "one million Claudes" would be able to e.g. write a better novel than one hundred Claudes, or even one Claude.

  • supermdguy 3 hours ago

    If all LLM advancements stopped today, but compute + energy got to the price where the $30 million zettaflop was possible, I wonder what outcomes would be possible? Would 1000 claudes be able to coordinate in meaningful ways? How much human intervention would be needed?

  • Sprotch 2 hours ago

    And when it comes, people will use it for porn, memes, and to argue with each other in bad faith

  • JackYoustra 3 hours ago

    nit: it's a zettaflops, not a zettaflop

  • androiddrew 3 hours ago

    Not with the price of silicon being what it is

    • ge96 3 hours ago

      Where are we at with the rat brain CPUs

      • Avicebron 3 hours ago

        We keep losing people to the sewers..some in the organization are speculating they might be building a human brain CPU to retaliate. Progress is slow.

  • mememememememo 2 hours ago

    Saw zetaflop in the title. Knew it would be that guy!

  • jmyeet 3 hours ago

    I'm a big believer that humanity's future is in space in a Dyson Swarm. There are simply too many advantages. It's estimated that humanity currently uses ~10^11 Watts of power. About 10^16 Watts of solar energy hits the Earth but the Earth's cross-section is less than a billionth of the Sun's total energy output. A Dyson Swarm would give us access to ~10^25 Watts of power. With our current population that would give every person on Earth living space about equivalent to Africa and access to more energy than our entire civilization currently uses by orders of magnitude.

    I bring this up to present an alternate view of the future that a lot of thought has gone into: the Matrioshka Brain. This is basically a Dyson Swarm but the entire thing operates as one giant computer. Some of the heat from inner layers is captured by outer layers for greater efficiency. That's the Matrioshka part.

    How much computing power would this be?

    It's hard to say but estimates range from 10^40 to 10^50 FLOPS (eg [1]). At 10^45 FLOPS that would give each person on Earth access to roughly 100 trillion zettaflops.

    [1]: https://www.reddit.com/r/IsaacArthur/comments/1nzbhxj/matrio...

    • ninkendo 2 hours ago

      It makes me wonder about what it would take to actually create one.

      You’d need self-replicating machines to build it, naturally. You’d need some ability for them to mine from asteroids and process the materials right there on the spot. And they’d need to be able to build both the processor “swarmlets” (probably some stamped-out solar/engine/CPU package) and more builders, so that the growth can be exponential. Oh, and the ability to turn solar energy into thrust somehow using only fuel you can get from the mined asteroids. Maybe a prerequisite is finding a solar system that has a huge and extremely uranium-rich asteroid belt.

      You would need a CPU design that can be built using the kind of fidelity that a self-replicating machine in space under constant solar radiation can achieve. But if you can get the scale high enough, maybe you can just brute force it and make machines on the computational scale of a Pentium 3, but there’s 10^40 of them so who cares. Maybe there’s a novel way of designing a durable computing machine out of hydrocarbons we have yet to discover.

      The machines would have to self replicate, and you’d need to store the instructions somewhere hardened. And that can be built out of materials commonly found in asteroids. Maybe hydrocarbons. Hell, may as well use RNA. These things need to be as good as humans at building stuff, so really this is just creating artificial “life” that self has DNA and is made of cells that build proteins needed to create the machine. Maybe they reproduce by spreading as little DNA seeds that can attach to an asteroid with the right chemistry, and we just spew them into the cosmos at a candidate star and hope the process gets kickstarted. Hell, we could make it spew its own DNA at the next stars over as soon as it’s done. We’d have a whole galaxy computing for us, all we’d need is the right DNA instructions, the right capsule for them, and a way to launch them.

      Maybe another civilization has already done this…

    • userbinator 2 hours ago

      Dyson Swarm sounds like the name of an aggressive cleaning machine.

  • echelon 3 hours ago

    There's no way we're not living in a historical simulation.

    This is all just such crazy coincidence.

    Everything is coming together so quickly.

    • ks2048 an hour ago

      What's a "a historical simulation" and why is it all such a coincidence?

      The "simulation argument" to me is ridiculous.

      • echelon 35 minutes ago

        We don't know if life is rare, but intelligence seems rare given our sky surveys to date.

        Life started on earth shortly after the solar system formed. It's a quarter the age of the universe that it took for intelligence and civilization to arise. A long, long, looooong time.

        From a numbers perspective, our minds are all shockingly rare. The universe probably doesn't produce many of us through stellar and then biological evolution.

        Taking that into consideration, contrast that with the flip side.

        If high technological simulation exists that becomes indistinguishable from reality, it could simulate quintillions of minds. It seems like we're on the path to that technology, with a great degree of probability.

        Given that, and the fact that historical simulation is likely easy for the future, it seems more probable to me that we're one of the quintillions of simulations rather than the origin timeline.

        I'm half joking, but I'm half not. It's a fun thought experiment with absolutely no basis in science.

        Do you even really know if you were alive a second ago? Perhaps you were just instanced into existence with a set of memories - memories you are not randomly accessing. A very deliberate version of a Boltzmann Brain.

        Again, pseudoscientific tomfoolery, but fun to ponder.

        • defrost 29 minutes ago

          > but intelligence seems rare given our sky surveys to date.

          Most of the universe, by a large percentage (or so I'm told), is further away than 200 light years.

          What signs of intelligence would we see or detect in our own solar system from a distance of 200 light years should we scan it with all our latest and best tech?

    • trhway 2 hours ago

      look at the history of technology, and before that to the biological history - how long it took from single cells to multi-cells vs. for example how long it took from lizard brain to human brain - the things are naturally going exponential (my thinking why - https://news.ycombinator.com/item?id=9418811) at least until they hit some wall, yet so far hitting walls mostly only stimulated even more advanced development.

      There is an issue of the "non-uniformity of the spread of the future" though with fast development, and the faster the development the stronger the non-uniformity and the tensions it creates. Strong non-uniformity and resulting tensions have tendency to resolve catastrophically on their own at some point if not solved/smoothed by the other ways before.