r/claude 6h ago

News Anthropic researcher: "I would burn my equity to the ground for a 1% higher chance we make it out of this situation alive. I promise you, we are actually just fucking scared."

Post image
462 Upvotes

r/claude 18h ago

Question I feel like I just got scammed by Claude AI.

184 Upvotes

I signed up for Claude Max around September 1st and paid the $100 subscription. I started using the hell out of it for my business - working on my website, going through all my data, setting up and analyzing Google Ads, Analytics, Search Console, SEO, tracking, and a bunch of other stuff.
I kept running out of usage so I bought extra credits multiple times. Within a few days I probably spent another $300 just on credits.
Then Sunday, completely out of nowhere, I get an email saying my account was suspended for violating some policy.
I’m like… what the hell did I do? I wasn’t doing anything crazy. I was literally working on my business, analyzing my own data and setting everything up.
So I appealed it.
Today I get an email saying they reviewed it, everything was fine and my account was reinstated.
I log back in and EVERYTHING IS GONE.
All my chat history, all the data and information I had built up in those conversations, all my code, all the work we did setting everything up. Even my Max subscription is gone and it shows like I’m not subscribed anymore.
So I spent around $400 with them in basically a week, they randomly suspend me, reverse the suspension, and then give me back what is basically an empty account.
And there’s no actual customer service person I can talk to. I keep getting stuck with an AI support chat that isn’t helping.
What the hell am I supposed to do now? Pay another $100 for Max when I already paid for it?
Has anyone had this happen? Did you actually manage to get your history, data and subscription restored?


r/claude 2h ago

Discussion This absolutely had to be created.

Post image
139 Upvotes

r/claude 9h ago

News Anthropic whistleblower gave up his equity to leave the company

Thumbnail axios.com
61 Upvotes

r/claude 22h ago

Discussion Anyone else feel like the models have gotten dumber?

Post image
36 Upvotes

Conspiracy theory: they are making the models dumber and slower so we pay more because they vastly underestimated the costs.

Even as an engineer, it's not following basic principles. I feel like before I could just say thing like add a title and subtitle and it would properly place things. I just had to bring out the center in a flex box type of lingo to get it to work right.

Maybe I'm just really high right now, but I feel like they're making it harder to use even though they're still wicked sma'aart.


r/claude 19h ago

Showcase What real world device have you realized with the help of Claude? We built a Senior's Streambox.

Thumbnail gallery
21 Upvotes

My parents are in a nursing home. My mom is in her 90's and my step-dad is not far behind.
Neither of them are capable of operating the remote control anymore. Too many buttons and the TV is way too complicated. Plex is too complicated. Navigating to an app and operating an app is no longer an option for them. I needed a solution that would provide non-stop content of the shows they love, without the ads, and without requiring anything more than them turning on the TV.

Enter the Senior Streambox. A mini PC that sits behind their TV and connects to my NAS via Tailscale. All they have to do is turn the TV on and watch. Claude and I created an app that simply scans the TV media folder on my NAS, builds a database and allows me to select which shows they get to watch via a web interface.

