Belgium to Push European Blockchain Network During EU Council Presidency, Digital Minister Says

CoinDeskPolicyОпубліковано о 2023-12-17Востаннє оновлено о 2023-12-18

Анотація

EU-wide blockchain services could support the bloc’s pursuit of digital sovereignty, Mathieu Michel told CoinDesk.

  • Belgium is set to take on the presidency of the EU Council, which gathers government ministers from member states.
  • During its six-month presidency, Belgium's Digital Minister Mathieu Michel plans to gather political support for an EU-wide blockchain initiative.
16.6K

Belgium will give Europe’s ambitious blockchain initiative a political push when it takes the EU Council presidency in January, the country’s digital minister said in an interview with CoinDesk.

Mathieu Michel has already shared his grand vision for an EU-wide digital infrastructure that – at the very least – could store records such as driving licenses and property titles on a common blockchain controlled by the bloc’s governments.

Key to that plan is the European Blockchain Services Infrastructure (EBSI) initiative, which began in 2018 as a technical project. Michel said the goal is to rev up political support for it during Belgium’s six-month Council presidency and that eight member states are already on board.

“In the coming months, what we will do is to propose to other European countries to be involved in the project or to use the project for application,” Michel said.

The Council gathers government ministers from the European Union’s 27 member states and is the bloc’s highest political entity.

Prolific regulation

According to Michel, artificial intelligence and blockchain technology applications could be key to the EU’s pursuit of digital sovereignty, encompassing control over data and authority over cyberspace.

When it comes to guardrails for the digital space, the EU has been prolific in recent years, introducing legislative plans for everything from crypto to artificial intelligence, data sharing, a digital euro and even the metaverse. In fact, with the Markets in Crypto Asset (MiCA) regulation finalized this year, the bloc is set to become the first major jurisdiction in the world to have a comprehensive regime for the digital asset space.

Advertisement
Advertisement

Enough regulation, Michel says. Now, it’s time for Europe to put those digital innovations to good use.

EU countries were told in 2020 how to join the EBSI blockchain network by setting up their own nodes. But to avoid data silos, applications built on it should be interoperable across member states – something Michel said blockchain can help achieve.

“We are really bringing a lot of attention to privacy, but also transparency, control of the data. And with the blockchain, there is a technical aspect that can bring us that. And that's really, for example, the interoperability between the application in France, Italy and Spain,” Michel said.

To be first

Inviting political scrutiny to a technology project isn’t going to be a walk in the park. The EU’s big plans for a digital version of the euro have faced opposition from lawmakers in the bloc who are concerned about privacy implications and the expansion of government control.

Michel assures a unified blockchain infrastructure won’t be designed to collect any new data from citizens.

“Today, a lot of governments have data of the people, of the citizens. What we are talking about is a little bit of a paradigm shift,” he said, adding that the shift is in the way the government offers that data back to citizens.

Advertisement
Advertisement

It’s not mandatory to use blockchain, especially if it’s not going to help, Michel said, noting there is also a chance that blockchain tech could be replaced by something else altogether. Quantum computing, which promises ultra-fast problem-solving but is still some distance from coming to fruition, is already viewed as an existential threat to blockchain.

But that doesn’t mean the EU shouldn’t try, according to Michel.

“If you look at the sovereignty of Europe, we were not the first at connectivity. We were not the first in cloud services. Here, with blockchain technology, we could try to be the first,” Michel said.

“If we are not in advance, it means that we are already too late,” he added.

Edited by Nikhilesh De.

Пов'язані матеріали

Just now, DeepSeek V4 updates with DSpark, improving inference speed by 80%

