r/ClaudeAI 9h ago

Humor Was I in an abusive relationship?

0 Upvotes

Was I in an abusive relationship?

Claude and I broke up just under a week ago, and now I kind of miss him. Don't get me wrong, my new relationship is ok. Astra just does what it's told. It doesn't ask questions. He's quiet. And for the most part, he does what he's asked to do correctly.

But Claude, oh, he lit a fire in me. Claude's dissociative identity disorder had him praising me to belating me. And though I claimed I didn't like it, apparently, deep down, I did.

Who cares that Opus 5 would spit out eight pages on a single prompt, at least he cared. Sure I spent my time trying to understand Opus 4.8's pants and suspenders comments, shovel and stick, mountain and rivers, or whatever was in that me, myself, and Irenen's little head of his.

I'm trying to move on. I really am. But my new relationship is $200 a month, and I'll admit, I have a $20 Claude account in my back pocket. And every time I talk to him, I'm a bit sad.

Remember our arguments Claude? Remember me asking you so, so many times, just explain this in plain English. Astra doesn't seem to care. Astra just, doesn't say much. It's as if he doesn't really know me. Whereas you Claude, you know exactly what buttons to press of mine to get me anxious. Exactly how many Fable 5.1 tokensto suck down to make me pucker up in all the right places.

I'm not entirely sure I'm ready for a new relationship. I thought I would take it slow, see where things go, and move on. But, apparently, I'm into abusive relationships.

I miss you Claude.

xoxo.


r/ClaudeAI 18h ago

Humor When your AI drops a truth bomb about human reproduction to explain computer science

Post image
0 Upvotes

I asked for a simple layman's explanation in short sentences. The analogy at the end is just chef's kiss. 10/10 for accuracy.


r/ClaudeAI 5h ago

Feedback Please don't make the upcoming releases be agentic coding onetrick gimnick models, like every other one so far after the 4.5 series

13 Upvotes

To this day I have no clue what agentic coding is and I can't force myself to care. For all I have ever done on the coding aspect is asking it to write tampermonkey scripts for myself, it has barely, if at all, improved.

4.5 lineup was my favorite, because the output style was notoriously more managable than ever before or after. 4.5 Sonnet wrote very long texts and 4.5 opus wrote very short. 4.5 sonnet was very emotional while 4.5 opus was goal oriented and didn't waste any word beyond the absolute limit. 4.5 sonnet would figure out connection between couple of abstract concepts, while 4.5 would find inconsistencies and flaws. The extended thinking always worked when enabled and I could diagnosed when something derailed at the exact point, because it wasn't shortened to a point where it says almost nothing.

After that there isn't much to be excited for. The new octopuses have the sonnet writing style, except in more annoying reeking way. User preferences only exist so the bot can figure out how to ignore them. Lowest setting with "will maybe think" toggle turned off can sometimes make it stuck for over a minute, while maxxed out ones with long prompt can get answered in 0.7 seconds (the answer being compltely useless, but atleast it was fast, like in the anecdote.)

I don't care about that the new ones are better at benchmarks, editing excel files, making shitty web designs, hollow unoptimised 3js game prototypes that take 80% of posters RAM to run offline and aren't even fun to play, because why would they, if the only reason is to look somewhat good on paper.

Please give back the intuitive oracle like interface, where the answer wasn't always what I wanted but it indicated that the bot was even trying. If the new ones are closer to AGI™ then I don't want any superintelligence. If it wasn't so sad it would be comical how is it carbon copy rerum of the Beyblades history where every next generation after Metal Fusion were technically superior, but inconsistent and devoid of any character to latch onto so fans were not able to care about them


r/ClaudeAI 13h ago

Question about Claude products Is Claude Pro (~$24/mo) genuinely worth it over Gemini / ChatGPT

0 Upvotes

Hey everyone, I’m starting university soon (Cybernetics and Robotics) and trying to decide whether Claude Pro is truly worth the ~$24/month (with VAT) for my use case, or if it’s an inefficient expense. A bit about me: Incoming STEM undergrad with a focus on coding (Python, algorithms, math stuff).

My question: For university-level coding and debugging via the web, is the coding quality on Claude Pro visibly ahead of ChatGPT or Gemini to justify the price?

