Connect with us
DAPA Banner

Crypto World

What Can We Expect from Digital Healthcare in 2021?

Published

on

What Can We Expect from Digital Healthcare in 2021?

by Gonzalo Wangüemert Villalba

4 September 2025

Introduction The open-source AI ecosystem reached a turning point in August 2025 when Elon Musk’s company xAI released Grok 2.5 and, almost simultaneously, OpenAI launched two new models under the names GPT-OSS-20B and GPT-OSS-120B. While both announcements signalled a commitment to transparency and broader accessibility, the details of these releases highlight strikingly different approaches to what open AI should mean. This article explores the architecture, accessibility, performance benchmarks, regulatory compliance and wider industry impact of these three models. The aim is to clarify whether xAI’s Grok or OpenAI’s GPT-OSS family currently offers more value for developers, businesses and regulators in Europe and beyond. What Was Released Grok 2.5, described by xAI as a 270 billion parameter model, was made available through the release of its weights and tokenizer. These files amount to roughly half a terabyte and were published on Hugging Face. Yet the release lacks critical elements such as training code, detailed architectural notes or dataset documentation. Most importantly, Grok 2.5 comes with a bespoke licence drafted by xAI that has not yet been clearly scrutinised by legal or open-source communities. Analysts have noted that its terms could be revocable or carry restrictions that prevent the model from being considered genuinely open source. Elon Musk promised on social media that Grok 3 would be published in the same manner within six months, suggesting this is just the beginning of a broader strategy by xAI to join the open-source race. By contrast, OpenAI unveiled GPT-OSS-20B and GPT-OSS-120B on 5 August 2025 with a far more comprehensive package. The models were released under the widely recognised Apache 2.0 licence, which is permissive, business-friendly and in line with requirements of the European Union’s AI Act. OpenAI did not only share the weights but also architectural details, training methodology, evaluation benchmarks, code samples and usage guidelines. This represents one of the most transparent releases ever made by the company, which historically faced criticism for keeping its frontier models proprietary. Architectural Approach The architectural differences between these models reveal much about their intended use. Grok 2.5 is a dense transformer with all 270 billion parameters engaged in computation. Without detailed documentation, it is unclear how efficiently it handles scaling or what kinds of attention mechanisms are employed. Meanwhile, GPT-OSS-20B and GPT-OSS-120B make use of a Mixture-of-Experts design. In practice this means that although the models contain 21 and 117 billion parameters respectively, only a small subset of those parameters are activated for each token. GPT-OSS-20B activates 3.6 billion and GPT-OSS-120B activates just over 5 billion. This architecture leads to far greater efficiency, allowing the smaller of the two to run comfortably on devices with only 16 gigabytes of memory, including Snapdragon laptops and consumer-grade graphics cards. The larger model requires 80 gigabytes of GPU memory, placing it in the range of high-end professional hardware, yet still far more efficient than a dense model of similar size. This is a deliberate choice by OpenAI to ensure that open-weight models are not only theoretically available but practically usable. Documentation and Transparency The difference in documentation further separates the two releases. OpenAI’s GPT-OSS models include explanations of their sparse attention layers, grouped multi-query attention, and support for extended context lengths up to 128,000 tokens. These details allow independent researchers to understand, test and even modify the architecture. By contrast, Grok 2.5 offers little more than its weight files and tokenizer, making it effectively a black box. From a developer’s perspective this is crucial: having access to weights without knowing how the system was trained or structured limits reproducibility and hinders adaptation. Transparency also affects regulatory compliance and community trust, making OpenAI’s approach significantly more robust. Performance and Benchmarks Benchmark performance is another area where GPT-OSS models shine. According to OpenAI’s technical documentation and independent testing, GPT-OSS-120B rivals or exceeds the reasoning ability of the company’s o4-mini model, while GPT-OSS-20B achieves parity with the o3-mini. On benchmarks such as MMLU, Codeforces, HealthBench and the AIME mathematics tests from 2024 and 2025, the models perform strongly, especially considering their efficient architecture. GPT-OSS-20B in particular impressed researchers by outperforming much larger competitors such as Qwen3-32B on certain coding and reasoning tasks, despite using less energy and memory. Academic studies published on arXiv in August 2025 highlighted that the model achieved nearly 32 per cent higher throughput and more than 25 per cent lower energy consumption per 1,000 tokens than rival models. Interestingly, one paper noted that GPT-OSS-20B outperformed its larger sibling GPT-OSS-120B on some human evaluation benchmarks, suggesting that sparse scaling does not always correlate linearly with capability. In terms of safety and robustness, the GPT-OSS models again appear carefully designed. They perform comparably to o4-mini on jailbreak resistance and bias testing, though they display higher hallucination rates in simple factual question-answering tasks. This transparency allows researchers to target weaknesses directly, which is part of the value of an open-weight release. Grok 2.5, however, lacks publicly available benchmarks altogether. Without independent testing, its actual capabilities remain uncertain, leaving the community with only Musk’s promotional statements to go by. Regulatory Compliance Regulatory compliance is a particularly important issue for organisations in Europe under the EU AI Act. The legislation requires general-purpose AI models to be released under genuinely open licences, accompanied by detailed technical documentation, information on training and testing datasets, and usage reporting. For models that exceed systemic risk thresholds, such as those trained with more than 10²⁵ floating point operations, further obligations apply, including risk assessment and registration. Grok 2.5, by virtue of its vague licence and lack of documentation, appears non-compliant on several counts. Unless xAI publishes more details or adapts its licensing, European businesses may find it difficult or legally risky to adopt Grok in their workflows. GPT-OSS-20B and 120B, by contrast, seem carefully aligned with the requirements of the AI Act. Their Apache 2.0 licence is recognised under the Act, their documentation meets transparency demands, and OpenAI has signalled a commitment to provide usage reporting. From a regulatory standpoint, OpenAI’s releases are safer bets for integration within the UK and EU. Community Reception The reception from the AI community reflects these differences. Developers welcomed OpenAI’s move as a long-awaited recognition of the open-source movement, especially after years of criticism that the company had become overly protective of its models. Some users, however, expressed frustration with the mixture-of-experts design, reporting that it can lead to repetitive tool-calling behaviours and less engaging conversational output. Yet most acknowledged that for tasks requiring structured reasoning, coding or mathematical precision, the GPT-OSS family performs exceptionally well. Grok 2.5’s release was greeted with more scepticism. While some praised Musk for at least releasing weights, others argued that without a proper licence or documentation it was little more than a symbolic gesture designed to signal openness while avoiding true transparency. Strategic Implications The strategic motivations behind these releases are also worth considering. For xAI, releasing Grok 2.5 may be less about immediate usability and more about positioning in the competitive AI landscape, particularly against Chinese developers and American rivals. For OpenAI, the move appears to be a balancing act: maintaining leadership in proprietary frontier models like GPT-5 while offering credible open-weight alternatives that address regulatory scrutiny and community pressure. This dual strategy could prove effective, enabling the company to dominate both commercial and open-source markets. Conclusion Ultimately, the comparison between Grok 2.5 and GPT-OSS-20B and 120B is not merely technical but philosophical. xAI’s release demonstrates a willingness to participate in the open-source movement but stops short of true openness. OpenAI, on the other hand, has set a new standard for what open-weight releases should look like in 2025: efficient architectures, extensive documentation, clear licensing, strong benchmark performance and regulatory compliance. For European businesses and policymakers evaluating open-source AI options, GPT-OSS currently represents the more practical, compliant and capable choice.  In conclusion, while both xAI and OpenAI contributed to the momentum of open-source AI in August 2025, the details reveal that not all openness is created equal. Grok 2.5 stands as an important symbolic release, but OpenAI’s GPT-OSS family sets the benchmark for practical usability, compliance with the EU AI Act, and genuine transparency.

