Workflows
7 recipes, filter by use case, license, or difficulty.
Advisor pattern: cap how often the expensive model gets called, and catch drift
Run a cheap executor with a rarely-consulted expensive advisor, but enforce a hard cap on advisor calls per task and a drift-check before the executor can keep going, so the benchmark's 63% discount doesn't quietly erode into nothing.
OrcaRouter: only fan out when it is worth it
Gate the expensive fan-out behind a difficulty condition so easy chat stays cheap and only hard requests pay for a panel.
OrcaRouter for coding: judge by passing tests, not by vibes
Fan a hard coding task out to a panel and keep the candidate whose patch actually passes your tests, using the tests_pass arbiter.
Rebuild Fable 5's deep-research fan-out on your own keys (OrcaRouter)
Fan a research prompt out to a panel of models you choose, then fuse or judge the answers with an arbiter, in a routing DSL you version and control.
Turn a Hand-Drawn UI into Working Code with tldraw
Sketch a screen on an infinite canvas and have a vision model return a live, working version of it.
Obsidian Vault as the Core of Your Agent Harness
Use an Obsidian vault as the shared memory and control surface for your agents.
Persistent Memory for Codex using Obsidian
Give Codex durable, searchable long-term memory backed by an Obsidian vault.