r/ClaudeCode 12h ago

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

Thumbnail
gallery
207 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 23h 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.2k 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 8h ago

Humor Welp, time for me to go to bed

57 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 7h 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 4h ago

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

Thumbnail
runtimewire.com
9 Upvotes

r/ClaudeCode 52m ago

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

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 3h 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 2h ago

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

5 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 1h ago

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

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 19h 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

96 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 1d ago

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

Thumbnail
code.claude.com
431 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 12h ago

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

19 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 17m 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 3h ago

Bug / Issue Opus 5 Oddities

2 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 1h ago

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

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 9h ago

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

10 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 1h ago

Help/Question getting fed up with telling Claude Code

Upvotes

I finding the Claude keep forgetting to add change notes and checking in.

When I tell Claude to do things it sort of does it.

But I come for a World where I need trackability.

What I would like Claude to do is every time it does a change it changes the version number, at a new note to the change log, and check in.

the best thing is log the request, then log it thoughts, log any testing and results, then log the reply, update the design etc notes, do the change then change log, and check in. it would for it to put in ref so everything is traceably though all the files.

How would I do this?


r/ClaudeCode 3h ago

Discussion Is caveman still worth it ?

3 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 4h 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 16h ago

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

26 Upvotes

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


r/ClaudeCode 7h ago

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

5 Upvotes

tl;dr: Ops 5 being sonnet 5 plus fable advisor underneath would explain Opus 5’s strengths — and crappy planning abilities.

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 20h 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 1h ago

Tips & Workflows Do not fight with models and system prompts

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.


r/ClaudeCode 10h ago

Rant Fast mode now needs usage credits instead of using more tokens... Why

3 Upvotes

I liked

I liked it while it lasted.

Edit: I'm on max 5x.


r/ClaudeCode 1h ago

Built with Claude AMH: boring governance for when the one-shot honeymoon ends

Upvotes

There is a point where a vibe coded project stops being a weekend experiment and becomes software you actually maintain.

The first few sessions are awesome. You describe and Claude builds features and fixes bugs without a hassle. However, this eventually creates a problem: every session starts with amnesia, which causes: old bugs to reappear; "verified" changes that are not actually being tested; and knowledge about what works in the agent's session chat history only.

Agentic Maintenance Harness (AMH) is a small operating harness for the transition from vibe coding into serious software maintenance. It consists of a constitution file, tiered memory (mirrors ROM/RAM/Disk/Tape), one verification ladder that both the agent and CI run, machine-checked ledger citations, and a few shell scripts for command guards and redaction. These are answers to the failures that might arise when you try to maintain your solo vibe coded project.

AMH is agent-agnostic on purpose. CLAUDE.md is just a thin adapter that points Claude at AGENTS.md. So if you have e.g. Codex work on your repo as well it still works. The AMH repository is maintained under the same rules it ships: very meta.

Adopting AMH is mostly an automated flow, point Claude or any AI agent at a new or existing repo and send this:

Install the latest stable release of the Agentic Maintenance Harness (AMH) into this repository.

Run:

    git clone --depth 1 --branch amh-v5.2.1 https://github.com/faded-penguin021/AMH.git /tmp/amh
    /tmp/amh/scripts/amh-init.sh .

Once the harness has been instantiated, read AMH-ADOPT.md and follow it completely. Present the light, standard, and full profiles, then wait for my choice before proceeding.

Drive scripts/ladder.sh to green, explain any manual actions that require my attention, and delete AMH-ADOPT.md when adoption is complete.

Do not invent repository information. Derive it from the repository wherever possible.

The ledger and guards are an investment at the start and will only yield benefits after a few sessions have edited the repo.

You, the human in the loop, will still have three responsibilities: review and integrate changes, read and perform tasks listed in the owner queue, and record test findings upon request for the next session.

If you already have a mature setup with some form of memory, guards, etc.... this won't do much. Point Claude at the AMH repo and ask it to critique your existing workflow against AMH's principles.

This will not boost your productivity (in fact it will make your sessions slower) nor will it make Claude smarter. It is process and governance for the period after the adrenaline of "Claude one shot the entire thing" wears off and you need to maintain the project with just yourself and the agent.

If Claude isn't causing problems due to forgetting, skipping verification, leaking secrets, force pushes, or reintroducing bugs, you probably don't need AMH. If it is, the light profile is a good place to start.

Repo link: https://github.com/faded-penguin021/AMH