Source link

Advertisement
Continue Reading
Click to comment

You must be logged in to post a comment Login

Leave a Reply

Crypto World

Pi Network (PI) News Today: March 17

Published

on

Top Trending Cryptocurrencies


Explore all the latest and most important advancements across the Pi Network ecosystem.

The team behind the controversial crypto project Pi Network unveiled several important updates lately, while the community celebrated its symbolic Pi Day.

PI’s price had its glory moments, briefly climbing to a five-month peak, but then experienced a massive correction.

Advertisement

The Latest Developments

March has been quite eventful for Pi Network. At the start of the month, the Core Team announced that the protocol v19.9 migration was successfully completed, while version 20.2 was scheduled for release around March 12. The official confirmation about the migration arrived with the Pi Day celebratory announcement.

Another major development was Kraken’s decision to allow trading services with Pi Network’s native cryptocurrency. This happened just a day before Pi Day – the community’s special date, celebrated because it matches the mathematical constant π (3.14), and which is logically held annually on March 14.

This year, the team marked the occasion by rolling out several ecosystem upgrades designed to boost utility, attract more developers, and strengthen the network’s overall infrastructure. Some of the improvements include new Mainnet capabilities for Pi App Studio, advancements that enable future smart contract functionality, KYC validator rewards, and more.

