Inspiration
The central challenge of the Hackathon was to demonstrate how "Absolute Strategic Intelligence" can solve high-stakes problems. In finance, users are often caught between rigid calculators and hallucination-prone AI. We built DecisionOS to showcase ASI-One as the bridge. Our inspiration was to create a system where the asi1 model doesn't just "chat," but acts as a strategic intelligence layer -parsing intent, orchestrating tools, and synthesizing complex raw data into actionable wisdom.
What it does
DecisionOS is an autonomous financial advisor powered by ASI-One. It handles high-stakes scenarios - ike 10-year loan ROI or compound interest projections- by providing a structured "Decision Synthesis." Unlike standard chatbots, DecisionOS uses ASI-One to:
- Parse Intent: Understand complex human scenarios and translate them into precise technical tool requirements.
- Strategic Synthesis: Take raw, deterministic data and interpret it through the lens of the user's personal context, delivering a final YES/NO/PROCEED recommendation that is both mathematically sound and intelligently reasoned.
How we built it
The core of DecisionOS is a Two-Phase ASI-One Pipeline:
Phase 1:
- Cognitive Routing: When a user submits a scenario, the ASI-One asi1 model acts as a high-level router. It analyzes the text and outputs a structured JSON tool call (e.g., calculate_loan_impact ).
Phase 2:
- Reasoning Synthesis: After the deterministic Python tools execute the math, the raw results are fed back into ASI-One. The model then generates a comprehensive, professional Markdown report, including a data table, contextual re-evaluation, and final advice.
Mathematical Foundation (Verified by ASI-One)
ASI-One ensures the user understands the deterministic proofs behind its reasoning:
- Compound Interest: $$A = P \left(1 + \frac{r}{n}\right)^{nt}$$
- Monthly Loan Payment: $$M = P \frac{r(1+r)^n}{(1+r)^n - 1}$$
Challenges we ran into
The biggest technical hurdle was ensuring the ASI-One model maintained strong session consistency. We needed the "Strategic Intelligence" to stay aware of the user's qualitative goals (e.g., "saving for a house") while the system was busy calculating quantitative metrics. We solved this by implementing a session-based prompt-loop that feeds the original intent back into the final ASI-One synthesis phase.
Accomplishments that we're proud of
- ASI-One Orchestration: We successfully moved beyond simple Q&A by using ASI-One to drive a complex, multi-step agentic workflow.
- Hallucination-Free Intelligence: By fusing ASI-One's reasoning with deterministic Python "proofs," we created a system that is both smart and structurally accurate.
- Professional-Grade Synthesis: The quality of the financial reports generated by ASI-One matches the depth of a professional consultant.
What we learned
Building with ASI-One taught us that the real power of modern LLMs lies in their ability to act as the "Brain" for specialized systems. We learned that intent parsing is just as important as generation - and that by placing ASI-One at the center of the architecture, we could build a tool that users can actually trust with their financial future.
What's next for DecisionOS
Deepening ASI-One Logic: Implementing more complex reasoning loops where ASI-One can "ask clarifying questions" before executing math. Multi-Model Verification: Using ASI-One to cross-verify the results of other specialized financial agents in a decentralized network. Dynamic Reasoning: Moving toward a model where ASI-One proactively monitors market shifts to update its previous recommendations.
Built With
- agentverse
- asi-one-(asi1-model)
- fastapi
- fetch.ai-uagents
- html5
- httpx
- javascript
- javascript-(es6+)
- latex
- marked.js
- python-3.10+
- python-math
- uvicorn
- vanilla-css
Log in or sign up for Devpost to join the conversation.