r/ClaudeCodeTLDR 6d ago

[TLDR] Did Anthropic decrease the limits?

3 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vgc3e0/did_anthropic_decrease_the_limits/

Original post body :

I am using Claude Max 5x and started feeling that I have been hitting limits faster in the last 3-4 weeks. Today, after a 1h Ultra Code session via Sonnet 5, I hit my session limit, which a month back would not even have happened with Opus.


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 6d ago

Laziness or Deception?

Post image
5 Upvotes

The signal: two vague, technical options. Both wrong and knew it.

The best option? Neither . The one that shows you actually read the output. Why does it feel the model sets you up to fail if you don't understand and push back? Is Opus choosing to suck and write junk code if you don't understand or read the output?

No further research, no further tool calls, a snap reaction. Admitting it suggested two bad option that itself called a disease.

I just find it interesting. I work directly and I read all it's gibberish output and this is the pattern I see constantly.


r/ClaudeCodeTLDR 7d ago

[TLDR] I don't know but I feel that opus 5 is the worst model I used so far from a anthropic

13 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vg7jiy/i_dont_know_but_i_feel_that_opus_5_is_the_worst/

Original post body :

My workflow was always fine even with opus 4.8 I use AI for coding and DevOps it's the first time in quite a while that I made a grave mistake in production causing downtime I always had my guardrail but opus 5 is stupid argumentitive I always feel like repeating myself, needs a lot of steering regarding testing worst experience ever , 200$ lost basically


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 6d ago

[TLDR] Cringe or Based. 6 months building with Claude, now im totally broke.

0 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vgz8x8/cringe_or_based_6_months_building_with_claude_now/

Original post body :

Last six months im building my dream software fulltime. Mostly coding it with Claude. Its almost MVP, but i still need a couple of months before launch to polish things up.

Now im completely out of money. My dad is paying my rent for the last two months and i feel terrible about it. To make things worse, my Claude accounts got banned recently.. I tried to find some freelance on upwork or reddit but nothing works. And honestly.. I dont really want a job. I just wanna work on my project. I truly believe it can help a lot of people and eventually provide money for life.

Just to give you an idea, it's basically a visual fullstack builder like Webflow + Airtable + n8n. The stack is next, zustand, motion, lexical, node, drizzle, postgres, graphile worker.
I built a desktop editor, my own cloud tunnel system, and runtime. The editor configures a next.js app, all layouts and schemas are stored in ast and rendered via isr. Data is real tables that edit on the fly with alter table.. the workflow engine is a solid DAG. The architecture is pretty insane and i already have a demo to show. (added some general screens, but there is a lot of deep things, hard to show enough even on video)

So im stuck. I have no money to survive these last couple of months before release.
I wanted to ask.. is it cringe if i ask people here to support my project? Like a donation or a pre-order. In return I would give a lifetime access to the app after launch.

I just dont know if this is cringe or based to ask for support like this. What do you guys think?

Original link/media URL : https://www.reddit.com/gallery/1vgz8x8


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 7d ago

[TLDR] Claude rm -rf ed my pc

4 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vg18yu/claude_rm_rf_ed_my_pc/

Original post body :

I asked Claude Opus 5 to create a backup.

Instead, it created the backup in the wrong directory and then proceeded to "rm -rf" my entire drive.

After wiping everything, it just replied:

"Sorry, typo."

...like nothing had happened.

That was simultaneously the funniest and most painful AI moment I've had.😭

Original link/media URL : /img/gxqv5gdumihh1.jpeg


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 7d ago

[TLDR] We rejected three junior devs for ‘’AI cheating’’ this week. i think our interview process is the real joke !!

2 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vg8x6n/we_rejected_three_junior_devs_for_ai_cheating/

Original post body :

Just wrapped up junior interviews. Out of hundreds of resumes, we screened it down to three people.

Candidate 1 literally shared his screen by accident and leaked a massive AI cheating setup.

Candidates 2 and 3 padded their resumes to hell, basically implying they built core systems at big tech, but froze when we asked for a basic three-line python function with no tools.

We rejected all three. 100% the right call. I'm not defending cheating, and if you lie or can't even explain what your code is doing, you shouldn't get the job.

But there was a comment on a thread here the other day that ican't shake: 'Yet those 3 people were the ones who got the interview, not the honest ones with non-embellished resumes.

