As someone running a SaaS with sensitive infra, I’m especially curious about how to structure boundaries between the agent and their real‑world production systems.
1- Check hacker news for AI related news and compile a digest 2- Check new YC companies in the P26 batch 3- Check ladybird and summarize the commits in the last 24 hour.
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.
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.
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?