Inspiration

Two days before the hackathon, a new EMNLP-Industry paper introduced a multi-agent framework for quantitative modeling. It showed how coordinated agent teams outperform single LLMs in tasks requiring structured reasoning. Around the same time, JPMorgan released a multi-agent architecture for portfolio analytics that brought research-grade rigor into financial workflows.

We realized that financial markets have the same problem: lots of data, zero structured reasoning. Everyone sees the price, but nobody sees the why. That’s where gibbsAlpha was born. We wanted to build a research-grade reasoning engine in 24 hours.

What it does

gibbsAlpha converts raw market data into structured, reliable insight. You ask a question. Behind the scenes, coordinated agents step in:

• Analyzer Agent Performs statistical checks, conditional probabilities, and expected value reasoning.

• Context Agent Pulls narrative structure from market history, event clusters, and cross-asset signals.

• Risk Agent Evaluates uncertainty, volatility, and fragility in the price movement.

• Synthesizer Agent Merges the partial analyses into one clear, human-readable explanation.

The result is an AI-native market analyst that behaves less like a chatbot and more like a research team.

How we built it

We built gibbsAlpha end-to-end in 24 hours:

• Frontend: Next.js 14, Tailwind, clean UI for market queries • Backend: Node/Express with WebSockets for fast agent responses • Agent Orchestration: n8n with Claude 3.5 Sonnet as the orchestrator + specialists • Data: Real-time market data endpoints • Reasoning: A custom, EMNLP-style multi-agent pipeline with refinement, critique loops, and structured outputs • Integration: Supabase for real-time logs and state management

The orchestrator routes each question to the right specialists, merges their reasoning, and returns a unified insight — inspired directly by the EMNLP multi-agent pipeline and JPMorgan’s financial agent framework.

Challenges we ran into

• Getting reliable agent-to-agent handoffs LLMs drift without structure. We had to implement strict schemas and a parser layer.

• Reasoning coherence Multi-agent systems can contradict themselves. We built a reflection step to fix inconsistencies.

• Real-time data alignment Market data updates fast. Ensuring agents reasoned over consistent snapshots required caching + fallback logic.

• Building the full stack in 24 hours Frontend, backend, agents, real-time data, and orchestration all had to work together instantly.

Accomplishments that we're proud of

• We implemented a research-grade multi-agent system in one night. • The orchestrator-specialist structure actually works and produces coherent insights. • We integrated real-time market data with Claude 3.5 specialist agents. • We built a clean UI that hides all the complexity behind one simple question box. • Our system is directly inspired by papers presented literally this week — and it runs.

What we learned

• Multi-agent systems are powerful only when tightly structured. Agent chaos is real, and coordination matters more than model strength.

• Markets reward reasoning, not just retrieval. To explain price action, the system needs to build a causal story, not just quote a number.

• Real-time financial reasoning benefits from multi-step, multi-agent loops. Reflection, critique, and synthesis made the difference.

• Good UX matters. The user sees one clean answer; we hide the noisy reasoning layers underneath.

What's next for gibbsAlpha

• Full market copilots Automated synthesis of asset clusters, narratives, and trend shifts.

• A “macro map” mode Shows how markets influence one another over time.

• Live social sentiment ingestion X/Twitter, Reddit, news embeddings layered onto price movements.

• Full evaluator-loop architecture Inspired by VIBE-Trading and EMNLP multi-step critique frameworks.

• Public API + browser extension Instant on-page market explanations wherever users browse.

• Scaling to more domains Sports, crypto, macro events, equities, and beyond.

gibbsAlpha is our first step toward AI-native market intelligence — a system that truly thinks, not just answers.

Built With

Share this project:

Updates