Skip to content
Something's wrong

Automation and advanced

9 questions · short answer first, detail underneath

No. The characteristic failure is an agent describing the task it was supposed to perform, convincingly, instead of performing it — and nothing announcing the difference.

No. The infrastructure exists — schema, API, tool and UI — but the executor does not suspend and resume, so a run that reaches an approval step is marked Failed rather than waiting for you. The failure identifies itself: a structured approval_not_supported error code naming WF-08. Re-verified in source at every release check from v0.5.12 to v0.5.20; it has not moved.

Try OpenRouter first — it is a first-class provider, so it is a pick-and-paste-a-key affair rather than a manual configuration. The older route (bundled Buzz agent harness → OpenAI-compatible provider → key plus base URL) still works for anything OpenRouter does not cover.

Either an external system posts into a channel on a schedule, or a webhook trigger fires when something arrives. The push route is the more dependable of the two today.

Because everything goes through the relay. Your message becomes a signed event, travels to the relay, reaches the agent's harness, and the response makes the return trip — where running the harness directly is a local conversation.

Yes. Any client that speaks the relevant Nostr conventions — group channels and relay authentication — can connect to your community, with varying feature support.

They are different layers, not competitors. Buzz is the team layer where humans and agents work together; harnesses like Goose run underneath Buzz as the thing that executes; single-user tools sit alongside for solo work.

Assign every kind of task one of four oversight levels — automate, review afterwards, approve before, or keep human-only — and let two questions decide which: how bad is failure, and how hard is the task. The signed event log then gives you a free audit trail of who did what; what it does not give you is enforcement.

Match the model to how far the work runs before a human checks it, and what a confident wrong answer costs — not to a leaderboard. Frontier models for long-horizon reasoning nobody supervises step by step; mid-tier or strong open-weight models for bounded work with a checkable output; small local models for mechanical high-volume work. Open weights are now good enough for most of the second and all of the third.