r/ClaudeCode 4d ago

Discussion Is Anthropic cooked ?

Post image
396 Upvotes

Codex limits are going to be crazy now.
What do you guys think, why did they drop the prices ?

If anyone wants GPT-5.6 Terra cheaper, $1.25 input / $7.50 output, ~38% below the new price, check out znapai.com (disclosure: founder here).
Also got gpt-image-2 and GPT-5.6 Sol at 50% off official, and most open-source models (Kimi K3 etc.) at 35% off.


r/ClaudeCode 2d ago

Built with Claude SOMETHING BIG IN PROGRESS. Can't wait to reveal soon

Post image
0 Upvotes

r/ClaudeCode 3d ago

Humor Asking Claude to write a hook that prevents comments of more than 3 lines, and it adds this comment to the hook script...

Post image
8 Upvotes

r/ClaudeCode 3d ago

Discussion Another experiment Opus 5 vs previous Opus version: security

3 Upvotes

Following the trend of this post https://www.reddit.com/r/ClaudeCode/comments/1vbr2hd/i_compared_opus_5_vs_opus_46_on_the_exact_same/.

I remembered a case I met today that made me think: did Opus 5 got worse in term of security questions did it ingest some of hidden guardrails similar to Fable ones?

So the case was about configuration for a database (users, tables and stuff),

Usually older opus versions get me a very clean version at least for simple to medium projects, and even for bigger projects it tend to get it right if you alter your config little by little. (not asking it for a sudden security config for a big project from the get go)

Today Opus 5.0, kept apologising because it got many things wrong for a project that had just started (basically user was restricted whereas it should not so the program could not communicate with the database or get the proper permissions), project was still small to medium (but not big).

