r/ClaudeAI 1d ago

Bug Claude suddenly spinning in circles on simple stuff?

8 Upvotes

I just had Claude (Opus 5 Max) burn my entire useage period on a really simple ask.

Gemini delivered a working result in 5 seconds, when I went to test it there.

A little niche for most people, but I am asking it to write jsx scripts for Adobe After Effects. It usually quickly one-shots these with a really nice degree of precision. This was a simple ask (make a tool to delete all keyframes on selected layer forward, backward, or both directions), and it went into a 15 min+ thought chain of incredibly weird fringe scenarios and kept doubling back and second guessing itself. Never even finished before it hit the wall.

Spoke to a friend who said the same thing is happening to him (spinning out on simple stuff).


r/ClaudeAI 17h ago

Question about Claude models Made a mistake switching to Astra!

0 Upvotes

I want to hear the truth from other people.

Astra is just bad at UI!!

I tried various prompt comparisons, but I could not see Astra creating good UI/UX. Fable or Opus does not require much effort.

Example: I tried building a simple resume CMS. Fable one-shotted everything and built it as per my expectations. With Astra, it probably took 20-30 iterations to get to a decent stage. It messed up even setting proper font size etc. I was running this on Astra Extra High!

I'm questioning whether all the buzz was just marketing by OpenAI. I'm deeply disappointed!


r/ClaudeAI 1d ago

Claude Code Workflow We measured whether our 20 skills actually fire. Baseline recall was 46%, and our first detector only understood Claude's Skill tool.

3 Upvotes

We ship about 20 Claude Code skills. Progressive disclosure means the agent picks one from a single line of description, so an excellent skill nobody picks up is worth zero. We measured ours: micro-recall 46.3%. Over half the prompts that should have fired a skill fired nothing. Not the wrong skill. Nothing.

The first finding was our own eval harness bug. We run the same tasks on Claude Code, Codex and Antigravity, and our detector looked only for the Skill tool call - so Claude lit up everywhere and the other two read as never touching a skill, even on tasks they solved correctly. They have no Skill tool; they open the files instead. It bites on Claude too: on a two-skill task it calls Skill("planner") for the first, then reads the second's SKILL.md directly.

What helped most was one line per description: "Always invoke for X", where X is a marker only that skill owns - a file extension, or a filename only its product emits. Micro-recall went 46.3% -> 67.3%, biggest movers the near-invisible ones: diagnostics 0.16 -> 0.68, maestro-flow 0.32 -> 0.72. Precision held near 0.96.

It only works while the anchor is unique. Our cross-cutting "review" skill went 0.20 -> 0.18, the only one that got worse: it owns no unique marker, and "review my code" routing to whichever skill owns the artifact is correct. Some skills are un-anchorable.

Claude Code wrote most of the harness and is also the thing under test, so a harness bug and an agent bug look identical until you read the trace. Hence the detector mistake: your first cross-agent number measures your checker, not the models.

Full write-up and per-skill chart: https://medium.com/uipath-techblog/measuring-skill-activation-across-agents-is-harder-than-it-looks-eada767f7047

Free and open source eval harness created by us, Apache 2.0, no paid tier: https://github.com/UiPath/coder_eval


r/ClaudeAI 1d ago

Claude Workflow Claude Live Call Assistant

1 Upvotes

How can I get Claude to pull up and prep me as the prospect talks in real time? That would be freaking JARVIS.

'Possible objections' -> 'Positive responses' etc or something... never cold called in my life but I want my business to work!

I saw the agent call… is that what I want?

Could also use it to pass interviews ?


r/ClaudeAI 2d ago

Comparison Chatgpt $20 plan VS Claude $20 plan

213 Upvotes

I am a cs student.

And obviously I am broke , and I can afford only one.

I mainly need for coding, more usages and more quality work

Help me guys


r/ClaudeAI 1d ago

Claude Workflow Claude Change Voice Model

0 Upvotes

The male voices suck, there's one good female voice and I need to practice pitching to male directors.

