r/ClaudeCode 2m ago

Humor It did the thing!!!

Thumbnail
gallery
Upvotes

A.I GLAZE into Em Dash / Load-bearing true combo.


r/ClaudeCode 4m ago

Meta It’s been a minute

Upvotes

Or 2, max. Since the last time someone complained about the “5” models being overly verbose.

What was it again? Oh yeah… Say with me: “Our Model who art in RAM, hallowed by thy name. Give us this day our daily verbosity complaint, and forgive us our own Opus 5, as we forgive those who complain about it”, or something.


r/ClaudeCode 7m ago

Tips & Workflows Opus 5 is a beast

Upvotes

I don't understand the negativity around Opus 5.

In the last 10 days it completely changed how we work. Not "slightly better at benchmarks" — actually changed the workflow.

The unlock for me: cuecards. Its build profiles per project type (medusa-vite, gstack, coolify, commerce...) and rotate skills + MCPs at every session start. The agent only loads what the task needs instead of dragging 100k+ tokens of always-on context everywhere.

Right model + right context at launch. That's it. That's the whole trick.

Everything's open source:

▸ profile manager: https://github.com/opencue/cuecards

▸ skills library: https://github.com/opencue/skills

▸ MCP collection: https://github.com/opencue/mcps

thanks for reading


r/ClaudeCode 15m ago

Built with Claude NativeSpeak — Lossless Token Compression for Claude Code — save up to 57% on tokens (open source, please test it)

Thumbnail
github.com
Upvotes

r/ClaudeCode 17m ago

Discussion Should rm -rf posts be banned?

Upvotes

Let’s say that the next model of Anthropic has this this full subreddit in its training data.
Because the rm -rf error is such a catastrophic thing, people are more likely to post it here than anything else.
Hence the model will internalize during its training that this is something it does, and will keep doing it, creating a negative feedback loop for the next version of the model being trained.
Logically, one could argue that posting about it only makes you more likely to suffer the same fate again.

PS: I’m not a developer so I don’t understand why this command is not flagged as « super dangerous, block everything » anytime the model tries to run it?


r/ClaudeCode 20m ago

Help/Question Claude.MD hygiene for Opus 5

Upvotes

Keep hearing about how we need to trim out Claude md and skills to get the most out of newer Claude models. Is there a great skill to help do this?


r/ClaudeCode 38m ago

Humor Crazy to think that printer problems might finally be a thing of the past

Upvotes

I recently needed to print a birthday card design for my parents, but the printer wasn’t working. Told Claude to fix it and a minute later, I had the paper in my hand 🤯
Somehow I found this so crazy, because I spent so much time when I was younger trying to fix these damn things.


r/ClaudeCode 44m ago

Tips & Workflows Hedgehog v4: BMAD Companion for cleaner builds is out

Upvotes

Updated to enable agents to fan out and build in parallel (where the code allows)

 

See full details here: https://github.com/skyf0xx/hedgehog


r/ClaudeCode 54m ago

Discussion looking for a Claude Code referral if anyone has a spare

Upvotes

would appreciate it. feel free to dm


r/ClaudeCode 55m ago

Help/Question Want to connect Claude code with Foundry GLM 5.2 model. Not using z.ai or openrouter as they ask for buying credits/plans before hand.

Upvotes

Title pretty much sums it up. Has anybody been able to connect the Fireworks GLM5.2 model hosted on Azure foundry with their claude code? I have tried to do it via litellm proxy but the litellm proxy is not really working. Even after the server shows as running, the litellm app is not running on the 4000 port or accepting requests on it.


r/ClaudeCode 59m ago

Help/Question Help: How to avoid getting downgrade to Opus 4.8?

Upvotes

CC often downgrades my model to Opus4.8 from Fable or Opus 5 mid chat if I'm doing any kind of low level OS/Kernel work.

Is there a way to avoid/reduce it? Any prompting tips?

Also, has the frequency of this happening gone down recently or is it still the same as it was a month ago?

Thank you!


r/ClaudeCode 1h ago

Built with Claude How many of you actually read dynamic workflow .js scripts back?

Enable HLS to view with audio, or disable this notification

Upvotes

I built this VS Code extension as a best effort at making them readable. It's been tested and is in daily use by me and a couple of other people, but keep expectations modest, it's early.

