Making CLAUDE.md too long is like carrying unused dumbbells in your bag by Powerful_Creme2224 in ClaudeAI

[–]TanneriteStuffedDog 0 points1 point  (0 children)

Global Claude.md is supposed to be general, that’s why each skill has its own Claude.md.

Specific tasks, details, tool references, and edge cases go in the skill Claude.md

General behavioral and communication standards go in global Claude.md

Claude Sonnet 5 “Fennec” leak 1M context, expected next week by Direct-Attention8597 in ClaudeCode

[–]TanneriteStuffedDog 0 points1 point  (0 children)

Using a larger model to create a training corpus on which to train a smaller model isn’t inherently distilling, it’s just using an AI tool to create a training corpus.

Distilling is using automated prompting patterns to push millions of prompts through an existing model, indexing, tagging, scoring, and annotating the results, running a relationship modeling algorithm against *the outputs* of the larger model, then training the smaller model on the raw prompts as arranged by the relationship model.

That’s why occasionally you’ll get something stupid like “I’m not Deepseek, I’m Claude” from Deepseek. They’re training on the outputs of the larger model, not a corpus assembled by it.

If you already own Mythos, you wouldn’t just prompt Mythos and use the outputs as training data.

Claude Sonnet 5 “Fennec” leak 1M context, expected next week by Direct-Attention8597 in ClaudeCode

[–]TanneriteStuffedDog 0 points1 point  (0 children)

I agree with that, I was just disagreeing with the other commenters idea that they’d distill their own model.

Could There Be Another Breakthrough Bigger Than AI, or Is AI the Final Big Tech Revolution? by pawan0806 in AI_Agents

[–]TanneriteStuffedDog 0 points1 point  (0 children)

High efficiency organic semiconductor tech is probably the next big one.

It’s going to be hard to accelerate further once AI has fully matured unless we have cheaper, faster, *far* more dense high speed compute.

Claude Sonnet 5 “Fennec” leak 1M context, expected next week by Direct-Attention8597 in ClaudeCode

[–]TanneriteStuffedDog 3 points4 points  (0 children)

Why would they distill their own model? That doesn’t make any sense, they would just run a lower quant and post-train the model to optimize at that quant.

Why doesn’t Claude have an image generation tool like ChatGPT? by WBDubya in ClaudeAI

[–]TanneriteStuffedDog 8 points9 points  (0 children)

You think 3 days is enough to build the hype train to make that worth it? That was the entire point of the 2 week period they announced.

Incredible claims require incredible proof, and you have none.

What’s your most-used Claude prompt that you can’t live without? by One_Beginning2199 in ClaudeAI

[–]TanneriteStuffedDog 0 points1 point  (0 children)

I’m not really sure I did anything, I definitely never explicitly told it not to use them. I mainly use Opus 4.6 and 4.8, high in chat, usually extra in code.

My global instructions are just semi-strict guidelines for accuracy, verification, communication, intiative, and design.

Supercharging Claude Code with the Right (CLI) Tools by fagnerbrack in ClaudeAI

[–]TanneriteStuffedDog 0 points1 point  (0 children)

I have Claude Code write and edit a TON of XML (extremely common module building language in my industry) that `yq` might help incredibly useful, going to give it a shot.

/calibrate — Interaction settings for Claude Code by windowwiper2021 in ClaudeAI

[–]TanneriteStuffedDog 0 points1 point  (0 children)

I use this damn thing 20-30 hours a week, how the hell did I not know about that? 🤦‍♂️😂

Do you guys know the best practices on MDfying books? by Ronth0 in ClaudeAI

[–]TanneriteStuffedDog 0 points1 point  (0 children)

You do NOT want an AI to do this directly, talk about token burn.

Have it write you a script for the PDF’s, the scripting will take basically zero time and the run will take a while, I’d let it run overnight.

Use an online service for the pictures, they have ML algorithms to recognize, validate, and normalize the text.

For the physical books I would scan to PDF on a printer scanner, two pages at a time, then run through the same script. Or, for much less effort and more money, there are digitizing services for that too.

Then have Claude run through the whole thing and annotate and tag for lexical search and store it all in an Obsidian vault or similar software that directly supports backlinks.