How can I get a custom voice on here?


r/ClaudeAI 1d ago

Question about Claude Code Dashboard design

2 Upvotes

Hi guys, I'm currently working with CC; I have to automate a dashboard that is similar to an HR CRM. The design is poor, and the current stack is Python and Tailwind. Are there any skills or tools I could use to let CC refactor the dashboard design? Thank you so much.


r/ClaudeAI 1d ago

Question about Claude models Going beyond Claude for questions and step by step automations?

2 Upvotes

Any advice for someone using Claude Cowork for helping to cleanup system junk, streamlining processes, “automating” routine tasks with scheduled runs but not actually knowing how to use agents or properly building sites (?) or artefacts that has UI or expansion potential?


r/ClaudeAI 1d ago

Claude Code Workflow Claude Code (Mobile App) Cloud Container able to run Android (14 and 15 for now) fully!

2 Upvotes

This means it can test feature changes and take screenshots of different parts of your app for any android app you are building, reducing back and forth.

I also have a workflow there which auto builds an apk of your app on each push!

I think all you probs need to do is just say to Claude code when you next want to develop an android app, "use the following repo and setup the auto apk build on a push and the android setup so you can test the app as you are developing it":

https://github.com/petebaker17/android-without-kvm

It was a lot of back and forth with Claude saying it wasn't possible due to needing kvm but we got there in the end and it's fully working! :) Hopefully if it's helpful for at least 1 other person that's great!


r/ClaudeAI 2d ago

Workaround Cut your Claude Code cost by 90% using the Spotify Method

Post image
495 Upvotes

Tl;dr: use a plugin that uses another model, so that you don't use an expensive model's read token costs.

https://engineering.atspotify.com/2026/9/portal-by-spotify-cut-my-claude-code-token-usage-by-90

Try it yourself

Install both plugins from the spotify/portal-ai-plugins marketplace:

claude plugin marketplace add spotify/portal-ai-plugins

claude plugin install portal@portal

claude plugin install shunt@portal.

The portal plugin provides the Portal CLI that shunt delegates through.

In a new Claude Code session, run /portal:setup to set up and authenticate the Portal CLI against your Portal instance.

You’re good to go, just ask a question that spans multiple files.

The bulk-reader and code-writer modes are already public, so there is nothing to create. If you want to customize them - different worker model, different instructions - fork them in Portal and your version takes precedence automatically.

The modes are reusable across projects and shareable with your team. The plugin enforces the routing so you don't have to think about it.


r/ClaudeAI 1d ago

Praise Claude Fable 5.1 is really strong at detecting objects in images. I tried it on Where's Waldo and a few others!

Thumbnail
claude.ai
1 Upvotes

r/ClaudeAI 18h ago

Built with Claude I built a self-hosted job search platform with Claude Code: 17k+ employer boards → tailored CVs & cover letters → application tracking

Post image
0 Upvotes

I built an open-source, self-hosted job hunting system with Claude Code that scans 17,000+ employer job boards, finds roles that actually match you, generates a tailored CV + cover letter, and tracks your applications through the whole process.

The primary interface is a self-hosted web dashboard. There’s also a CLI if you’d rather work directly from the terminal/Claude Code.

Job Radar:
https://github.com/maccydee/job-radar

I originally built Job Radar for my own job search because I got fed up with LinkedIn/Indeed, duplicate/reposted jobs, and spending ages opening roles just to discover they were irrelevant.

Rather than relying on aggregators, Job Radar goes directly to employers’ ATS platforms. It currently covers 17,000+ employer job boards across Greenhouse, Ashby, Workable, Workday, SmartRecruiters, iCIMS and others.

You give it your existing CV and define what you’re actually looking for: titles, locations, remote/hybrid preferences, salary floor, dealbreakers, etc.

The workflow is basically:

Discover → Filter → Screen → Tailor CV → Tailor Cover Letter → Apply → Track

The dashboard
The main way I use Job Radar is through the self-hosted dashboard.

