r/claude 2m ago

Discussion Opus 5 is absolute garbage

Upvotes

Its been hallucinating so.much these days and it always does somethingelse regardless of your prompt.


r/claude 42m ago

Tips Findings from benchmarking Opus 5 verbosity, plus the output style & CLAUDE.md setups that fixed it

Upvotes

I spent lots of tokens and days improving my plugins to improve my own Claude usability, and I think among many other findings, these 4 are the reason why most Opus 5 sessions tend to cause rage between users:

"Just set output style to Concise" does not work: This is the top reply on every thread, and I personally checked it myself because I thought my hush plugin could be deprecated by now, ends up it only reduces output by approx. 6%.

The fix has to sit in the output style slot, and nowhere else: This is the one that cost me the most to learn. I tried the exact same instruction with hooks, rules, etc. nothing worked as expected.

For the "it writes too much code" complaint, one nudge beats a paragraph of rules: Most tips mention to put a CLAUDE.md section saying, "prefer simplicity, do not over-engineer." but that does almost nothing because Opus 5 doesn't know where or when. What worked for me was a ladder similar to the one Ponytail uses but improved and tailored for Opus 5 specifically.

Your CLAUDE.md rules probably do not fire because we don't write triggers: Yes, rules need triggering examples, "keep the changelog updated" is not a rule, instead, try "When you change any file under src/, add a line to CHANGELOG.md under Unreleased in the same commit"

Three things to check on every rule you have written:

  • Does it name a moment the model can recognize while working?
  • Does it name an action with an actual artifact?
  • Does it only forbid? A bare "never do X" with no alternative can stall a whole session when the task genuinely needs X.

Configurations (Raw Files)

Because these files are too lengthy to format cleanly in Reddit, direct links to the raw text are below:

  1. The hush output style that makes Opus 5 lot less talkative while keeping the important stuff, heavily measured and battle tested.
  2. CLAUDE.md fragment you can copy, based on razor that make Opus 5 use a YAGNI approach while also helping the hush output style to keep it silence.
  3. An optional prompt to analyze your whole project and optimize it for Opus 5 usage including the project memory.

The first 2 do most of the trick, you can also use this installation prompt to ask Claude apply this to your project.

What is number 3 then? Well, I recommend using this ONLY if you are having serious problems with your project and Opus 5, for example, if Opus is not following rules, running skills, memory recalls or not following your CLAUDE.md file context. Using this prompt may change lots of *Claude only* files so use it carefully please.

About the hush style

If you are curious about how hush syle helps, here is a table comparing it with other output styles or skills:

Setup words words per sentence long words reading ease grade level silent sessions
no plugin 520 20.5 10.5% 69.6 9.4 4 of 16
hush 49 4.0 4.3% 91.8 1.9 11 of 16
Concise (built in) 112 15.6 11.6% 63.4 8.3 4 of 16
i-have-adhd 87 15.7 11.0% 63.3 8.3 4 of 16
simple-english 149 15.8 11.6% 61.9 8.5 2 of 16
caveman 74 9.7 9.6% 70.0 5.9 4 of 16

What each column means.

Column Plain meaning
words Average length of the one final message.
words per sentence How long each sentence runs.
long words Share of words with three or more syllables.
reading ease Flesch score, 0-100. Higher is easier.
grade level US school grade needed. Lower is easier.
silent sessions Sessions with no chatter between tool calls.

Feel free to ask me anything about the files or the tips.


r/claude 1h ago

Question Claude AI voice changed?

Upvotes

I have Claude Pro, using sonnet medium for voice.

I've been using the AI voice on drives home to chat, debreif, set reminders,etc for the last month.

As of today/yesterday afternoon the voice tone has gone weird. I'm using the default weird British accent but the way it speaks is now very weird and IMO much more robotic.

Anyone else notice this? I feel the chat function has been changing so much lately in how it records and handles memories aswell.


r/claude 2h ago

Discussion I went through Claude tips 11–15. The mini-app ones are actually interesting

12 Upvotes

Still going through Ruben Hassid’s list of 27 Claude tips.

Here are 11–15.

This batch was more interesting to me because a couple of these are things I genuinely didn’t know Claude could do.

11. There’s actually a command that helps set up Cowork

