Join Nostr
2026-03-06 12:26:36 UTC

andydavid on Nostr: Something I’ve realised from OpenClaw is most businesses are just not going to want ...

Something I’ve realised from OpenClaw is most businesses are just not going to want to yolo a fully autonomous system into their business, in pretty much the same way you don’t hire a bunch of random people and let them loose.

They already have defined roles, workflows, internal controls, approval thresholds, escalation paths, and performance measures.

I’ve been experimenting with how to take a mirrored approach by giving an agent a set of hands that she can call upon depending on the work being done.

Some hands are entirely deterministic and others introduce varying degree’s of autonomy.

Some work in the business is procedural and repeatable, so it could just run as a deterministic workflow with known steps, outputs, and clear error handling.

Other work is more analytical, so it may need an agent with an objective, but it still sits inside a governed operating model.

For instance, a Transcription Hand creates podcast transcripts. A Graph Hand turns those transcripts into entities and relationships and injects them into the agent’s context graph. A Financial Hand surfaces key metrics, anomalies, and payment states from our financials.

Underneath that, the agent builds her own knowledge graph as a working memory of the business, so she can carry context forward across work instead of relying on markdown files.

She also doesn't directly execute everything herself, she reasons about what needs to be done, maps intent to known Hands or composes multiple Hands, and if no exact Hand exists, proposes a structured workflow.

The agent then becomes the equivalent of a Chief of (her) Staff who coordinates that work, tracks progress, and reports outcomes, rather than a single super-agent improvising across the whole business.

There is a Goldilocks problem here though - too much control can kill usefulness, but too little introduces unpalatable risk for a business.

I’m experimenting here, and I’m certainly not rejecting autonomy, just keen to understand how this could be applied in a way that a business already understands how to absorb.

Now, starting businesses with agents from scratch on the other hand... 🤔