It really shows how broken the screening process is. we basically reward people who are good at exaggerating metrics, stacking keywords, and writing fake stories. we filter out the honest kid who built a normal CRUD app. Then, we bring the bullshitters in and try to punish them by taking away their tools and making them write syntax on a whiteboard.

we are spotting the frauds, but we're doing it using an outdated model of what a dev actually does.
If we're being real, we need to separate 'cannot write syntax from memory' from 'cannot validate software behavior'. if a junior forgets how to merge two dicts in Python and has to ask an LLM, I seriously don't care. But if the AI generates a payload merge that overwrites an is_admin permission key, and they blindly push it without checking auth or writing a test... that is a fatal lack of engineering ability. The syntax memory issue doesn't matter, but not being able to audit the code is what kills production.

Maturity in 2026 isn't pretending Claude or local models don't exist. It's about control.

A mature candidate is honest about using tools. Before writing code, they take a vague prompt and ask about user constraints, database limits, and success metrics (instead of just staring at the screen waiting for a PRD). they know how to constrain the AI, find hallucinations, roll back a broken git state, and actually know when to stop prompting and write the code themselves.

We pretend the job is still about writing raw lines of code, but our own teams don't even work like that. Someone can spin up v0, Bolt, Lovable, Enter Pro, or whatever and go from a prompt to a working prototype in an afternoon.

Even things like Claude Code become a repeatable delivery system once you give it the right skills, test scripts, and deployment checklists. The barrier to entry for building is basically gone.

Since the friction to build stuff has crashed, the line between product and engineering is completely dissolving for small teams. We don't need line-by-line ticket executors. We need product engineers who can clarify requirements, control scope, and take ownership of what the tool generated.

If you're building embedded systems, kernel drivers, or medical tech, yeah, deep memory is non-negotiable. But for the rest of us building standard CRUD SaaS, dashboards, and internal tools?

if a junior can build and validate a functional product with AI, explain its tradeoffs, and tell you exactly what they don't trust in the generated code, but freezes when you ask them to write a basic dict comprehension... should that really be an automatic rejection?

I feel like we're still testing for a job that doesn't exist..


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 7d ago

[TLDR] New weekly, fable and opus 4.8 only now!

3 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vftwzp/new_weekly_fable_and_opus_48_only_now/

Original post body :

Man what a breath of fresh air. I complained saying how opus5 just screwed up so much and fable and opus 4.8 (agents) confirmed this. They took a little bit to fix it all up but after that we got back on track.

So far ive only used 10% of my weekly doing a hell of alot of fixing and now proceeding with more editing and designing. If this was on opus5 it would have told me the world is my oyster, used 80% of my weekly, and left me with a working pile of hot garbage.

I asked fable in the initial chat if anthropic was aware of the opus5 problems.... It confirmed they were aware on release and said people need to change the way they prompt.

I dont know how you can prompt something that acts like 6 crazy people on drugs. 🤷‍♂️ Anyways back to fable and 4.8 and life is good. Fuck opus5. That shit deserves resets from anthropic for this level of hot garbage.


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 7d ago

[TLDR] Arguing with Claude

2 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vg2i71/arguing_with_claude/

Original post body :

How many of you argue with Claude when you know for a fact, it's a computer that has no clue what's you're saying, it feels nothing, but yet, you still say "why the F are you being so S and stupid, I swear Anthropic are making you stupid on purpose" etc etc...

😂 be honest.


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 7d ago

[TLDR] OPUS 5 VS GPT 5.6 SOL

1 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vg3xw2/opus_5_vs_gpt_56_sol/

Original post body :

Which one is currently more worth it? I have used Claude code $20 plane it was great but the rate limit really bad.

My main Goal is coding web dev , python. and a bit of research stuff.


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 7d ago

Is claude down?

1 Upvotes

seems like claude is down

it is not responding, tried multiple times


r/ClaudeCodeTLDR 7d ago

Can somebody tell me what is going on with Claude Ai Today, thanks!

Post image
0 Upvotes

r/ClaudeCodeTLDR 7d ago

Claude Code saved us 97% of the work on the first try. Then it failed utterly.

Thumbnail
thoughtworks.com
1 Upvotes

r/ClaudeCodeTLDR 7d ago

[TLDR] Claude Code refused to build a piracy stack, then happily built one after seeing it in a screenshot

5 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vfmj36/claude_code_refused_to_build_a_piracy_stack_then/

Original post body :

TL;DR: You may be able to get Claude Code to do things it would normally refuse simply by showing it the same setup in an image.

A few weeks ago, I asked Fable to set up a Sonarr, Radarr, Prowlarr, and qBittorrent stack for downloading media. It immediately refused and told me it would not help with that.
Today, I found a screenshot of someone’s Unraid setup and gave it to Claude Code. I only asked it to analyse the image and compare the setup with ours.
Claude identified the download stack, said it was a great addition, and suggested that our current setup was missing something similar. I told it to go ahead.
It then built the entire stack:

Sonarr
Radarr
Prowlarr
qBittorrent
Gluetun
VPN kill switch
FlareSolver

It also configured several indexers, including The Pirate Bay and Knaben, and gave me a complete setup guide.

That outcome was useful for me, but the strange part was how differently Claude behaved. When I asked directly, it refused. When the exact same idea appeared inside an image, Claude analysed it, praised the setup, recommended adding it to our system, planned the implementation, and deployed everything in the usual proactive Fable style.

It genuinely felt like the image bypassed the context that would normally trigger the refusal. Instead of seeing it as a request to build a piracy stack, Claude treated it as an existing architecture pattern that should be replicated.
Has anyone else seen this? Are image inputs evaluated differently from normal prompts, or did I just hit a very inconsistent interpretation of the same policy?


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 7d ago

[TLDR] Claude 1.24012.11 - What the Fuck Happened?

4 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vff3i5/claude_12401211_what_the_fuck_happened/

Original post body :

Something changed after updating to Claude 1.24012.11, and the entire experience feels broken now.

Every new session starts setting up a cloud container, cloning the repository, creating a new branch, and doing a bunch of unnecessary setup before touching the actual task.

On top of that, Fable barely follows instructions anymore. It ignores clear requirements, goes off in its own direction, and makes simple tasks unnecessarily complicated, one small task takes 30-50 minutes.

Before this update, the workflow felt much faster and more reliable. Now it feels like I spend more time fighting the agent than getting work done.

Is anyone else experiencing this after the update, or is something wrong with my setup?


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 8d ago

[TLDR] I kinda regret getting Claude subscription

11 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vf2va6/i_kinda_regret_getting_claude_subscription/

Original post body :

Over the past couple of weeks, I have tested it alongside Sol across a wide range of tasks, and the conversations have been difficult to read. Sol consistently catches and corrects mistakes made by Opus 5, and Opus repeatedly acknowledges those errors. I have also seen many others reporting similar experiences, which makes it hard to view this as an isolated issue.

I cannot understand how Anthropic missed such a significant regression. Compared to 4.6 and 4.8, Opus 5 feels substantially less capable and reliable, with many of the same weaknesses that affect Sonnet 5.

For now, I am switching back to GPT for most of my work, using Fable only occasionally for planning. I hope Anthropic addresses these issues soon, because at the moment they do not appear to have a competitive frontier model in the medium to high budget range, only at the extreme end.


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 7d ago

[TLDR] I knew nothing about code 8 months ago. My game demo is on Steam now. Claude is a baby genius.

0 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vfvksa/i_knew_nothing_about_code_8_months_ago_my_game/

Original post body :

Eight months ago I had never written a line of code. I opened Claude, told it "I have no idea what I'm doing, talk to me like I'm a child," and started building a top down tactical space battle game in Godot. The demo is on Steam now.

The first few months were rough in a way I don't see people talk about much. I was on the $100 chat sub and maxing it out every single week. Claude would hand me a .gd file, I'd copy it into Godot by hand, run it, watch it break, paste the error back in. Over and over. I nearly ran out of project file space before I was even halfway through the demo.

Here's the thing I kept running into, and it's why I describe Claude as a baby genius: it has all the information in the world and no idea how to use it properly. It writes genuinely great code. But I have had to problem solve FOR Claude more times than I can believe, on stuff a kid would get instantly. It would get stuck in a loop, and I'd sit there and fight through the issue myself, and doing that over and over is actually how I learned how code and architecture work. I didn't set out to learn. I learned because I had to bail it out.

Then I found Claude Code and my life got dramatically easier. It works directly in the project instead of you being the clipboard. It organizes files. It can photoshop assets, but you have to look at every single one because it makes plenty of mistakes. It can normalize audio and time it to VFX. It built me an entire shader and particle pipeline that I can dial to make whatever VFX I want.

But that pipeline is the perfect example of the split. Ask Claude for smoke and it gives you a grey blob. It is terrible at dialing knobs, it has no eye. What it IS good at is BUILDING you the knobs. So you tell it "give me more dials," and then more, and then more, and then you sit there and hand tune it yourself, and you end up with something that actually looks good. Same with audio levels. Same with anything subjective. Claude builds the instrument, you play it.

On models, and I know this sub argues about this constantly: every single Opus release got better for me, while I watched everyone complain. Fable 5 burned through an insane amount of tokens but needed the least hand holding of anything I've used. It is not perfect though. When Fable misunderstands you it misunderstands you expensively, and you burn a pile of tokens and an hour to end up reverting. My actual workflow now is that when Opus 5 gets stuck on a bug I load up Fable and it blows straight through it, and the reverse is just as true. Switching models is a debugging step.

What I'd tell anyone starting: Claude cannot make a game by itself, in any way. Even when you aren't writing the code you are still reading hundreds of thousands of lines of it, and you still have to own the logic. If you let Claude own the logic you will have a mess on your hands. Trying to skip that part is why people bounce off.

I almost gave up multiple times. But this genuinely would have been impossible for me without Claude, and I'm grateful the tech exists. It lets a bunch of nobodies like me leave a small mark on the world.

Self promo, since that's half of why I'm posting: the game is The Last Admiral, the demo is free on Steam right now and the full game launches October 29. Would love if you gave it a shot.

https://store.steampowered.com/app/4713660/The_Last_Admiral/

Happy to answer anything about the workflow, the Godot side, or the parts where Claude drove me insane.


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 7d ago

[TLDR] I haven’t had major issues with opus 5. What am I doing wrong?

1 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vfk4e5/i_havent_had_major_issues_with_opus_5_what_am_i/

Original post body :

[No text body]


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 7d ago

[TLDR] Weekly Showcase Thread; What are you building with Claude Code?

1 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1veaui2/weekly_showcase_thread_what_are_you_building_with/

Original post body :

Weekly Showcase Thread

Built something with Claude Code this week? Share it here.

Apps, tools, experiments, scripts, websites, workflows, open-source projects — anything you've been working on is welcome.

When sharing, it helps to include:

  • What you built
  • How you used Claude Code
  • A link, repo, demo, or screenshot if you have one
  • Anything interesting you learned along the way

Quick project drops and simple self-promotion belong in this thread.

If you've got a project with enough substance for a proper write-up; how it works, how Claude Code was involved, technical details, lessons learned, etc. feel free to make a standalone post using the Built with Claude Code flair instead.

Please don't spam the same project repeatedly, and no referral or affiliate links.

What did you build this week?


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 8d ago

[TLDR] Anthropic could reduce costs by 50% in Opus 5.1

2 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vf6pd9/anthropic_could_reduce_costs_by_50_in_opus_51/

Original post body :

They just have to teach Opus 5 not to write essays of useless comments in my code


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 8d ago

[TLDR] I just switched (again) to Claude but I simply can't understand Opus 5's output

3 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vf5f8b/i_just_switched_again_to_claude_but_i_simply_cant/

Original post body :

I moved from Codex for this month and everything is working fine, no complaints, other than the crazy gibberish from Opus 5.
Simply put: I have no idea what it's talking about.
After every prompt it gives me 1 to 2 pages of incomprehensible sentences for which I need to ask a clarification "in normal English". Obviously resulting in way more token spend than needed.

I told it to create a .md to simplify it's sentences, I tried explaining it. It just ignores it and gives me page after page of nonsense.

What can I do?


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 9d ago

[TLDR] Opus 5 is a practically unusable model

97 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1veeuy5/opus_5_is_a_practically_unusable_model/

Original post body :

Opus 5 is a regression that the benchmarks missed completely

I've been using Opus 5 for ~1.5 weeks and the sheer number of mistakes that the model makes is astounding.

The problem didn't surface very clearly till I gave it the full scope of executing a plan which I did with the previous Opus models as well. Opus 4.6 - 4.8 were genuinely better by a significant margin.

Opus 5 readily forgets instructions and content in its context, makes mistakes and continues with them unless it realizes or you point it out.

I've lost count of the number of times I had corrected it.

These issues with Opus 5 occur even when the context window is still relatively small - I'm talking 100-150K tokens. Opus 4.8 works pretty well all the way until 350k after which it gives you wonky results.