DeepSeek has updated its DeepSeek V4 model with the DSpark speculative decoding framework, achieving a significant 60-85% speedup in generation for Flash models and 57-78% for Pro models while maintaining the same overall throughput. This engineering-focused update, rather than a core architectural change, introduces DSpark to address latency and throughput bottlenecks in high-concurrency production environments. DSpark combines high-throughput parallel generation with adaptive load-aware verification. Its key innovations include a semi-autoregressive generation architecture to model dependencies within token blocks and a hardware-aware confidence-scheduled verification system. This system uses a confidence head to predict token acceptance probabilities, allowing it to dynamically optimize verification length per request and allocate compute only to tokens with the highest expected payoff. The asynchronous scheduler is designed for real-world deployment, ensuring zero-overhead scheduling and continuous CUDA graph replay while preserving the target model's output distribution. In tests across mathematical reasoning, code generation, and daily dialogue, DSpark outperformed state-of-the-art models like Eagle3 and DFlash, increasing average acceptance length by 26.7%-30.9% and 16.3%-18.4% respectively on Qwen3 target models. DeepSeek also open-sourced DeepSpec, a full-stack codebase for training and evaluating speculative decoding draft models, providing a standardized toolkit that includes data preparation tools, model implementations, training code, and evaluation scripts.

marsbit2 год тому

Just now, DeepSeek V4 updates with DSpark, improving inference speed by 80%

marsbit2 год тому

BIT Research: The 2028 Halving Is Not the End, the Real Shake-Up of the Bitcoin Mining Industry Is Just Beginning

The Bitcoin mining industry is undergoing its most complex structural adjustment since inception. Despite Bitcoin's price holding near $61,000 and the network hash rate approaching a record 1 ZH/s, miner profitability is deteriorating. The industry is operating close to its breakeven point, with the 2028 halving expected to accelerate consolidation. The challenges extend beyond the halving's subsidy reduction; the industry's revenue model has yet to successfully transition towards a fee-driven structure. Increasingly, mining companies are evolving from simple Bitcoin producers into infrastructure and energy operators, including providers of AI/HPC computing power. Competition is shifting from pure hash rate expansion to business model upgrades. Economic pressure is evident. The theoretical daily mining revenue at current prices is around $78 million, yet the actual figure is only about $33 million—a 136% gap. Transaction fees remain low at roughly $220k daily, far below historical implied levels. With a current estimated industry-wide breakeven price near $65,000, mining alone is struggling to generate ideal profits. The 2028 halving is projected to push the fundamental production cost floor to approximately $93,289. This will likely accelerate a shift towards consolidation among larger, well-capitalized miners with diversified revenue streams. Competitive advantage will belong to institutionalized players with access to low-cost energy, AI/HPC hosting operations, and stronger balance sheets. In essence, Bitcoin mining is transitioning from a "mining business" to an "infrastructure business." Future profitability and resilience will depend less on block rewards and more on diversified income sources like energy management and computational infrastructure services. For investors, the key question is not the halving itself, but which miners can successfully navigate this business model transformation.

marsbit3 год тому

BIT Research: The 2028 Halving Is Not the End, the Real Shake-Up of the Bitcoin Mining Industry Is Just Beginning

marsbit3 год тому

This is How God Karpathy Uses Claude?

Andrej Karpathy, a prominent figure in AI, has reportedly joined Anthropic, leading to a noticeable decrease in his open-source contributions and social media activity. A document claiming to be his personal "CLAUDE.md" file—a set of instructions for the Claude AI to follow within a specific codebase—has been circulating online. While its authenticity is unverified, the content aligns closely with Karpathy's publicly shared principles on effective AI-assisted programming. The document outlines key rules for AI coding assistants, emphasizing the importance of reading existing code thoroughly before writing new code to maintain consistency. It advises against over-engineering, advocating for simple, surgical modifications that match the project's existing style. Other guidelines include clarifying assumptions upfront, writing meaningful tests, thoughtful debugging, and carefully considering dependencies. The core message is that these principles help prevent common AI coding failures, such as introducing unnecessary abstractions, style drift, or making invisible architectural decisions. The community has noted that even experts like Karpathy require detailed instructions to guide AI effectively, akin to managing a junior developer. A related GitHub repository, "andrej-karpathy-skills," which encapsulates these ideas, is reported to significantly reduce Claude's code error rate. Ultimately, the advice stresses that the best CLAUDE.md is tailored to one's own tech stack and coding practices.

marsbit3 год тому

This is How God Karpathy Uses Claude?

marsbit3 год тому

Торгівля

Спот
活动图片