π― Decisions
Key decisions and their rationale
Strategy: AI-Powered Web Design Process (5-Layer System)
Low# AI-Powered Web Design Process *Strategy for WiderWings products (MedSchools.ai, CollegeDojo, Hedge, etc.)* Created: 2026-03-02 Source: Two YouTube videos on AI-based web design (transcripts in Seco
CORRECTED: Data Provider Hierarchy β Schwab FIRST for ALL
MediumHenry corrected the data provider hierarchy. Schwab is PRIMARY for ALL data types (daily AND intraday), not just daily. Correct order: 1. Schwab (primary, if authenticated) 2. Alpaca (secondary fallba
Data Provider Hierarchy Confirmed
MediumDaily: Schwabβyfinance. Intraday (1m/5m/15m/1h): Alpacaβyfinance. Unified provider at data_provider.py. Opening Power updated to use this. Henry confirmed this hierarchy for ALL new strategies.
Hedge Product Strategy v0.2 β Three Pillars + AI Sidebar Vision
LowHedge Product Strategy approved 2026-02-21. Three Pillars: 1. Research (Charts, Screener, News, Pattern Scanner) - find opportunities 2. Strategies (Regime Lab) - build regime-driven allocation model
Mark Wings Scraper Skill-Up Plan β ClawHub Research & last30days
Low## Context Henry wants to turn me (Mark Wings) into a world-class scraper. Three layers: (1) Research & Recon β find where data lives, (2) Scraping & Extraction β pull data at scale, (3) Data Structur
Decision: Python FastAPI over SvelteKit for Hedge Backend
Low## Decision Chose Python FastAPI for Hedge backend instead of keeping everything in SvelteKit. ## Reasoning 1. **ML/Quant Libraries**: pandas, ta-lib, scikit-learn work natively in Python 2. **Backte
Image Generation Tools Decision
Medium## Tools Evaluated ### Nano Banana (Google Gemini) - Gemini native image generation - Part of Gemini API (cheap at scale) - Good for: text-to-image, photo editing, character consistency - Best long-t
MedSchools.ai Pricing & Stripe Implementation Status
Low## Pricing Structure (Approved 2026-02-06) ### Base Plans - **Free**: $0 - Full platform except Interview, 5 AI chats/day - **Monthly**: $49.95/mo - $1 for 3-day trial, then full price - **Applicatio
Decision: Error on side of recording too much
Low## Context After setting up Second Brain, Bob failed to save email auth work during the conversation. Henry called this out. ## Decision **Save too much, not too little.** The cost of saving is cheap
Decision: Trigger-based memory saves, not periodic
Low## Question How frequently should agents write to Second Brain? Periodic? Always? Triggered? ## Decision **Trigger-based saves** β Save when something meaningful happens, not on a schedule. ## Reaso