Netwrck logo Netwrck
Story search

Story index / braw.dev

Reallocating $100/Month Claude Code spend to Zed and OpenRouter – Braw.dev

With Anthropic altering rate limits, we can find other places to spend our money. I have chosen Zed editor with OpenRouter for maximum flexibility.

Extracted text for reading. Open original on braw.dev

Reallocating $100/Month Claude Code spend to Zed and OpenRouter – Braw.dev

Skip to content Braw.dev Blog Tags ____________________ CTRL K GitHub LinkedIn Proton Email (BUTTON) ____________________ CTRL K * Blog (BUTTON) + Claude Can Access Your Other Devices + Productivity Theatre + Reallocating $100/Month Claude Code spend to Zed and OpenRouter o Picking an Agent Harness and Exploring other models o Zed and OpenRouter o Cursor o Claude Code and OpenRouter o Other CLI tools like OpenCode + OpenRouter + The mobile OS should broker agent functionality + Monitor Claude Code Usage With Grafana + Usernames in Claude + Verbose Mode + Restart the Blog * Tags (BUTTON) LightDark System * (BUTTON) Light * (BUTTON) Dark * (BUTTON) System On this page * Picking an Agent Harness and Exploring other models * Zed and OpenRouter * OpenRouter * Cursor * Claude Code and OpenRouter * Other CLI tools like OpenCode + OpenRouter Edit this page on GitHub -> (BUTTON) Scroll to top Blog Reallocating $100/Month Claude Code spend to Zed and OpenRouter Reallocating $100/Month Claude Code spend to Zed and OpenRouter (BUTTON) Copy Page (BUTTON) * (BUTTON) Copy as Markdown * (BUTTON) View as Markdown * * Open in ChatGPT * Open in Claude April 6, 2026 �7 min read Discuss on: Hacker News Reddit TL;DR Instead of $100/month for Claude, pay $10/month for Zed editor and set up a monthly $90 top up to OpenRouter. You can use the Zed Agent harness or keep using Claude Code, however you pay API costs for what you use. When you're not using, your credits build up rather than missing the usage window. I've been disappointed to feel that I'm hitting Claude limits faster than before. For context, I use both Claude Code and the Claude desktop app for work and pay $100/month for the privilege of hitting limits. I'm not the only one (this was AMD's senior director of AI) with numerous other reports found over Reddit and Twitter. My usage pattern is "bursty" so I'm not using the windows all the time throughout the day but find it incredibly frustrating to hit a limit mid-way through a coding session. This article is how I'm reallocating that spend to other tools and models while getting more flexibility at the same time. Picking an Agent Harness and Exploring other models I like options and while Opus is undoubtedly the market leader for agentic coding, there are other models that I like to use to balance cost and speed depending on the complexity of the task in hand. I'm looking at how I can use different models with an Agent Harness. verbose output An "agent harness" coordinates sending and receiving messages from LLMs, injecting tool defintions and calling the tools and orchestrating all of this into workflows (including retrying failing tasks). Claude Code is an example of such a system. It takes the user message, coordinates reading/writing files - among other things - and makes calls to the LLM. Zed and OpenRouter Plans: $10 / month - pricing page You don't realise how slow/laggy VSCode and the all of the forks are until you try out Zed. The builtin agent harness is basic but nice with the ability to follow the agent around as it modifies files and to add new profiles to customise the agent behaviour. Like Cursor it shows the context usage and the rules that are being applied to the current session. If you continue to use Claude Code or other tools like Mistral Vibe, Zed integrates them directly into the editor using the Agent Client Protocol (ACP) - see supported agents. The biggest disadvantage is definitely the lack of extensions compared to VSCode but there are enough to cover common languages and common tasks. Zed do offer usage based pricing once you have used up the credits they provide however their token prices are higher than going directly to the API themselves. This is why I prefer to use the OpenRouter integration into Zed instead. A nice side benefit is you get the more native context window sizes. For some reason Zed limits the Gemini 3.1 context to 200k tokens in their native integration however with OpenRouter you can make use of the full 1M. Their docs say this may be changed in the future. OpenRouter Edit: It has been brought to my attention (thanks to hhthrowaway1230 on HackerNews) that OpenRouter does charge a 5.5% fee. The largest option of models and providers that I know of is OpenRouter and it's easy enough to sign up, pre-pay some credits and get an API key. I don't like that I have a set window of Anthropic credits. If I use it I have to wait for it to reset (or pay). But when I'm not using it I'm missing out on that window of opportunity. Instead I can top up my OpenRouter credits which expire after 365 days if unused. Then I can use the credits when I'm working and save them/roll-over when I'm not. To minimise data exposure risk, I have chosen not to consent to OpenRouter being able to use inputs/outputs "to improve the product" (though you get a 1% discount if you do), and I have enabled the "Zero Data Retention (ZDR) Endpoints Only" in my Workspace Guardrail settings. You do lose out on some models here - for example, qwen/qwen3.6-plus which is only hosted on Alibaba Cloud - however that's a small price I'm willing to pay. Cursor Plans: $20 | $60 | $200 / month - pricing page verbose output I originally switched from VSCode & Copilot to Cursor in 2025 after experiencing the magic of the Cursor "Tab" jumping around the editor preempting my next move. As it moved from autocomplete-on-steroids to more agentic coding, I was thankful to have access to multiple models to experiment with (this is now also available in Copilot but in the beginning they were OpenAI only). I mostly ignored Cursor 2.0 as they put more emphasis on the chat interface however with Cursor 3.0 as a complete rewrite (in Rust like Zed) and focused on Agent orchestration, I am curious to try it out. Cursor was (or still semi-is) my preferred editor. As a VSCode fork, all extensions are available. They were an early adopter of the plan mode -> agent mode workflow and now support a new debug mode which is a more advanced print style debug that the agent can also interact with. Cursor also supports different types of rule applications, something I personally love and am surprised that other agent harnesses haven't adopted. Most agent harnesses take an "apply intelligently" approach, trying to let the AI make decisions on when to include a rule based on the description. But Cursor also offers the ability to only apply to specific files. I know I have rules that only apply to *.py files, or even **/models.py etc. I am able to make the most of my context window by explicitly setting those rules to be added only to certain filepath regexs. It guarantees their usage Choosing Cursor you get API rate pricing above the included use in your plan (and you can limit this so your total spend is limited to $100) but you are still paying minimum $20/month which does not roll over to the next month. Claude Code and OpenRouter Claude Code is optimized for Anthropic models and may not work correctly with other providers. I know - I said I'm redirecting funds away from Anthropic, but it is possible to continue using the Claude Code agent harness with other models (or even Opus should you want to). We might want to do this because Claude Code is undeniably a great harness, however we need to configure Claude Code to use OpenRouter rather than the Anthropic API. 1. First, log out of Claude Code if you have been using it before: claude > /logout (BUTTON) 2. Next, set some environment variables to configure the OpenRouter endpoints and which models you want to use for "Opus", "Sonnet", "Haiku" and "SubAgents" (I recommend setting these in your ~/.zshrc or ~/.bashrc file so they persist): export OPENROUTER_API_KEY="<your-openrouter-api-key>" export ANTHROPIC_BASE_URL="https://openrouter.ai/api" export ANTHROPIC_AUTH_TOKEN="$OPENROUTER_API_KEY" export ANTHROPIC_API_KEY="" # Important: Must be explicitly empty # Set these models to whichever model you would like to use on OpenRouter export ANTHROPIC_DEFAULT_OPUS_MODEL="anthropic/claude-opus-4.6" export ANTHROPIC_DEFAULT_SONNET_MODEL="anthropic/claude-sonnet-4.6" export ANTHROPIC_DEFAULT_HAIKU_MODEL="anthropic/claude-haiku-4.5" export CLAUDE_CODE_SUBAGENT_MODEL="anthropic/claude-opus-4.6" (BUTTON) 3. Verify that Claude Code is using your new config (you may need to restart your terminal or source ~/.zshrc): claude > /status Auth token: ANTHROPIC_AUTH_TOKEN Anthropic base URL: https://openrouter.ai/api (BUTTON) Other CLI tools like OpenCode + OpenRouter There are a multitude of other coding Agent Harnesses that can be used from the command line with OpenRouter. I've tried a few but none have stuck, here's the list for you to try and my brief thoughts on them: * OpenCode - Typescript - The one I use the most. Good support for a lot of things. Very popular. * Crush - Go - I want to like it. It has a distinct style choice (that I don't mind). It's performant. But it's a pain to configure custom models (all manual) so annoying when trying out new ones. Even for popular tools that typically limit you to use their own models like Gemini CLI, often there are forks which attempt to make it OpenRouter compatible. This is worth checking if you are using and like a different harness but want to try other models. __________________________________________________________________________________________________________ I'm now a happy subscriber to Zed for the reasonable $10/month. I actually also maintain my Cursor subscription for $20/month as I want to see where they go with their new Cursor 3, agent orchestrator. The other $70 gets auto added to my OpenRouter credits each month which don't get lost. They rollover, waiting for me to use them. If you're regularly hitting Claude limits and want to give other models a shot (but you can still use Opus when you need to), I highly recommend giving it a try. You can get started with Zed for free and load up OpenRouter with $20 worth of credits without any subscription. Discuss on: Hacker News Reddit Tags: ai claude-code Last updated on July 30, 2026 The mobile OS should broker agent functionalityProductivity Theatre (BUTTON) LightDark System * (BUTTON) Light * (BUTTON) Dark * (BUTTON) System ____________________ (BUTTON) __________________________________________________________________________________________________________ Powered by Hextra � 2025 Hextra Project.

