Live data from Hacker News

Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

github.com

21–30 of 32 posts

Re: Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

#22
post #20
post #13

We also tried to use OpenClaw for teams but unfortunately OpenClaw gateway is not designed as multi-tenant. Peter also confirms it: https://x.com/steipete/status/2026820269050855757 That's why we built https://lobu.ai which is a multi-tenant implementation for proactive agents like OpenClaw. It has entity based memory for building the org context layer and every channel/user gets its isolated container.

are you based on openclaw? Seems similar to https://flueframework.com/

We use Pi harness, same agent that powers Flue

Re: Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

#23
OpenClaw needs to be built from the ground up.

I created Atom based on current research on agentic systems and am looking for maintainers & testers to help out.

https://github.com/rush86999/atom

https://github.com/rush86999/atom/blob/main/docs/features/at...

Re: Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

#24

OpenClaw needs to be built from the ground up. I created Atom based on current research on agentic systems and am looking for maintainers & testers to help out. https://github.com/rush86999/atom https://github.com/rush86999/atom/blob/main/docs/features/at...

Why did you name it Atom?

So many ai & coding related products is named Atom

Re: Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

#25

OpenClaw needs to be built from the ground up. I created Atom based on current research on agentic systems and am looking for maintainers & testers to help out. https://github.com/rush86999/atom https://github.com/rush86999/atom/blob/main/docs/features/at...

There are already many different rewrites of openclaw.

Re: Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

#26

My team fully abandoned our attempts to make OpenClaw or Claw-like agents work for us. We invested a sizable chunk of our R&D budget to setting various Claws up to help our software and QA teams. It took about a week after launch for the team to fully sour on the idea of using these systems. The biggest feedback we collected was that any tasks they assigned to the Claw systems would turn into tangled messes often req…

We gave it a few months try. My conclusion was that it did interesting things but is designed completely wrong from the ground up which means it's got a lot of moving parts that are part of the code base that can break for all sorts of reasons. As a learning exercise it was pretty nice. But since then the plugin/connector ecosystem for things like Claude Code/Cowork and ChatGpt/Codex has first come into existence and…

True Claude and Codex have copied OpenClaws features and that will continue to happen. But with those systems you are getting tied into a proprietary system. It is the same argument as do you want Linux vs Windows or Oracle vs Postgres. Over time they are not going to be that different. But with opensource you always have control of your stack. No risk of it ever getting yanked away or it becoming too expensive. The only reason frontier models are affordable is because of opensource.

Re: Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

#27

I don't know about other people, but the name "OpenClaw" immediately signals jank and wrecklesness to me. Like, as a consumer, I will pretty much immediately write it off.

I feel the same way. One of my client insists it’s amazing as a marketing tool, helps go through notifications, draft personalized emails..etc., He asks for user metrics from Telegram and gets report…etc., But I am very conflicted. How do you trust the numbers it returns, how will you catch issues in emails if each one is customized and there is no draft review? It’s not my domain of expertise. So I don’t say anything. I just rationalise it as startup culture.

Re: Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

#28
post #8

With agentjail (github.com/LuD1161/agentjail), I've tried to contain coding agents in os-native sandboxes (sbpl for macos and similarly for linux) + policy guardrails evaluated by Open Policy Agent (OPA), policies written in rego. Protocol aware network proxy coming soon Then you can match a DSL and block particular network requests. This ensures you no longer fear --dangerously-skip-permissions and stop babysitting…

Firecracker microVMs are safest. That's what I added to my repo; see above.

Re: Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

#29

My team fully abandoned our attempts to make OpenClaw or Claw-like agents work for us. We invested a sizable chunk of our R&D budget to setting various Claws up to help our software and QA teams. It took about a week after launch for the team to fully sour on the idea of using these systems. The biggest feedback we collected was that any tasks they assigned to the Claw systems would turn into tangled messes often req…

We gave it a few months try. My conclusion was that it did interesting things but is designed completely wrong from the ground up which means it's got a lot of moving parts that are part of the code base that can break for all sorts of reasons. As a learning exercise it was pretty nice. But since then the plugin/connector ecosystem for things like Claude Code/Cowork and ChatGpt/Codex has first come into existence and…

I have a quite specific use case. I work for a government agency and we run our AI assistant with models from Azure, which works fine! (Although the models aren't always released with EU data residency)

Our most interesting data and documents are classified (VS-NfD), and I don't know of any good certified AI solutions for that yet. I would love to experiment more with deeper system integration, but we can't do that without frontier VS-NfD models.

Re: Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

#30

OpenClaw needs to be built from the ground up. I created Atom based on current research on agentic systems and am looking for maintainers & testers to help out. https://github.com/rush86999/atom https://github.com/rush86999/atom/blob/main/docs/features/at...

Why did you name it Atom? So many ai & coding related products is named Atom

Autonomous Task Orchestration Management Agent === ATOM Agent
Post reply on HN