Why I Stopped Using ChatGPT and What I Use Instead
I cancelled my ChatGPT Plus subscription three months ago. Not because the product is bad — it's not. I stopped because the privacy tradeoff stopped making sense for my workflow.
Here's what happened and what I use now.
The Moment I Checked Out
I was debugging a client's authentication system. I pasted the JWT validation code into ChatGPT — about 200 lines of production code — and it fixed the bug in seconds. Great.
Then I realized: that code is now on OpenAI's servers. It contains the client's API structure, their token format, their validation logic. Even with training data collection turned off, OpenAI retains API data for 30 days.
That was the moment. I needed AI assistance, but not at the cost of my clients' security.
What I Tried First
Local models via Ollama — My first move. I installed Codellama 13B and Llama3 8B on my workstation. For code-related tasks, they're genuinely good. Not GPT-4 level, but good enough for debugging, refactoring, and explaining code.
The problem: they're not great at nuanced writing or complex reasoning. For blog posts, client proposals, and strategic thinking, I needed something stronger.
DuckDuckGo AI — Free, private, no account. But the quality is inconsistent and you can't choose which model you get. Fine for quick questions, not for sustained work.
Self-hosted API models — I tried running larger models on a rented GPU server. The cost was $50/month, which defeated the purpose of saving money.
What Actually Worked
My current setup is a combination:
For daily coding tasks: Local Ollama models. Codellama for code, Llama3 for explanations. Zero cost, zero privacy concerns, instant responses.
For premium tasks: NanoGPT. This is the service that made cancelling ChatGPT viable. You pay per request with crypto (Nano — instant, zero-fee transactions). No account, no email, no tracking. You get access to GPT-4, Claude, Mistral, and other top models.
The economics work out to about $0.03-0.05 per prompt for GPT-4. I use it maybe 15-20 times a month for tasks where quality really matters. Total cost: under $1/month.
The Privacy Stack
I've gone further than just AI. My whole workflow now runs through privacy-focused tools:
- AI: Ollama (local) + NanoGPT (cloud, anonymous)
- Email: ProtonMail
- Search: DuckDuckGo + SearXNG
- Crypto exchanges: SimpleSwap — no KYC required
For a complete breakdown of the privacy tools I use, check out privacy-ai-guide.vercel.app. It's the guide I wish existed when I started this transition.
The Honest Assessment
Is my current setup as good as ChatGPT Plus? For 80% of tasks, yes — sometimes better (local models are faster for simple queries). For the remaining 20% — complex writing, nuanced analysis, creative work — NanoGPT fills the gap.
The total cost is about $6/month (VPS + NanoGPT credits) versus $20/month for ChatGPT Plus. But the real win is privacy. My prompts, my code, my client data — it all stays under my control.
Should You Do the Same?
If you're a casual user who asks ChatGPT a few questions a day, probably not. The convenience of ChatGPT is hard to beat.
But if you're a developer, consultant, or anyone who handles sensitive information professionally? The privacy risk isn't worth it when alternatives exist.
Start small. Try Ollama for your next coding session. Use NanoGPT when you need GPT-4 quality. See if the tradeoff works for you.
It worked for me.
Top comments (0)