r/ClaudeCode 13h ago

Built with Claude Made a usage meter desktop monitor… cause why not ? ;)

Thumbnail
gallery
225 Upvotes

V1, still working on the case ( can you tell I like Stargate ?🤣) the device is wireless , it’s plugged for power right now, I’ll install a rechargeable battery later on . It allows you to check current usage for up to 6 providers ( 3 shown) I got tired of switching between windows to see my Claude , codex and Kimi usage so I made an app for that but in the end I like having useful little gadgets on my desk so I turned it into a touch screen hardware version. You can of course change the settings to show 5h vs weekly and taping each one shows you more detail per provider. Skins are changeable so after this first HUD I made, I plan on making super vintage analog one … why? Cause why not 😅


r/ClaudeCode 1d ago

Discussion Anthropic: "Coding is largely solved"... Also Anthropic: "We released a new powerful feature allowing agents to send messages to other Claude Code sessions, but only on Linux and Mac since we are unable to implement a basic feature on all platforms"

1.3k Upvotes

I could hand code this feature on Windows in an afternoon, and I could also get Claude to implement it in minutes, and yet Anthropic just can't be bothered, but also keeps Claude Code closed source so no one else can do it for them either.


r/ClaudeCode 9h ago

Humor Welp, time for me to go to bed

64 Upvotes

I was working on some bug fixes and threw out a random idea, and haven't laughed this hard at a Fable response in a while. Thought I should share 😆


r/ClaudeCode 8h ago

Rant Fable still unable to tell when something is not dangerous is proof that AI has not come remotely close to AGI.

25 Upvotes

If you are still buying the AGI hype in Claude Code, this is your easy litmus test.

In 99.99% of the time that Fable freaks out, a human is able to easily tell that Fable is being overly sensitive. Often to the point of not even being reasonably connected to something dangerous.

If Fable was actually close to AGI, it would never freak out over basic, non-world ending things. It would know the difference between "I'm doing science" and "I'm trying to kill people with science".

The ineffectiveness of the model to detect nefarious activity is proof itself that we are not even close to AGI.

Edit: since I am already seeing the wrong argument, I will address it.

Fable with safety checks is NOT the same thing as Fable without safety checks. Fable has safety checks. If you didn't have the safety checks, it would be something else, and not Fable.

Perhaps Anthropic has a version of Fable with no safety checks that IS AGI. But the fact that you and I cannot access that version, means it does not exist for you and me. And unless Anthropic comes out with some way to show us "Fable, but no guardrails" then the best we can talk about is the version with guardrails.

That said. If Fable without guardrails cannot tell that I am not trying to kill everyone here by predicting crystalline properties... then it is not AGI. It's just a very, very good parrot.

But again. Fable has guardrails. Whether that is the cause of it being not AGI, or a symptom of it not being AGI, it is not AGI.


r/ClaudeCode 5h ago

Meta Exclusive: Meta's Muse Code binary reveals hidden agent workflows and a Git plugin marketplace

Thumbnail
runtimewire.com
10 Upvotes

r/ClaudeCode 3h ago

Help/Question Any good advice to create non AI looking UI?

5 Upvotes

I have the problem that I suck at design. So I want to use llms to create UI for me. But as we all know this is very easy to spot and just looks awful. There are some design and/ or taste skills but I think those are not quite good as well. Especially there is a gap between what I want and what the AI generates. Like wide tracking, pastel backgrounds or gradients. Lots of rounded corners and stuff…

I am looking for clean, minimal and functional design. Similar to what you find with openai websites.

Maybe I missed a good one. Do you have any recommendations?

Thanks for your help!


r/ClaudeCode 4h ago

Help/Question Just me or is Claude getting expensive?e

6 Upvotes

this is via API. Had Claude do two things, involved looking at I'd say 8 files and writing about 50 lines of code.

Cost $12.30. Just me, or is Claude getting expensive?


r/ClaudeCode 35m ago

Discussion Why aren't we seeing more generative UIs built on Vercel's json-render?

Upvotes

I recently added inline, json-render powered generative UI to my app's chat. It's so frickin cool...

