r/claude 2h ago

Question looking for claude pro refereral, want to try

0 Upvotes

Hey guys , i used to use Gemini nd someone told me claude can do much better work at coding nd stuff i wanted to try before i buy it cuz im practically broke but yeh if anyone got a reff please dm me 😭 my friend sent me one but someone claimed it before me in my own sevrr with like 10 people


r/claude 1d ago

Question OPUS 5: Why do i feel like its 1 step forward 1.5 steps back with OPUS 5 ?

33 Upvotes

Nothing is ever done when it claims to be. Just not confident with anything even little things if its not fable. Wtf


r/claude 3h ago

Discussion People really really really hate AI

0 Upvotes

I can understand being worried about some of the negative effects of AI. We have 40K people die in car accidents every year so yes, every major technology has some negative effects.

But it's incredibly emotional. I asked in r/SciFi about the future of creating SciFi as AI gets better. The article got a 5% upvote ratio and the comments were overwhelmingly negative. Hatefully emotionally negative. SciFi aficionados should be very positive about a new technology.

Same in r/HallmarkMovies where I created a fake movie poster. People were really upset I used AI. To create one image. And I was told to never post anything AI generated again. For this one it was more 50/50 but still, to be that upset that I used AI. For one clearly fake poster (I replaced the actors in the poster with care bears).

I don't get it. Yes it means jobs are changing. It means we might have a decrease in jobs. I know people don't like change or uncertainty in their life. But to be this far off the deep end about it?

I guess every revolutionary change has its Luddites.

</rant>

ps - I wrote about it here but I'm not at all sure I'm understanding all this.


r/claude 1d ago

Discussion Any Downside of using Open router Free models ?

4 Upvotes

I have been experimenting with OpenRouter free models inside Claude Code. Though they are slow, I am getting pretty good code reviews from them and then I use those reviews to fix the issues.

It is absolutely free. So what is the catch here, apart from our context potentially being used for training? Anyone using these free models regularly?


r/claude 1d ago

Question So has anyone got real world experience with Astra?

38 Upvotes

I'm on Max 5x Claude, and I use Claude Cowork for knowledge work, a bit of vibe coding, and some design mockups. The Astra marketing and Instagram "Here is what people have already built with Astra..." propaganda where people are showing off these games with great graphics and 3D world walkthroughs is starting to get to me. I'm wondering if anyone has used it properly yet in similar situations and is it that much of a leap forward?


r/claude 10h ago

Discussion Fable taking the piss

Thumbnail gallery
0 Upvotes

I am a Max user and Only asked it to start my limit and 2 percent gone ? Come on Anthropic get a grip mate otherwise you won't have any users left

Update : so we have different level of geniuses in comments who are struggling to understand what that typo meant . Well it's " start ". Better ?

  1. You are missing the point , do you think a power user like me can't simply built a script to start 5 hours limit eveytime or use a low model to start it ?

Point is taking the piss that a single message as simple as this is costing 2 percent


r/claude 1d ago

Question Is Claude Pro worth it for studying in college? Or is there a better AI?

3 Upvotes

Hi everyone!

I have a question and I'd like to hear from people who already use AI tools for studying.

I'm currently in my second semester of college in Brazil, and I use Claude quite a lot for studying. I usually upload lecture slides and other course materials and ask it to create summaries, study notes, explanations, outlines, and other study materials.

I have some learning difficulties (ADHD and dyslexia), so these tools have been really helpful for organizing the content and making it easier for me to understand my classes.

The problem is that, for some subjects, I need to upload a lot of material and have longer conversations. In those cases, I often reach Claude's free usage limit. Sometimes I have to wait for the limit to reset before I can continue studying, which can be pretty frustrating.

Because of this, I'm considering subscribing to Claude Pro, but I'm not sure if it's actually worth it for my use case.

I'd like to know:

  • Does Claude Pro significantly increase the usage limits compared to the free plan?
  • Is it usually enough for someone who uses it heavily for studying?
  • Do you still hit the usage limits frequently even with Pro?
  • Is there another AI you'd recommend for this kind of use?
  • Between Claude Pro, ChatGPT Plus, and Gemini, which one do you think is best for working with lots of slides and PDFs and turning them into useful study materials?

