Remix.run Logo
garciasn 10 hours ago

Yeah; and I use/used cronned scripts for decades for some of these things; the difference was the added benefit the models gave that hardcoded scripts cannot.

lukan 10 hours ago | parent [-]

I suppose combining it might be a way? The logic to handle hard coded things like "after 30 minutes of condition X do Y" I would not let a agent run, but Y can then be agent work like "analyze this text in file/webpage". And then do some other logic and then maybe knvoke a different agent. I am in the process of finding out how best to achieve it. Or does OpenClaw provide exactly this? (I never took it serious so far, so never investigated)

garciasn 10 hours ago | parent [-]

I have been underwhelmed by the available models I was able to run locally compared to what Anthropic was providing. The other models I have access to are for work purposes (Gemini and open weight models running on company GPUs) and I’m not going to run this on those.

But, if I did find a viable model, I wouldn’t see why a script would be better than OC.

lukan 9 hours ago | parent [-]

I just learned, that you can also invoke claude code from the terminal with a specific prompt for this without API access

claude - p "prompt"

Just for one prompt/job, though. But that might be enough for some of my use cases. Because you can also prompt again. And again .. a targeted prompt with one exact job, then custom deterministic logic and go on, maybe another prompt. I might get into that, it also just worked telling it "claude -p 'analyze picture.png" where picture was in the folder and it gave a correct description back to terminal. I wonder why that is not more advertized .. I would have liked to known earlier and will do some experiments now.

garciasn 9 hours ago | parent [-]

Assuming you’re not using OpenClaw to do it, you’re right, that may work just fine.

More here: https://news.ycombinator.com/item?id=47844269

lukan 8 hours ago | parent [-]

Ah, I missed all that. So basically it works for now, but who knows for how long.