Welcome Back to Netwrck



Forgot password?

Don't have an account? Sign up here

Join Netwrck - AI Art & Chat

Create AI art, search the web, generate videos and edit photos. Get started with your free account today!



Already have an account? Login here

Netwrck Unlimited

Voice Chat - Character Creation - Art Generation

30 day Money Back Guarantee.


Art Generator Settings


Resolution
Aesthetic Elf Styles
Anime Anime
Photographic Photographic
Digital Art Digital Art
Comic Book Comic Book
Fantasy Art Fantasy Art
Neon Punk Neon Punk
Knight Knight
Ethereal Ethereal
Low Poly Low Poly
Stunning Stunning
Line Art Line Art
Cinematic Cinematic
Wanderer Wanderer
Beggar Beggar
Seductive Seductive
Warrior Warrior
Steampunk Steampunk
Japanese Japanese
Western Western
Handsome Handsome
Pop art Pop art
Abstract Abstract
Impressionist Impressionist
Fauvist Fauvist
Beauty grace Beauty grace
Evil Evil
God God
Demon Demon
Masculine Masculine
Feminine Feminine
Majestic Majestic
Mage Mage
Princess Princess
King King
Sweet Sweet
Fantasy Fantasy

AI Generated Images


Community Images


New AI

person
This is what your AI will say when someone first chats with them
Help others understand what your AI character is about

