Claude Code Routines
301–310 of 451 posts
Re: Claude Code Routines
#302LLMs 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…
I've had so many websites break and die because Google or Amazon sunsetted something.
For example I had a graphing calculator website that had 250K monthly active users (mostly school students, I think) and it just vanished one day because Amazon sunsetted EC2 clasic and I didn't have time to deal with that. Hopefully those students found something else to do their homework with that day.
Re: Claude Code Routines
#303Earlier quoted context omitted.
Wouldn't that amount to fraud?
Serious question, do we actually know what we're paying for? All I know is it's access to models via cli, aka Claude Code. We don't know what models they use, how system prompt changes or what are the actual rate limits (Yet Anthropic will become 1 trillion dollars company in a moment).
Re: Claude Code Routines
#304LLMs 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…
Re: Claude Code Routines
#305But their own failure is the fact that there is a limited way to configure it with other models, think 3d modelling and integrating 3d apps on a VM to work with. I believe an OSS solution is needed here, which is not too hard to do either.
Re: Claude Code Routines
#306n8n: https://n8n.io/
Re: Claude Code Routines
#307LLMs 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
#308Earlier quoted context omitted.
This distilling sounds wonderful to me as an end user. Is there some place we can donate our chats and output?
There's https://github.com/badlogic/pi-share-hf by the creator of pi-coding-agent, to redact session data and publish on Huggingface. You can find others of the same idea for Claude Code/Codex on Github, though of varying redaction quality. Or have your LLM fork pi-share-hf to work for your preferred coding agent. Clem Delangue (HF CEO) tweeted about this[1] and mentioned https://traces.com/ for exporting Claude sess…
Re: Claude Code Routines
#309I've been using it for a while (it was just called "Scheduled", so I assume this is an attempt to rebrand it?) It was a bit buggy, but it seems to work better now. Some use cases that worked for me: 1. Go over a slack channel used for feedback for an internal tool, triage, open issues, fix obvious ones, reply with the PR link. Some devs liked it, some freaked out. I kept it. 2. Surprisingly non code related - give me…