🥖 WholeLoaf
About the Project
WholeLoaf started from a simple question:
Why does investing still require constant attention when AI can operate 24/7?
A lot of people either do not invest, invest emotionally, or do not have the time to research markets every day. Meanwhile, institutions use automated systems to monitor markets constantly. I wanted to explore what it would look like if everyday users had an AI financial manager that could track markets continuously, manage risk, and make decisions automatically.
Instead of building another chatbot, I focused on a visual, decision-driven demo that feels like a live system operating on your behalf.
💡 What Inspired Me
The inspiration came from three places:
- The rise of AI agents that can reason over real time information
- The complexity and speed of modern stock and crypto markets
- The gap between institutional tools and retail investing experiences
I wanted to explore whether an AI system could:
- Monitor stocks and crypto at the same time
- Read market news and sentiment signals
- Adjust exposure based on user-defined risk tolerance
- Simulate portfolio management dynamically
🛠️ How I Built It
WholeLoaf is structured around three layers:
1. Market Data Layer
The demo pulls real market data for equities and crypto such as:
- Price movements
- Volatility
- Trend direction
To model portfolio growth over time, the simulation uses a basic return formulation:
[ V_t = V_0 \times (1 + r_t) ]
Where:
- (V_t) is the portfolio value at time (t)
- (V_0) is the initial investment (for the demo, \$1,000)
- (r_t) is the return at time (t)
For allocation constraints, the demo uses a simplified weighting rule:
[ \sum_{i=1}^{n} w_i = 1, \quad 0 \le w_i \le R_{max} ]
Where:
- (w_i) is the weight of asset (i)
- (R_{max}) is the maximum allocation per asset based on risk profile
2. AI Decision Layer
The AI decision layer is designed to feel like an autonomous agent. It evaluates signals such as:
- Market movement
- Volatility
- Risk tolerance
- Trend strength
- News summaries and sentiment
The demo combines rule-based triggers with AI-generated reasoning summaries to show how a fully autonomous agent might explain and justify actions.
3. Frontend Experience
I spent a lot of time making the UI feel premium and believable:
- Black and green fintech theme
- Live portfolio simulation (starting at \$1,000)
- Continuous buy/sell activity visualization
- AI market research feed that updates on interaction
- Risk controls dashboard (risk tolerance, limits, allocation)
The goal was a long-scroll page that tells a story, like a polished startup demo or investor walkthrough.
📚 What I Learned
This project helped me learn and practice:
- Portfolio modeling basics and constraint-based allocation
- How to design risk controls that are understandable to normal users
- How to present AI reasoning with transparency, not hype
- How much trust and visual clarity matter in fintech UX
- How to turn a complex system into a compelling demo narrative
⚔ Challenges I Faced
Balancing realism and demo scope
I wanted real market data, but without building a brokerage backend. Getting the simulation to feel real while staying safe and controlled was a constant tradeoff.
Avoiding “just a chatbot”
Most AI finance projects end as conversational advice. I wanted WholeLoaf to look and behave like a system that is actively managing a portfolio.
Designing for trust
Finance UI needs credibility. I had to be careful with layout, wording, and transparency so it felt professional and not gimmicky.
Preventing overengineering
It was tempting to build a full trading engine. For hackathon scope, I focused on what creates the best demo impact: clear decisions, visible activity, and strong UX.
🚀 What’s Next
If I continue building WholeLoaf, the next steps would include:
- Backtesting with historical data
- Strategy benchmarking and performance attribution
- Better risk modeling and guardrails
- Brokerage integration for real execution (with safety + compliance)
- Stronger transparency, audits, and source attribution
🧠 Final Thoughts
WholeLoaf is an exploration of what AI-managed investing could look like if it were designed as a product, not just a chatbot. It combines real data, risk controls, AI reasoning, and a polished demo experience to show how an autonomous financial manager might operate.
What if your money worked as continuously and intelligently as AI does?
Log in or sign up for Devpost to join the conversation.