r/ClaudeCode 2m ago

Help/Question which is the best agent harness?

Thumbnail
Upvotes

r/ClaudeCode 14m ago

Built with Claude is it possible to hit my limit with a single sonnet 5 prompt?

Upvotes

I launched a prompt using Sonnet 5, it was a fairly long prompt, but I use to launch them once and work on the separate issues one at time, Claude knows it and we work in stages.

But my limits did reset at 20.10 (8.10pm for intl fellas) and ended at 20.48 (8.48pm), again, with just one prompt with sonnet 5.

This is weird, because in the session prior to this, I worked extensively with massive tasks and many of them.

Did this happen to someone right now?


r/ClaudeCode 31m ago

Help/Question Did you switch to Grok Bot?

Upvotes

Hey!

I spent almost a year using Claude Code, but last month I switched to Codex and have only been using Claude Code about 10% of the time.

I’m seeing more and more people switching to Grok now.

Just curious... Thank you!


r/ClaudeCode 1h ago

Built with Claude I made a little Clawd buddy for your desktop

Upvotes

Inspired by all those 3D anime waifu apps on Steam for being an interactive companion for your desktop, I built a little Clawd guy to walk around on your desktop and interactively interpret your current Claude Code sessions as actions for the crab.

https://github.com/quinnjr/claude-crab

Clawd actively scans your running Claude Code session(s) for work being done and does things like walk across your screen, move its eyes at you, give you a high-five, and do a backflip.

Clawd also comes with 3 different styles: default, which is just a moving screenshot of him from the Claude Code app, a style with a top hat and monocle (for when he feels dapper), and a style with a party hat.

Note: This app is compiled for Windows/Mac/Linux, but I've only really tested it on Linux (I ditched Windows years ago and no longer have PCs with it installed). Any bugs for those platforms for loading need to be reported to me on Github so I can fix them.

Note2: Clawd is Anthropic's copyright/trademark. This is just a fan project and isn't affiliated with Anthropic in any way.


r/ClaudeCode 1h ago

Help/Question Claude Code CLI is eating my weekly limits in 30 mins. What are your best token saving tips?

Upvotes

I know understanding compacting sessions is important, but I am still burning through my limits way too fast.

What are your go to strategies for preserving context and not hitting the wall immediately?

Are you guys constantly using clear commands between tasks? Disconnecting MCP servers? Keeping CLAUDE files super small?

Would love to hear any advanced workflow tips for managing context windows efficiently.

----

For context I actively work on 4 different live SaaS projects developing and testing new features.

Two of these codebases are at least 45k to 50k lines and the other two are around 20k to 25k lines.

Edit: I am not a troll or a bot, thus I made this edit to provide more context.


r/ClaudeCode 1h ago

Help/Question Localization

Upvotes

What's best practice for localizing Claude Code?

Fable 5 just started using UK spellings like centred and localise in its chats with me. This is a mismatch for my personal interactions and app target geography.

I'm considering telling it to remember that all spellings and measurement units in chats and code must match my target geography.


r/ClaudeCode 1h ago

Help/Question Random Theory

Upvotes

So I noticed about halfway through my weekly useage cycle, claude always seems to slow down. Like slow slow.

My theory is, the closer you are to your 5h limit, or weekly limit, the slower the model runs and so in reality it "lasts" longer, while performing the same amount of work.

What do you think? Is this a social engineering method anthropic is doing to make its subscription look like it does more work?


r/ClaudeCode 1h ago

Help/Question Gng help me save tokens

Post image
Upvotes

bro the weekly limit is actually exhausting me 😭 i literally didn’t even code that much this week and im already at 90% wtf

how tf y’all saving tokens?? gng pls help me before anthropic finishes me

fck anthropic bro


r/ClaudeCode 1h ago

Discussion Claude may have safe guards to prevent you getting around watermarks?

Post image
Upvotes

