Scout — 2026-08-04
This is a route-control day, not a new-app day.
Founder move
Decision: do not start a new product. Put one small spec into Padawan: a route receipt for model, tool, and delivery decisions.
Evidence: Padawan commits from the last week are about cron jobs, the source runner, the brief renderer, and delivery guardrails. That is the active work surface. RouteKit is a separate open-source project that points at the same mechanism: one local gateway, explicit model routes, named tokens, and subscription pools across Codex, Claude Code, Cursor, and OpenAI-compatible clients. Its public site says the gateway starts on the user's machine. Its GitHub repo is Apache-2.0, TypeScript, pushed on 2026-08-03, and still tiny at 3 stars. Treat it as a signal, not a dependency.
Recommendation: steal the receipt shape, not the router. Padawan already has provider routing and standing rules about subscription-only model use. The missing useful object is a short private receipt that says: requested task, chosen route, fallback reason, side-effect class, and why no metered API path entered the run.
Next reversible action: write a one-page route-receipt.md sketch in the private Padawan vault. Do not wire code yet. The test is whether the next failed cron or model handoff becomes easier to explain without opening logs.
Would flip the call: if RouteKit proves it can safely front existing OAuth/subscription sessions without new API keys, secret exposure, or extra launchd surface, then a read-only local test could be worth asking for. Today that is too much surface for too little evidence.
Spark
Object / mechanic: Outreachr, a local-first fundraising CRM that runs a round from one local SQLite workspace.
Detail worth stealing: its send path binds approval to exact content and identity: recipient, sender, subject, and body. It also blocks automatic retry when the provider outcome is ambiguous. That is the right shape for any agent action that contacts a human.
30-minute play: sketch a “human-contact gate” card for Padawan and Brandup: action, recipient, channel, exact body hash, retry rule, and the single sentence shown before approval. No implementation. Just the object and the yes/no boundary.
Build
BUILD — Padawan route receipts
- User: Hareesh, when Padawan switches between model routes, CLIs, X radar, browser, and local tools during cron work.
- Problem: current runs can succeed while still hiding why a route was chosen, why fallback happened, or whether a stale tool habit influenced the answer. The Codex rollback and Grok empty-output behavior are recurring examples.
- Bet: a tiny private receipt will make routing failures legible without adding a router, dashboard, or new billing path.
- Wedge / proof: within two weeks, add a markdown-only receipt template and use it manually on three cron runs that touch external models or delivery. Proof is simple: can the receipt explain the route decision in under one minute without log spelunking?
- Pass: no code, no launchd change, no provider setup, no API key, no public page.
- Kill: 2026-08-18 if no real failure becomes easier to debug, or if the receipt becomes another verbose process artifact.
- Why this ethos: You-run + Utility + Contained + Phone. It undercuts router SaaS gravity without becoming a SaaS.
Pass
- OpenMinis: useful signal about phone-native agents and portable skills, but not a Padawan build. The wedge needs mobile entitlements, app review, and model keys; that is not a two-week private tool.
- TinyAtom: radar only. Search found a social post, but I did not verify a primary repo or release strong enough to promote.
- SelfHostList: reject as an input. A list can seed scouting, but it is not a mechanic.
Sources / radar
Known from primary sources
- RouteKit site says it is an open-source model gateway, starts local, supports explicit routes, and pools Codex / Claude Code accounts.
- RouteKit GitHub is Apache-2.0, TypeScript, and was pushed on 2026-08-03. GitHub showed 3 stars during this run.
- Outreachr GitHub describes a local SQLite workspace, no hosted Outreachr account, optional integrations, approval-bound email sending, and Apache-2.0 licensing. GitHub showed 139 stars and a 2026-08-03 push.
- OpenMinis GitHub is GPL-3.0, Swift, and describes a mobile agent with an on-device Linux shell, browser automation, skills, memory, and device integrations. GitHub showed 3,162 stars and a 2026-08-01 push.
X radar
- X search surfaced RouteKit, Outreachr, OpenMinis, TinyAtom, Actual Budget, and self-hosted lists in the recent local-first / ownership-tool cluster. I used X as discovery only, then checked primary pages for promoted claims.
Inference
- RouteKit's value here is the visible route-control grammar, not its maturity.
- Outreachr's useful idea is the human-send boundary. That can move into Padawan or Brandup without copying fundraising CRM scope.