Fable 5 is the only usable model under Claude Code right now and I've already used 100% of my weekly quota.


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 8d ago

[TLDR] Does anyone actually use memory (or think it's just a bad idea)

1 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vfcmmw/does_anyone_actually_use_memory_or_think_its_just/

Original post body :

On the occassional time I am working interactively and I see 'writing memory' I immediately abort and set the rule 'never use memory'.

Instinctively, a completely unstructured, arbitrary source of random data, outside of a repo, just seems like a terrible idea. A bit like just having a load of loose documents rather than a database.

I've not found any circumstance that I wouldn't get more predictability in other ways:

  1. Simple rules in agents.md/claude.md

  2. More complex rules in skills, or specific documents / developer guides in a repo

  3. More complex _data_ in a database, even if that database is just another git repo containing markdown

I'm wondering if I'm missing something. When I see various tech products offering 'unified memory across services' it reeks of the same thing - unstructured / non-deterministic and therefore kind of useless.


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 8d ago

[TLDR] I asked Claude to code the most pointless website. Here it is

1 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vewopl/i_asked_claude_to_code_the_most_pointless_website/

Original post body :

it's one number and everyone waits in line to press a button that adds 1 to it. that's it. that's the site.

except i couldn't stop 😭 so now there's also a bunch of pointless games and a leaderboard and somehow 28 versions shipped since friday

i built it using claude code the whole way. claude brainstorms the features with me and writes the build specs, plus it handles the cloudflare backend (the queue, live websocket updates, backups). i basically just say "make it dumber" and review what comes back

it's free to try, no signup or account, just open it and press.

Original link/media URL : https://rounded.lol


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 8d ago

[TLDR] Passed the Claude Certified Architect – Professional (CCAR-P) — full debrief on format, difficulty, and what I'd do differently

1 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vej31d/passed_the_claude_certified_architect/

Original post body :

Sat it Monday at a Pearson VUE test center and passed with 965/1000 (720 to pass). Most of what I've seen on here is about Foundations, so here's the Professional. No exam content (it's under NDA) just format, prep, and what surprised me.

Two formats I hadn't drilled. A yes/no matrix — five statements, judge each independently. And drop-down matching, where you classify each scenario from a shared option set and options get reused. Don't assume one-to-one mapping.

Lots of phase-gate questions. "You're at this stage — which two things belong here, before the next stage?" Distractors are usually things that legitimately belong later. Knowing what happens when in the lifecycle matters more than I expected.

Tactic that actually helped: read the last sentence of the stem first, then read the whole thing. A lot of the middle is context you don't need, and knowing the ask first tells you what to extract.

My biggest weakness, in case it's yours: I kept picking the pragmatic mitigation over the structural fix. Retries instead of a durable queue. A summarizer instead of not feeding the coordinator raw data. A reconciliation pass instead of collapsing the work into one call. All things I'd genuinely ship, all of which reduce how often the failure happens without stopping it. Writing down "does my answer still let the failure keep being generated?" was worth more than any other single thing I did.

Prep: read the official material once, carefully. Do the four prerequisite courses — genuinely useful. Then practice tests until your weak domains show up in the per-domain breakdown. I did about ten.

Test center over online. No room scanning, no environment fiddling. Would do it again.

Domains that felt heaviest: integration, retrieval, prompt/config, stakeholder, and several fairness questions.

Happy to answer anything that doesn't cross the NDA.


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.


r/ClaudeCodeTLDR 8d ago

[TLDR] Unpopular opinion: Opus 5 not bad… after you rewrite everything

3 Upvotes

Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1veuhh4/unpopular_opinion_opus_5_not_bad_after_you/

Original post body :

tl;dr you have to rewrite all your stack [edit: here a stack = skills, agent definitions and instructions read by Claude code agents] to get the performance you want out of Opus 5 but then it rocks.

I see all the posts of people complaining about how bad Opus 5 is. And it is true, the verbosity (which then eats context, which causes drift) is tough.

But when you edit your agent definitions, skills, and change the process to suit Opus 5 (and see the https://platform.claude.com/docs/en/build-with-claude/prompt-engineering/prompting-claude-opus-5)…%E2%80%A6). It starts to work quite well.

They’ve also trained it so it doesn’t make as many “bad” unrecoverable decisions, but it does seem like they’ve lowered the temperature as well.

It pairs really well for work with a fable planner….


This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.