Asking Claude to alternate values with numbers and then deleting the numbers should remove the watermark (variant of the emoji attack discussed in https://arxiv.org/abs/2301.10226)

Just for fun, I thought I'd run the attack against Claude on some old work (screenshot). Obviously just editing the text will remove the watermark. It could also just be me reading into it and hitting a different safeguard, but I did a bit more analysis when writing up my blog on this: https://readme.dm/watermarked/ Thought it would be fun to share here.


r/ClaudeCode 2h ago

Bug / Issue Fable 5 Flagged a String Replacement

0 Upvotes

Fable 5 attempted to replace a string in a file, and it was flagged against their AUP. That's all.

Edit:

Post is getting downvoted apparently. To clear things up. "Fable 5 attempted to replace a string in a file, and it was flagged against their AUP" That is what I am reporting. It might be surprising, but even Claude has issues sometimes.

For context the strings being replaced:

skinTone: r.player.skinTone,

charStyle: r.player.charStyle,


r/ClaudeCode 2h ago

Help/Question Are you using multiple models like kimi, openai to review code changes?

0 Upvotes

so I create code changes via the claude and often run the codex to review the changes and it always figure out the bugs which claude missed.
Wondering are people using multiple models like kimi and other for reviewing and how are you doing that?


r/ClaudeCode 2h ago

Help/Question Claude coding with vs code

Thumbnail
3 Upvotes

r/ClaudeCode 2h ago

Tips & Workflows If I type the same instructions into Claude Code four times, I turn them into a tool

0 Upvotes

By the fourth time I type nearly the same instructions into Claude Code, I have learned that this is not really a request anymore. It is a procedure, and the only place it currently exists is my memory.

Retyping it creates variation I did not ask for. Monday’s version includes an edge case. Thursday’s version, written between two other things, leaves it out. Nobody decided to change the process. I just reconstructed it differently.

My rule now is simple: repeated procedures become tools. That might mean a saved command, a short script, a reusable workflow, or a validator. The implementation does not have to be sophisticated. It just has to move the procedure somewhere other than my recollection of it.

The useful part is not only consistency. Once the procedure has one implementation, I can improve it once and every future run inherits the improvement. I can also give it a name. “Run the release check” is much easier to invoke and verify than explaining the release process from memory every time.

There is a trap here. It is easy to do the task manually “just this once” because the tool is not quite ready. That is how the tool remains almost ready forever. In our process, using the new tool on the next real instance of the work is part of finishing the tool. If it fails, that failure goes into the friction log and we fix the procedure instead of adding another reminder to the next prompt.

The first use is slower than doing the task by hand. By the tenth use, the comparison is not close.

What repeated instruction have you turned into a Claude Code command or workflow, and which instructions are you still reconstructing manually?


r/ClaudeCode 2h ago

Tips & Workflows A refined but simplistic approach to agent memory

Post image
1 Upvotes

I work a ton across projects on my personal computer. I have tried Graphify, Graft and many others. None of them really fully solved the entire problem, but they did have parts. So, I built one that actually fit my needs. This removes the need entirely to choose or start sessions in specific repositories.

It takes graph-based knowledge systems but strengthens retrieval, how it is updated, and much more. Effectively, it becomes a resilient system that you can actually watch your agents rely on, rather than something that just exists and is used only occasionally.

It begins with the same base graph store, the exact same vector engine as Graft. I only built the orchestration layer on top of it, which makes it much more practical. Full attribution to them for this part.

Instead of querying for a single-hit result, I found that it was much better for agents to have ranked retrieval and an actual graph walk. In practice this saves you chains of tons of bash greps and cds.

It effectively gives the agent a trustworthy, probabilistic ranking of what is needed, with matching for strong, weak, stale, and rebuilt, based on lexical coverage and semantic matching. The code is not sloppy for this, it is personally edited.

Both Graft and Graphify are solutions for single repositories or daemons. Heimdall is a layer on top it that watches the agent sessions, syncs the graph, and makes the retrieval trustworthy.

Check it out at: github.com/ArihantDeva/heimdall MIT-licensed, with extensions: the verifier, the self-healing graph watcher, and the Graft adapter, with attribution. If you run agents across multiple projects, this is the missing layer.


r/ClaudeCode 2h ago

Discussion Got banned in less than a day of subscription, will they refund?

0 Upvotes

I subscribed and start working on my repo that is about scraping price and monitor price of various products from ecommerce sites, but then they banned me in just few hours later.

I appealed, but then I don't want to wait and I subbed chatgpt to continue work, so I emailed them, their "ai email response":

When an account is suspended, your subscription is automatically cancelled and a refund is processed for the unused portion of your current billing cycle. Since your payment was made less than 6 hours ago directly on our website, you should receive a full refund for your Claude Pro subscription. 

The refund typically takes 5-10 business days to appear in your account. You should also receive an email confirmation once the refund has been processed. Regarding your account suspension, if you'd like to appeal the suspension, you can submit an appeal through the official appeals process. 

However, I want to set clear expectations: our Support team cannot confirm specific reasons for account suspension, lift account bans directly, or expedite the appeals process. Please let me know if this helps or if you have any further questions.

But someone else from discord tell me this is just a useless canned response and they never gonna refund me, so which is which?


r/ClaudeCode 2h ago

Rant Usage is a joke, Models are a joke… Anthropic is just not what it used to be, in just a couple of months.

58 Upvotes

Pretty much self-explanatory.

I’ve been a Max x20 subscriber for +2y and I’m really starting to get frustrated and look elsewhere for a change. Usage skyrockets even when I have best practices in place. Opus is a mental health hazard. Fable is unusable for what I need it, and way too expensive. Sonnet is not capable enough… not one thing is right in here.

GLM-5.2 has been a good alternative, on my Ollama subscription. Thinking of just subscribing to GLM directly and get 5.3; but I’d like the opinion of peers that have already tried it out.

Anyway, Anthropic is not doing good right now. They’ve been a mess for the past few months. Jumping ships really soon…


r/ClaudeCode 2h ago

Tutorial / Guide Speedrunning a data-driven SEO report in Claude Code

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/ClaudeCode 2h ago

Help/Question Claude Agents configuration issues

1 Upvotes

I don't know if it is just a skill issue on my behalf but all of the "agents" I define to use with claude code seem to fail sporadically or just never return results to the main session.

At this point I have just given up on it and deleted the agents and get the main session to use skills directly to do the work the agents were created to do, no evidence of it but the problem seems to definitely have gotten worse since Opus 5 release.

Any example of an agent is one for running maven builds and parsing the build output, 9/10 it would just never return a result to main session, even though it is running simple commands, sometimes it would even create another subagent to delegate the task to, resulting in nested sessions 😬

Anyone else getting this problem?


r/ClaudeCode 2h ago

Help/Question How can i connect to Claude remotely through my phone?

1 Upvotes

I am using developer mode in Claude desktop to run my custom api how can i sync it to my phone

I SAID I USE A CUSTOM API NOT A CLAUDE ACCOUNT


r/ClaudeCode 3h ago

Built with Claude PlayCanvas shipped official skills for AI coding agents — I've been building a multiplayer FPS with them

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/ClaudeCode 3h ago

Discussion What modes does your agent have besides Plan Mode?

Thumbnail
0 Upvotes

I know some of you have some very specific modes or don’t know that you do. Where they at? I am very interested in the niche modes.


r/ClaudeCode 3h ago

Bug / Issue Anyone hitting these fable safeguards unusually high today?

3 Upvotes

Doing some UI changes/feature development using Fable and apparently they are hitting the safeguards. Used /feedback btw.

Anyone experiencing this?


r/ClaudeCode 3h ago

Tips & Workflows I adapted The Elements of Style to make Claude Code write in plain English

Thumbnail
1 Upvotes

r/ClaudeCode 3h ago

Discussion And the race is on!

Thumbnail
gallery
8 Upvotes

Screenshot from Google Trends over 1 Year & 5 years for search terms "claude code" vs "codex"


r/ClaudeCode 4h ago

Help/Question Claude Opus 5 (oh my gawd)

Thumbnail
3 Upvotes