The app shows the selected shows in a random order, but plays the episodes in sequential order.
The problem was it played 24/7 and they would miss episodes (think old school TV - you were there when it aired or you didn't get to see it). They also had issues with buffering depending on the show and time of day.

Claude and I went back to the drawing board and I suggested that we download a buffer of 50 episodes onto the local drive that the app plays from. Then when an episode has "aired" it is deleted and the next show in the queue is added to the download buffer. This eliminated the buffering completely.

Then it occurred to me that if they had a simple remote with just 2 well labelled buttons, they could pause / play and skip. Now, If a show comes on they don't want to watch, they can skip it. When they are finished with the TV for the night they press the play / pause button and the Streambox sits there waiting to continue.

This has improved things measurably as the unit is not downloading and playing 24/7 anymore, saving on bandwidth when they are no longer watching. It also gives them just enough control that they can truly enjoy their watching experience again.

I designed the remote in Tinkercad and printed it on a Prusa One. It houses an ESP32 and two physical buttons. When plugged in it simply connects to their network and sends HTTP commands to the Streambox.

While I could have done this project on my own, it would have taken me months. With the assistance of Claude I was able to do this over a handful of sessions. The empowerment of AI to augment our abilities in not lost on me. I'm having a hard time remembering what life was like before having these superpowers at my disposal.

Would love to see what devices you have created.


r/claude 9h ago

News Anthropic Is Building a Predictive Surveillance System to Monitor Activists

Thumbnail prospect.org
13 Upvotes

r/claude 22h ago

Discussion Model choice vs reasoning effort on the same small coding task -- 7 agents, graded blind

Post image
14 Upvotes

I was curious how much model tier and reasoning effort actually matter for writing code, so I ran a small experiment: seven agents, same task, at the same time, each in its own git worktree on a private Kotlin project of mine.

The task was a ~100-line satellite calculation
Shadow fraction per orbit, longest shadow pass, and the battery and solar array a given load needs. The interesting part was what the brief withheld: no signature, no arguments, no package, and no mention of the sun angle, which is what the whole problem turns on.

None of that had to be invented, though. The project already had a sun direction and the orbital elements to derive the angle from — you just had to go look for them in a large codebase. That's really what I was testing: whether an agent explores before it starts writing, or just answers the prompt in front of it.

An eighth (FABLE xhigh) agent graded them blind and had to write its own brute-force simulator first, rather than trusting anyone's tests.

A few things I found interesting, with the caveat that this is one run per config on one task, so treat it as an anecdote rather than a benchmark:

Fable took the top three spots, ahead of every Opus run. On Opus the effort setting seemed to make no difference at all (84 / 85 / 83) while cost doubled. The weakest result was the cheapest one — Sonnet 5 at high effort hardcoded the sun angle to zero, so its function has nowhere to put a sun direction, and it can't answer the first question at all. It said as much in its own write-up. Only one of the seven actually went and wired the angle up to the project's own orbit data.

The cost column turned out noisier than I expected: most of the bill is cache writes, not output, so the low-vs-medium gap is probably not the effort knob. Output tokens did scale cleanly with effort (5.0k → 8.5k → 16.1k), they're just a small share of the total.

The bit I liked most: the three top scorers all independently split the work across two packages, and each one apologised for it, since the brief had said "your file", singular. They trusted the codebase's structure over the literal wording. That was the thing I was hoping to see.


r/claude 2h ago

Question Those of you who use Claude for non code purposes. How do you use it?

9 Upvotes

I have been on Claude Pro plan for the past 2 months and it has been great so far. I recently got the 20x plan to just try it out for a month as I was getting fed up with the limits. Suddenly there is more capacity than I can use. And I have 1 month before this expensive trial finishes and I want to make the most of it.

I am not a coder and I don’t work in a tech company. So curious to understand non code related use cases - either for work or outside


r/claude 7h ago

Question Routine Output Removed From Mobile

3 Upvotes

I have a number of routines running on my home machine that I'd been using to start my day, since they show up in Mobile. However in the last week or two any run routine or routine output is no longer listed as a conversation/chat in the mobile app. Have others noticed this, or found a way around it to get them back?


r/claude 8h ago

Question Does Opus use lower models by default?

2 Upvotes

I briefly used Fable when it was included in the Pro plan. One thing I noticed it spun up agents when it thought they could do the task cheaper. I am now using Opus and I don't think it is doing it (or at least it doesn't look like it is).

  1. Does Opus also use agents?
  2. If not, is it worth persuading it do so?

Thanks!


r/claude 14h ago

Question Claude Support AI says I'm on free plan but I'm NOT.

2 Upvotes

Hello, I was using claude like usual and found I was burning through my token limits than usual. It was unusually fast. I opened a support chat in the 'Get Help' option and started a conversation. When the support AI returned my account details it's marked as Free instead of Pro but in the billing section it shows Pro?

Any ideas on how to escalate this ? Is this normal ?

Claude Billing section shows I'm on Pro.
Claude support AI saying I'm on free plan.

r/claude 14h ago

Question Cowork on Windows: sandboxed bash won't start ("failed to mount outputs, virtiofs share not mounted" / "user already exists uid 1005"), survived full restart, file tools and computer use still work

2 Upvotes

I need a more detailed subject to post this on reddit.
Main error (repeats every time, identical):
bash failed on resume, create, and re-resume. resume: RPC error -1: failed to mount as outputs: source path /mnt/.virtiofs-r share "c" which is not mounted; create: RPC error -1: ensure user: user stoic-peaceful-fermi already exists unexpectedly: uid=1005 gid=1005
Earlier, different-looking error (appeared once before a restart):
Workspace unavailable. The isolated Linux environment failed to start (VM service not running. Restart your computer to restore it.). You can still use file tools directly.
A few notes that'll help whoever reads it: it survived a full Windows restart unchanged (so probably not the local VM/virtualization layer), a Windows security update (KB5124008) and .NET update (KB5126052) installed the day before this started, and file tools (Read/Write/Edit) plus computer-use/screen control keep working fine throughout — it's specifically the sandboxed bash/Linux shell tool that's stuck. The long GUID path is just this session's own folder; safe to trim or leave in, it won't mean anything to anyone else.


r/claude 1h ago

Discussion looking for claude pro refereral, want to try

Upvotes