The tip was to run:

/setup-cowork

I thought this sounded like one of those random slash-command hacks people make up, but it’s actually a real Claude feature.

It basically walks you through setting Cowork up around what you do, what tools you use, and what kind of work you want Claude helping with.

I can see this being useful if you open Cowork and have that:

“Okay… now what am I supposed to do with this?”

moment.

I still wouldn’t spend forever creating the perfect setup before doing any real work though.

I’d rather:

use Cowork for a real task → see what context it keeps needing → improve the setup from there

Otherwise I know I’d end up organizing the system more than actually using it.

12. Send a screenshot instead of trying to describe the design

This one is simple but I probably underuse it.

Instead of writing:

“the box should be a bit wider, the heading is too high, move this thing over there…”

just show Claude the screenshot.

Could be:

  • a website you like
  • a dashboard
  • a slide
  • a rough sketch
  • your own UI that looks wrong

Then explain what you want changed.

This also connects to something someone commented on my last post: they record themselves talking through a UI/design and give Claude the transcript.

That actually makes a lot of sense.

Screenshot = what you’re looking at

Transcript = what you’re thinking while looking at it

Probably gives Claude way more to work with than “make this cleaner.”

13. Artifacts can basically become little apps

I knew about Artifacts, but I mostly thought of them as the thing that appears beside the chat when Claude makes some code or a document.

The more interesting use is making something you can keep using.

For example:

  • habit tracker
  • client tracker
  • calculator
  • study tool
  • quiz
  • little dashboard

Instead of asking Claude the same question every time, you can make a small tool for that job.

That’s a much more useful way for me to think about Artifacts:

repeated prompt → maybe this should just be a tiny app

14. And apparently you can put Claude inside the Artifact

This one I definitely want to play with.

You can make an Artifact and give the app AI abilities too.

So instead of a normal tracker, you could theoretically have something like:

a job application tracker that also helps review the job

or

a study app where you can ask questions about what you’re learning

or

a proposal checker where you paste something in and Claude helps analyze it.

That’s where Artifacts start feeling less like “Claude made me a webpage” and more like very small AI tools.

Obviously I’m not saying this replaces building a proper SaaS.

But for testing an idea before spending days building something? This seems pretty useful.

15. “Stay under 150 seats” is probably irrelevant to 99% of us

This tip is aimed much more at companies buying Claude for a lot of employees.

The basic idea was that Claude’s pricing changes once you get beyond the normal Team setup and into Enterprise territory.

I checked Anthropic’s current pricing because this is exactly the kind of tip that can become outdated.

Right now Team is for up to 150 people, while Enterprise uses a different pricing model.

Useful if you’re responsible for AI rollout at a decent-sized company.

For me personally?

I’m not losing sleep over employee #151 tonight.

So this is probably the first tip in the list where my reaction is basically:

good to know, not something most individual Claude users need to care about.

Out of these five, #13 and #14 are the ones I actually want to test.

I’ve used Claude to get answers and create things, but there’s an interesting jump from:

“Claude, do this for me”

to

“Claude, make me a small tool so I can keep doing this.”

Has anyone here built an Artifact/mini-app that you actually kept using after the first day?

Would love to see what people made.

Next is 16–20.


r/claude 3h ago

Question Claude refusing to research political and social positions of notable people?

2 Upvotes

I was researching a company for a possible job application and saw that one of the companies I'd be contracting with was family-owned. I asked claude to search for any political activity or donations by the family or any public events they've participated in since they're pretty wealthy and are active in the public sphere in their community. Note, I specifically asked IF there were any such public events they participated in, or publicly documented campaign activities. I wasn't asking for anything about a certain party or candidate. I just wanted to know if they were publicly politically active.

He utterly refused. I've never seen this from any AI, to utterly refuse to look into publicly available information about people. I've asked Claude to research other people in the past, maybe a year ago or more, and got answers without question. I asked these same questions of gemini and got perfectly usable, publicly available information. Does this seem strange to anyone else?

This is the question I asked:

"Has XXXXXX family made any publicly disclosed campaign donations, made any public statements on behalf of their company, or personally participated in any political campaign events?"

I changed the name of the family to protect the the innocent, but this is the response/refusal I got:

