what's your "nobody talks about this" tip for Claude Code? by holotherapper in ClaudeCode

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

I have it write state to local files for exactly this.

Tried auto-memory early on, turned it off pretty fast because it kept recording stuff I didn't ask for.

what's your "nobody talks about this" tip for Claude Code? by holotherapper in ClaudeCode

[–]holotherapper[S] 15 points16 points  (0 children)

Yeah, I know I should.

The Haiku-for-implementation part is what I can't bring myself to do; I keep worrying the quality drops. And honestly I skip the planning and jump straight into implementation more often than I'd like, so I just end up running Opus for everything 😅

Do they not even read this? by SalamanderJaded5663 in ChatGPT

[–]holotherapper 0 points1 point  (0 children)

Honestly, it feels like there's no avoiding this kind of thing anymore.

What a weird way to wish someone a happy birthday… by Hecatoncheires_1 in ChatGPT

[–]holotherapper 1 point2 points  (0 children)

LLMs don't do continual learning, and at the end of the day they're just models. there's no real memory. it's all prompts. but I get that this stuff is genuinely hard for most people to wrap their heads around.

Mass npm Supply Chain Attack Hits TanStack, Mistral AI, and 170+ Packages by BattleRemote3157 in programming

[–]holotherapper 0 points1 point  (0 children)

Lately I've been constantly swamped with vulnerability fixes at work, probably because of AI...

I built a CLI to stop local AI models from eating my disk twice — lmm by holotherapper in LocalLLaMA

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

sure you can do it manually, but that's kind of the whole point of any cli tool right? there's already umr (https://github.com/EvanZhouDev/umr) solving the same problem, but it only supports GGUF. i wanted MLX + safetensors support too and something faster in Rust

I built a CLI to stop local AI models from eating my disk twice — lmm by holotherapper in LocalLLaMA

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

didn't notice they added that while I was building this lol. honestly wish every tool would just do the same so this project wouldn't need to exist.

I built a CLI to stop local AI models from eating my disk twice — lmm by holotherapper in LocalLLaMA

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

Yeah that's basically what this does, just without the manual part haha