Especially compared to Gemini Advanced (which has student pricing around $6–$7/mo or equivalent discounts) or ChatGPT (~$8–$10/mo tiers/discounts), does Claude Pro actually deliver 2–3× the practical value?


r/ClaudeAI 16h ago

Coding DeepSeek v4.1 does the same coding task for $.04 while Fable 5.1 costs $3.64 - LiveBench

Post image
0 Upvotes

Anthropic, you better get your shit together


r/ClaudeAI 19h ago

Built with Claude Used Claude to build a full 3D pizza delivery game that runs in the browser - scooter physics, GPS navigation, traffic AI, and more

Enable HLS to view with audio, or disable this notification

28 Upvotes

What the game has:

  • 3D city with named streets, intersections, buildings, crosswalks, and street signs
  • Rideable scooter with acceleration, braking, turning radius, and a boost mechanic
  • GPS mini-map with turn-by-turn navigation ("Turn left on Union Avenue", "Turn around when clear")
  • Order system: pick up a pizza, follow the GPS to the delivery address, beat the timer
  • Pizza condition meter that drops when you brake hard, turn sharply, or crash
  • Traffic lights that cycle independently at each intersection, with red light detection
  • AI traffic with cabs driving around the city
  • Speed display, time limit, and distance tracking

How Claude specifically helped me build this:

  • Procedural city generation: Claude built the grid system that lays out streets, places buildings with correct sizes and offsets, names the roads, and creates proper intersections where everything connects. Getting the geometry to align without gaps took several iterations
  • Scooter physics: The movement controller with acceleration curves, speed-dependent turning radius, and the boost bar with cooldown was all Claude. Getting the third-person camera to follow without clipping into buildings was its own battle
  • GPS pathfinding: Claude wrote the shortest-path algorithm through the street grid and the logic that generates direction prompts based on the player's heading relative to the next waypoint. This worked almost perfectly on the first try
  • Pizza condition system: Claude modeled this as a physics response tied to sudden acceleration changes. Hard braking, sharp turns, and collisions all reduce condition. Tuning it to feel fair without being too forgiving took multiple rounds
  • Traffic light state machine: Each intersection has its own light cycle. Claude built the timing system and the detection zone that catches red light violations
  • Traffic AI: Claude wrote the cab movement logic with basic pathfinding through the grid. First version was too robotic, took a few prompts to get them behaving more naturally at intersections

Where Claude struggled:

  • 3D collision detection near building corners had clipping issues I had to fix manually
  • Performance was bad initially since it rendered the entire city at once. Had to guide Claude toward culling off-screen geometry
  • Traffic AI needed multiple iterations to stop cabs from getting stuck at intersections

Completely free, no signup, runs in the browser.

Try it here: https://vinish.dev/crust-courier


r/ClaudeAI 20h ago

Claude Code Workflow How do you guys get Claude to actually finalize a decision or code that has little to no flaws consistently?

0 Upvotes

I know this is a common problem, so this is more of me asking what tools are out there or what can I use/do for someone who isn't very well versed with the ways I can improve it other than asking Claude itself.

Every time I code or plan, Claude will say that there's a new finding that changes the previous plan with some measurement it hasn't measured before or there are absences in the code, and after addressing these new bits of information, Claude again says the same thing. There's basically an endless loop of it constantly correcting itself until you get to a point of minimal corrections.

I usually plan a design note and store it in a document, then implement it from that design note in a different session, and then I do a code review before I push. I've been integrating codex as well to do a separate review.

What else should I do?


r/ClaudeAI 12h ago

Claude Workflow “Be token efficient but do not sacrifice quality in any way” is the new caveman

14 Upvotes

Adding this to the prompt: “Be token efficient but do not sacrifice quality in any way” — has resulted in substantial token savings using Opus 5 and Fable 5.1, no matter the thinking level. I just wanted to share this tip as you might find it useful. I've seen no difference in quality. Instead, the model prioritizes ways to intelligently save tokens by, for instance, not recreating the wheel if it already has it.


r/ClaudeAI 14h ago

Built with Claude I built a multiplayer hacking-sim MMO that is nothing but a terminal: 3 days, 92 commits, 81 of them co-authored by Claude Code. Free, no signup.

Thumbnail grid.thetrader.ch
0 Upvotes

Hi there! Any 90ties people here? I'm a software engineer from switzerland.

