Buterin: after Hegota, Ethereum stops being just a blockchain
Vitalik Buterin published an essay on 27 September titled The cryptographic world computer. Its argument is that calling Ethereum "a blockchain" increasingly describes its history rather than its design. The Ethereum being built towards 2030, he writes, will keep the core ideas of Bitcoin but merge them with cryptographic machinery that did not exist, or was not mature, in 2009.
He makes the case by walking through the problems the Bitcoin whitepaper solved and comparing the 2010 answer with the one he expects by 2030. Authorisation moves from a signature to, sometimes, a quantum-safe signature or a zero-knowledge proof. Block verification moves from downloading and re-executing everything to sampling data through PeerDAS and verifying a SNARK. Block construction moves from a single miner to a multi-party process, with the FOCIL mechanism giving what he calls guaranteed real-time transaction inclusion. Light clients would verify validity, not just consensus. He also gives indicative user-facing numbers for 2030: about 4-8 seconds per slot and 8-32 seconds to finality.
Two points stand out. The first is that decentralisation could become, in limited cases, a performance advantage rather than only a cost: work can be split across many participants, much of it done inside the mempool, because modern cryptography supplies what early designs lacked - cheap verification that each piece of work was done correctly. The second is about developers: in the architecture he describes, the same computation will cost more if packed into one serial transaction and less if split into parts that can be parallelised or aggregated before a block is built.
On timing, he writes that Hegota, the fork planned for next year, is likely to be Ethereum's last "normal" fork, and that what follows involves recursive STARKs, automated formal verification, optimised consensus and quantum safety. The hardest part, in his view, is not the proofs but managing and parallelising access to very large amounts of state.

What it means
The essay is a statement of direction from Ethereum's most influential researcher, not a specification; the numbers are targets. Its practical message is for application builders: fee structures that reward parallel, well-separated computation would change how contracts are written, and teams designing systems today for a five-year horizon have been told which way the costs are expected to move.