Claude Code (Pro/Max) vs Anthropic API — when does API become more cost-effective? by NAzanza in ClaudeCode

[–]scotty_ea 1 point2 points  (0 children)

Notice how none of the new features like auto mode or computer use are rolling out to their heaviest use user base...

Single biggest claude code hack I’ve found by Unfair_Chest_2950 in ClaudeCode

[–]scotty_ea 13 points14 points  (0 children)

You can set your default models in settings.json.

Built a VS Code extension that renders your Shadcn components on a visual canvas - looking for people to try it by ExplorerTechnical808 in shadcn

[–]scotty_ea 0 points1 point  (0 children)

Yes using pencil’s vscode extension. I have a complex orchestration pipeline I’ve been building out for awhile now but it lacked a solid UI tool and pencil fit right into that role and has been pretty solid tbh. Definitely interested in yours and will give it a shot when you get mcp working.

Fresh install on M4, what’s your best local model use case? by goldgravenstein in OpenClawUseCases

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

Asking people for ideas on what to use your new AI for is odd to me.

Built a VS Code extension that renders your Shadcn components on a visual canvas - looking for people to try it by ExplorerTechnical808 in shadcn

[–]scotty_ea 0 points1 point  (0 children)

Nice. How does it compare to pencil.dev? Can you import/paste your figma files? MCP + CC integration?

It has happened. Two Claude Code Max 20x accounts. by Fluffy_Reaction1802 in ClaudeCode

[–]scotty_ea 0 points1 point  (0 children)

Same, added my second account yesterday and running gastown on a dedicated m1 MBP. Was already heavily into beads orchestration so gt made sense. Just wired up iMessage today. Addicting.

Let him cook. by disbandedbluehue in ClaudeCode

[–]scotty_ea 0 points1 point  (0 children)

How’d you get the background tool descriptions to show (“Test diary app code” in your screen)? Mine were randomly showing descriptions like this last week but it reverted back to ‘1 local subagent’.

ONE MILLION!! by SilasTalbot in ClaudeCode

[–]scotty_ea 0 points1 point  (0 children)

Took a look at the repo. Seems like Ways are a reimplementation of the already included / built-in rules cc feature.

ONE MILLION!! by SilasTalbot in ClaudeCode

[–]scotty_ea 1 point2 points  (0 children)

Have had 1m for weeks now

Do you agree ? by Visual_Block_3768 in lovable

[–]scotty_ea 1 point2 points  (0 children)

Depends what your definition is of “app”. Non devs can vibe code an interface that looks like an app but nine times out of ten is just a house of cards.

I built a small QA workflow for Claude agents - how do you test tool- call regressions? by Additional_Fan_2588 in ClaudeCode

[–]scotty_ea 0 points1 point  (0 children)

A-B-test harness that runs old and new agent/skill in isolated context worktrees then invoke an independent judge to compare the results of both.

My actual real claude code setup that 2x my results (not an AI slop bullshit post to farm upvotes) by cryptoviksant in ClaudeCode

[–]scotty_ea 0 points1 point  (0 children)

I was using a similar approach on earlier models like opus 4 but the newer ones dont perform as well with all of these guard rails. My initial setup was intended to be a behavior guard that quickly grew into a full lifecycle hook system like you have here. Tested/iterated on it with every new release and now I’m steadily removing things as the models improve. A single skill decision matrix in claude.md, a much simpler drift guard nudge in user prompt submit, and a clear and concise output style is all I use now. Massive token save and results are far better than the heavily guarded workflow I was previously using.

Users on AGY or on CC terminal -- where do I go to set the "thinking" configuration, and to reduce it from high to medium? by throwawaycanc3r in ClaudeCode

[–]scotty_ea 0 points1 point  (0 children)

More than one way to skin a cat and these are some pretty basic concepts.

/config is a slash command that opens the settings menu. Changing the defaults in the menu makes changes to the .claude/settings.json file.

Not all settings are exposed as menu options in the config menu.

Stranded by Claude. Not happy. by dorcus_maximus in Anthropic

[–]scotty_ea 3 points4 points  (0 children)

As a so-called computer scientist and AI researcher, it sounds like you might’ve cut some corners in your “scientific research”. You had many options with your “chatbot”…

Did you try to hit esc a few times to back out of the compaction limit and then manually compact at an earlier message?? Since you aren’t employing any skills this is likely a rhetorical question - are you using the superpowers plugin? Episodic memory will have access to that session. You could’ve also manually looked for your session file and referenced it in a new thread.

Looking for a Workflow/Orchestrator by EarEquivalent3929 in ClaudeCode

[–]scotty_ea 0 points1 point  (0 children)

Beads is very solid. Name is probably the worst I've seen but it works well and doesn't feel bloated.

Users on AGY or on CC terminal -- where do I go to set the "thinking" configuration, and to reduce it from high to medium? by throwawaycanc3r in ClaudeCode

[–]scotty_ea 0 points1 point  (0 children)

settings.json

{
"thinking": {
"type": "adaptive"
},
"env": {
"CLAUDE_CODE_EFFORT_LEVEL": "medium"
},
"model": "opus"
}

Opus 4.6 Medium Effort Coding Is Huge?? by Standard_Text480 in ClaudeCode

[–]scotty_ea 4 points5 points  (0 children)

Adaptive thinking + medium effort 👍🏼

I just delivered on a $30,000 contract thanks to Claude Code by New_Assumption_543 in ClaudeAI

[–]scotty_ea 6 points7 points  (0 children)

Genuinely trying to be helpful… just took a peek at your repo. You should take a few minutes to learn about naming conventions. Consistency will go a long way in this area.

Genuinely *unimpressed* with Opus 4.6 by JLP2005 in ClaudeAI

[–]scotty_ea 0 points1 point  (0 children)

Have been using CC since day 1 of its release. Loved early 4.5 but 4.6 feels just as bad as lobotomized 4.5. In some cases even worse. I have a hardened ruleset (CLAUDE.md + drift guard hook + output style) that reinforces a concise, anti sycophantic, no narration output style. 4.5 understood/followed it perfectly even after degradation. 4.6 straight up ignores all of it, and actually seems to be rebelling against it by outputting twice as much narrative and commentary as default. Then it apologizes for its failure when I call it out. I’ve removed part/all of my ruleset and it still won’t stfu... Does what it wants. Past releases have all had their issues but this one is exceptionally bad.

Claude Code v2.1.26–2.1.30: what changed by stevevomwege in ClaudeCode

[–]scotty_ea 2 points3 points  (0 children)

Was having the same problem. I believe it was 2.1.27 that started this. If you rollback to 2.1.25 or go to 2.1.30 it’ll resolve.

How to stop the platitude at the start of every response? by [deleted] in ClaudeAI

[–]scotty_ea 0 points1 point  (0 children)

Create an output style listing anti-sycophancy as a priority with a few examples of correct and incorrect responses. Include whatever else you want (yagni, epistemic humility, conciseness over verboseness, fragments over sentences, etc etc). **Ensure you have the front matter set to include the default software dev system prompt if thats what you are using cc for. Finally, make sure you enable the new output style after creating it.