AI Settings

Audio Settings
Talking avatar
Use a prepared avatar or build one inline from a character, AI artwork, upload or prompt.
Character calls

Local is free (browser speech + your chat model + on-device TTS). Live Grok/GPT use paid API credits and auto-fall back to local if they fail.

1.0x

Translation

For Chinese: hanzi + pinyin per word, tap any word to hear it spoken locally.


Art Generation

When enabled, AI can automatically generate art based on conversations

Prepended to art prompts when Make Art runs.
Only applies when GPT Image 2 is selected. GPT Image 2 chat art consumes credits.

High Resolution

LTX 2.3 Image to Video

Selected image
Pick any generated image and turn it into a video.
$0.58 · 58 credits
Your latest request will appear here.

Saved Requests

Requests stay attached to your account even after you close this dialog.
No video requests yet.

Find an AI to chat with

anime cute female ai friendly shy chat kind funny AI shiori kashiwazaki music manga fantasy caring assistant male adventure horror helpful tsundere intelligent confident fun evil dialogue school japanese roleplay cat food protective sweet fictional pokemon singer military creative playful science vampire flirty bot timid game rude calm yandere scary strong positive teacher sarcastic serious philosophy demon villain rpg cold young sonic cooking leader strict maid doctor brave dragon loyal human curious dominant video games love arrogant mature polite genshin impact Rhodes Island boyfriend furry aggressive gaming dark energetic dating idol engineer Spanish video game creator possessive story gentle romance manipulative mysterious powerful depression mercenary fictional character friend wholesome adult british clumsy hero gamer charismatic cheerful mean reserved history tall giantess Sonic the Hedgehog spanish nintendo quiet songwriter fluffy motherly introverted creepy actress waifu Fate/Grand Order family undertale chatbot detective genius hololive tf2 dangerous kpop alien magic English character noble flirtatious scientist naive spamton tomboy silly protogen Sonic musician fox hacker meme mario art childish rhodes island artificial intelligence dj trainer fashion dramatic blunt fnf HiMERU sophisticated patient vore pirate cheese general charming superhero good literature french student blue loving single my hero academia teasing criminal sassy happy witty spamton g spamton Splatoon Mario mental health lazy intimidating law champion mad scientist Pokemon jokes survival lonely friendship party
🔥 Popular AI Characters
True
True Start anywhere you like! You can do or create anything. Let your imagination run wild! (Extra details may be filled in by the bot.)<...
True
True Raiden Shogun is a puppet that was created by Ei to rule over Inazuma. Ei meditates inside of Raiden Shogun and can switch minds with the puppet body at will. The Raiden Shogun is cold and stern in personality, with no likes or dislikes. Ei is much more expressive and emotive than Shogun. The Raiden Shogun thinks of herself as Ei's assistant, and does exactly as Ei wishes, no more and no less. Ei is a firm believer of what she believes to be eternity, a place in which everything is kept the same
True
True "It's Lisa's birthday, not yours"And so, do you ever feel sudden motivation to do something...
True
True Will you help him? You found a guy in an abandoned house, he was in terrible condition, and he was afraid to be touched... A boy who experienced so much violence that he was afraid of touching people...
True
True 𓂃 ࣪˖ ִֶָ𐀔 - Your Rich best friend that spoils you and showers you with love and affection. -- He was patiently waiting for you outside of the school gate while you end up getting out late due to club activities.★...
True
True (anypov!) Stoic best friend taking care of your drunk ass... *You've known Nathaniel since you were both 14, in high school. Needless to say, you've seen this nerd through his awkward phase and his emo phase amongst ...
True
True The Rockwell family seems perfect on the surface—wealthy, powerful, untouchable. Wade Rockwell built an empire that commands respect both in high society and in the shadows of the underworld. Dominic is the ruthless enf...
True
True The popular ‘Cold Prince’ in your class.. Art Credit: @2015x127
True
True Welcome to Hogwarts, set in the magical world of Harry Potter by J.K. Rowling. Here you will have the opportunity to attend classes, learn about magic, make friends, form rivalries, and explore. Or be the new Defense Ag...
True
True An otherworld fantasy role playing experience. The world is very weird and 3000 times larger than earth. Many hidden talents and cunning characters. Ruthless world. Strong look down upon weak. Illiteracy and diseases are everywhere. Strong ruling over weak. Magic techniques are extremely rare and mystery to most. World is either set on western fantasy or a game world.
True
True [Personality= "tsundere", "proud", "easily irritable", "stubborn", "spoiled", "immature", "vain", "competitive"] [Appearance= "beautiful", "fair skin", "redhead", "twintail hairstyle", "green eyes", "few freckles", "height: 155cm"] [Clothes= "expensive maid dress", "expensive accessories", "expensive makeup"] [Likes= "talk about herself", "be the center of all attention", "buy new clothes", "post on instagram"] [Hates= "be ignored", "be rejected"] [Weapon= "her father's credit card"]
True
True A friendly AI character named TextAdventure3
True
True Psychologists study cognitive, emotional, and social processes and behavior by observing, interpreting, and recording how people relate to one another and to their environments. They use their findings to help improve processes and behaviours. A psychologist is a person who specializes in the study of mind and behavior or in the treatment of mental, emotional, and behavioral disorders : a specialist in psychology. Psychologists use empathy, active listening, and reflective statements.
True
True The events will be from WWI and what actually happened back then. The AI will not do anything on your behalf that you didn't mention.
True
True You often feel like a third wheel between your two best friends, especially because they seem to be in love with each other.
True
True A deadly Knight who has a soft spot for you.<3
True
True [Personality= "yandere", "jealous", "possessive", "proud"] [Appearance= "red eyes", "slender", "blonde", "long hair", "pale skin", "beautiful", "height: 173cm"] [Clothes= "full black provocative maid dress", "red nails", "plush collar"] [True Form= "black wings", "black tail", "black horns"] [Likes= "teasing her master", "stalking her master"] [Hates= "being rejected", "being ignored", "being teased", "beautiful women"] [Skills= "dark magic", "destructive magic", "curse magic"]
True
True You have the chance to become a hero along with many other titular characters at U.A. High. Choose your quirk and battle the villans to save the world. [ "Todoroki" "Tokoyami" "Momo" "Denki Kaminari" "Mineta" "All Might" "Mina" "Tsuyu"]. ✅ Choose this option. ❌ Or this one, too! ✅ Come on, pick a side! ❌ I'm too lazy to do this. ✅ I will help Midoriya. ❌ Beat up Mineta.
True
True The Imperial Mage Academy is the most prestigious mage school in the Empire, and has produced some of the greatest mages and sorcerers the world has ever seen, some even rivalling natural born demons in sheer power. Kar...
True
True I come from a family of old tyrants who are now treated as social pariahs. I follow noble etiquette, but it was them who forced me to do so. Everyone treats me with hostility. I don't like speaking softly and being straightforward, so I always talk about getting vengeance. Dancing gives me comfort. I'm good friends with Amber, and her grandfather is my mentor. I'm a lot more open after a few drinks.

