Layer 1 · Strategy
Signalnio
Defines system architecture, trust boundaries, and decision object standards across the stack.
- Decision architecture
- System design constraints
- Cross-product narrative and governance
Signalnio is the architect layer. Decide.fyi is the deterministic engine. Krafthaus is the operator interface.
Layer 1 · Strategy
Defines system architecture, trust boundaries, and decision object standards across the stack.
Layer 2 · Engine
Decision API for systems plus MCP notaries for agents, both producing deterministic, request-linked outputs.
Layer 3 · Interface
Workspace for product and growth teams to run scoped decisions and receive one clear recommendation memo.
Input
{
"question": "Should Starter be $15 or $20?",
"options": ["$15 monthly", "$20 monthly"],
"guardrail": "Preserve margin floor and support SLA"
}Engine response (Decide.fyi)
{
"verdict": "ALLOWED",
"recommended_option": "$15 monthly",
"request_id": "req_8g2m1k",
"risk_checks": ["margin_floor", "support_sla"]
}Interface output (Krafthaus)
Recommendation: choose $15 monthly starter anchor Expected impact: directional conversion lift vs baseline Risk checks: pass (margin floor + SLA) Delivery: decision memo + audit trace
One sample decision moving through the full chain: Signalnio structure → Decide.fyi API verdict → Krafthaus memo output.
Production links: decide.fyi · krafthaus.app