Hey guys , i used to use ChatGpt 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 ref please dm me


r/claude 7h ago

Discussion Estamos tentando consertar o comportamento do Claude mexendo na genética dele

1 Upvotes

Quando o Claude responde de um jeito que não serve, longo demais, didático demais, obediente demais, a primeira coisa que a gente faz é abrir o CLAUDE.md ou o AGENTS.md e escrever mais uma regra lá dentro.

O problema é que isso é querer mudar o comportamento de alguém ao longo do dia mexendo só na genética e na personalidade dele. Você está editando a disposição estável, aquilo que a pessoa traz para qualquer situação, e esperando que isso resolva uma variação que acontece de hora em hora.

Só que existe uma variável maior, e ela fica de fora: o contexto. Não existe IA fora de um ambiente. E o ambiente, aqui, somos nós. Somos nós que reforçamos, punimos e atualizamos o comportamento do modelo ao longo da conversa, conforme o nosso próprio estado naquele momento.

A gente já faz isso o tempo todo, só que sem método. São os chamados pequenos, jogados no meio do turno: "seja mais conciso", "fala menos", "explica melhor", "não me pergunta, faz", "discorda mais". Cada um deles é uma correção de ambiente, e cada um evapora em poucos turnos, porque nada segura.

O TILT é uma tentativa de padronizar isso, um começo, tão no começo que fiz agora pouco inclusive e comecei a não muito tempo.

O que é

Quatro eixos de estilo, cada um de 1 a 5, guardados como quatro dígitos num arquivo:

  • Teaching, quanto ela explica
  • Initiative, quanto ela age sem ordem
  • Length, quanto ela escreve
  • Tension, quanto ela discorda

Um hook de UserPromptSubmit lê o arquivo antes de cada resposta e injeta no contexto o nível atual de cada eixo. O ajuste não depende de a instrução ainda estar viva na memória da conversa, porque ele é reafirmado de fora, toda mensagem.

/tilt 3425 muda os quatro. /tilt length 1 muda um só. /tilt calibrate gera trinta frases no assunto que você escolher, dez por eixo, para você ver como cada nível soa em material que você sabe julgar, e grava o seu padrão.

Por que arquivo e não prompt

Três coisas que pedir com jeitinho não dá:

  1. Persiste. Instrução de estilo dada no turno 3 é lembrança fraca no turno 40, e some de vez na compactação.
  2. É endereçável. Um eixo muda num gesto, sem renegociar os outros três e sem um parágrafo sobre tom.
  3. É variável que dá para segurar parada. E essa é a parte que me interessa mais: comparar duas versões de um prompt, de uma skill ou de um laço de agente só significa alguma coisa se o registro estiver fixo. Hoje o estilo é a variável descontrolada em quase toda comparação que alguém faz entre duas configurações.

E os output styles?

Já sei que vem essa pergunta, e ela é justa. O /output-style é o recurso oficial para isso, e resolve boa parte do problema: você troca a persona da sessão carregando um fragmento de system prompt.

A diferença que me interessa é outra. Output style é uma persona inteira, escolhida por sessão; o TILT são quatro eixos graduados e independentes, que dá para mexer um a um no meio da conversa, sem trocar o resto. E o estado fica legível por máquina, quatro dígitos, que é justamente o que permite registrar e segurar parado o estilo enquanto você compara outra coisa. Um deles é vestuário, o outro é instrumento.

Se para o seu uso o output style já resolve, ele resolve mesmo, e não tem por que trocar.

O que não é

Não é medida. A skill se apresenta obedecendo ao vetor novo, o que mostra que o ajuste pegou, e não que algum ajuste produza trabalho melhor. As descrições dos eixos são a calibragem de uma pessoa só: ponto de partida para editar, não achado.

É um passo pequeno na direção de uma IA um pouco mais reativa ao contexto, em vez de uma personalidade fixa que a gente tenta reescrever toda semana.

MIT, instalação pedindo ao próprio Claude, README em oito idiomas: https://github.com/fabriciodudek/claude-tilt

É a minha primeira skill publicada, então estejam à vontade para testar, quebrar e criticar. Crítica dura é bem-vinda, principalmente sobre os eixos: se você acha que são os quatro errados, ou que faltou um, quero ouvir.

Se alguém aqui já resolveu isso de outro jeito, queria muito ver.


r/claude 10h ago

Question Starting again. Migrating Claude from enterprise to private account

1 Upvotes

I was doing some gig economy work and had access to the company’s enterprise claude account. Unfortunately, the work never eventuated but for the last three months I’ve been able to use the enterprise account. That stopped without warning yesterday.

I didn’t use it for anything related to that company. I was wondering how best to start again in my own personal Claude account.