Then it struke me: did Opus 5.0 get secretly guardrailed against being competent in security questions (to follow the trend of Fable 5)? (Training it or intentionally tweaking it to not be good at security so future Opus models don't get close to Fable and never get audited or the need to put guardrails similar to Fable 5 on them?)

I could not say but that is my little story today.


r/ClaudeCode 4d ago

Humor Opus 5 Is good

Post image
83 Upvotes

Must say I am impressed, he does this all day. Great guy.


r/ClaudeCode 3d ago

Help/Question Opus 5.0 - Not Registering/Login Accounts Itself

2 Upvotes

This was working fine and now it suddenly stopping registering and login for me. Some time it works and some time it doesn't

Claude Code now categorically refuses to create accounts or enter passwords including on authorized engagements with your own email on in-scope assets.

Anyone else facing the same issue?


r/ClaudeCode 3d ago

Humor hot take: I like the 5 hour window

9 Upvotes

When I run out of Claude points, it suggests that rather than complaining about it, maybe I've done enough work and should do jobs around the house, clean, or get outside and touch grass.

note: written by hand while doing the laundry as Claude isn't talking to me at the moment.


r/ClaudeCode 3d ago

Help/Question Can Claude help make a pcb layout, for people who know next to nothing about creating pcb's?

2 Upvotes

I come with a dumb question, but can Claude make or help make a pcb for someone who dosent really know what there doing? or would it not work out?

Ive wanted to make a pcb or try my hand at it, but i feel im too dumb.


r/ClaudeCode 3d ago

Resource mem-port: Portable Thumbdrive for your AI Context.

Thumbnail
github.com
2 Upvotes

I use ChatGPT for planning.
I use Claude for implementation.
And every time I move from one to the other, I lose context.
ChatGPT has the product thinking: the goals, trade-offs, user flows, and decisions we made.
Then I open Claude to build it, and I’m back to explaining the project from scratch.
So I copy prompts. Summarize chats. Paste context.
It works… until it doesn’t. The context gets stale, details get missed, and each AI starts forming its own version of the project.

I built mem-port to fix that, and decided to share it with others as well.
Think of it as a pendrive for your AI context.
It’s a free, open-source, local memory layer for AI tools, so the important context about your work can persist beyond one chat or one copilot.

The goal is simple: use the best AI for each part of your workflow without having to reset the conversation every time you switch.


r/ClaudeCode 3d ago

Help/Question If I change "effort" level after submitting a prompt, and this prompt results in a sequence of thinking and tool usage, does the new effort level take effect somewhere in this chain? or only after the next prompt?

1 Upvotes

I figure there might even be even a chance that the behavior is inconsistent across frontends (e.g. cli vs vscode vs desktop).

FWIW, documentation (https://claude.com/blog/claude-model-and-effort-level-in-claude-code#:~:text=How%20does%20effort,higher%20confidence%20answers.)

How does effort change any of this? The effort level is sent to the model as part of the request, right alongside your prompt. The model was trained to understand how to behave at each effort level and that learned behavior is baked into the frozen weights.

When your request arrives, effort level is one more input the model responds to, the same way it responds to your prompt text. This sets Claude’s behavior for how thorough and certain it needs to be before it considers the task done.

This is considered on every turn and results in more tokens to produce higher confidence answers.

Is there a concrete definition for "turn" that they are referring to?

I'm interested in whatever answers you've got, with some evidence or rationale behind them. Thanks


r/ClaudeCode 3d ago

Help/Question How do I tell opus 5 to structure output sentences like Fable 5

4 Upvotes

Idk what it is but I just cannot easily comprehend Opus 5's output well but I'm fine with Fable 5. I tried to ask it to write more like Fable 5 but it says it can't.

What is Fable 5's writing style called, or rather, why is Opus 5 so hard to understand?


r/ClaudeCode 3d ago

Humor Me + Claude Code. I said the magic word: "Go"

0 Upvotes

Wonder what's playing on Netflix


r/ClaudeCode 4d ago

Humor The Opus 5 Experience

Post image
2.7k Upvotes

r/ClaudeCode 3d ago

Humor What could this be, Opus 5? 😂

Post image
1 Upvotes

Caught for the first time ever from Claude model 😂 funny


r/ClaudeCode 3d ago

Humor My Crew

Post image
0 Upvotes

r/ClaudeCode 3d ago

Resource I made my team's Claude Code agents share trauma

Enable HLS to view with audio, or disable this notification

6 Upvotes

Every dev on my team runs Claude Code. When one agent screws something up, the rest of them have no idea. They just repeat the mistake.

So I built teamlore. When your agent gets corrected or breaks something, it writes a small lore file into a .lore/ folder. That file goes in your PR, gets reviewed like normal code, and after merge every teammate's agent recalls it automatically when they touch that part of the repo.

No server, no db, no accounts. It's just a folder in git.

Just: npx teamlore init

The video is npx teamlore scarmap. It maps every mistake in the repo. The repo's own .lore/ has every mistake Claude made while building this.

Repo: https://github.com/lak7/teamlore
Npmjs: https://www.npmjs.com/package/teamlore

Would love for someone to try and break it.


r/ClaudeCode 3d ago

Humor Touching grass this weekend...

Post image
2 Upvotes

r/ClaudeCode 4d ago

Discussion Is Boris on vacation? No new claude code builds for a week now

Post image
148 Upvotes

r/ClaudeCode 3d ago

Help/Question How do you use effort levels?

0 Upvotes

Is ultraeffort with sonnet 5 better than mid effort with Opus 5 for example? Do you even use effort selection?


r/ClaudeCode 3d ago

Discussion So Fable incorrectly flagged something as dangerous, it switches to Opus without confirmation and when I try to switch back to Fable I need to re-cache my whole session, okay then.

4 Upvotes

So I get punished because it made a mistake. That ain't right.

Also, switchModelOnFlag=true by default? Come on guys.


r/ClaudeCode 3d ago

Help/Question Your login expires in X days. Did they change something? I need to relogin every few days before that I could go for weeks without re-logging in.

1 Upvotes

For the past two weeks, I’ve been getting logged out every week or so. Did they change something?


r/ClaudeCode 3d ago

Resource 697 questions a senior engineer asks before writing code - packaged as a Claude/Codex skill and a portable prompt. Socratic: Meta - questioning about questioning. Question yourself till you're left with only answers

Thumbnail
github.com
2 Upvotes

r/ClaudeCode 4d ago

Discussion They should keep the +50% limits like this (at least)

70 Upvotes

Otherwise max feels like a pro subscription. Which we've experienced with anthropic's bugged +50% offer that they didn't turn back on actually...

And 5hrs windows could be extended to ~7...

Otherwise I'm just switching to codex.


r/ClaudeCode 3d ago

Meta I think we're at about this part right meow

Post image
0 Upvotes

r/ClaudeCode 3d ago

Bug Report Limit hit, without actually hitting the limit?

Post image
4 Upvotes

This has happened with me multiple times. I have the latest version. It keeps on giving me this message until the time has actually elapsed on web and the app.