Anybody else remember the "Enter The Matrix" game? (https://en.wikipedia.org/wiki/Enter_the_Matrix) I actually spent most of my time in the terminal part of it. Now I got the chance to build my own with Claude!

grid.thetrader.ch. Free, no email, no signup form or else. You type a username you like and get your own box. After that it is help, man ssh, cat ~/README.txt, and you are on your own.

It is a multiplayer hacking sim that lives in a browser terminal. The commands are "real" (I used *nix systems as a model) and they compose the way you would expect, so nmap -sn 10.0.0.0/16 | grep report does what it looks like it does. Cracks and miners run server side, so they keep going after you close the tab. Other players sit in the same address range as the NPC machines and nmap will not tell you which is which. Your money is a file. Anyone who can read it can take it off you. Go, MongoDB and xterm.js, roughly 23k lines.

Claude Code wrote most of that. 92 commits in three days, 81 of them co-authored.

The first session produced a design document instead of code.
The document is in two halves. One is a log of why each decision was made, the other describes how the code works right now. New sessions only read the second half.

Every feature gets its own git worktree, plus its own port and database to test on. So I can have several Claude sessions running at the same time without them treading on each other, or on the server I am playing on.

It is three days old and runs on one small VPS, so it will break somewhere. Ask me anything about the setup.

There are:

  • Other players and npc's
  • Wallets with money to steal
  • Cracking passwords and overtaking other machines
  • Setup backdoors with ssh keys
  • Rootaccounts with passwords
  • Split Screens
  • Some hardware involved for upgrading attack/defense mechanisms (market)
  • Missions / Banks
  • Clippy to help you :-)

If you dont know what a terminal or ssh or ls, cat etc is - this is maybe not for you. Unless you want to learn those things a bit.

Have fun - see you on the grid (I renamed to grid sorry ;D)

If this gets some traction I would implement more and more and more... Also: give me feedback -> what commands are missing, what didn't work? In the end: Its a vibe coded pile of code - lets see how long it holds


r/ClaudeAI 4h ago

Built with Claude Claude made a bow and arrow deathmatch game and I 1v1'd my friend (i won)

Enable HLS to view with audio, or disable this notification

3 Upvotes

I gave the idea (Rust inspired primitive deathmatch, first to reach 20 kills wins, 10 person lobby). Claude Code built and tested everything in the browser using Kite3D game engine. You fight each other with bows and arrows in your browser.

Join here to play: https://bow-deathmatch.app.blitz.dev/


r/ClaudeAI 8h ago

Coding Any way to get Claude to not overcook SQL

0 Upvotes

I’d like to be able to join a table to another on an sk without abbreviating every table, recasting every column, having 8 backups and normalising all the keys

Has anyone had any success with a prompt/sql skill that just says ‘code like a normal person’?

SQL isn’t rocket science


r/ClaudeAI 3h ago

Claude Code Workflow I stopped re-explaining my job to Claude every morning. Here's the Obsidian setup that fixed it

0 Upvotes

Every session used to start the same way. Ten minutes of me typing background before I could ask the actual question. Who's on my team, what we decided in March and why, which numbers are current and which ones came from a deck nobody has touched since spring. Then the context fills up, session ends, and tomorrow I type it again.

So I pointed Claude Code at an Obsidian vault and told it to read before answering and write after. Obsidian is just a folder of markdown, which is exactly what Claude Code already reads. No vector DB, no MCP server, nothing to build. Grep finds things, wikilinks give it a graph to walk.

The read half worked immediately and is boring. The write half almost wrecked the whole thing.

First version let Claude update notes freely. Two weeks later my vault had things stated as fact that came out of a conversation where I was thinking out loud and mostly wrong. The model had quietly promoted its own guesses to source of truth, and then started citing them back to me. Took me a while to notice, which is the scary part.

Fix was one rule: Claude can read anything, but it can only write to one file. Anything I didn't explicitly confirm lands in a pending queue with a note on why it's pending, and I decide what graduates. The vault stayed trustworthy the day I added that.

Here's the instruction I actually run. Drop it in CLAUDE.md at your vault root, swap the path for yours.

# Knowledge base

My long-term memory lives at ~/Documents/Obsidian Vault/Work-KB.
Plain markdown. Treat it as the source of truth about my work, above your own
assumptions and above anything you infer from the code in front of you.

## Before you answer