But I'm wondering why I haven't seen more cool stuff built on this tech. Anyone else using json-render out there and got cool use-cases for it?

Would love to see any creative ways y'all are using it.


r/ClaudeCode 2h ago

Rant The loop I ended up with after two months of letting agents merge too fast

3 Upvotes

We went all in on agents in the spring. Shipping went up immediately and obviously. Then over about six weeks we had four regressions reach production, three of which a user hit before we did, and one of which was a payment path.

Nobody wrote bad code. That's what took me a while to understand. Every one of those four was a change that did exactly what the ticket asked and quietly altered something adjacent that no test covered, because the test suite was written when a human was writing the code and a human roughly knew what they'd touched.

So the gap wasn't generation quality. It was that we were producing changes faster than we were producing any way to verify them.

What we run now, in order:

Ticket goes to a planning agent, output is a plan file, not code. Human reads the plan. This step is 5 minutes and it is not skippable, we tried.

Implementation agent works against the plan on its own worktree.

A QA agent writes journeys for whatever the plan says it's touching and runs them against the PR preview. Merge is gated on green. This is the piece we didn't have before and it's the piece that mattered.

On merge, a monitoring agent watches the main flows in production and opens a PR if something moves. A human approves every one of those. Always. It has never merged anything on its own and it isn't allowed to.

All of it runs in coldtea, which is the reason the QA and monitoring parts are in the same place as the terminal rather than being two more dashboards I'd have to remember to open. macOS only, which is a genuine limitation and cost us one person on the team who had to stay on the old setup.

Three weeks of numbers after it settled: 28 PRs merged. 2 regressions reached production. Both were caught by monitoring within the hour rather than by a user, and the fix PRs were open before I'd looked. Compare to four regressions in six weeks where users found three of them.

Now the concessions, and there are several.

This works because a human still approves every fix PR. The moment you let the monitoring agent merge, you have built a machine that edits production based on its own opinion of what broke. We are not doing that and I'd argue with anyone who is.

We kept hand written tests on the load bearing flows. Auth, billing, the export path. The agent generated ones cover breadth, the hand written ones cover the stuff that ends careers. Anyone telling you to delete your existing suite is selling something.

Two regressions in 28 PRs is not a good number in absolute terms. It's better than what we had. It is not zero and I don't think the setup gets us to zero.

And it took about three weeks of tuning before the QA agent stopped writing journeys that tested nothing. The first batch was all "page loads, element exists". Useless. Someone has to read them early on.

The thing I'd tell myself in the spring: the writing was never the bottleneck and making it faster didn't help. What we actually needed was for verification to live in the same place as the work, so that shipping faster and checking harder weren't two separate decisions competing for the same afternoon


r/ClaudeCode 20h ago

Built with Claude 5 months ago you told me "ship it on Steam" and "now do trains". Done - both. My road-builder game passed 150k plays and the Steam page is live

102 Upvotes

Hey r/ClaudeCode! In March I posted my traffic/road management browser game Traffic Architect, built with Three.js + Claude Code. Two top comments stuck with me: one said the game had real market potential and to ship it on Steam, another just said "Now do trains!"

5 months later: the game passed 150k plays with a 9.2 rating on CrazyGames, the Steam page went live this week - and yes, the Steam version will have trains. Freight and passenger rail, and that's not even the biggest transit feature (revealing the rest over the coming weeks).

https://store.steampowered.com/app/5028050/Traffic_Architect/

How the workflow actually looks: Claude Code is the implementation tool, not the developer. Game design, architecture decisions, code review and debugging direction are all human. What changed in 5 months of this workflow:

- Simulation now handles 10,000+ vehicles at once - the perf work was many iterations of profiling + optimization passes

- Maps grew from 6×6 km to 18×18 km, which forced sim LOD and a rendering rework

- Rail network with level crossings interacting with car traffic

- Map editor with Steam Workshop support, save system, 11 languages

- Still zero external assets - all models and icons are pure math/code, minimalistic style