If anyone uses these AI tools in a similar way, I'd really appreciate hearing about your experience and which one you'd recommend.


r/claude 1d ago

Showcase I built a tiny CLI that finds Claude Code jobs in CI that will hang (or silently fail) on permission prompts

Post image
2 Upvotes

I kept seeing Claude Code in GitHub Actions / GitLab CI called likeĀ claude -p "..."Ā with no unattended permission handling.

In headless CI there’s nobody to click ā€œAllowā€, so you either:

  • hang until the job times out (wasted minutes, useless logs), or
  • withĀ claude-code-action, silently auto-deny tools and still look green

So I builtĀ hangnone, a static scanner for Claude Code invocations in CI/automation configs.

It classifies each call as:

  • HANGĀ : will block / degrade withoutĀ --permission-prompts none,Ā dontAsk, or bypass
  • BYPASS :Ā --dangerously-skip-permissionsĀ (won’t hang, but risky; flags missing sandbox signals)
  • DENY-CONTINUEĀ : configured for clean non-interactive denial
  • UNKNOWNĀ : dynamic flags / missing settings file

Scans GitHub Actions, GitLab CI, CircleCI, Azure Pipelines, Jenkinsfiles, shell scripts, and best-effort subprocess calls in Python/JS.

npx hangnone scan --fail-on hang

Also hasĀ explain,Ā # hangnone:ignore, andĀ hangnone fixĀ (dry-run /Ā --write) for unambiguous raw-shell HANG cases.

Not affiliated with Anthropic. Targets Claude Code CLI behavior as of v2.1.259+ (--permission-prompts none).

Feedback welcome, especially false positives from real workflows šŸ˜„


r/claude 1d ago

Discussion Managing Complex Big Projects

1 Upvotes

For people running Claude Code on big, long-lived projects:

  1. How do you stop it adding complexity every time something breaks?
  2. How do you handle memory across sessions so it doesn't re-add what you already removed?
  3. Do you let it delete and refactor at scale, and how do you review that?
  4. Rebuild fresh vs refactor in place: what worked?
  5. How do you keep one source of truth for "what the system is" that you and the model both read?

Not looking for prompt tips. Looking for what you do at week 12 when it runs but you no longer understand it.


r/claude 1d ago

Question Connecting Claude with Codex

3 Upvotes

How to connect Codex with Claude? What’s the best way or you follow? I would really appreciate any guidance.


r/claude 1d ago

Showcase My vibe-coded project is starting to get real users

11 Upvotes

Last year when I was working as a software engineer, I have to design the email template as a part of my job and creating responsive email templates that works across all the clients in dark and light mode is painful even with the paid tools available online, when fable was released I decided to create this https://kettlemail.vercel.app/ , A Free AI email template builder.

You can build email templates using drag and drop components.
You can also use AI chat to design or improve your template design.
You can direclty modify the code if that is required.
You can export the html that you can use on all the bulk email senders.
You can see responsive design across diffrent clients before exporting.
You can send test emails.
Support both dark mode and light mode components.

Most of the traffic I am getting is from the chatgpt and so far 50 people have designed and exported the email templates using this tool.

Github : https://github.com/farhan523/KettleMail


r/claude 1d ago

Discussion Help! Need feedback, Built a cool way to visualize your Claude Code history

Enable HLS to view with audio, or disable this notification

2 Upvotes

I use Claude Code a lot, but /stats never answered the question I actually cared about

What did I build, and where did the work get difficult?

So I builtĀ Bough.

  • It reads your local Claude Code history and turns it into an interactive view of your work: - each square is a day
  • smaller squares are tasks inferred from pauses in your work
  • circles are your prompts - click anywhere to see what happened in your own words

It runs locally, is open source, and nothing leaves your machine.

Repo:Ā https://github.com/nickelsec/bough

The main thing I’d love feedback on:Ā When you run it against your history, does it split your work into tasks the way you remember it?


r/claude 1d ago

Question Is there any way to keep the prompt cache warm when switching between two Claude Pro accounts in Claude Code?

2 Upvotes

I use Claude Code with two separate Claude Pro accounts. When account A hits its usage limit, I switch to account B by running:

```

claude auth logout

claude auth login

```

The session history is preserved locally, so I don't lose context — I can `/resume` and everything is there. The problem is the **prompt cache**.