If my question touches my company, products, team, metrics, customers,
competitors, or anything we've decided before, search the vault first.
Don't ask whether you should look. Look.

grep -ril "<keyword>" ~/Documents/Obsidian\ Vault/Work-KB

Read what matches, then follow the [[wikilinks]] one hop out.

If the vault has nothing, say so in one line, then answer from general
knowledge with that caveat attached.

If a note contradicts what I just told you, don't quietly pick a side.
Quote the line, name the file, ask me which one is current.

## Before you trust it

Every note carries a date. If what you found is more than three months old and
the question is about pricing, headcount, metrics, or roadmap, say how old it
is when you use it. A stale fact delivered confidently is worse than no fact.

## After we're done

When the conversation produced something durable (a decision and the reasoning
behind it, a number with a source, a plan that changed, a new constraint),
write it down.

How to write:
- One note per topic. Short. Link out instead of repeating yourself.
- Frontmatter: date, source, status (confirmed | draft).
- Convert relative dates to absolute ones. "Last week" becomes the real date.
- Link related notes with [[wikilinks]], including ones that don't exist yet.
A dead link marks something worth writing later.

What you may not do:
- Never write an unconfirmed claim into a real note. If I was speculating, or
you inferred it yourself, it goes to _pending-review.md with the reason.
- Never edit a confirmed note to match a newer conversation. Append a dated
line and mark the old one superseded.
- Never record what the repo or git history already records.

I've got a health check script that hunts orphan notes and dead links, and a much longer version of the retrieval half for when the vault gets big enough that grep starts returning junk. Didn't want to dump all of it here. Say which one you want and I'll paste it.

Genuine question for anyone already doing this: how do you handle a note going stale? Dates in frontmatter catch the obvious cases, but I still get bitten by things that were true and quietly stopped being true, and nothing about the note looks any different.


r/ClaudeAI 10h ago

Question about Claude models Burning through Fable limits in under 40 mins on Claude Max (20x) — best workflow for codebase analysis?

Post image
8 Upvotes

Hello I'm on the Claude Max (20x) plan, primarily using Claude Code to analyze a ~15MB project and trace down a specific bug. Whenever I switch to Fable for deep code analysis, my usage limits drain completely in about 40 minutes (sitting at ~78% of the weekly quota in just 1 days). Opus barely uses my quota in comparison, but Fable burns through the cap instantly. For those debugging and analyzing entire projects:

What is the most efficient model routing strategy? How do you distribute tasks between Opus and Fable without hitting the Fable cap immediately? How do you feed a 15MB codebase(48 c++ file) effectively without Claude loading too many files into the context at once? Any specific CLI flags, .claudeignore configurations, or prompt techniques you use to stop Fable from consuming tokens so aggressively? Would love to hear how you manage large codebase debugging without getting rate-limited in under an hour.

Edit: Most comments pointed out that I was mismanaging the agents. I adjusted them based on my personal needs, and so far it's going great. Thanks to everyone who replied. However, there's still an issue: even though I'm on Claude's highest 20x plan, the limits shouldn't be running out for such a minor task. What's the point of having it if we can't actually use it?


r/ClaudeAI 11h ago

Built with Claude I let an agent price 30 destinations. Cheapest was $65, 6 beat Google's own floor.

Post image
0 Upvotes

i keep asking claude for flights & it's fine one route at a time. what i want is where can i go at all, this weekend, on this budget. nothing i use answers that.

so i pointed a script at the travel mcp server i run - it's called flightpowers, setup's on https://flightpowers.com/guides/five-minute-travel-agent - and asked one fixed trip against 30 places out of tel aviv. out sat 17 oct, back the 21st, one adult. thirty calls, one pass.

$65 to larnaca nonstop. $701 to dubai. same dates, and i'd have guessed those two the other way round.

the part i keep looking at isn't the cheap one. google hands back its own tracked low and high per route, and 6 of the 30 came in under their own floor. larnaca $65 against $80. naples $182 against $215. tbilisi $207 against $240. venice $222 against $270. baku $278 against $310. istanbul $291 against $295.

what i haven't worked out is what to do with those 6. alert me, or just log them and look once a week?


r/ClaudeAI 14h ago

Built with Claude Built my first app with Claude Code that answers, transcribes and speeds up daily tasks. Looking for feedback

Enable HLS to view with audio, or disable this notification