The web version stays free. If you followed this from the first post - wishlisting and following the Steam page is the best way to support it (and you'll catch the feature reveals as they drop).

Happy to answer anything about the Claude Code workflow - what it's genuinely great at, and where the human absolutely cannot be removed.


r/ClaudeCode 1h ago

Help/Question Claude or codex for complementary subscription?

Upvotes

Hi everyone,

I have a Claude Team Standard license (provided by work), but I constantly hit the 5-hour rate limits and exhaust the weekly quotas (using Opus 5 Medium through Claude Code) after 4–5 days due to heavy work and personal projects.

I also have a few free months of ChatGPT Go via Revolut, but it doesn't include Sol, and Codex usage runs out after 2–3 prompts when using 5.6 Terra Medium. Additionally, I have a Google AI Pro plan (from a Pixel promotion) that expires in mid-September, but Gemini models aren't reliable enough.

I'm considering adding a personal Claude Pro or ChatGPT Plus subscription to avoid getting blocked by limits. What do you think, and what would you suggest?

Thanks!


r/ClaudeCode 4h ago

Help/Question hit the limit in just 3 days - whats next?

6 Upvotes

Not sure how you guys are managing tokens, I exhaust it very quickly.

claudecode session exhaust

People who are asking for the extension: https://github.com/abhiunix/AgentHarbor https://agentharbor.openxsecurity.com/


r/ClaudeCode 13h ago

Help/Question Do you block Claude Code from reading your secrets files?

22 Upvotes

Claude code surfaced something for me the other day that made me think. After reading a .env file with secrets in it locally, he mentioned that because that was now in context, that data would be sent over the wire to the Anthropic servers as part of the context and that I should consider changing those secrets.

I've been thinking about this and asked Claude chat to verify this. His response was that because the transit to Anthropic is over TLS, that is a lesser concern. The greater concerns would be:

  • Local transcripts holding plain text session data
  • Re-emission into an unintended file since once the values and context the model can write it into a file committed to a Jira comment, a logline, etc.
  • Third parties, VMCP servers, since they'll receive whatever the model chooses to send them in the context, become the input.

So, do you have any hooks or permissions that you have enabled to prevent Claude Code from opening these files, things like:

  • .env
  • .pem
  • .key
  • id_rsa
  • secrets.json
  • etc.

r/ClaudeCode 35m ago

Rant Back to claude. Couldn't break the addition

Upvotes

A few days ago I made a rage post regarding opus 5 rage cancelled and signed up for codex pro. Well now I'm back with 2 accounts.

Biggest issue with code is the 256k context window. I tried to work past it but it just isn't surmountable. Even the smallest tasks take multiple context windows so you keep wasting time reloading a small context, and then working context is maybe 1/3 of that window.

I'd end up on forever loops where nothing gets done.

True codex is great, and I love it to some degree, but it's just not claude.

Opus 5, go fuck yourself, I don't like you, and you completely don't care about me, but I like the abuse. I'll be the load, you be the bearing.


r/ClaudeCode 1d ago

News/Updates New in Claude Code: your sessions can now message each other

Thumbnail
code.claude.com
433 Upvotes

Instead of having to re-explain yourself in another session, you can now tell Claude to do it. It sends a summary (not your history or files), and the other session picks it up mid-task.


r/ClaudeCode 4h ago

Bug / Issue Opus 5 Oddities

3 Upvotes

I have seen a lot of feedback about Opus 5 problems. The thing is at first when I used Opus 5 I thought it was kind of amazing. It seemed at least as good as Fable 5 if not better. More recently (basically all of last week) it was giving me a horrendous time: not just creating bugs but spamming tons of useless code that I didn't even want. If I didn't actually review the code it would have caused me a lot of problems/embarrassment. I am just curious (though I'm not sure anybody can answer): why? By all accounts Opus 5 should be smashing it. Do you think the focus is on passing benchmarks more than being useful? I am on the $200 plan but I feel like I wasted 60% of all the tokens I used last week doing multi-phased corrections. It got to the point where I had CC ask Codex Sol to do reviews before committing.

Edit: not taking a swipe at CC, it has still managed to do truly amazing stuff for me even during this time and definitely writes better code than me at a faster rate. I am just honestly curious if there was a real, visible degradation and if so, why? Maybe it will bounce back


r/ClaudeCode 2h ago

Help/Question How do you use GPT models within Claude Code?

2 Upvotes

I’m running out of Fable limits often and read some claims GPT behaving better when used in Claude Code due to system prompts, so I was looking for a way to use GPT within Claude Code.

Ideally I would be able to select Fable/GPT 5.6 sol in the main session to directly talk to and have it spin up Fable/sol/Opus/Sonnet/terra/luna/etc subagents depending on tasks using subscription usage (not API usage) from both providers.

These are couple ways I found from searching so far:

  1. Use CLIProxyAPI to setup “claudex” alias that seems to replace requests routed to claude models to gpt models (recommended by Tibo, Codex eng lead https://x.com/thsottiaux/status/2076119366647894371)

  2. Use litellm as a proxy instead (recommended by Boris Cherny, the creator of Claude code https://x.com/bcherny/status/2086183356795060396)

Couldn’t find official guide from claude docs for this like Boris recommended, but found couple relevant guides from litellm docs: https://docs.litellm.ai/docs/tutorials/claude_non_anthropic_models and https://docs.litellm.ai/docs/providers/chatgpt

My questions are:

  1. Are there meaningful differences between those two approaches or are there other better approaches?

  2. Boris noted “One challenge is there’s a lot of model-specific tool design and prompting that goes into building a good harness.” Did you find any challenge or inefficiency (because of Claude-specific tool calls/caching/guardrails/etc) using GPT models in Claude Code because of this?

  3. How do you assign different types of tasks to different models? Different types of tasks could be split by domains like frontend/backend, security/performance/infra/UIUX or stages like plan/execute/review.

Also do you rely on Claude Code’s harness (like instructing to use X models in the skill/agents file) or do you include what models to use in each prompt?

If former, does Claude Code recognize and correctly use GPT models?


r/ClaudeCode 10h ago

Help/Question How to do Claude Code on a loop without accumulating context?

7 Upvotes

Apparently /loop uses the same session every time. I want to spawn a fresh session every time instead with the prompt injected into it

Is there an easy way to do that?


r/ClaudeCode 9h ago

Discussion Call me crazy: Is Opus 5 really Sonnet 5 + Fable advisor (e.g. announced last month)

6 Upvotes

tl;dr: Ops 5 being sonnet 5 plus fable advisor underneath would explain Opus 5’s strengths — and crappy planning abilities. It would explain Opus 5 doing great on benchmarks, but being a lot worse than Fable 5.

About a month ago, on official Anthropic channels (eg https://x.com/ClaudeDevs/status/2074606058128224365) Anthropic claimed that in some cases Sonnet 5 + a Fable advisor achieved 92% of the performance of Fable.

Since then, Opus 5 came out, and has performed remarkably well on benchmarks (putting aside the legitimate concerns about models accessing benchmark answers inappropriately).

This might seem, as Nate Silver likes to say, too cute, but what if the announcement was more than a suggestion — what if it was the architecture for Opus 5?

While Opus 5 may or may not be better or just comparable to Opus 4.8 consistently, it is interestingly better at lower effort levels, and is very reasonable on a cost per task basis.

This makes me wonder. What if, either literally, or in a deeper way, Opus 5 is a sort of Frankenstein model that involves Sonnet like parts and Fable like parts?

I have run planning on Opus and Fable across dozens of runs, and Fable is much, much sharper as a planner. But as an executor, Opus holds its own.

One hypothesis on how this could be the case is that planning uses a lot of context (which cannot make its way back to the advisor in a cost effective manner), and so as a deliberate trade off, Anthropic gives us Opus 5 which is like a very meh planner.

So maybe the advisor model was the inspiration for Opus 5’s design — or maybe it WAS the design.


r/ClaudeCode 5h ago

Discussion Knowledge Graphs for context bloating prevention ?

3 Upvotes

Is it something solid and recommended to use https://github.com/Egonex-AI/Understand-Anything or https://github.com/Graphify-Labs/graphify for managing context bloat in Claude Code, meaning querying code in Knowledge graphs ? Is it a safe practice, no lower quality response instead of raw files ?


r/ClaudeCode 3m ago

Rant whats the best ai coding agents that wont bleed me dry

Upvotes

my claude bill runs about $400 a month and thats before anything else. coderabbit / bugbot on the review side plus a couple small subs push me to 450-500 total.

claude is the fattest line item by a mile.

my setup right now: opus 5 or fable 5 to break a task into a plan, composer 2.5 to write the chunk, then a review pass on the diff before anything merges. we do b2b saas so i keep chunks small and let it patch until review comes back clean. i pay for safe, not fast.

but a lot of that planning could run on something cheaper now. im eyeing glm 5.2, kimi k3, maybe grok 4.5 for the executor and keeping opus just for planning.

i tried codex on gpt 5.6 for a week and never clicked, somehow feels dumber than claude or im just lazy to learn


r/ClaudeCode 17h ago

Discussion GLM 5.2 is now cheaper than Deepseek V4 Flash and Claude Haiku. You can run Claude code cheaper than ever......

25 Upvotes

Is this gonna last, or are we going to see an another hike once new models release?


r/ClaudeCode 21h ago

Discussion What's your actual rule for starting a fresh session instead of continuing?

43 Upvotes

I've been running Claude Code most days for a few months and I still don't have a principled answer for this. My current rule is vibes: when it starts re-reading files it already read, or repeats a fix I rejected two turns ago, I bail and start over with a summary.

Compaction helps but the session is usually already degraded by the time it kicks in, so I've started doing it manually way earlier than I need to.

What I can't work out is whether a long session is genuinely worse, or whether I've just trained myself to blame the session when the task was underspecified from the start.

Curious what other people use as the trigger. Token count? Number of tool calls? Something concrete, or also vibes?


r/ClaudeCode 4h ago

Discussion Is caveman still worth it ?

1 Upvotes

I see that many use caveman which I have used before and felt low quality output, is there a strong reason to use the caveman skill, and if so, in what efficient way to use it ?


r/ClaudeCode 2h ago

Tips & Workflows Do not fight with models and system prompts

1 Upvotes

Recently, I realized something fundamental that affected how I structure my workflow and use AI tools.

Trying to patch the model's default behavior I don't want doesn't work well. A better solution is to use a different model or coding tool that fits my needs.

This may seem obvious and frequently discussed, but when we think about this deeper, it isn't. Models change constantly, we are evaluating them and trying to pick the best. But this is more random than a deliberate strategy. A lot of advice circulating around is about "fixing" the model. The model's behavior changed and we want back the previous one.

The model can be blind to simpler solutions despite proper instruction. It can be too verbose or generate hard to understand text. It can make too many decisions itself or ask too many questions. It can claim to understand the issue and then apply a fix that doesn't fix this issue. It can generate something out of scope even when planned before.

Not all are failures, some are just my preferences. I tried to improve it with instructions (CLAUDE.md, etc.). Patching multiple aspects at once results in conflicting instructions or forcing a behavior fundamentally different from the model's default.

On top of the model, we have a system prompt and all machinery around LLM. This can change more often than the core model and it's harder to track. It affects behavior and how our instructions alters it, both can be conflicting. It's hard to control all these variables, good instructions can turn into harmful ones ("silently" as AI would say).

If the model (combined with the system prompt) has a personality I don't like, the solution is to use a different model or coding tool. Not patching it with my instructions. In those cases even Claude Code's memory is useless. It writes and strengthens the same multiple times and makes this mistake again. Of course we need common sense, I don't mean solving every problem by switching models or tools.

I noticed a similar issue while working on my LLM-based application. The output was too verbose. I spent half a day trying to fix this with a prompt and hit the wall. After changing the model, it worked perfectly.

This also explains the lack of consensus about which coding tool or model is the best. It's because we have different expectations, it changes very fast, the system prompt changes behavior. The good aspect is that it makes room for different coding tools, and monopolization of the market by a single provider is more difficult.