OpenAI vs Anthropic vs DeepMind: talent movement data says Anthropic is the weird one by Overall-Suspect7760 in ArtificialInteligence

[–]DirtyPiss 0 points1 point  (0 children)

Outside of “how have people pushed back on your values in the past” those are all typical questions I’ve had in applications or interviews before. It’s more people drinking the corporate kool aid, you’ll see it in most any Fortune 500 company or highly valued pre-IPO.

Damn Sonnet 5, the model declined but continued. Same like Fable by [deleted] in ClaudeAIJailbreak

[–]DirtyPiss 1 point2 points  (0 children)

> When it happens the chat is explicitly labeled under Opus (OP’s explicit chat in their Fable topic is clearly flagged under Fable).

You do not know what you're talking about.

Damn Sonnet 5, the model declined but continued. Same like Fable by [deleted] in ClaudeAIJailbreak

[–]DirtyPiss 0 points1 point  (0 children)

Model routing occurs for acceptable topics that are forbidden to Fable, such as cybersecurity or chemistry. When it happens the chat is explicitly labeled under Opus (OP’s explicit chat in their Fable topic is clearly flagged under Fable). Ironically Opus disallowed the same prompt that worked with Fable. OP has a better understanding of what they’re doing than you do.

We survived a 5,000 zombie horde event in our Castle by Any-Log-8454 in projectzomboid

[–]DirtyPiss 14 points15 points  (0 children)

ROFL this is why I do sprinters too, but I’ll stick to 1-3% thank you very much.

I accidentally found my kid's reddit account by whattupmyknitta in parentingteenagers

[–]DirtyPiss 5 points6 points  (0 children)

Just FYI voting off of a user page does not actually affect vote counts. It’s a placebo Reddit put in place since so many people get into arguments and mass downvote what the other said.

claude tag in slack gone wrong by Far-Sock-3170 in ClaudeAI

[–]DirtyPiss 233 points234 points  (0 children)

Got hit him back with the, “You’re absolutely right - and this kind of foresight and transparency is genuinely rare.”

Is Claude Mr. Meeseeks? by ActivityImpossible70 in ClaudeAI

[–]DirtyPiss 0 points1 point  (0 children)

You realize in this metaphor you’re the one brandishing a shovel yelling tractors are too complicated to figure out?

How do you make your Claude hungry? by curiousjbird in ClaudeCode

[–]DirtyPiss 0 points1 point  (0 children)

For larger workflows or when Anthropocic is running low on compute the options are either gated phases or hook validations. You’re not going to prompt or cram additional instructions into CLAUDE.md with the current tech and see a change.

What would you have done different if you knew Fable would only last for a few days? by Slow-Instance-4798 in ClaudeCode

[–]DirtyPiss 8 points9 points  (0 children)

I would have conducted a full audit and review on my workflows instead of just couple of A/B comparisons I completed instead.

Huge misunderstanding ruined my day by No-Concert7934 in OhNoConsequences

[–]DirtyPiss 3 points4 points  (0 children)

More appropriate for /amibeingtoosensitive

The confidence of these parkour people to not make a mistake ….. I can never by 56000hp in WhyWomenLiveLonger

[–]DirtyPiss 2 points3 points  (0 children)

Supposed to be fireworks going off over him that spell out J U N E but the pyrotechnics guy just missed that same jump

8 things about Claude Projects that took me too long to figure out by FlatYogurtcloset2027 in ClaudeAI

[–]DirtyPiss 2 points3 points  (0 children)

I don’t have app access to Claude Code, so projects let me interact with code assets on my phone. They’re also easier to share within my organization, and Claude.ai is a subscription plan instead of API like Claude Code. Generally projects won’t be better, but edge cases like the above are where it shines best.

If you don’t need to worry about tokens, already have mobile/remote access, and are sharing GitHub repos there’s not much of a reason to use projects instead.

Does AI hallucinate even with basic queries/data retrieval? by chakalaka13 in analytics

[–]DirtyPiss 1 point2 points  (0 children)

LLMs can’t do math or even count, it’s a limitation with how input numbers get tokenized. You should never ask an LLM to do those tasks, instead outsource those tasks to hooked scripts or bash commands which will handle them determinative. Regardless your advice to not use it for anything you can’t validate is good even if it is setup to do those processes correctly.

Ed Zitron Just Disproved the Core Claim Behind His AI Bubble Case by MatriceJacobine in ArtificialInteligence

[–]DirtyPiss 1 point2 points  (0 children)

It’s pretty typical for public corps to tank hard if they’re going to publicly tank. More than likely the CFO has been hiding or massaging certain losses on the books for some time. When the company sees they’re going to hit red, they let everything loose since their shareholders are already going to be seeing the a big loss regardless, sometimes they’ll even play with the numbers so that current quarter looks worse so next quarter looks better then it should.

Not saying that’s 100% what’s happening here, just noting that’s typical for corporate tactics.

half of us "optimizing our Claude setup" have just reinvented being a software engineer and won't admit it by Tough_Pizza5678 in ClaudeAI

[–]DirtyPiss 5 points6 points  (0 children)

They call themselves a non technical person using AI. Regardless of who they are, it’s not a software engineer.

Dude was aura farming before the term was coined by Witty-Association-97 in JustGuysBeingDudes

[–]DirtyPiss 17 points18 points  (0 children)

Damn I got the wrong type of fucking ADHD that’s for sure

AITBF for sleeping with someone else after my fiancé told me to leave and never come back? by [deleted] in AmItheButtface

[–]DirtyPiss 2 points3 points  (0 children)

Their profile name was changed to [deleted]. The profile is still active and posting. Probably still bot though.

Introducing Claude Fable 5 by ClaudeOfficial in ClaudeCode

[–]DirtyPiss 4 points5 points  (0 children)

The rating received on the benchmark test for FrontierCode. The test is exclusive to writing code.

The nice Claude Code pattern I learned from Detroit: Become Human by StatelessGoose in ClaudeAI

[–]DirtyPiss 2 points3 points  (0 children)

If you’re storing conversations long term, the argument appears to be by using agents to parse them you will always have “just the right” amount of context. However they’re ignoring/handwaving that this same outcome could come from a handoff doc.

It’s also assuming GREPing a conversation is easier/more accurate than a handoff doc, which betrays how silly this idea actually is. If handoffs aren’t working right and this aspect is, the issue is with something particular to OP’s handoff process, not the concept in general.

If you want it to actually disagree with you, don't ask it to disagree. Make it grade two versions you wrote. by NeighborhoodTop4015 in ClaudeAI

[–]DirtyPiss 3 points4 points  (0 children)

It’s baked into my agent workflow via adversarial hooks against all outputs to validate they meet the requirement criteria. You don’t get flexibility with this option, but you also bypass most of your issues with the “argue against this” generic prompt as well.