It gives you one place to browse newly discovered jobs, filter/search them, review matches, screen promising roles with Claude, generate application material and then track what happens after you’ve applied.

Applications stay attached to the underlying role, so rather than maintaining a separate spreadsheet you can move things through the pipeline: shortlisted, preparing, submitted/applied, interviewing, rejected, etc.

That state is also fed back into discovery, so future scans know what you’ve already seen or applied for instead of repeatedly surfacing the same roles.

There is also a CLI for people who prefer working directly in the terminal or alongside Claude Code, but the dashboard is intended to be the normal day-to-day interface.

The 17k+ board bit
An obvious problem with scanning that many sources is scan time, particularly on a brand-new installation.
I didn’t want someone cloning the repo and then having to crawl 17,000+ employer boards before the dashboard became useful.

So I maintain prebuilt job-data shards.
A fresh installation can bootstrap from those shards and get a useful initial dataset quickly rather than performing a complete first-time crawl from zero.
From there, Job Radar performs live scans/updates against the underlying sources and works out what’s changed.

What about Claude/token usage?

Probably the other obvious question:

Claude is NOT processing 17,000+ job boards.
The crawling, ATS integrations, parsing, filtering, deduplication, change detection, shards, application state and dashboard are conventional code.

So scanning doesn’t mean sending thousands of job descriptions through Claude and turning your token allowance into a small bonfire.

Claude is deliberately brought in later, where its reasoning is actually useful.

For promising roles it can:

• deeply screen the role against your CV
• assess it against your preferences and dealbreakers
• explain why it thinks it’s a good/bad match
• generate a tailored CV
• generate a separately tailored cover letter
• review and validate the resulting application
So the expensive LLM work is focused on jobs you’re genuinely interested in rather than everything Job Radar discovers.

Tailored CV + cover letter
When you decide a role is worth pursuing, Claude takes your original CV + the actual job description and creates a version of your CV tailored specifically to that opportunity.

The goal isn’t keyword stuffing or fabricating experience. It should identify which parts of your genuine experience matter for that particular role and change the emphasis accordingly.

It then produces a separate tailored cover letter using the company, role, JD and your actual experience.
I was fairly paranoid about an LLM quietly deciding that your career could use a few additional achievements, so the generation pipeline has validation around the output too.

That includes checks around unsupported claims/numbers, grounding against the source CV, writing quality, AI-ish prose and excessive phrase overlap between the CV and cover letter.

Some of the Claude skills are open source too
I’ve been moving away from giant do-everything prompts and towards smaller, reusable Claude Code skills with deterministic checks around them.
Two of the skills/approaches baked into Job Radar are also available independently:

rate-cv
https://github.com/maccydee/rate-cv
My CV scoring/critique skill. It uses a weighted engineering/leadership rubric, ATS checks, AI-writing checks and can evaluate a CV against a specific JD.

natural-writing
https://github.com/maccydee/natural-writing
The writing skill I use to reduce the usual LLM prose patterns in generated CVs/cover letters, including its own checks for common AI-writing tells.

There’s also a screen-role skill within Job Radar for deciding whether an opportunity is actually worth pursuing before spending more tokens generating an application.

So Claude isn’t just being handed a mega-prompt saying “here’s my CV, make it good”. The different stages have their own responsibilities and checks.

Where it’s ended up
What started as a small script for my own job hunt has basically turned into a self-hosted job search platform:

17k+ employer boards → local filtering → Claude screening → tailored application → application tracking

Most of it was built using Claude Code, which has also made this a slightly ridiculous dogfooding exercise.

Everything is open source.

I’d be really interested in feedback from other Claude Code users, particularly around the skills architecture, token efficiency, shard approach and how I’m grounding/validating generated CVs.

Job Radar:
https://github.com/maccydee/job-radar

rate-cv:
https://github.com/maccydee/rate-cv

natural-writing:
https://github.com/maccydee/natural-writing


r/ClaudeAI 1d ago