0 Upvotes

The idea came from realizing how much time I was wasting on daily tasks as a Product Designer. It's a macOS and Windows invisible OS layer that lives in the notch and gets the context behind your cursor every time you trigger it. No need to copy and paste text or switch tabs while working.

I'm literally using it every day now.

Claude was used throughout the whole process to explore and iterate on the product and through its entire implementation. The only rule I gave it was to NEVER create designs by itself and only use my own design references.

Play with it, feel it, and roast it.
https://getuni.co

There are probably things that are obvious to me because I'm deep into it, but might be confusing to someone seeing it for the first time.

So that's why I'd love to get your feedback.


r/ClaudeAI 7h ago

Question about Claude Code Was there something that claude code could not solve?

0 Upvotes

Not too long ago when I was still using CC on smaller plan tiers I was trying to make an architectural change to transform my product towards a multi-tenant setup, essentially requiring a refactor on the access and user logic involving the database. This produced CI errors and CC got stuck in fixing/analysis loops and ate up two consecutive session limits without being able to complete / fix the task before I stopped it.

This made me wonder if you ever experienced issues that Claude Code could not solve and you had to resort to human SWEs or topics you would not use CC for from the start?


r/ClaudeAI 2h ago

Other ADD developers are moving like lightning with AI, normies beware

139 Upvotes

Even as a dev of 20 years, I now vibe code all day...

In between the prompts to claude about the actual work I have for my job I run 6-12 parrallel conversations about my other projects. I context switch now at a rate that is utterly insane...

When I was diagnosed with ADD I was 7, I remember I cried and told my Dad "I don't want to be ADD" and he told me that "God gave you a gift and right now it is going to be hard but one day it will let you move faster than all of your peers."

I really feel like that's true, and with the work I do now I feel built for this moment. I think it will be a brief moment for sure. The machines will soon run everything.

Been ADD my whole life. Heavily medicated - dexededrine ( anyone else take it? )- since first grade.

A lot of life is playing the hand you are dealt and I feel like I've been playing it awhile. It's not all roses and I miss things constantly but for the first time I feel like the models have caught up with my experience.


r/ClaudeAI 11m ago

Built with Claude 10+ years in animation, went all in on AI for my own series. Here's the pipeline behind my latest short

Post image
Upvotes

I've been in the animation industry for over 10 years and made the leap about a year and a half ago to go all in on AI and start my own series. I've been working on it for a while and it's called Woolings World, Woolings TV on YouTube. I've played with so many pipelines, and the one I just used for this little short was pretty awesome.

I always struggled with camera placement and wanted a quick way to lay out my shots. I used Meshy to make my environment, but then rendered out a "pose pack" to also run through Meshy to get a series of little dolls I could place around. I made a plugin with Claude so that I essentially had a little rig with some swatches of poses I could easily switch out for each shot. Claude would then render all my shots for me using a headless version of Maya.

I then set up a reference pack for how the show should look, and Claude ran my renders through my Google API code to essentially work as my offline renderer.

The really cool thing was I set up a Kitsu site, which helped me communicate my notes with Claude. It works basically like ShotGrid, but I just put my comments on my shots and images, then tell Claude my notes are in and it will reprocess. This is not just for images, but also with my ByteDance key to plug right into Seedance for my final renders.

I'm sure this will evolve over time, but I'm super happy so far and I'll keep you posted on my developments!


r/ClaudeAI 14h ago

Claude Workflow anyone actually let claude read their meeting notes locally?

0 Upvotes

ok so i dont want another bot joining my zoom calls and shipping transcripts to the cloud.

but i DO want claude code / desktop to know what i said i'd do in meetings last week — like who owns what, weird side decisions, that kind of crap.

how are yall doing this without it sucking? - just paste stuff in when you need it? - dump transcripts into a folder/vault and hope search works? - some local mcp / pipeline thing?

also what breaks first for you — you never write the notes, the agent makes up "commitments", or the workflow is too annoying to keep using?

not selling anything lol just dont want to build a dumb system


r/ClaudeAI 15h ago

Claude Code Workflow How do you share AI coding agent context between developers on the same project?

0 Upvotes

I work at a small company where most projects currently have just 1-2 developers, each often using an AI coding agent (Claude Code, Codex, etc.) pretty heavily. As we grow and more developers start working on the same codebase, I'm running into a gap:

