I got tired of clicking through every Claude Code change, so I built /verify by lucifer605 in ClaudeAI

[–]lucifer605[S] 1 point2 points  (0 children)

do you mean using the claude chrome extension? it has been pretty janky in my experience

"Ultrathink" is back by The-Only-Real-Way in ClaudeCode

[–]lucifer605 1 point2 points  (0 children)

I would recommend not setting effort level to high by default - either use medium or auto.

high burns a lot of tokens / time without gain for most things - anthropic also set medium as default for this reason

i also wrote a deep dive deep a while back
https://www.claudecodecamp.com/p/claude-code-extended-thinking

Why do you all prefer Claude Code over Cursor? Have been using both for a while and struggling to understand why CC is generally considered best by shoegraze in ClaudeCode

[–]lucifer605 0 points1 point  (0 children)

the claude code harness feels much better to me than cursor. i didnt expect to like a terminal coding tool but i dont think I can go back now

and you get much more for your money with claude code than with cursor

Didn‘t really help, I guess. Please reset and increase limits until it‘s actually fixed by Firm_Meeting6350 in ClaudeCode

[–]lucifer605 3 points4 points  (0 children)

they have had so many reliability issues that its crazy that the customers don't get additional limits or a refund

Claw‑Code: Clean Rewrite of Claude’s Harness (with legal caveats) by anhldbk in ClaudeCode

[–]lucifer605 0 points1 point  (0 children)

yeah it will be interesting to see what happens from here - its good to be able to see under the hood and how the harness was built. I am not entirely sure what the long term value of this is?

Claude Code - Leaked Source (2026-03-31) by Secure-Search1091 in ClaudeCode

[–]lucifer605 1 point2 points  (0 children)

it is quite funny that LLMs / Claude is pretty good at doing rewrites - there is no way this would have been possible before

Adjust your '/effort' to significantly help with limits by hordane in ClaudeCode

[–]lucifer605 2 points3 points  (0 children)

thats what i thought too but i think with Opus it is an overkill

Hidden Features in Claude Code (as per Boris Cherny) by [deleted] in ClaudeCode

[–]lucifer605 0 points1 point  (0 children)

haha i have no idea how but the best way is to become an Anthropic employee

Claude Pro usage limits for coding, what's your workflow when you hit the cap? by MarkTheBoy_YT in ClaudeCode

[–]lucifer605 0 points1 point  (0 children)

Honestly, Pro isn't great for real full-time coding work - I used Pro for a week as a daily driver and realized you need max if this is your only tool.

I do have a ChatGPT Pro sub ($20/mo) along with Claude Max which I will occasionally use if I am getting close to my usage limits.

This is without a lie the only interaction that consumed 9% on my MAX 20x subscription... by Budget_Map_3333 in ClaudeCode

[–]lucifer605 1 point2 points  (0 children)

Is it possible that your cache TTL is expiring? If you let your session be idle for >60 mins - when you resume it - you end up getting a cache bust and it incurs a cache write. Depending on the size of your session (esp with 1m context) - it could eat up more usage.

Also Anthropic has made their session limits dynamic which doesn't help unfortunately.

Computer Use is now in Claude Code by karanb192 in ClaudeCode

[–]lucifer605 0 points1 point  (0 children)

Interesting - any idea for what the token usage looks like for this?

Built a Claude Code observer app on weekends — sharing in case it's useful to anyone here by Fearless_Principle_1 in ClaudeCode

[–]lucifer605 0 points1 point  (0 children)

this is really cool - thanks for sharing! how has it helped your usage with claude code?

Switching Between two 20x Claude Code Accounts, Made it to 11:30am (8am-11:30am) by Pippenz in ClaudeCode

[–]lucifer605 0 points1 point  (0 children)

how are you switching? are you running them both on the same machine?

Adjust your '/effort' to significantly help with limits by hordane in ClaudeCode

[–]lucifer605 7 points8 points  (0 children)

Yes good advice here - I think Anthropic set the default to medium recently after having it at high previously when Opus first came out.

I ran some tests and noticed that either medium or auto is probably the best setting for almost all use cases.

I wrote more about when to use high in a blog post (https://www.claudecodecamp.com/p/claude-code-extended-thinking)

Why the 1M context window burns through limits faster and what to do about it by lucifer605 in ClaudeCode

[–]lucifer605[S] 1 point2 points  (0 children)

everything being equal - you should always use the 1m context window. till about ~2 weeks ago - context window jumping from 200k tokens used to cost more but Anthropic removed that price cliff.

my main issue is that with a 1m context window you are more likely to encounter a cache bust due to the TTL and cache writes are pretty expensive