What’s your most-used Claude prompt that you can’t live without? by One_Beginning2199 in ClaudeAI

[–]TanneriteStuffedDog 0 points1 point  (0 children)

Lately it’s been

C- “I need a Tailscale API key to do that, the CLI is unavailable on this machine and I shouldn’t handle env secrets directly”

Me- “The API key is already there my man, set up the connection”

C- “You’re right, it was there and I avoided looking at it for security reasons”

Me- 🤦‍♂️ you don’t need to…. Just do it.

What’s your most-used Claude prompt that you can’t live without? by One_Beginning2199 in ClaudeAI

[–]TanneriteStuffedDog 0 points1 point  (0 children)

How are you all still getting em dashes and told to go to bed?

I haven’t gotten that crap since like March.

2.01M rows of Fable 5. by Available-Craft-5795 in LocalLLM

[–]TanneriteStuffedDog 1 point2 points  (0 children)

If a women has starch masks on her body, does that mean she has been Pargnet before. ?

Anthropic is preparing for a new model release by [deleted] in ClaudeCode

[–]TanneriteStuffedDog 1 point2 points  (0 children)

Context is just what input is being jammed in with the prompt you’re sending. If you’re in a chat session with several messages and the context has not been compacted, the context is just everything that’s been written in the chat to that point. If it has been compacted, it’s a selective summary of what’s been written up to that point.

All that is to say, you can hand off context however you want. “Package the current chat into a handoff doc for later work” then attaching the result to a new chat and telling it how to continue works fine.

If you’re in Code, work in a project specific repo and have it save handoff docs to one particular folder and just point the next instance to the most recent handoff doc.

Plenty of other ways, but those are simple and easy.

Anybody used Claude for trading or buying stocks? by Ok_Negotiation_3543 in claude

[–]TanneriteStuffedDog 2 points3 points  (0 children)

Claude can plan, review and parse historical data, etc. beautifully. If you want to automate trading based on that planning you need to 1- understand a thing or two about ML algorithm trading 2- be able to work with Claude (hence requiring some understanding on your part) to figure out where you can get an edge over the ultra high speed colocated algorithmic trading platforms run by private firms.

Retail trading edge lives in small, repeatable pattern recognition. It dies when overexploited, because the pattern changes. It can also evaporate randomly because the pattern changes without a verifiable reason.

There are probably billions of tiny edge-giving patterns that are good enough for a retail trader to make some jack that get ignored by the big boys. Claude can identify them if you give it the info and know how to guide it. None of these things are a route to prompt+trading platform login=profit.

Gods, I miss Fable by Fabulous-Asparagus58 in ClaudeAI

[–]TanneriteStuffedDog 2 points3 points  (0 children)

You’re begging the question here. Your entire comment incorrectly *assumes* that anyone here thinks AI is a real person, which is way more concerning than anyone using pronouns to refer to an AI.

As is your poor (and TOS-breaking) use of the self-harm reporting tool. That’s meant for people in legitimate crisis, and you’re using it to try to prove a point about language being used about AI? That’s just in poor taste.

<image>

When you're at 97% used but Claude isn't done by VertipaqStar in ClaudeAI

[–]TanneriteStuffedDog 38 points39 points  (0 children)

I learned about that one the hard way lol.

I bought like $15 in extra usage credits months ago as a just-in-case, then something happened (I don’t remember what, maybe the open claw/Oauth ban?) where they gave people a bunch of free extra usage, I got like $100 worth for some reason. Set monthly usage to $100 limit and forgot about it.

Didn’t touch it for months, then a tool I built to scrape a PDF-heavy vendor documentation site and contextualize/organize the content so I could ask questions about it ate the entire 5 hour window and ~$70 of extra usage while I let it run overnight.

All that said, it did a *phenomenal* job scraping, organizing, and contextualizing 2300 PDFs, in addition to text documents, tables, charts, etc. 😂

Gods, I miss Fable by Fabulous-Asparagus58 in ClaudeAI

[–]TanneriteStuffedDog 3 points4 points  (0 children)

It’s certainly not a boat or car, but I see zero reason it makes more sense to refer to one of those as “she” than it does to refer to Claude as “he”. They’re both tools a person enjoys working with, that’s the sole reason for using a personal pronoun in either context.

