Tian AI: I Built an AI Assistant That Runs 100% Offline on My Phone (No Cloud, No Subscription)
Tian AI is a new AI assistant designed to operate entirely offline on personal devices. It addresses common issues with mainstream AI, such as data privacy, subscription fees, and lack of offline functionality. The open-source project features a self-evolving system that allows it to improve over time without relying on cloud infrastructure.
- ▪Tian AI runs on Android, Linux, or any device that supports Python, and is completely free and open-source.
- ▪The AI features a unique self-evolution system that allows it to analyze and improve its own code based on user interactions.
- ▪It includes specialized engines for reasoning, conversation, knowledge retrieval, task scheduling, and self-evaluation.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3844715) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Jeffrey.Feillp Posted on May 27 Tian AI: I Built an AI Assistant That Runs 100% Offline on My Phone (No Cloud, No Subscription) #ai #opensource #privacy #showdev Tian AI: I Built an AI Assistant That Runs 100% Offline on My Phone I got tired of paying $20/month for ChatGPT, sending my private conversations to servers I don't control, and being useless without internet. So I built my own AI that runs entirely on my phone.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).