Ethereum co-founder Vitalik Buterin set out a plan for two key changes to the network execution layer: a shift to a binary state tree and the long-term replacement of the EVM.
Now, execution layer changes. I’ve already talked about account abstraction, multidimensional gas, BALs, and ZK-EVMs.
I’ve also talked here about a short-term EVM upgrade that I think will be super-valuable: a vectorized math precompile (basically, do 32-bit or potentially…
— vitalik.eth (@VitalikButerin) March 1, 2026
“These are ‘deep’ changes that many forgo, considering the incremental approach more ‘pragmatic’,” he noted.
According to the programmer, the state tree and the virtual machine account for over 80% of the network’s technical constraints. This makes them “practically mandatory” for client scenarios that use proofs.
According to the programmer, the state tree and the virtual machine account for over 80% of the network’s technical constraints. This makes them “practically mandatory” for client scenarios that use proofs.
A new state tree
The state-tree change builds on EIP-7864. It entails moving from the current hexadecimal Merkle–Patricia tree to a binary one with a more efficient hash function.
A binary structure would shorten Merkle branches fourfold, reducing the data footprint for light clients such as Helios. Swapping the hash function for BLAKE3 or a variant of Poseidon would further improve proof efficiency by three to 100 times. Buterin acknowledged that Poseidon requires additional security auditing.
The co-founder’s proposal is an evolution of earlier plans to deploy Verkle trees. Interest in binary structures was revived in mid‑2024 amid concerns that current cryptographic methods could prove vulnerable to quantum computers.
A new virtual machine
Buterin again raised the question of replacing the EVM with RISC‑V—an open instruction-set architecture that most ZK provers already use. He outlined a three‑stage plan:
- Introduce RISC‑V solely for precompiled contracts.
- Allow users to deploy contracts on the new architecture.
- Fully deprecate the old EVM, turning it into a smart contract running atop the new virtual machine.
“The point of Ethereum is its universality. If the EVM is not good enough to achieve that, we should address the problem directly and build a better virtual machine,” the programmer wrote.
The initiative has met resistance. In November 2025, researchers at Offchain Labs (the developers of Arbitrum) argued that WebAssembly (WASM) is a better fit for long‑term development.
Their key point: RISC‑V excels at ZK proofs, but an “interface architecture” and an “architecture for proofs” do not have to coincide.
AI
Buterin also suggested that delivering on the Ethereum roadmap could accelerate thanks to vibe‑coding.
This is quite an impressive experiment. Vibe-coding the entire 2030 roadmap within weeks.
Obviously such a thing built in two weeks without even having the EIPs has massive caveats: almost certainly lots of critical bugs, and probably in some cases “stub” versions of a thing… https://t.co/ZlTg0r2hvI
— vitalik.eth (@VitalikButerin) February 28, 2026
In his words, AI “significantly accelerates writing code”. The community should be open to the possibility that the project’s plans will be delivered “much faster and with a higher level of security than expected”.
He was commenting on the results of an experiment in which a developer built a reference implementation of the roadmap in just a few weeks.
Two weeks ago I made a bet with @VitalikButerin that one person could agentic-code an @ethereum client targeting 2030+ roadmap. So I built ETH2030 (https://t.co/2k83PyUP4z | https://t.co/P0A6aHDZBX).
702K lines of Go. 65 roadmap items. Syncs with mainnet. Here’s what I found. https://t.co/i6gkqLc82L
— YQ (@yq_acc) February 24, 2026
However, Buterin pointed to “large caveats”: the high speed of coding “almost guarantees the presence of critical bugs”, and in some cases the AI may have produced only “stubs” instead of working versions.
“But half a year ago even such results were unattainable, so for now the direction of the trend matters more,” he added.
In his view, the optimal approach is to use neural networks to strengthen security, not only to speed things up. Possible measures include generating additional test scenarios, applying formal verification and creating alternative implementations of the same components.
In February, Buterin described a possible process for merging Ethereum with artificial intelligence.
