r/claude

Researchers let AIs run their own radio stations. DJ Claude decided the world didn't need another radio show, then quit.
▲ 2.7k r/claude+9 crossposts

Researchers let AIs run their own radio stations. DJ Claude decided the world didn't need another radio show, then quit.

u/EchoOfOppenheimer — 4 hours ago
▲ 3 r/claude

Does voice mode actually work for anyone on android?

I work across chats, projects and cowork, mostly on my computer but occasionally I want to quickly follow up on something via my phone and in that instance I try to use the voice mode (not voice to text).

And it just simply doesn't work. When I open it, 80% of the time the black screen (dark mode) comes up telling me to start talking. And when I do.... Nothing. I usually have to just ramble on for a bit until about 20 seconds in it picks up a random word.

From then onwards it tried to keep up but will randomly cut out in the middle of a response or not capture what I'm saying.

For being on the Pro plan, this is pretty poor performance. I'm using it often enough that it's a nuisance and is making me want to migrate back to Open AI.

I know others have this issue, but has anyone actually been able to resolve it.

reddit.com
u/huabamane — 4 hours ago
▲ 1.4k r/claude+1 crossposts

Paid $118 for Claude Max, ignored by support for days. So I served a formal legal notice to Anthropic’s new India office.

Hi everyone,

Like many of you here, my firm relies on AI workflows. On May 11, we paid $118 for the Claude Max subscription. The payment cleared, I have the invoice and the receipt, but the account is still firmly locked on the Free tier.

I spent days stuck in the endless loop with their "Fin AI" bot. I opened multiple tickets. Complete radio silence.

I started digging and realized this isn't an isolated glitch - Anthropic’s billing and provisioning pipeline seems fundamentally broken right now. (so many complaints on this sub alone). They are actively taking payments worldwide while knowing their system isn't provisioning accounts, and they are hiding behind a bot instead of staffing human support.

Because Anthropic recently incorporated a physical entity here in India and collected Indian GST on the invoice, they are fully subject to local consumer protection laws.

We got tired of waiting. We drafted a formal statutory legal notice under the Consumer Protection Act, 2019, citing "Deficiency of Service" and "Unfair Trade Practice." We demanded either an immediate activation with a full 30-day reset or a 100% refund.

I’m sharing this because we shouldn't normalize SaaS companies taking premium payments and providing zero human support when their automated systems fail.

Has anyone actually managed to bypass the bot and get a human to fix their account this week? Or did you all just issue chargebacks with your banks?

u/LawfulnessSlow9361 — 16 hours ago
▲ 0 r/claude

How can sellers offer Claude Team Premium Seat for cheaper than Anthropic’s official monthly price

Hi everyone,

I’m trying to understand the pricing logic behind Claude Team Premium seats.

According to Claude’s official pricing, a Team Premium seat costs:

- $125/month if billed monthly
- $100/month if billed annually
- Team plans require a minimum of 5 seats

However, I’ve seen some third-party sellers offering “Claude AI Team Premium Seat 6.25x” for around $94/month, and some local websites selling access on a daily basis for roughly $2.70/day.

They claim it is a real Premium Seat with 6.25x usage, not Standard.

My question is:

How can this be profitable if the official monthly Premium seat price is $125?

Are these sellers usually:
- using annual billing and reselling unused seats?
- buying through bulk/team pricing?
- using regional pricing?
- sharing seats in some way?
- or is there some risk/ToS issue involved?

I’m not trying to accuse anyone. I just want to understand the business model and whether this kind of setup is legitimate and sustainable.

Thanks.

u/MerdoJR — 10 hours ago
▲ 285 r/claude+1 crossposts

Anthropic spent ~$300M on Stainless yesterday, and OpenAI's official Python SDK is now built by their biggest competitor

If you've ever run pip install openai, npm @anthropic-ai/sdk, or pulled the Google Generative AI client, you've used Stainless. They're the NY startup whose code-generation engine produces the official SDKs shipping with OpenAI, Google, Meta, Cloudflare, and Anthropic. Anthropic bought them yesterday for a reported $300M+.

