| title | Governing Risk with Agents: An Architecture Study of Jido on the BEAM |
|---|---|
| status | Working Draft |
| version | 0.1 |
| date | 2026-07-31 |
| author | Mike Hostetler |
| source_commit | 17fbce2b1c53a46093be92dc59561e2a18b8f775 |
| declared_project_version | 2.3.2 |
This is an early sketch of a big idea: what if the way experts do great work could be packaged, protected, rented, and improved over time?
Most companies have valuable expertise trapped in people's heads, private playbooks, scattered SOPs, consulting decks, Slack threads, and one-off processes. AI makes this problem more urgent. A generic AI agent can help, but it usually does not know how a great operator, manager, engineer, recruiter, salesperson, or compliance lead actually gets work done.
Sparq is an attempt to turn expert operating models into executable business capabilities.
Status: proposal for discussion
Date: 2026-04-12
Related: agentjido/jido#253
- Prefer
gh pr checkout <number> --detachfor review-only work so disposable local branches do not accumulate. - If a separate worktree is useful, give it an obviously temporary name and remove it with
git worktree remove <path>when the review is done. - After temp worktrees are removed or deleted out-of-band, run
git worktree prune -vto clear stale metadata. - Before starting substantial new work, prefer returning the root repo to a clean, current baseline with
git status --short --branch,git fetch --prune origin,git checkout main, andgit pull --ff-only origin mainwhen that fits the repo workflow. - Ask before deleting unmerged branches.
- Clean up disposable review branches like
pr-<number>and*-reviewonce they are merged or no longer needed.
Mike Hostetler
After 18 months of building, rewriting, and rethinking, Jido 2.0 has shipped. It's available on Hex now.
Jido started as a bot platform called BotHive in 2024. Then the AI wave hit and everything changed. I was already using Elixir decided to make a bet: the BEAM the best runtime for agent systems.
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | |
| exec elixir "$SCRIPT_DIR/telegram_ai_agent_spike.exs" |
Issue: agentjido/jido_ai#170
Date: 2026-02-23
Jido.AI should not switch ReAct tool execution to auto-apply effects by default.
Instead: