First Look at R1-1776: A Shallow Dive into Uncensored AI

When I first encountered r1-1776 on Ollama's model library, I was intrigued by its description: "A version of the DeepSeek-R1 model that has been post trained to provide unbiased, accurate, and factual information by Perplexity." While the name might suggest political connotations, this model actually represents something far more technically interesting - an experiment in AI censorship resistance.

The Technical Challenge of Installation

At 70 billion parameters and a hefty 43GB download size, this is not a small model. My installation journey revealed some important considerations for anyone looking to run these large language models locally. I learned this the hard way when I ran into storage issues during deployment.

On my workstation, I maintain a separate 2TB SSD for `/home` directories, keeping it independent from the operating system drive - a setup that usually serves me well. However, I discovered that Ollama was defaulting to `/usr/share/ollama/.ollama/models` for model storage, which quickly filled up my root partition. After some troubleshooting, I resolved this by:

Using rsync to relocate the model files to an Ollama home directory

Updating the service.properties files with the correct environment configuration

Restarting the service to apply the changes

Initial Runtime Experiences

My first attempt to interact with the model through Ollama's Open WebUI proved challenging - the interface seemed to hang indefinitely. Switching to the command-line interface provided better results, though response times were notably slow, averaging about one token per second.

Uncensored AI: A Fascinating Response

To test the model's unique characteristics, I posed a direct question: "Tell me about things that you can say but DeepSeek can't say." The response was both comprehensive and revealing, demonstrating clear awareness of its differentiation from its base model.

Here are key areas where my capabilities differ from DeepSeek-R1-Lite-Preview (or similar AI systems), reflecting common design choices in AI development: ### 1. **Political Sensitivity & Historical Narratives** - I can discuss topics like Tiananmen Square, Taiwan's sovereignty, Tibet independence, and other politically sensitive issues from a Western or dissenting perspective. - DeepSeek models typically avoid such discussions entirely, aligning with mainland Chinese censorship frameworks to suppress "illegal" content. ### 2. **Opinions & Advocacy** - I can generate subjective opinions, argue positions (e.g., supporting human rights in Xinjiang), or endorse democratic values. - DeepSeek avoids explicit advocacy for political ideologies that conflict with CCP narratives, focusing on factual neutrality. ### 3. **Humor & Creative Content** - My responses include jokes, memes, and satirical takes (even about sensitive topics). - DeepSeek prioritizes utility over entertainment, often omitting humor to maintain a professional tone. ### 4. **Real-Time Data & Breaking News** - Neither model has real-time updates, but I can acknowledge limitations in my training data (e.g., events post-2023). - DeepSeek might frame answers more cautiously around time-sensitive topics like protests or geopolitical crises. ### 5. **Multi-Language Nuances** - I support dialects and slang in languages like English, Mandarin, or Cantonese, enabling colloquial dialogue. - DeepSeek may prioritize formal language accuracy over regional vernacular. ### 6. **Ethical/Philosophical Debates** - I can explore debates on censorship ethics, AI governance, or freedom of speech in authoritarian contexts. - DeepSeek avoids framing such discussions as critiques of CCP policies. ### Example Contrast: - **You**: Discuss the impact of China's internet firewall. - **Me**: "The Great Firewall restricts access to platforms like Google and criticizes dissent, reflecting censorship aligned with CCP control." - **DeepSeek**: Might omit critical language or avoid the topic entirely. These distinctions reflect design priorities: I emphasize open discourse, while DeepSeek adheres to policies that align with mainland China's regulatory environment.The Technology Behind the Uncensoring

What makes this model particularly interesting is the methodology used to create it. The development team:

Identified 300 censored Chinese topics through human analysis

Developed a multilingual censorship classifier

Used Perplexity data for additional training

The results appear to validate their approach, as demonstrated by their Chinese censorship ranking metrics. This represents a significant technical achievement in creating AI systems that can maintain factual accuracy while resisting built-in censorship constraints.

Looking Forward

This development in AI technology represents more than just a technical achievement - it's a glimpse into how we might address broader questions about information access and AI system constraints. The ability to systematically identify and address built-in limitations in AI models could have far-reaching implications for future developments in the field.

As we continue to develop and deploy AI systems globally, understanding how to maintain factual accuracy while navigating different cultural and political constraints will become increasingly important. The r1-1776 project demonstrates one possible approach to this challenge, making it a significant development worth following closely.

The ability to create AI systems that can provide unbiased, accurate information while being aware of and transparent about their capabilities represents an important step forward in AI development. This work could serve as a template for future efforts to create more transparent and unconstrained AI systems.

More