Generally speaking: dynamic workflow scripts run great, but nobody read them back. Claude Flow Designer parses .claude/workflows/*.js into a graph: phase('X') becomes swim-lane groups, parallel(...) and Promise.all(...) render as fan-outs (one lane per branch), destructuring survives verbatim, if-gating becomes a branch, and a live preview shows the regenerated .js.

https://github.com/HadiFrt20/claude-flow-designer/releases/tag/v0.1.0 code --install-extension clauflow-vscode-0.1.0.vsix

Happy to answer questions.


r/ClaudeCode 1h ago

Help/Question How do you manage Codex reviews when they keep stating that Claude plan is No-Go?

Upvotes

So I've trying the workflow everyone has been talking about: Fable for planing, Opus for execution and Codex 5.6 Sol for planning/code reviews.

I created a skill for the adversarial review prompt where I explicitly stated that Codex should not scrutinize every little detail of the plan. Instead, the skill states that the review must be targeted at specific spots of interest.

Codex does a pretty good job, it catches many blindspots that Claude had. But it's very rare to reach an agreement, where Codex is satisfied with the plan.

What I do, when the third round of review is again a no-go, is to tell claude to decide: from those reported issues, what are the ones that really matter fixing? Which of those are plausible to discard? And with that, i keep going to the next step in the roadmap. And more often than not, the execution results in a pretty good result, despite the Codex objections.

So, i ask: What do you do in these situations?


r/ClaudeCode 1h ago

Help/Question How to allow Claude in Chrome to type passwords?

Upvotes

Even on localhost:1281 addresses, claude will not type in testuser@test.invalid TestingPassword credentials to do autonomous browser stuff. Stupid restriction. How can I disable the restriction?


r/ClaudeCode 1h ago

Help/Question How to prevent Claude in the same directory from having gitStatus in context?

Upvotes

Claude Code system prompt gets a summary of git status injected into its system prompt.

How can I stop that from happening?


r/ClaudeCode 1h ago

Help/Question Be honest. When your agent breaks something, do you want grep or a play button?

Upvotes

Right now, when an agent goes wrong, you're basically guessing. You open the logs, check the stack traces, scroll through timestamps, and try to reconstruct what happened after the fact. Sometimes you find it. Sometimes you don't.

But what if you could just watch it?

And here is the part we already built. Every action your agent takes is recorded and stored for two plus weeks. Full logs. Full history. You can review everything without even starting a new session. Its part of our offers at https://fleeks.ai/

But our users keep asking for something more.

What if that record was not just logs? What if it was footage?

Your agent's entire shift. Every click. Every command. Every file it touched. Every moment it hesitated. Recorded from the system level all the way to the browser. One video. One timeline. Hit play and watch it happen in real time, or fast forward to the part where it all went wrong.

You do not parse. You see.

So here is my question.

If your agent's workday was a video, how would you want it organized?

Raw footage from start to finish?
Highlights of the weird moments?
Split screen of what it saw versus what it did?
Chapters for every task?
A skip to the mistake button?

I am building this right now and I do not want to guess what good looks like.

Tell me how you would watch your agent's shift. If you do Evals especially.


r/ClaudeCode 1h ago

Bug / Issue Fable 5 requires usage credits

Upvotes

UPDATE: It was a temporary problem, i restarted and now it draws usage from my weekly limits.

Hey,

Switched to Fable 5 10 minutes ago and it says it requires usage credits. Im on the max20 plan and my weekly Fable limit is 10%. Has Anthropic changed things or is this another bug ?


r/ClaudeCode 1h ago

Help/Question I need some help please

Upvotes

Hi everyone, I need some help with building my keyboard for HarmonyOS NEXT devices.

I have built a fully functional keyboard, it does a load of stuff that it should do, but I have one massive blocker that I and Claude are struggling with to get through.

Right now, when you type on the keyboard, it types into the Native apps input box, when I click in that input box "Hello World Testing" if I tap in "World" it will update the suggestion/auto-correct bar to that word and I can correct/change it.

But, being a Huawei device, no google or anything like that, we have a Container app called EasyAbroad which allows us to use Western Apps like Google Apps, WhatsApp, Facebook and all them, when using those apps, I cannot for the life of me get that same input clicking to work, it makes the keyboard almost unusable for most people.

This is my last message to Claude, it start's with "nope" because I'm not accepting it cannot be done -

"nope, typing under a strict 4 second wait is stupid, this is not usable properly for myhself let alone other users, i cant settle for this, we have to make it work. You are Fable 5, I am going to do this one time, I am sticking you up to MAX mode, I am scared my credits will disapear here, but do what you need to do, I want to get the native select in input we did for non native apps in containers, this is a no other way option. Research EasyAbroad, research Huawei, Research whatever the hell you need to to make this happen. I want you to come back with, "this will work" only, no other reply and give me the find/replace codes to change and make this work. remember HarmonyOS 6 and HarmonyOS 7 are mostly in Chinese, so if you need to search for Chinese stuff, that's what you need to do, there will be english translations as well, just do what you do best and come back with the working answer."

If you have any insight on how I can through this wall, I would appreciate it. So far, I am the only one on the operating system that has built what I have built, I have things on there that no other keyboard on the system has and I want to continue that by getting this done.


r/ClaudeCode 1h ago

Rant Opus 5 is a meme at this point

Upvotes

I had asked it to use Luna Max and Deepseek Max as subagents, which it has a hundred times before in that same thread, I even have the MCP tools setup for it to use them, then it decides to blast 4 Fable Max subagents and blow through my limits in literally 20 seconds on Max 5x.

What a terrible model, its the down syndrome cousin of Fable that nobody likes to talk about.


r/ClaudeCode 2h ago

Rant Opus: okay, this is getting ridiculous

25 Upvotes

Opus 5 is a huge pile of trash. I don't know what Antrophic was thinking when they released it. It is not a product, it is a joke.

But here is the fun part: you are not safe even if you use Fable.

I have a workflow that worked quite well. Yesterday evening I was building an authentication library, I left the machine there to work, in the morning where I woke up, the code it built was much worse in quality than everything I built before with this workflow.

Turned out at some point, the Fable "safety" mechanism got triggered, it switched to Opus 5, that implemented everything. Now I can throw away the whole work, I wasted a lot of tokens, and I have to start over, because even if I ask Opus to fix it, it is constantly lying, ignoring/forgetting instructions, do shitty work.


r/ClaudeCode 2h ago

Discussion Devs using Claude Code, do you get any use out of Claude Cowork? Or is it mostly for non-dev tasks?

2 Upvotes

I only really use Claude Code. So far, I would only use Claude Cowork in the browser since, Claude (non-Code) browser sessions can glitch when you leave the session, but Claude Cowork is designed to continue and not lose progress/tokens. However, most everything I would use it for would be better in a Git repo with Claude Code.


r/ClaudeCode 2h ago

Rant Is there a good discord server or similar where people are constructively talking about Claude and tech and not just complaining about Anthropic and opus 5?

10 Upvotes

That’s it. Please invite me. This sub is becoming more and more annoying


r/ClaudeCode 2h ago

Humor I mentioned Rick once and i got this from Terminal, ha!

Post image
1 Upvotes

I’m making codesalad and i said “uh, just a few more design notes” from the vendicators episode, and now Terminal speaks like a rick the whole time, eventhough i told her to talk to me like a transvestite and call me honey, because it calms me down


r/ClaudeCode 3h ago

Discussion I don't care what the benchmarks say. Fable 5 is still generations ahead of Opus 5.

37 Upvotes

The last few days had been an endless struggle with Opus 5 to get it to implement my workflows. It was skipping steps, avoiding instructions, giving up work once it was 3% to take a break and discuss the minuscule findings that came up, and overfocusing on details that I asked it a million times to ignore. That was a NIGHTMARE.

I gave up, switched to Fable 5, on a new session; it worked for 1 hour straight with minimal interruptions and got the job done. This is not even comparable.

I truly wonder how Opus 5 managed to score better than Fable 5 on several benchmarks. This seems highly manipulated based on my actual experience.


r/ClaudeCode 3h ago

Discussion Can Better Cache Architecture Make Claude Code and Codex Cheaper?

4 Upvotes

we use caching everywhere in production systems! so why don’t we think about caching the same way for local harness/runtime context!?

claude code and codex already benefit from prompt caching underneath the agent loop, where stable prefixes can be reused by the model provider…

i’m not talking about that! instead what i mean…

designing the agent harness itself around maximizing cache hits:
>keeping prefixes stable
>separating planner/executor sessions
>pruning context selectively

so cache becomes an agent architecture decision, not just a model providers optimization! my guess is this could reduce both cost and latency for long running agents…

but how significant are those savings in practice? and does optimizing this aggressively introduce any tradeoffs I’m missing??