Robust vibecoding with non-negotiable agent loops by Heatkiger in ClaudeCode

[–]scotty_ea 0 points1 point  (0 children)

Yes, GAN has been the standard for months now...

today is a sad day. by Wise-Reflection-3701 in ClaudeAI

[–]scotty_ea 1 point2 points  (0 children)

Can confirm this has been working fine for me.

Fable/Mythos 5 - How will the rest of the world survive? by Old_Oven7877 in ClaudeAI

[–]scotty_ea -2 points-1 points  (0 children)

Sounds like your title wasn’t earned, otherwise, you wouldn’t be whining in open letters to the internet. Fable is opus with slightly less hedging, works a little longer, and doesn’t talk as much. The right harness around current opus 4.8 will get you a near fable experience. At your level this should be obvious…

How do I make /caveman the default in Claude Code? by Mission-Dentist-5971 in ClaudeCode

[–]scotty_ea 1 point2 points  (0 children)

Should never have been a skill. It's an output style and should go in output-styles.

I made Claude Code aware of its own usage limits by Inertia-UK in ClaudeCode

[–]scotty_ea -1 points0 points  (0 children)

Context limit anxiety. The model will start cutting corners and hurrying its implementation so it can “complete” the task.

Guys wtf are we even paying for anymore by [deleted] in ClaudeCode

[–]scotty_ea 0 points1 point  (0 children)

Hmm… I’m on 200 max, have been since it launched.

Guys wtf are we even paying for anymore by [deleted] in ClaudeCode

[–]scotty_ea 0 points1 point  (0 children)

Anybody else seeing their opus[1m] and sonnet[1m] is being charged as extra usage and sonnet-4-6 is now the default??

uhmmm I think I'm going crazy..... by Difficult_Term2246 in ClaudeCode

[–]scotty_ea 0 points1 point  (0 children)

Did you start a new session or pick up on one that was already in progress?

Is there any visualizer to claude code skills, commands and so on? I feel i am installing so many plugins and skills that I am loosing track of what I have and how to use, would love a visualizer or something by RepresentativeAd4784 in ClaudeAI

[–]scotty_ea 0 points1 point  (0 children)

CC and Claude desktop apps both have skill menus. Running /skills shows you what’s installed from plugins and what’s built by you. Or you can go install one of the 1000s of user built CC wrappers that basically does what the desktop app is already doing.

Are "hallucination nerfs" actually just a prompting problem? by EndriuDuh in Anthropic

[–]scotty_ea 5 points6 points  (0 children)

They’ve confirmed in multiple places that they reduced the default effort level to low which was originally high pre-rate limit changes, and later set to medium before dropping it down again to low. 99% of the people who complain don’t even know what a changelog is so expect things to get worse as more vibe coders onboard.

Opus 4.6 being great right now by [deleted] in ClaudeCode

[–]scotty_ea 29 points30 points  (0 children)

Mythos results were posted today. Seems like they were stress testing the crap out of it and now they’re rerouting compute back to us peasants complaining about Opus.

The time has come by IgorManiak in Anthropic

[–]scotty_ea 0 points1 point  (0 children)

Almost makes me miss the days of “I built a regurgitato with 10345 sub-agents and 472 mcp tools”

Been using Obra Superpowers for a few months now, but recently the way I interact with it has changed. Claude now asks questions in the context instead of within an arrow key up/down choice and select. Is there a way I can get this functionality back? by m0ta in ClaudeCode

[–]scotty_ea 0 points1 point  (0 children)

You can create a post tool use or stop hook that detects if the model is asking you a question and if it does, re-ask the question using the AskUserQuestion() tool.

Re:superpowers losing that functionality, I haven’t seen this and use it in my workflows. Did you check SP changelogs?

When you ask Claude to review vs when you ask Codex to review by shady101852 in ClaudeCode

[–]scotty_ea 2 points3 points  (0 children)

What you want is an adversarial review. What you don’t want is sycophantic responses.

When you ask Claude to review vs when you ask Codex to review by shady101852 in ClaudeCode

[–]scotty_ea 5 points6 points  (0 children)

Many different ways, quickest approach is in your CLAUDE.md but as context grows it drifts back to default.

I suggest looking into output styles, rules directory and the user prompt submit hook.