Top
Best
New

Posted by matthieu_bl 7 hours ago

Claude Code Routines(code.claude.com)
311 points | 199 commentspage 2
summarity 6 hours ago|
If you’re trying this for automating things on GitHub, also take a look at Agentic Workflows: https://github.github.com/gh-aw/

They support much of the same triggers and come with many additional security controls out of the box

eranation 4 hours ago||
+1 for that, having that said, because GH agentic workflows require a bit more handholding and testing to work, (and have way more guardrails, which is great, but limiting), and lack some basic connectors (for example - last time I tried it, it had no easy slack connector, I had to do it on my own). This is why I'm moving some of the less critical gh-aw (all the read only ones) to Claude Routines.
deadfall23 4 hours ago|||
Why not https://github.com/anthropics/claude-code-action?
gavinray 6 hours ago||
Why have I not heard of this? Was looking for a way to integrate LLM CLI's to do automated feature development + PR submission triggered by Github issues, seems like this would solve it.
eranation 2 hours ago||
Built in Co-Pilot I believe can do this better than gh-aw (or a click away).

Cursor has that too by the way (issue -> remote coding session -> PR -> update slack)

sminchev 5 hours ago||
Everything is big race! Each company is trying to do as much as possible, to provide as many tools as possible, to catch the wave and beat the concurrency. I remember how Antropic and OpenAI made releases in just 10-15 minutes of difference, trying to compete and gain momentum.

And because they use AI heavily, they produce new product every week. So fast, that I have no time to check, does it worth or not.

This one looks interesting. I have some custom commands that I execute manually weekly, for monitoring, audits, summary, reports. It it can send reports on email, or generate something that I can read in the morning with my coffee, or after I finish with it ;) it might be a good tool.

The question is, do I really want to so much productive? I am already much better in performance with AI, compared with the 'old school' way...

Everything is just getting to much for me.

twobitshifter 2 hours ago||
It seemed OpenClaw is just Pi with Cron and hooks, and it seems like this is just Claude Code with Cron and hooks. Based on the superiority of Pi, I would not expect this to attract any one from OpenClaw, but it will increase token usage in Claude Code.
matthieu_bl 6 hours ago||
Blog post https://claude.com/blog/introducing-routines-in-claude-code
jwpapi 1 hour ago||
All these new offers try to kill fire with fire. You don’t make the codebase better with more agents. You introduce more complicated issues.

It’s a trap.

netdur 6 hours ago||
didn’t we have several antitrust cases where a vendor used its monopoly to disadvantage rivals? did not anthropic block openclaw?
Someone1234 5 hours ago||
They did not.

You can still use OpenClaw on their API pricing tier as much as you want. What they did is not allow subscriptions to be used to power automated third-party workloads, including OpenClaw.

Now, is their messaging around this confusing? Absolutely. The whole thing has been handled shambolically. Everyone knows that they lack the compute to keep up, and likely have lower margins on subscriptions than API; but they cannot just say that because investors may be skittish.

dmix 6 hours ago|||
How is Anthropic a monopoly? The market is barely even fully developed and has multiple large and small competitors
andai 6 hours ago||
It's not blocked, you just can't use the Claude-only subscription endpoint with unauthorized 3rd party software. (You can use it via the regular API (7x more expensive) and pay per token just fine.)

...Except now you sorta-kinda can: now they auto-detect 3rd party stuff and bill you per-token for it?

If I'm reading it right:

https://news.ycombinator.com/item?id=47633568

airstrike 6 hours ago||
Still no moat.

The reason someone would use this vs. third-party alternatives is still the fact that the $200/mo subscription is markedly cheaper than per-token API billing.

Not sure how this works out in the long term when switching costs are virtually zero.

petesergeant 6 hours ago||
I think at this point the aim is less about moat, and more about getting an advantage that self-sustains: https://www.rand.org/pubs/research_reports/RRA4444-1.html
TacticalCoder 6 hours ago||
> Not sure how this works out in the long term when switching costs are virtually zero.

All these not really helpful, but vendor specific, "bonuses" sounds like a way to try to lock people in, to try to raise the switching cost.

I'm using, on purpose, a simple process so that at any time I can switch AI provider.

eranation 2 hours ago||
If anyone from anthropic reads it. I love this feature very much, when it works. And it mostly doesn't.

The main bugs / missing features are

1. It loses connection to it's connectors, mostly to the slack connector. It does all the work, then says it can't connect to slack. Then when you show it a screenshot of itself with the slack connector, it will say, oh, yeah, the tools are now loaded and does the rest of the routine.

2. ability to connect it to github packages / artifactory (private packages) - or the dangerous route of allowing access to some sort of vault (with non critical dev only secrets... although it's always a risk. But cursor has it...)

3. the GitHub MCP not being able to do simple things such as update release markdown (super simple use case of creating automated release notes for example)

You are so close, yet so far...

Terretta 2 hours ago|
It's remarkable how often it refuses to introspect but a SCREENSHOT of itself and suddenly "yeah this works fine".

This happens in all their UIs, including, say, Claude in Excel, as well.

woeirua 3 hours ago||
I don't get the use case for these... Their primary customers are enterprises. Are most enterprises happy with running daily tasks on a third party cloud outside of their ecosystem? I think not.

So who are they building these for?

chickensong 1 hour ago||
Nobody likes infra. PMs don't know wtf a crontab is.
dbbk 2 hours ago||
Not really any different to GitHub Actions
dispencer 5 hours ago|
This wild, one of the pieces I was lacking for a very openclaw-esque future. Now I think I have all the mcp tools I need (github, linear, slack, gmail, querybear), all the skills I need, and now can run these on a loop.

Am I needed anymore?

imhoguy 3 hours ago||
Let it "build power plant" and we are on track with "Paperclip maximizer" https://en.wikipedia.org/wiki/Instrumental_convergence#Paper...
brcmthrowaway 5 hours ago||
No
More comments...