Earlier quoted context omitted.
I'm the first to be tired of everyone, for every model, that says "uuuh became dumber" because I didn't believe them ... until this week! Opus is struggling worse than Sonnet those last two weeks.
Likewise, I foolishly assumed everybody else was just doing it wrong. But this week I've lost count of the times I've had to say something along the lines of: "Can you check our plan/instructions, I'm pretty sure I said we need to do [this thing] but you've done [that thing]..." And get hit with a "You're absolutely right...", which virtually never happened for me. I think maybe once since Opus 4-6.
Claude Code Routines
351–360 of 451 posts
Re: Claude Code Routines
#352LLMs and LLM providers are massive black boxes. I get a lot of value from them and so I can put up with that to a certain extent, but these new "products"/features that Anthropic are shipping are very unappealing to me. Not because I can't see a use-case for them, but because I have 0 trust in them: - No trust that they won't nerf the tool/model behind the feature - No trust they won't sunset the feature (the graveya…
> Not because I can't see a use-case for them, but because I have 0 trust in them > […] > Put another way, LLM companies are trying to climb the ladder to be a platform, I have zero interest in that, I was a "dumb pipe", I want a commodity, I want a provider, not a platform. That is my sentiment precisely, and a big reason why I’ve started moving away from Claude Code in the past few weeks when I realised how much of…
It's a bit annoying, but as long as it's local and human (or LLM) readable, you can use your favourite agent to rework this stuff for itself.
Re: Claude Code Routines
#353Earlier quoted context omitted.
They can’t allow third party software because the third parties save the outputs of Claude responses and distill them into new models to compete with Claude.
Just like they distilled all those git repositories, all those books to train Claude? https://news.ycombinator.com/item?id=47567575 The lack of self-awareness is hilarious.
Re: Claude Code Routines
#354It’s fine if it’s a stop gap. But, it’s too inconsistent to ever be reliable.
Re: Claude Code Routines
#355 1. an ephemeral linux sandbox for each task
2. capability to fetch any url
3. can use tools like ffmpeg to fulfill your scheduled taskRe: Claude Code Routines
#356Earlier quoted context omitted.
Just like they distilled all those git repositories, all those books to train Claude? https://news.ycombinator.com/item?id=47567575 The lack of self-awareness is hilarious.
What makes you think they lack self-awareness?
Re: Claude Code Routines
#357Earlier quoted context omitted.
This sounds like someone complaining about how Windows is a black box while ignoring the existence of Linux/BSD. I'm currently hosting, on very reasonable consumer grade hardware, an LLM that is on par performance wise what every anyone was paying for about a year ago. Including all the layers in between the model and the user. Llama.cpp serves up Gemma-4-26B-A4B, Open WebUI handles the client details: system prompt,…
What is reasonable hardware in your case? Doesn’t this model require 50+ Gb vram?
Re: Claude Code Routines
#358Re: Claude Code Routines
#359Earlier quoted context omitted.
They are now literally blaming users for using their product as advertised: https://x.com/lydiahallie/status/2039800718371307603 --- start quote --- Digging into reports, most of the fastest burn came down to a few token-heavy patterns. Some tips: • Sonnet 4.6 is the better default on Pro. Opus burns roughly twice as fast. Switch at session start. • Lower the effort level or turn off extended thinking when you don't…
Off topic, but I found Sonnet useless. It can't do the simplest tasks, like refactoring a method signature consistently across a project or following instructions accurately about what patterns/libraries should be used to solve a problem.
Re: Claude Code Routines
#360What a time to be alive.