Top
Best
New

Posted by iBelieve 16 hours ago

Schedule tasks on the web(code.claude.com)
262 points | 215 commentspage 2
mkagenius 15 hours ago|
This is a bit restrictive, doesn't take screenshots. So you can't "say take screenshots of my homepage and send it to me via email"

It doesnt allow egress curl, apart from few hardcoded domains.

I have created Cronbox in the cloud which has a better utility than above. Did a "Show HN: Cronbox – Schedule AI Agents" a few days back.

https://cronbox.sh

and a pelican riding a bicycle job -

https://cronbox.sh/jobs/pelican-rides-a-bicycle?variant=term...

sarpdag 6 hours ago||
I can't pick the effort for the tasks run on Claude Web. I have a feeling Claude is using low or medium effort on those tasks, and I observe clear quality differences with the task ran on my local claude code, which uses high effort.
cestivan 5 hours ago|
[dead]
0898 7 hours ago||
One interesting restriction is that it won’t do anything with people’s faces.

I run conferences and I like to have photos of delegates on the page so you can see who else is attending.

I wanted to automate this by having Claude go to the person’s LinkedIn profile and save the image to the website.

But it seems it won’t do that because it’s been instructed not to.

wslh 6 hours ago|
LinkedIn already employs anti-scraping measures, so I'd expect a lot of users to get flagged.

That's not unique to LinkedIn but what is somewhat unique is the strong linkage to real world identities, which raises the cost of Sybil attacks on personal networks with high trust.

zmmmmm 15 hours ago||
i'm missing something basic here .... what does it actually do? It executes a prompt against a git repository. Fine - but then what? Where does the output go? How does it actually persist whatever the outcome of this prompt is?

Is this assuming you give it git commit permission and it just does that? Or it acts through MCP tools you enable?

jngiam1 15 hours ago||
MCP tools. We're doing some MCP bundling and giving it here, pretty cool stuff.
ares623 11 hours ago||
wasn't MCP a critical link in the recent litellm attack?
TeMPOraL 11 hours ago||
And if it was?

It's a bit like asking if "an API" was a critical link in some cybersec incident. Yes, it probably was, and?

ares623 11 hours ago||
i'd say it's more like intentionally choosing to use naive string interpolation for SQL queries than a trusted library's parameter substitution. Both work.
TeMPOraL 10 hours ago||
There is no "parameter substitution" equivalent possible. Prompt injection isn't like SQL injection, it has no technical solution (that isn't AGI-complete).

Prompt injection is "social engineering" but applied to LLMs. It's not a bug, it's fundamentally just a facet of its (LLM/human) general nature. Mitigations can be placed, at the cost of generality/utility of the system.

discreteevent 10 hours ago||
> It's not a bug, it's fundamentally just a facet of its (LLM/human) general nature

Fair enough but then that means that MCP is not "a bit like asking if "an API" was a critical link in some cybersec incident"

Because I can secure an API but I can't secure the the "(LLM/human) general nature."

TeMPOraL 9 hours ago||
MCP itself is just an API. Unless the MCP server had a hidden LLM for some reason, it's still piece of regular, deterministic software.

The security risk here is the LLM, not the MCP, and you cannot secure the LLM in such system any more you can secure user - unless you put that LLM there and own it, at which point it becomes a question of whether it should've been there in the first place (and the answer might very well be "yes").

tossandthrow 15 hours ago||
We use to do do automated sec audits weekly on the code base and post the result on slack
zmmmmm 15 hours ago||
so is slack posting an MCP tool it has? or a skill it just knows?
tossandthrow 15 hours ago||
In Claude it is a "connector" which is essentially an mcp tool.
hirako2000 9 hours ago||
Oh my, did Anthropic invent Cron jobs as a service?

It's a game changer.

Edit: my mistake. It's inferior to a Cron job. If my repos happen to be self hosted with Forgejo or codeberg, then it won't even work. If I concede to use GitHub though I don't have to set up any env variables. Schedules lock-in, all over the web.

TeMPOraL 9 hours ago||
You jest, but for some reason the industry stubbornly refuses to solve the "cron job as a service" problem for end-users, whether on the web or in the OS.

I feel this is rooted in problems that extend beyond computing. Regular people are not allowed to automate things in their life. Consider that for most people, the only devices designed to allow unattended execution off a timer are a washing machine, some ovens and dishwashers, and an alarm clock (also VCRs in the previous era). Anything else requires manual actuation and staying in a synchronous loop.

hirako2000 8 hours ago|||
There is nothing to solve. It's already there, a VPS, a container platform, just push your script and schedule it.

Of course a provider can offer convenient shortcuts, but at the cost of getting tied into their ecosystem.

Anthropic is clearly battling an existential threat: what happens when our paying users figure out they can get a better and cheaper model elsewhere.