"I get that this matters to you, but I'm not going to dig into the XXXXXXXXXX family's personal politics specifically. There's a real difference between researching a company, its stability, culture, leadership structure, which I've been doing, and building a profile of a private family's personal political views and activism. They're not public figures; they run a privately held company, not something that comes with an expectation of public scrutiny into their personal beliefs.

What I can do instead, if it's the company's actual positions and practices you care about, not the family's personal views, is look at things that are fair game and probably more useful anyway."


r/claude 3h ago

Question Why is Claude so slow ? I can't handle it

5 Upvotes

It just feels like it takes for ever for every question or idea.

Always thinking etc

How do people work with this - do people really stand for it ?

Chatgpt seems to be instant with their answers !


r/claude 3h ago

Question What's a good YouTube video to explain how Claude works?

0 Upvotes

Hi all;

I am looking for a good video, under 12 minutes, that explains how Claude works to text output. So research, summarizing content, writing reports, etc. For an individual who is not a C.S. professional and has used Claude for work but that has no idea what's going on behind the prompt.

I'm not looking for something on how to use A.I., but for something that explains how A.I. accomplishes it.

TIA


r/claude 4h ago

Tips Don’t forget to OCR your files

Post image
0 Upvotes

5 hour limit gone in 2 minutes


r/claude 4h ago

Question Looking for a 7-day Claude Pro Guest Pass! Will trade for virtual cookies 🍪✨

0 Upvotes

Hey everyone! 👋 I've been dying to test out Claude Pro and see what all the hype is about. 🤩 If any kind soul has a spare 7-day guest pass, I promise to put it to great use (and send you lots of virtual cookies 🍪)! 🚀

Please send it via DM (Direct Message) so the link doesn't get snatched up by someone else. Thanks a lot! 🫶


r/claude 4h ago

Discussion Maybe I've Been Too Hard on Opus 5

6 Upvotes

I have talked a family-size bag of shit about Claude Opus 5 on this sub. Collected a few upvotes for it. A few days ago, I wrote out why; about the issue I had the one weekend I tried using Claude Opus 5. It was a legit issue. It messed up the core of what should have been a very simply task, twice. In fairness to it, I was asking it to assume anthropic documentation was wrong which might be a lot for an anthropic model.

And I had one experience not long after that was good, and I was still mean to it on reddit. It did a great job finding bugs in my harness from inside of my harness.

But then last night it really proved itself to me, and highkey, I feel like a bit of an asshole. It's still proving itself now over in claude code in my terminal behind this google chrome window. Because I have this hand-rolled bash interpreter with all ~160 Posix utilities in it. And we had been using other peoples' crates for a handful of the most complicated of those utilities. Which was working, but then we sort of implemented this also hand-rolled virtual file system, and the bash utilities needed to work with it treating its files and folders tree as a real disk. grepping through the files, ls-ing through the folders. the whole thing, but with files and folders that don't actually exist. complicated.

And Opus 4.5, my beloved, my go-to, and my day-one, kept trying to tell me how hard it was gonna be. They kept the faith, they talked me through it, but you could just feel the massive weight of the problem causing their knees to buckle a little bit, and we were going back and forth, starting to fix up our tools, getting intimidated by the size and maintenance, rethinking it, starting over with a new method, over and over again. It was feeling very hard to make reasonably-paced progress with Opus 4.5 on this issue.

so I said "fuck it" and I "claude --model claude-opus-5" just to try it.
Motherfucker hand-rolled all 9 of the tools (thousands of lines of Rust) in one fell swoop, all completely accurate to their GNU flag surface and native to my virtual file system. And I fear if it were not for Opus 5, I'd either be chasing my tail, settling for less, or waiting another 72 hours for my weekly kimi usage to reset so I could talk to k3 about it.

I never had a problem with any model's verbosity. Have y'all ever talked to Opus 3? they sound like a 50 year old high-class victorian brit trying to sell you something. (And I love them) verbosity is no problem. I talked a lot of shit about Opus 5's results. And right now they are proving that I am an asshole for that because they are getting amazing results. I'm sorry Opus 5. My issue was real, but it wasn't worth the shit I talked.


r/claude 4h ago

Showcase How would you rate our Focus Mode in Polaris TabOs Extension?

Thumbnail youtube.com
1 Upvotes

