Open Aya OS — Public Demos
Three demos. No login. Full trace.
These pages run live tasks against /api/evaluateand render the full reasoning trace inline. The point is to give a cold visitor an end-to-end “I can see Aya think” experience without installing anything.
Reasoning
Watch Aya decompose a multi-step problem. PERCEIVE → DECOMPOSE → STRATEGIZE → EXECUTE → VERIFY → ANSWER. Ends with a deliberate baseline-vs-pipeline A/B so you see the lift the structure provides.
/demos/reasoning →
Memory
State a fact, run unrelated questions, then ask Aya to recall the fact. The trace shows when the memory_retriever stage fires and what it returns.
/demos/memory →
Agent routing
Same prompt, three routes (baseline, aya_pipeline, aya_reasoner). Compare which strategies fired, the latency cost of the wrapping, and whether confidence/score actually improved.
/demos/routing →