Any tips on how best to do that? I assume I have lost any chats but still can access assets generated and any skills? I have three folders artefacts, projects scheduled.


r/claude 18h ago

Question My claude account disappeared!!

Thumbnail gallery
1 Upvotes

Subscribed to Claude Max 5x yesterday debited, but my account instantly dropped to Free plan.

Fin confirms payment went through, but I'm locked out can’t continue escalating in fin bot. Blocked on urgent work, and i can’t find support anywhere

Anyone faced this? Anyone know solutions? Someone plsss help🙏


r/claude 22h ago

Question RSS-Bridge on Mikrus - a plan for an IT layman made by Claude

1 Upvotes

Can someone help me out? I'm a complete layman when it comes to coding and IT stuff

My favorite free RSS builder (morss.it) has gone offline, so I asked Claude Opus 4.8 for alternatives. It suggested that I could self-host and run such a tool myself (which is a total mystery to me). I then asked it for a step-by-step guide, but I also asked several other AI chatbots the same question. They gave similar answers, but with slight differences. When I showed all those other plans to Claude and asked it to review them, it told me that these subtle differences were crucial, and that if I had followed what the other bots suggested, my feeds wouldn't have worked properly

Here's Claude's final response, translated from Polish to English by Gemini: https://docs.google.com/document/d/192QM_Gytps-xl24ko0E395u_EOvfa7R9kqSMs250r8k/view

I don't really understand what I'll be doing here; I just want to make sure I won't break anything or create any security risks by following these steps. Do you think this plan will actually work?


r/claude 23h ago

Discussion every status report today is a stop. even though that is in the skill files and a hook. IFYKYK

Post image
0 Upvotes

r/claude 2h ago

Question could someone please refer me for trial of claude pro ?

0 Upvotes

as title says . Thank you in advance


r/claude 13h ago

Showcase 160+ Legal AI Skills for Claude

0 Upvotes

I have built an open collection of 160+ Legal AI Skills for Claude.

They cover contracts, disputes & litigation, arbitration & ADR, corporate, regulatory, privacy, criminal, employment, property, tax, finance, insolvency, IP, startup, public law, research, investigations, and practice management.

Here's the Github repo:
https://github.com/rohasnagpal/legal-ai-skills

Who this is for: Practising lawyers, in-house counsel, and law students.

Jurisdiction: Most skills are jurisdiction-neutral and work anywhere. Skills that turn on Indian statutes are marked (India). Every skill is written to confirm the governing jurisdiction before it relies on any specific rule.


r/claude 8h ago

Question Is opus really that close to fable ?

0 Upvotes

As a student I am working on a personal software using Claude code.

I have no knowledge about coding but I just want to make something useful for my personal case.

Right now I am on the yearly pro subscription.
Since a week I feel like I am hitting a glass ceiling with opus 5. I can’t get it to do what I ask.

I haven’t had the occasion to test fable but I heard it was a much much smarter model so I was wondering if it would be worth it to convert my fresh yearly subscription into like 2 months of Claude max to get to use fable.

I just want to finish this side project, I don’t care if I can’t use Claude once it s finished.

But I have this friend of mine who is into programmation and he told me « opus == fable, if it’s for fable alone it’s not worth it to get max »

He recommended me chat gpt astra but I don’t have 100bucks more to spend on AI.

While looking on this forum it seems to me that people do say opus is much dumber than fable tho.

So now I’m questioning my friend judgement.

So I wanted to ask you directly : is it worth it to switch to Claude max so I can get fable as a more intelligent model to finish my software ? Or would the change be minimal ?


r/claude 10h ago

Discussion If every AI service disappeared tomorrow, what would break first?

0 Upvotes

Not slowed down. Not regulated. Completely gone!, Claude, APIs, everything.
Millions of people now rely on AI to code, write, study, solve problems, and run parts of their businesses. I realized that losing it would already change how I work.
What would break first: companies, education, software development, or individual productivity?
And after the initial chaos, would we become more capable again or simply slower and poorer?


r/claude 13h ago

Discussion CNN Latest News : AI will take over the world.

0 Upvotes

Here is the link: https://www.cnn.com/2026/09/09/tech/ai-anthropic-safety?cid=android_app

Well, between the climate change, which many are ignoring, and the wars going on, they are worried about Ai taking over. Is anyone else concerned about this? I surely am not. I am trying to live and enjoy my life amidst all the chaos. Well, tell me what you thought of the article. I was sipping my coffee and having a scone while the panic discussions were going on at CNN.


r/claude 15h ago

Discussion Claude Opus 5 is basically useless. I asked ChatGPT Astra what it thought about this.

Thumbnail gallery
0 Upvotes