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.
Is it? Or is it the task you're trying to do? Opus 4.6 has been staggeringly good for me this last week, both inside Claude Code and through Antigravity until I used up my quota.
Claude Code Routines
281–290 of 451 posts
Re: Claude Code Routines
#282Earlier quoted context omitted.
So basically what happened: 1. Anthropic realized their models weren't enough of a moat. 2. They built tools so they could expand their moat. 3. People don't want to use their tools, they want their models, and use other, better tools. 4. Anthropic bans the use of better tools, taking advantage of their model superiority to try to lock people into subpar tools. "I don't have enough of a moat so I'll use my little moa…
What are other better tools? I would like to use them
Re: Claude Code Routines
#283Earlier quoted context omitted.
Their growth over the past months has been more than insane. It’s completely expected they don’t have the compute. You don’t have infinite data centers around
Like or not, openai isn't having the same compute strain, meaning this was predictable.
Or, OpenAI was reckless in securing compute.
Re: Claude Code Routines
#284Earlier quoted context omitted.
You can lessen your dependence on the specific details of how /loop, code routines, etc. work by asking the LLM to do simpler tasks, and instead, having a proper workflow engine be in charge of the workflow aspects. For example, this demo ( https://github.com/barnum-circus/barnum/tree/master/demos/co... ) converts a folder of files from JS to TS. It's something an LLM could (probably) do a decent job of, but 1. not n…
One thing my team lead is working on is using Claude to 'generate' integration tests/add new tests to e2e runs. Straight up asking Claude to run the tests, or to generate a test, could result in potential inconsistencies between runs or between tests, between models, and so on, so instead he created a tool which defines a test, inputs and outputs and some details. Now we have a system where we have a directory full o…
Re: Claude Code Routines
#285Unrelated, but Claude was performing so tragically last few days, maybe week(s), but days mostly, that I had to reluctantly switch. Reluctantly because I enjoy it. Even the most basic stuff, like most python scripts it has to rerun because of some syntax error. The new reality of coding took away one of the best things for me - that the computer always just does what it is told to do. If the results are wrong it mean…
https://marginlab.ai/trackers/claude-code/
Re: Claude Code Routines
#286Re: Claude Code Routines
#287Re: Claude Code Routines
#288Earlier quoted context omitted.
Wait we can't use claude -p around other tools? What is the point of the JSON SDK then? Anthropic is confusing here, ugh. edit : And specifically i'm making an IDE, and trying to get ClaudeCode into it. I frankly have no clue when Claude usage is simply part of an IDE and "okay" and when it becomes a third party harness..
I was pretty sure that claude -p would always be fine, but I looked at the TOS and it is a bit unclear. It says in the prohibited use section: > Except when you are accessing our Services via an Anthropic API Key or where we otherwise explicitly permit it, to access the Services through automated or non-human means, whether through a bot, script, or otherwise. So it seems like using a harness or your own tools to cal…
Re: Claude Code Routines
#289LLMs 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…
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,…
Re: Claude Code Routines
#290Earlier quoted context omitted.
--resume works fine?
That's why I mentioned `-p`. `--continue` and `--resume` are broken from `-p` sessions for the last 2 weeks. The use case is: 1. Do autonomous claudey thing (claude -p 'hey do this thing') 2. Do a deterministic thing 3. Reinvoke claude with `--continue` This no longer works. I've had this workflow in GitHub actions for months and all of a sudden they broke it. They constantly break stuff I rely on. Skill script loadi…