Anatoly Yakovenko, Vitalik Buterin Debate Whether Blockchains Should Keep Evolving

TheNewsCrypto2026-01-19 tarihinde yayınlandı2026-01-19 tarihinde güncellendi

Özet

In a January 2026 debate, Ethereum creator Vitalik Buterin and Solana co-founder Anatoly Yakovenko presented opposing views on blockchain evolution. Buterin argued that Ethereum should achieve "ossification"—a stable, trustless state requiring no further upgrades, passing the "walkaway test" to function independently of developers. Yakovenko countered that blockchains must continuously evolve to remain useful and avoid stagnation, emphasizing that Solana should incorporate community-driven upgrades addressing real user needs, without relying on a single team. The discussion highlights two contrasting visions: long-term stability versus iterative adaptation for competitiveness.

The Public debate started in mid january 2026 between Anatoly Yakovenko, co-founder of Solana labs and Vitalik Buterin, Creator of Ethereum. Vitalik Buterin shared his view on social media that Ethereum should be stable and reach the ossified state, where it should still run without the constant upgrades. Yakovenko disagreed completely by saying that the blockchain must continue evolving to remain useful and avoid stagnation.

Yakovenko’s Case for Continuous, Community-Driven Blockchain Evolution

On replying to Vitalik Buterin, Analogy argued that any blockchain that stops upgrading will eventually die. The technology and users need to change. This debate started after Vitalik posted the tweet on X that Ethereum should aim for long-term stability, where there should not be the constant upgrades. Yakovenko also suggested that Solana must reject most upgrade ideas and accept only those that solve the real problem for the users and developers. He added that the future of Solana should be built by contributors outside Solana Labs to avoid permanent dependence on a single team.

Vitalik’s Vision of Blockchain Ossification and Long-Term Trustless Stability

On the other side, the creator of Ethereum, Vitalik Buterin, says that the blockchain should reach the point where it does not need constant upgrades and calls this level as the Ossification. This means that the blockchain becomes so stable that it doesn’t need regular upgrades and can run safely for many years. He says that Ethereum should pass something called the Walkaway Test. This means that Ethereum should work even if the developers stop upgrading. He believes trustless systems need stability, and if there are constant upgrades, then the users must depend on the developers forever.

This debate shows two different visions of future blockchains. Vitalik Buterin believes that ETH should become more stable and work reliably without constant upgrades, and Anatoly Yakovenko believes that Solana must keep evolving and continuous upgrades are necessary to stay useful and competitive. This difference highlights two contrasting approaches to how blockchains can survive and grow over time.

Highlighted Crypto News:

‌Binance Australia Restores AUD Deposits, Withdrawals After 2-Year Pause

TagsBlockchainvitalik Buterin

İlgili Sorular

QWhat is the core disagreement between Anatoly Yakovenko and Vitalik Buterin regarding blockchain development?

AAnatoly Yakovenko believes blockchains must continue evolving with continuous upgrades to remain useful and avoid stagnation, while Vitalik Buterin argues that a blockchain should reach a stable, 'ossified' state where it no longer needs constant upgrades to run reliably and trustlessly.

QAccording to Vitalik Buterin, what is the 'Walkaway Test' for Ethereum?

AThe 'Walkaway Test' is the idea that Ethereum should be able to continue functioning safely and reliably even if its developers completely stop working on upgrades, ensuring it remains a trustless and trust-minimized platform.

QHow does Anatoly Yakovenko suggest Solana should handle upgrades to avoid dependence on a single team?

AYakovenko suggests that Solana should reject most upgrade ideas and only accept those that solve real problems for users and developers, and that its future should be built by contributors outside of Solana Labs to avoid permanent dependence on a single team.

QWhat term does Vitalik Buterin use to describe the ideal, stable state for Ethereum that does not require constant upgrades?

AVitalik Buterin uses the term 'Ossification' to describe the ideal state where a blockchain becomes so stable that it doesn't need regular upgrades and can run safely for many years.

QWhat was the catalyst that started the public debate between Yakovenko and Buterin in January 2026?

AThe debate started after Vitalik Buterin posted on social media (X) that Ethereum should aim for long-term stability and reach an ossified state, a view which Anatoly Yakovenko publicly disagreed with.

İlgili Okumalar

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

OpenAI engineer Weng Jiayi's "Heuristic Learning" experiments propose a new paradigm for Agentic AI, suggesting that intelligent agents can improve not just by training neural networks, but also by autonomously writing and refining code based on environmental feedback. In the experiment, a coding agent (powered by Codex) was tasked with developing and maintaining a programmatic strategy for the Atari game Breakout. Starting from a basic prompt, the agent iteratively wrote code, ran the game, analyzed logs and video replays to identify failures, and then modified the code. Through this engineering loop of "code-run-debug-update," it evolved a pure Python heuristic strategy that achieved a perfect score of 864 in Breakout and performed competitively with deep reinforcement learning (RL) algorithms in MuJoCo control tasks like Ant and HalfCheetah. This approach, termed Heuristic Learning (HL), contrasts with Deep RL. In HL, experience is captured in readable, modifiable code, tests, logs, and configurations—a software system—rather than being encoded solely into opaque neural network weights. This offers potential advantages in explainability, auditability for safety-critical applications, easier integration of regression tests to combat catastrophic forgetting, and more efficient sample use in early learning stages, as demonstrated in broader tests on 57 Atari games. However, the blog acknowledges clear limitations. Programmatic strategies struggle with tasks requiring long-horizon planning or complex perception (e.g., Montezuma's Revenge), areas where neural networks excel. The future vision is a hybrid architecture: specialized neural networks for fast perception (System 1), HL systems for rules, safety, and local recovery (also System 1), and LLM agents providing high-level feedback and learning from the HL system's data (System 2). The core proposition is that in the era of capable coding agents, a significant portion of an AI's learned experience could be maintained as an auditable, evolving software system.

marsbit56 dk önce

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

marsbit56 dk önce

Your Claude Will Dream Tonight, Don't Disturb It

This article explores the recent phenomenon of AI companies increasingly using anthropomorphic language—like "thinking," "memory," "hallucination," and now "dreaming"—to describe machine learning processes. Focusing on Anthropic's newly announced "Dreaming" feature for its Claude Agent platform, the piece explains that this function is essentially an automated, offline batch processing of an agent's operational logs. It analyzes past task sessions to identify patterns, optimize future actions, and consolidate learnings into a persistent memory system, akin to a form of reinforcement learning and self-correction. The article draws parallels to similar features in other AI agent systems like Hermes Agent and OpenClaw, which also implement mechanisms for reviewing historical data, extracting reusable "skills," and strengthening long-term memory. It notes a key difference from human dreaming: these AI "dreams" still consume computational resources and user tokens. Further context is provided by discussing the technical challenges of managing AI "memory" or context, highlighting the computational expense of large context windows and innovations like Subquadratic's new model claiming drastically longer contexts. The core critique argues that this strategic use of human-centric vocabulary does more than market products; it subtly reshapes user perception. By framing algorithms with terms associated with consciousness, companies blur the line between tool and autonomous entity. This linguistic shift can influence user expectations, tolerance for errors, and even perceptions of responsibility when systems fail, potentially diverting scrutiny from the companies and engineers behind the technology. The article concludes by speculating that terms like "daydreaming" for predictive task simulation might be next, continuing this trend of embedding the idea of an "inner life" into computational processes.

marsbit58 dk önce

Your Claude Will Dream Tonight, Don't Disturb It

marsbit58 dk önce

İşlemler

Spot
Futures
活动图片