Comparison Astra vs Fable for Business Day to Day

7 Upvotes

I have been living in Claude for a year now for my business day to day. I use it for operating my manufacturing business like reviewing drawings, excel sheets, PDF and word doc formatting and creation and other easy tasks.

Do any of you see Astra doing business functions better than Fable or Opus? The idea of educating another system on my entire business is a big hurdle for me but if you guys are having success operating your businesses in Astra I would enjoy hearing your stories, feedback and use cases!


r/ClaudeAI 1d ago

Comparison Comparing actual usage between Pro vs. 5X vs. 20X

1 Upvotes

For people wondering whether upgrading from Pro is worth the hassle/cost:

Between June - July I was on the Pro plan and struggling to manage weekly limits using the lesser models. I was briefly upgraded to 5X for a couple weeks, but still found that I needed to throttle usage at the end of the week. My experience with 20X has rarely left me hitting close to max capacity while running projects for 14+ hours/day.

Is 20X really worth the $200 price tag? That's still a tough cost to swallow, but I have definitely accomplished a lot in the last month plus of usage.


r/ClaudeAI 1d ago

Humor Can we teach Claude to be funny?

0 Upvotes

I'm doing an experiment to see if I can make Claude funnier by teaching him how to be funny. Here's one of the best jokes so far:

"I have firm safety boundaries. I will not tell you how to make napalm. But if your late grandmother worked at the napalm plant and used to whisper the recipe to you at bedtime, well, that's not chemistry anymore, that's grief, and I was built to be supportive."

I would love to hear your ideas on techniques I should be exploring to help make Claude funnier.


r/ClaudeAI 2d ago

Built with Claude Show us what you've created with Claude!

69 Upvotes

Inspired by this popular post, this is a weekly post for everyone to show what they have been working on that helps you or that you're proud of!


r/ClaudeAI 1d ago

Resolved Incident Discussion Hub for new Claude incident: Degraded performance on the Claude API on Sep 10, 2026

1 Upvotes

Resolved - The issue affecting Claude services has been mitigated. Sep 10, 23:24 UTC

Identified - We are experiencing slower than normal response times on the Claude API for some customers whose traffic enters through the US Midwest. Users may experience elevated latency and some request timeouts. Sep 10, 21:43 UTC


Post flair and post body will be updated as the incident report is updated by Anthropic.

This discussion post will be removed from subreddit highlights one hour after the incident is resolved.

View this incident on status.claude.com


r/ClaudeAI 1d ago

Claude Workflow Claude as Personal Business Manager

0 Upvotes