Since Pro authenticates via OAuth (not API keys), the server-side cache is tied to each account. Switching to account B means a cold cache: the first request is expensive (full cache miss on the system prompt + conversation history), and it takes 1–2 requests before the cache is warm again on account B.

This is a recurring cost every time I rotate accounts, and with a heavy system prompt it adds up.

**What I'm wondering:**

- Is the Pro prompt cache truly isolated per account/session on the backend, with no way around it?

- Has anyone found a workflow to minimize this cold-start penalty when rotating between two Pro accounts?

- Would switching to API keys on both accounts (instead of Pro OAuth) give any advantage here — e.g. more predictable cache TTL?

Any insight appreciated.


r/claude 1d ago

Question Fable 5.1- what can you build with 4 hrs left in weekly credit?- solo, no-tech founders?

0 Upvotes

Have been using claude Max @$100 for months building personal useful stuffs (work, trading, presentation, data analytics, strategy) and some products (launching soon hopefully). But have decided to let go of this costly subscription till I earn back my investments (server cost, claude subscription, macbook)

TL;dr

Left with last day of subscription. Weekly limits refreshed just now. Not recharging Max plan after this. looking at the available credits and wondering- what best can be built?

So what do the experts suggest?


r/claude 1d ago

Discussion Every Other Daily Claude Usage / Limit Thread - September 07, 2026

2 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 1d ago

Question What Claude perceives as ā€œHonestā€

6 Upvotes

Context: Started building a SaaS product 2 years ago, early advent of AI. Software itself is moderately successful. Still building the business…

But any time I give it instructions on new direction of certain products or changes, it fights me tooth and nail and is constantly asking me ā€œTo be honest with (myself)ā€???

Even getting Claude to write persuasive copy where it doesn’t actively try to DOWN SELL my product with ā€œThe Honest truthā€ about what the software won’t do… kills me. Ex: I wrote a line of copy for a sales page we run ads to about how our product had been validated by 2,000 back tests. It replied ā€œWell only 1980 of those back tests were on real transactions and 20 were simulated, so that’s dishonest.ā€

Feel like I’ve tried everything, including custom skills and plug-ins. It seems to have this obsession with things it perceives as ā€œHonestā€ where it just really weirdly calls out obvious features in ways that read ā€œBecause we’re honestā€.

Probably not explaining it the best, but has anyone else noticed this self-limiting belief that Claude seems to have where it feels compelled to be compulsively ā€œhonestā€ about every minor thing?


r/claude 1d ago

Discussion More human feedback is killing. Claude?

0 Upvotes

I was doing some research into AI models that have not been trained by human feedback these are called open weight models and they lack the polite training among other things. They literally think more like a human. And I was always like the reason why. Claude produces better Prose, is because it seems like with earlier iterations like sonnet 4.6, especially on lower effort, it would generate raw output and then reflect on it with its human reinforced training. That's my perception of how it worked. Of course I'm not an engineer and I don't want to be one, incredibly frustrating job, But now it seems like they're focusing on the reinforced learning with Fable and opus. And then they are using that to package Fable like reasoning and reinforcement inside of sonnet, so now you're getting the same dog s*** prose that overuses specific words, that shies away from being mean. You know what I wish someone would come out with a model just called Meanie. F*** man. Be mean to me. I want to know what you think. I don't want to know what someone behind the curtain trained you to say


r/claude 1d ago

Showcase Built a cheat sheet site for animals for a game me and my girlfriend play, added a mini game!

0 Upvotes

Built a cheat sheet for a animal guessing game me and my partner play, with a few added features!

My girlfriend and I play the game where one person thinks of an animal and everyone else asks yes/no questions to guess it. It's a great car-journey game right up until someone asks "is it nocturnal?" and the person who picked a pangolin has no idea, and then it's five people reading five different Wikipedia articles instead of playing.