TeMPOraL 7 hours ago||
> what happens when our paying users figure out they can get a better and cheaper model elsewhere.

They solved that with subscriptions. For end-users (and developers using AI for coding), it makes no sense to go for pay-as-you-go API use, as anything interesting will burn more than the monthly subscription worth of $$$ in API costs in few hours to days.

hirako2000 6 hours ago||
Yes but that's anthropic API pricing, some of the highest per token.

Sure subscription is a sort of tie in, but only if users are fooled into investing in workflows bound to anthropic. That's what the company is hooking them to do with this scheduler, banning open agentic framework and the rest.

The moat, if any, will be the tooling. Token is becoming a commodity, they know it.

talkin 8 hours ago||||
> for some reason the industry stubbornly refuses to solve the "cron job as a service" problem for end-users, whether on the web or in the OS.

Such a service will always be destroyed by the bell-ends who want to run spam or worse activities.

TeMPOraL 7 hours ago||
That doesn't explain lack of such functionality at the OS/platform level. It technically exists on Linux and Windows, but is heavily optimized towards sysadmin use, and essentially hidden from regular users on the "normie UI surface". Most people don't even realize their computers could do things on a timer.

(And on Android, AFAIK there's exactly nothing at all. There's not even common support for any kind of basic automation; only recent exception is Samsung. From third-party apps, there's always been Tasker - very powerful, but the UX almost makes you want to learn to write Android apps instead.)

WJW 8 hours ago|||
What is wrong with things like the Zapier scheduler? (ie https://zapier.com/apps/schedule/integrations) For running locally, there's also a plethora of cronlikes for every OS under the sun.

I think the core problem is not so much that it is not "allowed", but that even the most basic types of automation involves programming. I mean "programming" here in the abstract sense of "methodically breaking up a problem into smaller steps and control flows". Many people are not interested in learning to automate things, or are only interested until they learn that it will involve having to learn new things.

There is no secret conspiracy stopping people from learning to automate things, rather I think it's quite the opposite: many forces in society are trying to push people to automate more and more, but most are simply not interested in learning to do so. See for example the bazillion different "learn to code" programs.

TeMPOraL 7 hours ago||
It's not default. People don't need courses for this, they need availability and nudges. None of the platforms people use expose such features to users, much less encourage them to try. On the contrary, they hide or remove it from base UI layer entirely, and the UI choices made clearly suggest platform vendors don't even consider the possibility of regular people being interested.

Computing isn't, and has never been, demand-driven. It's all supply-driven. People choose from what's made available by vendors, and nobody bothers listening to user feedback.

alasano 8 hours ago|||
I built this last year because I thought it was overdue back then already.

https://imgur.com/a/apero-TWHSKmJ

Cron triggers (or specific triggers per connector like new email in Gmail, new linear issue, etc for built in connectors).

Then you can just ask in natural language when (whatever trigger+condition) happens do x,y and z with any configuration of connectors.

It creates an agentic chain to handle the events. Parent orchestrator with limited tools invoking workers who had access to only their specific MCP servers.

Official connectors are just custom MCP servers and you could add your own MCP servers.

I definitely had the most advanced MCP client on the planet at that point, supporting every single feature of the protocol.

I think that's why I wasn't blown away by OpenClaw, I had been doing my own form of it for a while.

I need to release more stuff for people to play around with.

My friends had use cases like "I get too many emails from my kids school I can't stay on top of everything".

So the automation was just asking "when I get an email from my kids school, let me know if there's anything actionable for me in it"

no_shadowban_3 9 hours ago||
[dead]
throwatdem12311 9 hours ago||
So this is basically just Anthropic’s version of Open Claw that they manage for you and you pay them.
arjie 16 hours ago||
What's the per-unit-time compute cost (independent of tokens)? Compute deadline etc.? They don't charge for the Cloud Environment https://code.claude.com/docs/en/claude-code-on-the-web#cloud... currently running?
lucgagan 16 hours ago||
Here goes my project.
rhubarbtree 11 hours ago||
Better idea. Watch online feedback on this feature. Then implement things users want. Go niche. Join the forum and help them use Claude to its limits. Then be the next step for power users.
hydroweaver87 15 hours ago|||
What were you working on?
pxtail 10 hours ago||
Welcome to Amazon playbook replayed again, most useful, profitable and popular use-cases will implemented by platform - and they will do it ruthlessly and quickly as money needs to be recouped.
dbvn 7 hours ago||
it would be easier to use claude to write a cronjob that does the same thing for you but accurately
qznc 7 hours ago|
And yet it probably covers 90% of what people use OpenClaw for.
pastel8739 16 hours ago|
Is this free? I don’t see pricing info. I guess just a way to make you forget that you’re spending money on tokens?
weird-eye-issue 16 hours ago|
You don't spend money on tokens. It is a subscription.
More comments...