
The Claim vs. Reality
Earlier this year, officials in Rio de Janeiro proudly announced the development of a locally built large language model—touted as a breakthrough for Brazilian AI sovereignty. The model, reportedly named RioGPT, was described as a homegrown alternative to foreign AI systems, trained on petabytes of Portuguese-language data and optimized for local use cases. However, a detailed analysis posted on GitHub by the pseudonymous user nex-agi has cast serious doubt on these claims, suggesting that RioGPT is in fact a composite of several existing open-weight models, not a novel creation.
The Hacker News thread discussing the analysis garnered 327 points and 181 comments in under 15 hours, indicating the tech community's intense interest in the story. Many commenters pointed out similarities to other cases where organizations have exaggerated the originality of their AI systems—a phenomenon increasingly referred to as 'AI washing'.
How the Merge Was Detected
The analysis by nex-agi focuses on the model's architecture, weight patterns, and tokenizer configuration. By comparing RioGPT's layer structure and activation distributions against known models like LLaMA-2, Mistral 7B, and several fine-tuned variants, the researcher found that RioGPT's parameter space maps closely to a linear combination of those models. Specifically, the weight matrix norms and attention head configurations align with a weighted average, a technique commonly used in 'model merging' via tools like mergekit or TIES-Merging.
Further evidence comes from the model's tokenizer. RioGPT uses a vocabulary that is nearly identical to that of LLaMA-2, including many English-specific tokens that would not be expected in a Portuguese-first model. The official documentation claimed a new tokenizer was trained on Portuguese text, but the actual token IDs and their byte-pair encoding fragments show negligible deviation from the English base. This points to a simple vocabulary extension rather than a wholesale retraining.

nex-agi also released a set of probing prompts that trigger similar internal representations in RioGPT and the assumed source models, reinforcing the conclusion. The analysis explicitly states: 'Based on weight-space similarity, vocabulary overlap, and behavioral tests, we estimate with high confidence that RioGPT is a merge of two or more existing open models, with possible fine-tuning on a Portuguese corpus.'
Why This Matters for AI Governance
The RioGPT controversy is more than an academic dispute; it strikes at the heart of trust in government-funded AI initiatives. Public investment in AI is growing globally, with cities and countries eager to demonstrate technological independence. If these projects are merely repackaging existing open-source work, they risk wasting taxpayer money and misleading policymakers about the state of local AI capabilities.
Furthermore, the incident highlights the challenge of verifying AI provenance. Unlike traditional software, where source code can be audited, the output of a complex neural network is difficult to attribute to a particular training regime. Model merging is a legitimate and powerful technique for combining strengths of different models, but it should be transparently documented. The AI community has largely embraced open science, and the failure to disclose the use of existing weights violates the spirit (and sometimes the licenses) of open-source AI.
When reached for comment, Rio de Janeiro's technology department did not directly address the allegations but reiterated that RioGPT is 'developed with international collaboration and adapted to local needs.' Adaptation, however, is far from the original narrative of indigenous creation.
A Broader Trend of Dubious AI Claims

RioGPT is not the first case of exaggerated AI originality. In 2024, India's government-backed 'Bhashini' language model faced similar scrutiny, and several startups have been caught using off-the-shelf models behind proprietary claims. The rush to claim AI sovereignty often clashes with the reality that state-of-the-art models require enormous budgets, specialized hardware, and years of research—resources few municipalities possess.
The Hacker News community responded with a mix of frustration and humor. One top comment noted: 'They could have just said "fine-tuned an existing model" and everyone would have applauded. The lie is the issue.' Another pointed out that the merge technique itself is impressive, but if the goal was to provide a Portuguese-optimized assistant, a simple fine-tune would have been sufficient and more honest.
For developers and AI practitioners, this episode serves as a reminder to always verify the origins of a model before integrating it into projects. Open-source licenses often require attribution, and undisclosed merging can create legal and ethical liabilities.
What Comes Next
The RioGPT story is still developing. The GitHub repository hosting the analysis has already seen multiple forks and contributions attempting to replicate the findings. Meanwhile, Rio's officials may be forced to release more documentation about their training process. If they refuse, the model's reputation—and the city's credibility—will suffer further.
For the broader AI ecosystem, the incident reinforces the need for standardized provenance tracking. Tools like model cards, weight-level verification, and automated similarity checks could become essential components of AI governance. Companies and governments that invest in AI should treat transparency as a feature, not an afterthought.
As of this writing, the original RioGPT project page remains online, but the links to the claimed training data and methodology are broken. Whether this is an oversight or an attempt to obscure the trail is unclear. What is clear is that the AI community will continue to hold such projects to a high standard—and the crowd at Hacker News will be watching.
Commentaires