Most recently, Pi Network’s team disclosed that second migrations have started and “will continue with a gradual rollout, opening the door for Pioneers to bring additional PI to Mainnet and further participate in the ecosystem.” The post on X received mixed reactions: some users praised the move, whereas others questioned why the team had launched a second migration when the first one hadn’t been properly completed.

Advertisement

PI Remains Trending

The numerous developments surrounding Pi Network led to significant volatility in PI. The protocol updates, the listing on Kraken, and the anticipation of Pi Day boosted the price to a five-month peak of almost $0.30. At one point, the asset’s market capitalization neared $3 billion, making PI the 36th-largest cryptocurrency.

You may also like:

However, over the past few days, the price headed south just as rapidly in what appeared to be a classic “sell-the-news” moment. As of this writing, PI trades at around $0.18 (per CoinGecko’s data), representing a 9% daily decline and a 19% collapse over the week.

Despite the downtrend, the asset remains one of the most-searched digital assets. It is the fifth-most trending cryptocurrency on CoinGecko today, surpassing well-known names such as Bittensor (TAO), Ethereum (ETH), and Bitcoin (BTC).

Top Trending Cryptocurrencies
Top Trending Cryptocurrencies, Source: CoinGecko

What Lies Ahead?

In the following days, the daily token unlocks will exceed 15 million on a couple of occasions. Nonetheless, the end of March and the beginning of April are expected to be much calmer on that front, which could stabilize the price and slow down the recent pullback.

PI Token UnlocksPI Token Unlocks
PI Token Unlocks, Source: piscan.io

Moreover, PI’s Relative Strength Index (RSI) has fallen to 10, signaling oversold conditions that can sometimes precede a resurgence. The technical analysis tool ranges from 0 to 100, and conversely, anything above 70 is considered bearish territory and indicates that a short-term correction could be on the way.

PI RSIPI RSI
PI RSI, Source: RSI Hunter

 

SPECIAL OFFER (Exclusive)

Binance Free $600 (CryptoPotato Exclusive): Use this link to register a new account and receive $600 exclusive welcome offer on Binance (full details).
Advertisement

LIMITED OFFER for CryptoPotato readers at Bybit: Use this link to register and open a $500 FREE position on any coin!

Disclaimer: Information found on CryptoPotato is those of writers quoted. It does not represent the opinions of CryptoPotato on whether to buy, sell, or hold any investments. You are advised to conduct your own research before making any investment decisions. Use provided information at your own risk. See Disclaimer for more information.

Source link

Advertisement
Continue Reading

Crypto World

VersaBank Adds FX to Tokenized Deposits for Cross-Border Payments

Published

on

VersaBank Adds FX to Tokenized Deposits for Cross-Border Payments

VersaBank, a federally chartered Canadian digital bank focused on institutional lending, is adding foreign exchange functionality to its tokenized deposit platform, allowing users to convert between US and Canadian dollars within a blockchain-based system.

Announced Tuesday, the upgrade enables real-time, 24/7 currency conversion using Real Bank Tokenized Deposits (RBTDs), that is, digital representations of fiat deposits issued and backed by the Ontario-based institution. 

The feature is designed to improve cross-border transactions by reducing reliance on traditional foreign exchange rails, which are often slower and limited by banking hours.

The update marks an incremental step toward commercialization rather than a full product launch. VersaBank has been piloting its tokenized deposit system since last year, and the addition of US dollar and Canadian dollar conversion expands its functionality for cross-border payments, particularly between the two countries.

Advertisement

RBTDs are tokenized versions of bank deposits that can be transferred on blockchain infrastructure while remaining liabilities of the issuing bank and backed 1:1 by customer deposits, according to the American Bankers Association. Unlike stablecoins, which are typically issued by nonbank entities, they operate within the traditional banking system.

Related: Columbia Business professor casts doubt on tokenized bank deposits

Financial institutions explore tokenized deposits

Banks are increasingly exploring tokenized deposits as a way to combine blockchain-based speed and programmability with the safety of traditional deposits, particularly for use cases like cross-border payments and financial settlement, as outlined by KPMG.

One notable example is BNY’s launch of tokenized deposits for institutional clients, aimed at supporting collateral and margin requirements. BNY said the move comes as institutions seek “faster and more efficient ways to move assets.”

Advertisement

Globally, Singapore’s Project Guardian is exploring asset tokenization in financial markets, including pilot programs involving tokenized deposits and other digital assets.

The push comes as tokenization emerges as one of blockchain’s fastest-growing use cases. Industry data shows more than $27 billion in tokenized assets across products ranging from private credit to US Treasury bonds and equities.

The growth of tokenized assets, excluding stablecoins. Source: RWA.xyz

Related: Crypto’s 2026 investment playbook: Bitcoin, stablecoin infrastructure, tokenized assets