Remix.run Logo
hx8 a day ago

I've been using it since about February, still using it. It's running on my old M1 MBP. I have a lot of automations on OpenClaw, things like "Every week summarize this data and send me a message about it" or "check when a new version of an NPM package comes out and submit a PR to update it."

It's quite expensive from a value per token perspective. It's quite cheap from a "send one message from my phone and it does something probably productive" perspective. No major security breaches yet.

Gigachad a day ago | parent [-]

All of the use cases I see seem like stuff that’s better performed by normal software. Dependabot will watch for new versions and submit a PR for free.

AI for developing software that runs predictably seems more useful than AI performing actions like a program would.

metchio 21 hours ago | parent [-]

yeah i think the deterministic part (sending email, submit PR) is usually done by a normale script/software, agents are useful for summarizing text in a smart way, expecially if you need to aggregate text from multiple sources and it's natural language (not structured data)

Gigachad 19 hours ago | parent [-]

This still feels like made up work. We are using AI to inflate a prompt in to a full email to send, and then the receiver is using AI to summarize it back down.

simonh 17 hours ago | parent | next [-]

That definitely happens, but also many people are also using this stuff to get some amazing work done.

I think AI is an incredible competence magnifier. If someone knows what they are doing that competence can get magnified massively. If they do not know what they are doing, that gets magnified just as much. The tricky part is getting people with a low level but real degree of competence, which is all of us when we're starting out, to learn how to reliably magnify that.

metchio 13 hours ago | parent | prev [-]

in that particular scenario, is certanly a made up work. but sometimes you are aggregating text from lets say 5/10 different inputs, and summarizing those into a single email with AI is pretty niche and efficient. obviously not everything needs an hammer to be solved