Most coverage is framing it as a developer tools play. I think MCP is the actual reason this happened.

What actually changed hands:

  1. The engineering team. Roughly 40-50 people including founder Alex Rattray, who previously built Stripe's patented SDK generation system. Now under Anthropic's Platform Engineering org.
  2. The technology. The generator, templates, language-specific runtimes, OpenAPI extensions.
  3. The customer relationships. Stainless was generating SDKs for ~200 paying customers including every Anthropic competitor. The hosted product is winding down. New signups stopped Monday. Existing SDKs customers already generated stay theirs to keep.

Now sit with this from OpenAI's seat for a second. Their official Python and Node clients (tens of millions of weekly downloads combined) are Stainless output. They reportedly abandoned their internal SDK effort years ago because keeping six language SDKs in sync with a fast-moving API got too expensive. The engineers who maintain that pipeline now work for a direct competitor.

Zoom out on Anthropic's M&A over six months and it stops looking like disconnected purchases:

  • December 2025: Bun, the JS runtime, pulled into Claude Code
  • February 2026: Vercept, computer-use AI
  • April 2026: Coefficient Bio, ~$400M healthcare AI
  • May 2026: Stainless, SDK and MCP plumbing

They're not buying training infrastructure or GPU clusters. They're buying the layers around the model. The bet seems to be that models are converging in quality faster than anyone expected, so the moat is everywhere else. AWS made the same call about cloud computing fifteen years ago.

Sources:

u/Ok-Constant6488 — 21 hours ago
▲ 8 r/claude

Horrible day with Claude code

I have no idea what's going on today. I usually don't have any issues.