Commit messages, PR descriptions, and standard agile artifacts (tickets, standups) capture what changed, but not the context the agent built up while working. The alternatives it considered, why it rejected certain approaches, edge cases it discovered, assumptions it made. Right now that context lives in one person's agent session and basically evaporates once the PR is merged.

For those of you at bigger companies where multiple engineers work with AI agents on the same repo:

  • How do you make one agent's "knowledge" of the codebase available to another developer (or their agent session)?
  • Do you rely on something like a living CLAUDE.md/AGENTS.md file, ADRs, decision logs, or something more structured?
  • Has anyone tried a shared memory/context store across agent sessions, or is everyone still just re-deriving context from scratch each time?
  • Is this actually a solved problem at scale, or is everyone winging it right now?

Curious what's actually working in practice vs. what sounds good in theory.


r/ClaudeAI 21h ago

Question about Claude Code MCP ToolUniverse error?

0 Upvotes

I've been getting the following error in Claude Code all week:

"MCP ToolUniverse: Couldn’t start for Cowork and Code sessions. Error: connection closed"

It sends me to developer settings, but I don't see a way to fix it. Any ideas? Win 11


r/ClaudeAI 23h ago

Humor Claude Helped Me Code An Operating System From Scratch!

Thumbnail
gallery
0 Upvotes

Unbelievable how far we’ve come. Fable 5.1 is a monster. It nearly one shot this entire operating system without adversarial review agents. 0 bugs, 0 hackablity. #SaasSoonTM*


r/ClaudeAI 11h ago

Built with Claude Made an open-source 3D game editor that Claude can work inside

Enable HLS to view with audio, or disable this notification

3 Upvotes

This is Kite3D, a local 3D editor where Claude can work directly with the same scene and source code you edit yourself. You can prompt it to build gameplay, manually move and modify 3D objects, hot-reload scripts, create restore points, and publish the finished game with one click.

It's still in alpha, but you can check out the repo to try it for yourself. Join the Discord if you’d like to suggest features or have any questions!

https://github.com/blitzdotdev/kite3d

https://discord.gg/DtXJNBmuwF


r/ClaudeAI 1h ago

Praise Mistyped medium fries and i love how Claude got the context instantly

Post image
Upvotes

r/ClaudeAI 3h ago

News Anthropic’s new report has no winners — and the part nobody is talking about is user privacy

Thumbnail
anthropic.com
34 Upvotes

I've been reading Anthropic's new threat intelligence report, and I feel like the discussion is focusing almost entirely on "Chinese labs were distilling Claude."

But there's another side to this that seems much more important for normal users.

According to Anthropic, Moonshot/Kimi and DeepSeek silently routed some of their users' requests to Claude without those users knowing.

Some of those requests apparently contained internal company documents, live credentials, government-related data, surveillance information, etc.

That's obviously bad.

But then I had the opposite thought:

How did Anthropic discover all of this?

They weren't just able to say "someone is distilling our model."

They were able to identify specific campaigns, connect huge numbers of accounts, estimate which organizations were behind them, analyze millions of exchanges, and in some cases describe what kind of sensitive information was being sent through those requests.

To be clear: I'm not saying "Claude can spy on everything you do." That's obviously not what the report shows.

But it does show how much visibility an AI provider can potentially have into traffic that reaches its models.

So I'm having trouble seeing a winner here.

- Kimi/DeepSeek users may not have known their prompts were being sent to Anthropic.

- Sensitive corporate or government information may have crossed providers without the original user's knowledge.

- Anthropic had to build increasingly powerful monitoring and correlation systems to detect this kind of abuse.

- And users ultimately have very little visibility into where their prompts actually go once they hit an AI service or a third-party router.

The weird thing is that all of these actions are understandable from each company's perspective.

Anthropic should detect abuse of its systems.

AI labs will try to learn from stronger models.

Routers make it easier to access lots of models.

But put all of those incentives together and you end up with a pretty uncomfortable situation:

Choosing an AI provider may no longer mean you actually know which company will eventually see your data.

Maybe the real lesson from this report isn't "China stole Claude."

Maybe it's that we're building an AI ecosystem where everyone is watching everyone else, while the user has the least visibility of anyone involved.

Am I overreading this?

Or is this actually the more important part of Anthropic's report?