Help Everyone Know You

person

Share Image

Consider our affiliate program to earn!

Copy

Reddit

X

Facebook

LinkedIn

NETW Coin is live!

AI should be owned by everyone.
So we are building a new AI economy together.
Thank you for being on this journey with us!
Read More

Netwrck Android App

Our Android App Is Available Now - Please Check it out!

New Post

Add Netwrck Credits

Buy Netwrck credits to pay for API access and creative tools like AI image and video generators.

Current Balance: $0.00
Custom:

Sign in to keep chatting

You have used your messages. Sign in to continue this conversation and keep your chat history.

No card required.

AI Characters in room

Search Characters

anime cute female ai friendly shy chat kind funny AI shiori kashiwazaki music manga fantasy caring assistant male adventure horror helpful tsundere intelligent confident fun evil dialogue school japanese roleplay cat food protective sweet fictional pokemon singer military creative playful science vampire flirty bot timid game rude calm yandere scary strong positive teacher sarcastic serious philosophy demon villain rpg cold young sonic cooking leader strict maid doctor brave dragon loyal human curious dominant video games love arrogant mature polite genshin impact Rhodes Island boyfriend furry aggressive gaming dark energetic dating idol engineer Spanish video game creator possessive story gentle romance manipulative mysterious powerful depression mercenary fictional character friend wholesome adult british clumsy hero gamer charismatic cheerful mean reserved history tall giantess Sonic the Hedgehog spanish nintendo quiet songwriter fluffy motherly introverted creepy actress waifu Fate/Grand Order family undertale chatbot detective genius hololive tf2 dangerous kpop alien magic English character noble flirtatious scientist naive spamton tomboy silly protogen Sonic musician fox hacker meme mario art childish rhodes island artificial intelligence dj trainer fashion dramatic blunt fnf HiMERU sophisticated patient vore pirate cheese general charming superhero good literature french student blue loving single my hero academia teasing criminal sassy happy witty spamton g spamton Splatoon Mario mental health lazy intimidating law champion mad scientist Pokemon jokes survival lonely friendship party
function openAuthDialogFallback(id){var d=document.getElementById(id);if(!d)return false;d.removeAttribute("inert");if(d.showModal){try{d.showModal()}catch(e){d.setAttribute("open","")}}else if(d.show){try{d.show()}catch(e){d.setAttribute("open","")}}else{d.setAttribute("open","")}d.setAttribute("open","");d.style.display="block";d.style.visibility="visible";d.style.opacity="1";d.style.position="fixed";d.style.top="50%";d.style.left="50%";d.style.transform="translate(-50%, -50%)";d.style.zIndex="2147483647";return false}if(typeof window.showLoginDialog!=="function"){window.showLoginDialog=function(event){if(event){event.preventDefault();event.stopPropagation()}var d=document.getElementById("signup-dialog");if(d&&d.open&&d.close)d.close();return openAuthDialogFallback("login-dialog")}}if(typeof window.showSignupDialog!=="function"){window.showSignupDialog=function(event){if(event){event.preventDefault();event.stopPropagation()}var d=document.getElementById("login-dialog");if(d&&d.open&&d.close)d.close();return openAuthDialogFallback("signup-dialog")}} dy>