Walkthrough · authoring
Build a Formula
with branches, loops, and recovery.
Start in prose, compile to a step tree, then assemble the four workflow primitives - branch, forEach, tryCatch, subFormula. Until the Formula matches the real workflow. The NL pane and the visual tree stay in sync the whole time.
Walkthrough · 1 of 5
A platform-ops engineer drafts a Formula in plain English. The NL pane is the entry point. The tree comes next.
quadrazene.app/recipes/formulas/new
quadrazene v0.2.1
Quadrazene
ReactorComposeRecipesInboxGovernanceRecords⌘K
Describe
manual syncPull at-risk projects from the project-scheduling system. For each one, run the slip-prediction model. If P(at-risk) is over 0.7, notify the PM and open a governance audit. Otherwise just tag it for the weekly watchlist.
Click Compile to compute the step tree.
(tree appears after compile)
Atom palette
nl-to-sql
sql-executor
gbm-regressor
logistic-classifier
actions-notify-pm
governance-audit
Live walkthrough — click a button or use the rail to navigate.
What you just saw