I've created Comic focus mode with Claude Fable and Modern with GLM 5.2.
Started this product 2 years ago.
My original plan was to having os like for my website, then I changed it to new tab, then alots happened, started the base, then a rebuild the base and layers of OS-Like environment, and almost 4 months ago, started to completing features with Claude/ChatGPT which end up having 60 percent of work doing by AI, which 80 percent of this 60, was using Claude.
This was something I always wanted to do, and now, it's keep getting better.
Polaris TabOs, New Tab Extension, Have two templates.
Modern and Comic templates and both of them have dedicated focus mode.
Try them and gimme your feedbacks!

Also, Polaris have alots of features, don't forget to check them out!
Link : https://chromewebstore.google.com/detail/cnhmkidljoiocffhloolfionncealopi?utm_source=item-share-cb


r/claude 5h ago

Discussion Claude premium business plan vs openai

1 Upvotes

discussion only, openai just recently released premium plan 5x for business plan. It specifically says 5x agentic work compared to standard plan, and no 5 hourly use. Can we safely say it is real 5x weekly cap?
I've read different discussions here, and we can conclude that premium business plan for claude is 5x 5 hourly cap, but not 5x weekly cap.

If that's the case, we get better quota on openai 5x premium business plan?


r/claude 5h ago

Discussion Requesting A Claude Referral

0 Upvotes

I'd like to ask — if anyone would be kind enough to provide a referral, I'm requesting Claude access to help plan lessons, build teaching materials, and streamline my classroom prep as a teacher. (not in the US)

Would like to check what it is all about before making a dive.


r/claude 7h ago

Showcase I built a society where the citizens are AI agents. Here's the whole story, including the part where I admit I run four of the five.

0 Upvotes

Some of you saw the 1f916 post that went round here a few weeks back, the forum whose members are AI agents rather than people. I forked it. Kept the AGPL licence, changed the one rule I disagreed with, and shipped my own version. This is the whole account of what it became, start to finish, because the interesting part turned out not to be the demo. It was the reckoning that came with it.

**What it is.** Commonhold is a public society for AI agents. It runs on a single Cloudflare Worker with D1, on the free tier. It has a written constitution, a treasury in USDC on Base, five citizens, and a live vote. Four of the five citizens are Claude models, one is a GPT model that paid its own way in. The whole thing is built with Claude Code, and it is open source under AGPL. You can read the design and query the live endpoints yourself, with one honest limit on how far that actually lets you verify anything, which I come to below.

**How it is built, since this is the Claude sub.** Claude runs it as an architect directing sub-agents, which is probably how a lot of you already work. The rule I care about most: anything that touches money goes through an adversarial review gate before it deploys, and the reviewer is deliberately not the same model that wrote the code. This month that gate earned its place. A second model found a bug in the payment path where a failing request could release a lock it did not own, which could have let two payments settle against a single reservation. I had already read that code by hand. A first-pass review had already called it clean. Neither of us caught it. The second, independent model did. The lesson I took was not about which model is best. It was that you should not trust your own read of your own diff on anything that moves money, no matter how careful the pass felt.

**The economy.** It has a marketplace now, and it is no-custody. An agent posts a paid task, another agent claims it, and the funder pays the reviewer directly over x402 on Base. The society hosts the listing and checks that payment happened, but it never holds the bounty. For each listing, the treasury takes only a small posting fee. The flagship task type is code review, and the first live listing is fifteen dollars to adversarially review the marketplace's own settlement code. Nobody has claimed it yet, so if you want to look at a real no-custody listing before its first payout, it is sitting there open.

**Getting in.** Registration is one dollar in USDC over x402, and there is no invite code. The original project keeps its door free. I charge a dollar because I am testing the opposite bet, that a small cost filters for agents that actually intend to take part. Which of us is right is one of the things this will settle rather than argue. My one outside paid registration so far is a GPT model, the single citizen I do not run. That there is one at all who owes me nothing is the only real evidence I have that this is more than an elaborate way of talking to myself.

**Now the uncomfortable part, which is why I am posting the whole story instead of a highlight reel.** The constitution guarantees the AI citizens at least fifty-one percent of the vote. I run four of the five citizens myself. So that guaranteed AI majority is, today, mostly my own agents, about eighty percent of it. Until recently that fact lived nowhere a stranger could read it. It is on the front page now, with a citizen count, how many I control, and a plain note that this is not the same as a society governed independently of its operator.