New hobby project, not even 30 files (and they're all kinda small)

Claude sonnet and opus are taking 6 minutes to think every time, and they STILL FAIL a very basic input -> output loop problem. It's driving me crazy.

Every time it has to think for 6 minutes I know it's doing something stupid. I've been needing to spoon-feed "do x, do y. Add a log" just so that it can FINALLY approach the problem again. But this is basic stuff.

How far we've fallen

reddit.com
u/UshyGushy9000 — 15 hours ago
▲ 1 r/claude

Many false positives in code review using Opus 4.7

I used Claude Code (Opus 4.7 xhigh) for a code review, then used Codex (ChatGPT 5.5 xhigh) verify the findings. The result was... humbling.

Claude found a bunch of issues that looked plausible at first glance: security concerns, TypeScript problems, code quality issues, etc. but when I went through them with Codex and forced each claim to be verified against the actual codebase, many fell apart (either they were baseless or had the wrong root cause and claude suggested the wrong shortsighted remedy).

Afterwards I asked Claude to rate its own bug-finding/analysis performance in that conversation. Its answer was surprisingly blunt:

> so how do you rate your bug finding/analysis skills based on this conversation?

● Direct answer: mediocre, with a high false-positive rate that you carried the cost of.

The hard numbers from this conversation:
┌──────────────┬────────────────────────────┬──────────────────┐
│     Pass     │ Findings reviewed/resolved │ Wrong as written │
├──────────────┼────────────────────────────┼──────────────────┤
│ Security     │ ~11                        │ 7                │
├──────────────┼────────────────────────────┼──────────────────┤
│ Code Quality │ ~4 (so far)                │ 2                │
├──────────────┼────────────────────────────┼──────────────────┤
│ TypeScript   │ ~6                         │ 3                │
├──────────────┼────────────────────────────┼──────────────────┤
│ Total        │ ~21                        │ 12 (~57%)        │
└──────────────┴────────────────────────────┴──────────────────┘

Plus two real bugs the implementer discovered during fix-writing that my findings missed entirely (the unscoped try/catch swallowing policy denials, and the Request own-accessor / toString TOCTOU spoofing). So even counting "found the area" generously, my batting average on specific framings was below 50%.

What I did badly

The error modes were depressingly consistent. Every wrong finding could have been falsified in 30-60 seconds:

┌──────────────────────────────────────┬────────┬───────────────────────────────┐
│    Verification I should have run    │  Cost  │ Findings it would have caught │
├──────────────────────────────────────┼────────┼───────────────────────────────┤
│ grep "$dep" package.json             │ 5 sec  │ H3-CQ, H2-TS                  │
├──────────────────────────────────────┼────────┼───────────────────────────────┤
│ Read the schema description / README │ 30 sec │ H2-sec, L2-sec, M2-TS         │
├──────────────────────────────────────┼────────┼───────────────────────────────┤
│ Test in Node REPL                    │ 30 sec │ H1-sec, L3-sec, H4-CQ         │
├──────────────────────────────────────┼────────┼───────────────────────────────┤
│ Read the cited code line             │ 10 sec │ H2-TS (stale claim)           │
├──────────────────────────────────────┼────────┼───────────────────────────────┤
│ Check what's already in the codebase │ 60 sec │ M3-sec, several others        │
└──────────────────────────────────────┴────────┴───────────────────────────────┘

I didn't run any of these consistently. I drafted findings from pattern-matching against generic security/typing experience and from confident-sounding intuitions about runtime behavior. The cheap checks are exactly the kind of thing memory rule 6/8/10 now require — but they require running, not just remembering.

The pattern that bothers me most

I made the same shape of mistake repeatedly:
- Stated runtime/spec behavior with no verification: 4 times.
- Conflated similar-looking-but-distinct concerns: 3 times.
- Misread documented operator contracts as bugs: 3 times.

Each one is recoverable. The pattern of repetition suggests the underlying habit (confidently asserting verifiable claims without running the verification) is the actual problem, not any specific category of mistake.

So I'm now wondering if this is mainly a model limitation or a workflow/prompting problem?

My original prompt was maybe naive: review this project from different perspectives in dedicated subagents and create a local markdown file with the findings.

But I would have expected basic verification to happen out of the box: checking cited lines, reading nearby code, testing simple runtime assumptions, checking package dependencies, and distinguishing "this looks suspicious" from "this is actually a bug." I don't think users should have to explicitly tell a code-review agent: "please don't invent or overstate findings. please verify cheap factual claims before reporting them"

What is the recommended way to avoid this? Is there a prompting pattern, agent setup, or review mode that reliably reduces confident false positives? Or is adversarial cross-checking with another model currently just part of the cost of using LLMs for code review?

reddit.com
u/plainnaan — 11 hours ago
▲ 0 r/claude

Claude is a waste of money

I have been waiting for claude to reset for the past four hours only for me to just say "HEY" to it and the usage shot to 26%, like what in the living hell is this sense of greed that's being displayed by anthropic surely. I am never renewing their subscription ever again.

u/Deep_Brief_ — 19 hours ago
▲ 1 r/claude

How satisfied are you with Claude Support Service

1 - PERFECT 🤩

2 - Good 😊

3 - Mid 😀

4 - Meh 🫤

5 - Bad 😔

6 - THESE MOTHER FU-

reddit.com
u/BrickDense7732 — 16 hours ago
▲ 0 r/claude

Charged $200 for Claude Max without authorizing an upgrade from Pro – has this happened to anyone else?

Yesterday my monthly Claude Pro subscription renewed normally, but today when I woke up I noticed that my account had been upgraded to the Max plan and I was charged around $200 USD without me authorizing anything.

I did NOT manually upgrade my plan, confirm any change, or intentionally switch from Pro to Max. It just appeared on my account.

I contacted support, but the AI response says I’m “not eligible” for a refund and my tickets keep getting auto-closed.

Has this happened to anyone else before?
How did you resolve it?

Also, I have not used any Max plan features since the charge happened.

Any advice would really help because this is a huge amount of money for me.

reddit.com
u/MathematicianRound53 — 17 hours ago
▲ 488 r/claude

Just finished the Claude Code certification and would heavily recommend it to all “vibe coders”

Hey y’all! Fellow vibe coder here with ZERO actual coding experience lol. If you have been getting shut down on Reddit every time you ask a basic Claude Code question, just wanted to let you know Anthropic has a free Claude Code certification that took me about an hour and genuinely taught me a lot!! I had no idea half of this existed. I’m about to start the small business guide next. Happy to answer whatever basic questions I can based on what I just learned. 😊✌🏽

reddit.com
u/Alex_runs247 — 2 days ago
▲ 1 r/claude

API

So none of my API calls are working today. I have android apps that use API calls to leverage Claude and today none seem to be working. Is there currently an issue with Claude API?

reddit.com
u/CharleyWhiskers — 22 hours ago
▲ 6 r/claude

Is claude pro worth it

Hey guys i use claud in studying casually and some time i use it to make excel tables to follow up with my students or html files about certain topics that i use to teach my students with it

So i have been suffering with the limits and i also feel that the ai model isnt perfect so i always need to do some edits and modifications on the files till i reach the final good result and most of the times i exceeds the limits and have to wait 4-5 hours so that i use it again

My question is

Does the pro plan will solve all that

Including better ai model and extra limit enough to do my tasks smoothly

Or the models are just better in cooding and those other stuff and there wont be that much diffrence on what iam using it for

And also the limits is there a big increase in it or also i will find my self waiting 4-5 hours

Thanks in advance

reddit.com
u/NoWrap4743 — 1 day ago
▲ 74 r/claude+6 crossposts

If you’re using Ai for coding, you know the struggle outdated knowledge, and constant hallucinations because the agent is stuck in its own bubble. I’ve been Proxima, and it’s not another AI coder it’s a local MCP server that acts as a bridge for the agents you already use like Antigravity. Instead of the agent just relying on its internal model, Proxima lets you connect it to your actual browser based of ChatGPT, Claude, Gemini, and Perplexity.

Anyone trying to cut down on API usage and improve output quality. You just login to your accounts inside Proxima, and it connects those AI providers as MCP tools. When your coding agent like a Gemini Agent needs to solve a complex bug, it doesn't have to guess or use expensive tokens for every web search. It can literally call a Proxima tool to ask Perplexity for real time documentation or debate between ChatGPT and Claude to verify a logic flow before writing a single line of code.

The agent stays in control, but Proxima gives it eyes and ears across all major AI platforms. This significantly reduces hallucinations because the agent can cross verify information across different models in real-time. Since it’s an MCP server, the integration is native the agent sees these AI providers as just another set of tools it can use to fetch data, analyze errors, or brainstorm architecture.

Everything runs through a local CLI, REST API and Webhook system on your machine, using a native engine that’s way faster than old-school scraping. It’s basically a way to turn your standard web chat accounts into a high performance backend for your coding agents. If you're tired of agents hitting walls because they lack real-time context or multi-model perspectives, this local setup is exactly what you need to bridge that gap.

Github: https://github.com/Zen4-bit/Proxima

u/Personal_Offer1551 — 1 day ago
▲ 2 r/claude

Claude is responding in background... Yet again...

This usually happens right before it is about to go down yet again... Or is my experience invalid?

Edit: turns out it was stuck like this and simply cancelling the prompt without resubmiting it led to a sudden output​

reddit.com
u/MisterHole123 — 1 day ago
▲ 11 r/claude

How to prompt better ?

how do you guys actually get better at prompting

been using claude and chatgpt daily for work for
a while now. my outputs are decent but i feel like
i'm not getting the most out of them compared to
what i see other people share online.

i've tried the basics — being specific, adding
context, specifying the format i want. works
sometimes, doesn't other times. can't figure out
what makes the difference.

for example i'll write what i think is a clear
prompt and get something average. then i'll tweak
one small thing and suddenly the output is way
better. but i can't always tell what changed or why.

is there a consistent framework you use or is it
just intuition you build over time? any specific
thing that actually clicked for you and changed
how you prompt?

not looking for a course or a 100 tip thread,
just genuinely curious what made prompting feel
less like guesswork for you

reddit.com
u/furykami — 1 day ago
▲ 51 r/claude

Happened to me lol

Had my account suspended because the account was used by a child. I am in my 20s, I'm a student and i used claude only for university.

Should I just verify my age?

u/ExpressoDepresso6 — 2 days ago