2 pointsby nclin_8 hours ago8 comments
  • aloisiodev5 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
  • abdelhousni8 hours ago
    You should follow @simonw Here's his procedure https://til.simonwillison.net/llms/openclaw-docker
  • j0xnvm6 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.

  • oyaa527 hours ago
    I'm not really using it yet because I can do it by myself. So far I have time over money
  • reprex_me5 hours ago
    [dead]
  • cochinescu8 hours ago
    [dead]
  • sriramgonella8 hours ago
    [dead]
  • toan2038 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?