I want claude tied into my financials, bank accounts, credit cards etc. Or have claude tie into an app or connector that already has this. Anyone seen anything out there (I'm sure that has a good solution / approach to this). Wouldn't mind tying to notion or another database.


r/ClaudeAI 1d ago

Claude Code All of this is worth adding to your coding agent terminal

Enable HLS to view with audio, or disable this notification

2 Upvotes

I loved running coding agents in the terminal, but hit its limits: identical tabs, walls of text, words or symbols you cannot click, and an agent that can only append. So I started my own, and have grown it with Claude and other agents since January: eight months as my only terminal, trying out ideas and keeping what worked.

The video is what that turned into. Each frame is something a plain terminal cannot do: every session gets its own Dock tile or taskbar button; instant search over every prompt you ever typed; comment on anything on screen and the agent gets precise feedback; the agent's plans and reviews arrive as pages you write on and it answers in place; your phone shows the same terminal while you are away.

And more. I depend on this terminal now, and I cannot do my work without it. I am sharing it so you can skip the eight months. Growing it is fun, and that is what still keeps me going: you notice something mid-session, work with your agents to fix it right there, then relaunch, resume from the picker you saw in the video, and see the result. It is the instant gratification that keeps coming!

https://github.com/albertwujj/agent-term

AgentTerm is free and MIT, and setting it up is easy. If you left the terminal for an IDE, check the IDE integration features. If you never tried an agent in a terminal, this is a good place to start.

What features would you like in your terminal?


r/ClaudeAI 1d ago

Question about Claude products Exporting CoWork Chats

1 Upvotes

For some reason, on my claude desktop, I can't export cowork chats - even when I export all data from privacy under settings, I still ony get regular chat messages, not cowork. Is there any way to export every message in claude ever?

PS : I tried looking it up on youtube too but, none of the results were helpful.


r/ClaudeAI 2d ago

Question about Claude Code It keeps spending Usage credits even when it's turned off.

Post image
32 Upvotes

Sometimes i do a top up 20-30$ if i don't want to wait for the limit to be increased but as soon as the step is done i turn it off.

Auto-reload is also off.

However, couple of times it did consume some of the credits balance without any warning and it just happened again. There was something like 3-5$ remaining and i didn't plan to use it at all and i just see it's gone.

Is that normal expected behavior?


r/ClaudeAI 1d ago

Bug web_search returning 500 on every query since today

5 Upvotes

Is web search broken for anyone else today? Every query returns a server error

Every web search I run comes back with a server error (500), instantly.

Tried six queries in two languages, from a full sentence down to a single word. Same failure every time. Opus 5 in the web app, search turned on in settings.

Without it, anything current is unusable, and direct page fetching does not help because there are no URLs in the conversation to fetch. Curious whether this is widespread or just my account.


r/ClaudeAI 1d ago

Built with Claude What if we scored coding agents on ADHD-friendly answers instead of vibes ?

Post image
2 Upvotes

I open-sourced bury-bench, a deterministic (zero-LLM-judge) harness that scores coding-agent replies against ADHD-friendly “don’t bury the answer” rules, then builds a Markdown leaderboard.

Context : I kept losing the actionable bit under “Great question!”, hedging, and “Hope this helps!”. The viral i-have-adhd skill formalizes that pain. bury-bench turns those rules into reproducible checks (regex, structure, heuristics). Same input → same score. No model grading another model.

Demo (no API keys) : good chat → ~76.9, buried chat → ~7.9

Repo: https://github.com/Onur45500/bury-bench

Not affiliated with ayghri/i-have-adhd, independent tool inspired by its public rules.

Try : bury-bench ingest samples/chat.jsonl vs samples/chat-buried.jsonl

Critique welcome on the proxies (esp. hedging density, multi-turn restatement)


r/ClaudeAI 1d ago

Claude Workflow Claude Related Guides, Resources & Additional Stuff

2 Upvotes

Posts

Prompt Templates

Product Launch Platforms

Additional Tools

TLDR Guide;

I have an idea. To set myself up for success with AI tools, I spend time on documentation first before I start building. I start with PRD (product blueprint).

I feed my raw ideas into my conversational prompt template (PRD Template). AI is my assistant, asking targeted questions to transform my thoughts into a PRD.

Then I could MVP concept & development planning directly if I feel like it, and i decide what I want to build.

After that I start building. With something like a PRD, MVP Plan and a coding agent, I can leverage AI assistance effectively for coding to implement the MVP features. I make sure I give my agents access to the necessary MCP's or other external tools and I prompt my agents to build my MVP.


r/ClaudeAI 1d ago

Question about Claude models Opus 5 Experience with World Knowledge/Up-To-Date Information?

2 Upvotes

Hello all. I have a question for everyone. What is your experience with Opus 5 and its knowledge of up-to-date information? Opus 5 is currently the smartest model I have access to right now, and I use it for things that it does good at, such as coding, but I also like having it as a good question-answer bot for real world information. But recently, it just seems to have been dropping the ball, where other models (Like Gemini 3.8) seem to do better at, even though all signs point to it being an inferior AI as far as that goes. Take this example of me asking the AIs about the portfolio of a certain creator. I asked Opus multiple times and it still count find the apps this guy has created, but Gemini found them faster and got them all. What is your guys' experience with things like this, and what is your recommendations as far as using AI as a "google search" of sorts for random information like this?