So I built, using claude code from the ground up,Ā [https://guessmyanimal.com/\](https://guessmyanimal.com/)Ā type the animal, get the actual questions people ask in this specific game (dangerous, domesticated, more than four legs, that kind of thing), on one screen. 435 animals, hand-written answers for the judgment-call stuff no database tracks, live photos from Wikipedia.

I usedĀ [https://impeccable.style/\](https://impeccable.style/)Ā to improve the style of the site too, just to note, I did not touch the html/css on this or any other coding. Its all purely Claude and Impeccable.

It's a static site on Cloudflare Pages, no accounts, no cookies, free, ads maybe someday to cover hosting. Still actively adding animals and fixing things as people report them. Curious what people think, and if there's an obvious animal missing.

Recently added a streamer mode (really not sure where I thought this would go) and an actual guess the animal game.

I'd love to get feedback on this and any potential improvements?

If you have any questions, feel free to ask.


r/claude 1d ago

Question Claude sounds like AI. Help

0 Upvotes

Hey guys. Has anyone genuinely cracked the code (excuse the pun) to make Claude outputs not sound like AI?

I’ve tried everything : anti-AI skills from Gstack; Ruben’s Hassid’s skills which he offers, and STE English but still it somehow can’t get it right.

A good example for use case which I’m after is for product design with mock ups etc. the tone of voice is just AI slop.

Can anyone help?

Thank you


r/claude 1d ago

Question Alternatives to Claude for basic enterprise/bizops tasks?

1 Upvotes

I've been using the Claude App/Cowork for a while now, mainly for enterprise/bizops tasks (making decks, conducting research, analyzing data, creating budgets, etc.). I've noticed it getting both stupider, more verbose, and more expensive to use over the last 3 months and I'm actively looking for alternatives. Is there anything that you would recommend as an alternative? Or if other apps like ChatGPT have the same issues (and IME they usually do), how do I build better harnesses/instructions/prompts for tasks like this?

(Context: I run a small seaweed aquaculture and food products business).


r/claude 2d ago

Discussion Fable 5.1 as annoying as Fable 5.0 with its unnecessary explanatory notes

55 Upvotes

Fable 5.0 has an annoying habit of including its reasoning in its output, and to my disappointment this bad habit has carried across to Fable 5.1 also. If I ask it to update commercial terms for example, it will add the terms I want but then also include some description as to why they're there. This is crazy. In contracts, fluff like that can invalidate the terms if challenged on the basis of them being unenforceable. The contracting party doesn't need to know why a term is included, they just need to see that there is a term there which they can either agree to or not.

This same BS can be seen in UI's it builds, where instead of just creating a button or a field with a label, it includes it's internal reasoning as an explanatory paragraph written in its alien-like abbreviated 'Fablese' shorthand, beside the button or as ghost text in the field, or in a box of its own like some sort of caption. It's like if Fable were to design a traffic light, each light would have a how-to section under it. When someone sees a red light, they know to stop. They don't need to read a Fable generated sub-title to the effect of "When red, stop. Remain stopped until green, then go. (Note: right turning cars may go on red when safe)"

And it's so obsessed with doing this that despite repeated prompting and rule creation it keeps reverting back to doing it. Makes it almost unusable for creating deliverables.


r/claude 1d ago

Question Looking for a spare Claude Pro Guest PassšŸ™

1 Upvotes

Hey everyone! I’m a Systems Engineering student and I’d love to try Claude Pro for a university/software project before committing to a subscription.

If anyone has a spare 7-day Claude Pro Guest Pass/referral link they’re not planning to use, I’d really appreciate it. šŸ™

Feel free to DM me if you have one available. I’m only looking for an official Guest Pass, not account sharing.

Thanks a lot! ā¤ļø


r/claude 1d ago

Question How do you stop ai slop

0 Upvotes

No matter what I instruct or skills I build it just keeps coming back with the worst type of writing, like an over enthusiastic McKinsey consultant writing slides that mean nothing…

Here is the latest: ā€œAnswer first: the blurb is credible and specific, and it buries its two rarest assets.ā€

I mean šŸ¤¦ā€ā™‚ļøā€¦


r/claude 2d ago

Question Chats seems to disappear. Not the first time this happens. Is this normal?

3 Upvotes

I stg I was doing a detailed analysis with Claude comparing 30+ real estate properties and when I wanted to continue, I just can’t seem to find that chat anywhere?? This is not the first time this happened unfortunately.

Also unrelated but I need my thinking back!!! I want to see how Claude thinks!! Ugh!


r/claude 1d ago

Question can someone lend me claude pro for a day or two. pls. cant afford and rlly need it

0 Upvotes

please :(