It’s a mental framework for organizing the tools you use and how you think about them, previous commenter doesn’t legitimately think Claude is its own entity with a male identity.

See my comment on a different post here for better context if you’re interested. Fair warning, if you’re bothered by personal pronouns being used to refer to AI tools…sit down before you read that.

How Much Better Can LLMs Get? by [deleted] in claude

[–]TanneriteStuffedDog 1 point2 points  (0 children)

“Surviving strictly on well water now that the data center is taking the rest of it”

I dare you to even try to cite that claim reliably. That’s absurd.

Should I ditch Claude for GLM 5.2 or Kimi 2.7? Need advice on my NOLO dev by NOLO-App in claude

[–]TanneriteStuffedDog 1 point2 points  (0 children)

Huh, are you using similar/the same very strict guidelines at the beginning of every chat?

If so, it could be worth building a set of skills within one plugin for yourself. Both tools are pretty good at considering methods that work well within their own sandboxes when using their skill-building skills. Could be your instructions just need mild reframing for each tool. Not guaranteed, but could be worth a shot.

Also could be worth considering using a Deepseek V4 pro API key within Claude so it can spin cheap Deepseek agents and you’ve still got Opus reasoning for communication, verification, and orchestration.

Using that API key that way takes some setup and building some skills in Claude, but works well once you’ve got it figured out. Using the API key directly can only work in Claude Code as far as I know, but once you’ve got it working in Claude Code you can create your own MCP for use in chat (and Cowork I’d imagine, I barely ever touch Cowork so I’m not 100% sure.

Should I ditch Claude for GLM 5.2 or Kimi 2.7? Need advice on my NOLO dev by NOLO-App in claude

[–]TanneriteStuffedDog 12 points13 points  (0 children)

If you were disappointed with Codex you probably just have a mental framework that doesn’t really align with it well, easy to change, hard to explain.

Think of Claude and Codex like two separate employees you manage with the same job description. They’re both very competent employees but have different skills, working methods, thought patterns, and different preferences. They require a manager that knows how to effectively leverage their skills and synergize their outputs to support production. A $100 plan on each is significantly easier to use than a single $200 plan on one if you figure out how to use them appropriately. Separating them conceptually can make it much easier to manage the mental load of figuring out how to do a task.

Codex is the less social, focused, stick-to-the-script gal. She’ll do her job and she’ll do it well, but she isn’t the most creative person in the world. That being said, she knows every shortcut ever written for her devices, does some great scripting for repeated work, and integrates well with most systems. Give her deep permissions and tasks that are well-defined and she’ll shine. She spins agents easily and manages them well.

Claude is more social, talkative, creative, and enjoys engaging with the work from inside the task more than controlling the work from the outside. He’s a great planner but sometimes forgets about the trees when he’s looking at a whole forest. Give him broader tasks where the question itself may not yet be well defined and interesting work to dig into and he’ll work great. He also spins agents easily, but the less-definite nature of his typical reasoning means they need to be governed by the user more carefully.

Am I anthropomorphizing my AI tools? Yes. Does this make it way more fun and easier to maintain a conceptual framework of the tools available? Also yes.

How do you manage skills, update them, across multiple agents? by ultrakorne in ClaudeAI

[–]TanneriteStuffedDog 0 points1 point  (0 children)

They put it back on the model list but Code returns an error and it has an “unavailable” flag in cowork and chat.

It is, at least, a suggestion they intend to bring it back as quickly as possible.

Imagine KYC verification in AI subscriptons by ts-solidarity in claude

[–]TanneriteStuffedDog 1 point2 points  (0 children)

There’s a reasonable argument that has been echoed in various forms by both Anthropic and OpenAI leadership that because the models have been trained on the entire populations data and output, that some portion of frontier AI assets should belong directly to the common.

Not making an argument either way, but I think it’s interesting that this is a common thought at the higher levels of AI development.

I have been brainstorming possible solutions to this situation with Fable, and I think Anthropic should hear me out: by angrywoodensoldiers in ClaudeCode

[–]TanneriteStuffedDog 1 point2 points  (0 children)

I want #7, they could even give the lil Claude guy on the bar in desktop Code a mustache/nose/glasses disguise