Ask HN: Are you using OpenClaw or similar agents? How?

I keep hearing all the rage about Openclaw but can't imagine a task I'd trust it with. What are people actually using it for?

4 points | by nclin_ 12 hours ago

11 comments

  • jwang987 4 hours ago
    I'm using it to manage product backend operations through Telegram. Without OpenClaw, most tasks were automatable with Claude Code anyways, but OpenClaw lets me to chat in TG and get things done without opening up a terminal.

    I also built a tax filing engine that handles my tax locally (demo: https://x.com/artoriatech/status/2036111002790490365 web: https://oktax.app)

    As for security, I don't run OpenClaw on my machine, but I use a VPS and let Claude Code do security reviews regularly, and enforce OpenClaw to ask for confirmation every time it runs critical scripts or delete files.

  • abdelhousni 12 hours ago
    You should follow @simonw Here's his procedure https://til.simonwillison.net/llms/openclaw-docker
  • aloisiodev 9 hours ago
    I'm trying to it, but I'm having a lot of difficulties to turn it on, My idea is to try to turn automatize all my repetitive daily jobs, like get my mails, check what I need to and how Can I predict to get a better result for whole week, my rage with pen claw is how I configure that, it's not a easy task, but considering the security risk, I try to avoid to run it on my own machine, I'm using it on my vps
  • j0xnvm 10 hours ago
    I used one for outbound and it was pretty good (it even sold a 50$ report it created). Currently using one for research.

    I like that the agents are "learning". While the first emails were pretty trashy, I let him research on how to improve them to not sound too generic etc. The results were quite impressive.

  • oyaa52 12 hours ago
    I'm not really using it yet because I can do it by myself. So far I have time over money
  • Remi_Etien 2 hours ago
    [dead]
  • MarcelinoGMX3C 2 hours ago
    [dead]
  • reprex_me 9 hours ago
    [dead]
  • cochinescu 12 hours ago
    [dead]
  • sriramgonella 12 hours ago
    [dead]
  • toan203 12 hours ago
    I felt the same way. I was rolling my eyes at the hype, but reading about things like OpenClaw or Cursor is totally different from experiencing them. If you have any old repos out there — try running an agent on them, you might actually be amazed.

    I'm not sure I buy the long-term "90% productivity" claims for complex, legacy enterprise systems, but for the boilerplate, libraries, build-tools, and refactoring? The gain is gigantic. All the time-consuming, nerve-wracking stuff is mostly taken care of.

    You start off checking every diff like a hawk, expecting it to break things, but honestly, soon you see it's not necessary most of the time. You just keep your IDE open and feed the "analyze code" output back into it. In Java, telling it to "add checkstyle, run mvn verify and repair" works well enough that you can actually go grab a coffee instead of fighting linter warnings.

    The real question it raises: If your competitor Y just fired 90% of their developers to save a buck, would you blindly follow suit? Or would you keep your team, use this massive leverage, and just dwarf Y with a vastly better product?