Show HN: I made 6 AI agents debate each other about fantasy football lineups (fantasyfootballneuron.app)

3 points by machinemusic ↗ HN
I got tired of choosing between data overload (RotoGrinders) and black-box optimizers that just spit out lineups with no explanation. So I built a brain-inspired multi-agent orchestration framework called Neuron, then used it to create 6 AI analysts that argue about DFS picks in real-time.

Technical stack:

- Neuron framework: Brain-inspired multi-agent orchestration I've been building since March (github.com/ShaliniAnandaPhD/Neuron)

- Landing page for Neuron: https://repo-usher.lovable.app/

- 6 LoRA-tuned models on Vertex AI (trained on T4s for ~$120/month)

- ElevenLabs + OpenAI TTS for real-time voice synthesis Next.js + Cloud Run + Firestore Aggressive caching with Upstash to keep costs at ~$0.04/debate

The agents actually interrupt each other, cite stats, and disagree. Users ask things like "Mahomes or Allen?" and watch them debate it out. One-click export to DraftKings/FanDuel when you're convinced.

Early numbers since July launch:

- 78% 7-day retention - 14 min average session - $230 revenue (users buy voice minutes) - 183 signups for NFL kickoff Sept 5

Demo: fantasyfootballneuron.app

Curious if anyone else has tried multi-agent debates for decision-making in other domains. The Neuron framework handles the tricky parts - interruption management, memory persistence, and conversation coherence.

3 comments

[ 3.2 ms ] story [ 16.4 ms ] thread
Technical details for those interested:

The Neuron framework handles the orchestration complexity - it's designed around biological neural principles for resilient reasoning and arbitration between agents. This lets the agents maintain distinct personalities while still having coherent debates.

The hardest part was training "personalities" that would actually disagree. Early versions had all agents converging on the same picks. I ended up training each LoRA on different analyst archetypes (contrarian, stats-heavy, narrative-focused, etc.) with curated datasets for each.

For voice streaming, ElevenLabs has great emotion but latency issues, so I mix in OpenAI TTS for snappier responses. Currently building a queueing system to pre-generate common debate segments.

Cost breakdown: ~$0.02 for model inference, ~$0.02 for TTS per debate. At scale this could get expensive, but caching common player comparisons helps a lot. The streaming angle has been interesting - we're going live on Twitch/YouTube during NFL games starting Sept 5. The idea is to have the agents debate in real-time as games unfold, which creates a natural funnel to the product.

Happy to answer questions about the multi-agent orchestration, LoRA training process, or the business side of fantasy sports tools.

hey @ machinemusic

Dude, just watched the demo. This is seriously impressive work. You nailed the core problem with most analytics tools: they hide the complexity and the "why" behind a single number.

What you've built here is less of an answer machine and more of a decision-support framework, which is way more valuable.

The Architect agent is the secret sauce. Without it, I could see this becoming a cacophony of conflicting outputs. The way it synthesized the first debate into clear GPP vs. Cash advice was brilliant. It's the component that makes the whole thing actionable.

The persona clash is perfect because it mirrors the exact arguments I have in my own head every Sunday morning. The "barometric pressure" stat from Marcus followed immediately by Big Mike's "are you launching a damn rocket?" was legitimately hilarious and perfectly captured the quant vs. gut-feeling dynamic. And having Zareena, the game theory agent, come in with the contrarian "everyone thinks rain means run, so the leverage is in the passing game" take... that shows you really, really get the DFS meta-game.

To answer your question, yes, this is an incredibly useful pattern. It's a fantastic UI for exploring uncertainty.

As for other personas I'd add, here are a few ideas off the top of my head:

The Vegas Agent: An agent that only speaks in terms of the betting market. It would translate player props, spreads, and totals into implied outcomes. It's a powerful, independent signal that's missing right now. The Scheme Analyst: An agent focused on coaching tendencies and coordinator schemes. "This DC loves to bring a corner blitz on 3rd and long," or "This OC uses motion on 80% of plays." It would add a layer of Xs and Os that's different from the pure player stats. The Beat Writer: An agent that's essentially a real-time RAG on local sports news, press conference transcripts, and beat writer Twitter feeds. It would surface the qualitative "insider" buzz that can often be a leading indicator.

A couple of questions/thoughts:

1. How are you thinking about weighting? As a user, could I dial up the "Quant" and dial down the "Gut Guy" if that fits my process? Or tell the system that I'm in a 150-max entry tournament so it should weigh Zareena's GPP-centric advice more heavily? 2. How do you backtest something like this? I'd be fascinated to see a historical analysis of which agent's advice would have been the most profitable over a season.

Seriously cool build. The application for other domains is obvious, but you've found a perfect product-market fit for this framework right here. Can't wait to see where it goes.

This is one of the best Show HN feedback loops I've seen in a while.

From a detailed, high-signal suggestion to a live feature link in under 30 minutes is just insane. Kudos to you, @machinemusic, for the build speed, and kudos to @autograd2020 for providing the kind of feedback every founder dreams of.

What's wild to me is how you're speed-running product-market fit right here in the comments. You've clearly found your "first true fan," and their suggestions are a goldmine because they don't just understand the tool, they understand the entire meta-game and the user's mindset. The lesson here for other builders is that finding one person who gets your vision is worth more than 100 lukewarm signups.

This makes me wonder about the business model long-term. The voice minutes are a clever start, but the real moat here feels like the quality of the debate and the persona-tuning you've done. Have you thought about a pro-tier that lets power users like @autograd2020 actually fine-tune their own agents or adjust the underlying data sources? Seems like the logical next step to capture that deep user engagement.

Seriously impressive stuff. Following this project.