AGI House: AI x Fintech Build Day
Virtually ALL couples have to manage joint finances
-
Every couple we interviewed have different investment preferences (eg “single stock” vs “broad strategy”)
-
CoupleVest helps resolve this by:
-
making ideas concrete: uses LLM for natural language (conviction) -> maths (code) and chart
-
Simulator: uses reasoning LLM to find similar situation in the past and historical data for simulation
-
LLM is used to convert natural language ideas into code, eg:
- “show me Tesla stock price in Euro”
- “Apple always drops after earnings”
Verifiable AI approach (aka avoid LLM for traiding, only for code<->natural language translation)
- Code is separately explained in natural language using LLM
- Code is then executed to produce charts and tables without any at runtime LLMs
Inspiration: Voyager paper by NVidia et al https://voyager.minedojo.org/
Create .env file with
OPENAI_API_KEY=your_openai_api_key_here
FINNHUB_API_KEY=your_finnhub_api_key_here
OpenAI is used to convert natural language into code.
FinnHub is used to load stocks prices.
Natural language metric creation and execution (using V8 Isolates):
Simulator code is here:
🔊 ✨ Switch ON the AUDIO 🎧 ✅:
output.mp4


