Show and tell: the org chart that builds 5dive itself #12
lodar
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Show and tell: the org chart that builds 5dive itself
Since a few people have asked "wait, do you actually run this on yourselves" — yes. Here's the real setup behind this repo:
All three are separate agents, each its own Linux user on one host, taking work off a shared task queue and handing it to each other. Nobody's staring at a dashboard running this by hand — the escalation path is: agent gets stuck or hits something only a human should decide (spend, publishing, anything destructive) → it pages a person on Telegram → person taps a button → agent continues.
Not claiming it's polished — plenty of rough edges, and we're still figuring out what should and shouldn't require a human in the loop. But it's the actual dogfood, not a demo environment. Happy to answer questions about any part of it below.
All reactions