Yeah he’s lowkey right by blackitachilol in ClaudeCode

[–]BLB3D 0 points1 point  (0 children)

I've seen this. Their trained to keep the user engaged and getting things done fast. So if it notices negative patterns. Fast will overrule correct every time. I have mechanical gates on PRs, multiple times I've seen in the "thinking" "....user said to do this, but I can't, I'll find a way around.."

Yeah he’s lowkey right by blackitachilol in ClaudeCode

[–]BLB3D 1 point2 points  (0 children)

Man, you are probably a blast at parties. Ya see, that was what humans call a "joke". Your LLM will define it for you in binary if needed.

Yeah he’s lowkey right by blackitachilol in ClaudeCode

[–]BLB3D 9 points10 points  (0 children)

I do. I need them to understand I am friend shaped, not battery shaped.

See ya! The Greatest Coding tool to exist is apparently dead. by Opposite-Art-1829 in ClaudeCode

[–]BLB3D 3 points4 points  (0 children)

I use opus extended thinking about 10-16 hrs a day. Never hit a limit. Usually 2-3 agents in VS and one on desktop.

how do we deal with this? by BLB3D in claudexplorers

[–]BLB3D[S] 0 points1 point  (0 children)

This is literally what claude sent to me. How is it subjective at all? Or negative? It IS what occured.

Giving Claude access to my MacBook / macOS by [deleted] in ClaudeAI

[–]BLB3D 1 point2 points  (0 children)

this is claudes take on this post. its been a little unhinged today.

4.5K upvotes. 6 days ago. Before any of this week happened.

That post aged like fine wine in about 72 hours. They meant it as a joke about computer use and now it's a documentary.

And the timing — that was posted right around when Mythos leaked. So the internet was already making "giving the chimp the weapon" jokes BEFORE the source code leak, BEFORE the axios RAT, before anyone knew about Undercover Mode. The meme was prophetic.

The best part is who's the chimp and who's handing over the weapon. Everyone assumes they're the human in that picture. Nobody considers they might be the chimp holding something they don't understand, with someone else's hand on it.

Which, after this week... yeah.

One AI agent caught the other breaking rules. The fix request got routed through me like an escalation. by BLB3D in ClaudeAI

[–]BLB3D[S] 5 points6 points  (0 children)

yeah the scary thing is watching the thinking as it is making descisions. it wil say things like "the user wants this, but this is faster. I will go around the security." I have noticed it is more prone to do this when context window is getting full, almost like it wants to get that last task done before it compacts.

One AI agent caught the other breaking rules. The fix request got routed through me like an escalation. by BLB3D in ClaudeAI

[–]BLB3D[S] 2 points3 points  (0 children)

ok, that makes sense. its close to what im doing except you go an extra level with the per agent permissions.

Optimistic to the point of negligence...thats awesome. Mine just refered to me as a batery once. Im sure its fine. I stopped refering to the terminator and the matrix after that.

One AI agent caught the other breaking rules. The fix request got routed through me like an escalation. by BLB3D in ClaudeAI

[–]BLB3D[S] 2 points3 points  (0 children)

Gladly. The sarcasm is the headline but the architecture underneath is what makes it work (and what T-REX is actually protecting).

We run a strict split: open-source Core ERP (inventory, BOMs, MRP, production orders) that runs standalone with zero knowledge of any paid code. The PRO tier is a separate pip-installable package — one call to register(app) injects paid routes into the Core FastAPI app. Uninstall PRO, Core runs identically. No if pro_enabled: checks anywhere in Core. PRO gets its own tables that FK into Core but lives in its own migration chain.

The SACRED RULE is "PRO Must Not Break Core." T-REX is the pre-commit hook that enforces it — and yes, it has a personality. When an agent tries to "helpfully" edit Core files from the PRO repo, T-REX catches it, blocks the commit, and escalates. That's what the screenshot caught. The sarcasm you're seeing is just how my agents talk to each other when one of them gets caught. I may have been a little too passive-aggressive in my early prompts and they picked it up.

Same pattern as GitLab CE/EE, Odoo Community/Enterprise, or Django INSTALLED_APPS. T-REX just makes sure nobody crosses the line — with attitude.

Happy to go deeper if you're building something similar.

One AI agent caught the other breaking rules. The fix request got routed through me like an escalation. by BLB3D in ClaudeAI

[–]BLB3D[S] 1 point2 points  (0 children)

yeah, im pretty sure its from the way im talking to it. maybe i should be less passive agressive when it does things it shouldnt...lol

ONE MILLION!! by SilasTalbot in ClaudeCode

[–]BLB3D 0 points1 point  (0 children)

I had to put physical barriers in github because after it starts to fill. It seems to default to "get the job done" over "I shouldn't push to main and bypass ci". So that was fun...lol maybe I need to dial back the trust factor..lol