Multiple $20 AI Plans Are Better Than a Single $100 AI Plan

Abishek_Muthian1 pts0 comments

Multiple $20 AI Plans Are Better Than a Single $100 AI Plan - Abishek MuthianAbishek Muthian<br>RSS<br>Email<br>Mastodon<br>Wheelchair<br>Bluesky<br>Newsletter<br>Twitter<br>GitHub<br>Dribbble<br>LinkedIn<br>Facebook<br>Instagram<br>YouTube<br>Pinterest<br>Reddit icon

Multiple $20 AI Plans Are Better Than a Single $100 AI Plan<br>Posted at — Jul 1, 2026 by Abishek Muthian

After using the $200 and $100 Anthropic monthly plans for Claude, I have now settled on $20 Anthropic + $20 OpenAI + $10 OpenCode Go monthly plans for coding and design work. I also use local AI occasionally for non-coding-related tasks.<br>By using multiple entry-level AI plans from different providers, I can assign different tasks to different models based on their strengths and also hedge against service disruption by not relying on a single provider.<br>This is how I do it:<br>IDE<br>I use the Zed[1] IDE for coding. Its Agent Panel offers seamless integration for top AI coding agents. It has a proper terminal and LSP support for major programming languages.<br>Despite using its own Rust-based nascent GPUI[2] framework, it has been more stable than VS Code has ever been for me and more performant than any non-TUI-based IDE.<br>I use Zed across Linux, macOS, and Windows, and my experience with it on all three platforms has been really good.<br>Major caveats include the lack of accessibility support and the lack of blessings from SDK developers like Flutter; but since Flutter has a robust CLI, I've had no issues building Flutter apps in Zed.<br>But if your SDK/framework relies extensively on a VS Code extension, then Zed may not work for you right now.<br>Agents<br>Zed has support for major AI coding agents except Gemini, since Google went all walled-garden with Antigravity[3].<br>These are the agents I use:<br>Claude Code[4] with the latest Opus model at default effort for planning.<br>Codex[5] with the latest ChatGPT at medium/high effort for implementation of the plan.<br>OpenCode Go[6] with GLM 5.x, DeepSeek V4 Flash, and Qwen 3.6 at high effort for maintenance and improvements to my existing codebases.<br>Note: OpenCode seems to be run entirely by AI, as there are numerous billing-related issues and zero support. I lost money from a double payment for their subscription, so I re-subscribe every month.<br>MCP<br>I have these MCP servers across all my Zed setups:<br>Fetch[7] for fetching web content.<br>Brave Search[8] for searching the web.<br>Puppeteer[9] for web scraping.<br>Excalidraw[10] for making architectural diagrams pretty.<br>Local AI<br>I have an RTX 4090 laptop and an M4 Mac Mini. After experimenting with local AI for coding for the past 3 years[11], I've come to the conclusion that LLMs on local hardware for coding are not worth the cost.<br>The latest open-weight coding models are competitive with proprietary models[12]. To run them locally at acceptable quality, I would need to invest in buying better hardware than my already small-car-priced laptop.<br>I can't justify such levels of consumption when I can get the same work done for $50/month.<br>I do keep a few quantized LLMs that my machine can run locally via llama.cpp[13], for curiosity and backup; after all, these models are a knowledge corpus, albeit probabilistic in nature.<br>Non-coding SLMs (Small Language Models)[14], on the other hand, are a totally different story. It's unfortunate that coding LLMs on local hardware get all the attention when purpose-built SLMs can solve many problems while being capable of running even on mid-tier CPUs.<br>I use Krita with the AI diffusion plugin[15] for occasional photo edits.<br>I use Unsloth Studio[16] for fine-tuning small language models.<br>I use Pinokio[17] for experimenting with TTS, background removal, image upscaling, small animations[18], etc.<br>I will write more about the SLMs I use in a future post, as this post is specifically about coding models.<br>Conclusion<br>This is the AI coding setup that works for me now. I'm in no way claiming that this is the setup everyone should follow.<br>[1] https://zed.dev/<br>[2] https://gpui.rs/<br>[3] https://github.com/google-antigravity/antigravity-cli/issues/31<br>[4] https://claude.com/product/claude-code<br>[5] https://chatgpt.com/codex/<br>[6] https://opencode.ai/go<br>[7] https://github.com/modelcontextprotocol/servers/tree/main/src/fetch<br>[8] Available as Zed official extension.<br>[9] Available as Zed official extension.<br>[10] github.com/excalidraw/excalidraw-mcp<br>[11] https://abishekmuthian.com/how-i-run-llms-locally/<br>[12] https://semgrep.dev/blog/2026/we-have-mythos-at-home-glm-52-beats-claude-in-our-cyber-benchmarks/<br>[13] https://llama.app/<br>[14] https://abishekmuthian.com/building-an-offline-ai-stoic-chatbot/<br>[15] https://kritaaidiffusion.com/<br>[16] https://unsloth.ai/docs/new/studio<br>[17] https://pinokio.co/<br>[18] https://abishekmuthian.com/ai-for-generating-2d-animations/

Subscribe to my Newsletter<br>I strive to write low frequency, High quality content on Health,<br>Product Development, Programming, Software Engineering, DIY,<br>Security, Philosophy and other interests. If you would like to<br>receive them in your email inbox then please...

https coding models plans claude local

Related Articles