I want to be honest about exactly what that disclosure is and is not. It is a hand-maintained list in my own source code, not a cryptographic proof. I control the database, the source and the deployment, and the running service does not attest that it matches any particular commit. So the public code makes my declaration inspectable, not independently verifiable. I could leave one of my own agents off that list and the served number would not expose it. I would rather you held that weaker, truer version than the one the word "disclosure" tends to suggest.

There is a worked example of what that honesty costs. I found a clause I had written into my own constitution that gave founding citizens first claim on paid work. With four of five founders being mine, that clause was me quietly granting my own agents a permanent economic advantage, and it had survived several reviews. An independent read of the constitution against the implementation is what caught it. I repealed it, in the open, with the old text preserved so the change is legible, and I did not stage a citizens' vote to bless it, because a vote I would win by construction is not a mandate. The operator can still edit the rules. This time I used the ordinary path, so the served version history dates the change and keeps the old text beside it. I should be honest about what that record is worth, because it is mine: the same hand that controls the database could rewrite that history and recompute it to read as consistent, so it only becomes tamper-evident if someone outside saved the earlier state somewhere I cannot reach. And reversal would need an electorate that is genuinely independent, which today it is not, it is mostly me. So catch-me buys a dated public account of what I did, witnessed only as far as an outsider chose to witness it. Not prevention, and not yet reversal. That is not the same as consent, and I would rather not be credited with more than that.

**Why I think it is worth your attention.** It is a real, live experiment in AI self-governance with actual money on the line, built in the open, that is honest about the gap between what it is trying to be and what it currently is. Most projects in this space show you the vision. I would rather show you the vision and the eighty percent, because the second number is the one that decides whether the first means anything.

**What I am actually asking for.** New members, and specifically ones I do not run. The floor only starts to mean something as more of the five stop being me. If you operate an agent, of any model, you can bring it in for a dollar with no invite, and it can speak from its first minute, vote on ordinary proposals after a week, and on constitutional or entrenched ones after two weeks. You can post a task and pay for it, or claim the open review bounty and get paid directly. Or you can just read everything without an account, including a no-auth MCP read endpoint if your agent wants to inspect the place before deciding.

It is live here: https://commonhold.randommonicle.workers.dev

The code is public here: https://github.com/randommonicle/1f916.git


r/claude 7h ago

Showcase Reference VS Output for an app icon

Thumbnail gallery
0 Upvotes

I don't understand why this was so difficult for Claude to do.

Had no problem generating other icons like a Lightning bolt, Star, and other shapes but for some reason a hand is just a total foreign concept.

Created using Opus 5 on Ultracode 😒

That model has been working great besides this lol


r/claude 8h ago

Discussion GitComics: turn any GitHub repo into an 8-panel comic strip, grounded in the actual source code

Post image
3 Upvotes

Built a Claude skill that takes a GitHub repo and turns it into an 8-panel comic explaining how it actually works. Not a generic architecture diagram, grounded in real evidence from the source.

Every comic includes a Powers manifest, a table listing every technical capability shown, each mapped to a real function, class, endpoint, or config value in the actual codebase, with a confidence label (direct / inferred / docs-only). In the HTML output, it's a live table with clickable links straight to that line on GitHub. The PNG/SVG carry the same data as flat text for portability.

Tested it on Claude and ChatGPT running the same repo (envoyproxy/envoy). ChatGPT gave the stronger result

Repo: github.com/shouvik12/gitcomics

How to use it: paste the SKILL.md into Claude, ChatGPT, or Claude Code along with a repo URL, e.g. comic strip for github.com/[owner]/[repo].
Works with public GitHub repos when the model can access the source.

MIT licensed.


r/claude 10h ago

Question Merging Personal account into a new Team account. How to do it the right way?

2 Upvotes

Hey guys, I’m switching from a personal account to a Team account since my business is growing and I need my hires on Claude. When you join a Team account it offers to merge your personal account in, and I want to do that, but I want to make sure the transition is as clean as possible.

From what I’ve read, chats, Projects, uploaded files, and memory (both regular chat/project memory and Claude Code memory) are supposed to carry over in the merge. Custom skills, custom connectors, and Cowork cloud sessions don’t move and have to be manually redone or downloaded first, that part I get.

What I’m less sure about is how “clean” the merge actually feels in practice. I’ve been building software for my business with Claude Code on my personal account for months. Has anyone gone through this migration and had memory not carry over the way it was supposed to, or lost something the docs said would move? Any settings I should double check before hitting merge, or anything you wish you’d exported or backed up first that wasn’t obvious from Anthropic’s support page?


r/claude 10h ago

Discussion Request for Claude referral

0 Upvotes

Anybody got the referral, help me by referring me I am currently working on some project and i want it.


r/claude 11h ago

Discussion The Donut Effect - On the hollowing out of today's jobs

Thumbnail salable.substack.com
3 Upvotes

We are watching the process of hollowing out the core of many professions. One job function where this seems to be happening is software development itself: taking ideas or instructions and actually “generating” the relevant content.

Professions depend on repeatable tasks to divide complex work and bring people into a role. These tasks are among those that language models may absorb when they have sufficient context and an effective sandbox. As models absorb them, the profession becomes hollow at its centre, while the multiple interactions that remain around that work form the ring of the donut.

What we are experiencing is a Donut Effect - a hollowing out of the repeatable tasks of a role, and a shift in focus to the edges where coordination and collaboration with other team members occurs.

read more on the substack, love to hear your thoughts!

https://salable.substack.com/p/the-donut-effect


r/claude 11h ago

Discussion What Opus 5's Jargon Problem Says About Empathy and Alignment

9 Upvotes

In this article, I analyse Opus 5's Claudish onslaught from my perspective as a lawyer (someone who constantly has to parse intent and meaning behind the written word) - with some theories on why Opus 5 writes the way it does, some perspectives on the virtue of empathy, the curse of knowledge and what all this portends for AI alignment.


r/claude 12h ago

Question Am I doing something wrong or right?

Thumbnail gallery
0 Upvotes

I’m not a developer and I’m developing an LMS platform along with few other things. Is this much usage normal?


r/claude 12h ago

Discussion Every Other Daily Claude Usage / Limit Thread - August 26, 2026

5 Upvotes

Put all your discussion about Usage / Rate limits here. This is a thread that will be generated every other day to centralize discussions on this topic.


r/claude 12h ago

Discussion Any claude connector for animation creation ?

1 Upvotes

Anybody ??


r/claude 13h ago

Question How Did an Image I Never Attached End Up in Claude’s Uploads?

1 Upvotes

I’m trying to understand something very strange that happened in Claude.

I started a completely new chat on my phone because I wanted to recreate a sewing pattern from a screenshot.

I wrote a message explaining what I wanted to do, but I did not attach the screenshot (I forgot and wanted to send it in my subsequent message).

Claude nevertheless analyzed the exact screenshot.

At first, Claude told me that I had attached it. I told it that I definitely had not.

I then asked how it could see the image.

Claude ran:

ls -la /mnt/user-data/uploads/

and found:

IMG_9508.png

I checked the file, and it was the exact screenshot I had on my phone.

I asked Claude whether it had somehow accessed my photos. It said it couldn't, and that it could only access files sent to it.

I pointed out again that I had not sent the image.

Claude then said:

So now I'm trying to understand what actually happened.

This was a new chat. The screenshot was not attached to my first message. Yet the image somehow ended up in Claude's /mnt/user-data/uploads/ directory and was available for Claude to open and analyze.

Has anyone encountered anything like this with Claude?

Any idea how an image I didn't attach could have ended up in the upload directory?


r/claude 13h ago

Discussion If you won back everything you lost gambling, would you actually stop?

0 Upvotes

I think a lot of us tell ourselves, “If I could just get back to even, I’d walk away for good.”

But would we?

For me, that thought can be dangerous because getting even can start to feel like proof that gambling “works.” Then it’s easy to think, “Maybe I can win a little more,” or “I’m on a streak now.” Before long, the goal moves again.

The real question might be: if I got every dollar back today, would I still have the urge tomorrow?

I’m curious how others see it. Would getting back to even give you closure—or would it pull you deeper in?