I built 174 AI agents that predict the future by fighting each other

Published: (April 2, 2026 at 06:19 PM EDT)
2 min read
Source: Dev.to

Source: Dev.to

The Problem

Every prediction tool tells you what the crowd thinks. None of them tell you where the crowd is wrong.

The Solution: BlackSwanX

An adversarial intelligence engine where 200 citizen agents argue while a BlackSwan Assassin tries to kill the consensus. Runs 100 % locally on Ollama. Zero API cost.

How it works

  • Crawl — 5 free sources (DuckDuckGo, Reddit, HN, YouTube, Twitter)
  • Assassin’s Markphi4:14b finds the Kill Shot before citizens start
  • Shadow Swarm — 200 citizens react with biased, emotional opinions
  • Cognitive Dissonance Matrix — calculates where belief diverges from reality
  • Decision‑Ready Map — Linchpin + Antifragile Play

Example: “Will NVIDIA crash when the AI bubble pops?”

The system activated 20 agents (Economist, Quant Analyst, Panic Seller, Chaos Mathematician, …) and found:

  • Kill Shot: Quantum computing making GPUs obsolete (10 % probability)
  • Citizens: 25 % bull / 65 % bear
  • Dissonance: 33.6 / 100 — MAXIMUM CHAOS
  • Antifragile Play: Diversify into quantum computing partnerships

Report

Live Feed

The 3‑Model Strategy (runs on 16 GB MacBook)

RoleModelPurpose
Swarmllama3.2:3b200 biased citizens
Assassinphi4:14bKill‑shot reasoning
Nexusmistral-small:24bSynthesis + DAG

Self‑Learning (SONA)

After every run, SONA audits all agents:

  • Boosts citizens that caught risks others missed (2× weight)
  • Demotes ones that missed critical threats (0.3×)
  • Stores patterns in a ReasoningBank
  • The more you use it, the smarter it gets

174 Expert Agents

Including a Chaos Mathematician, a Vedic Astrologer, a Panic Seller, a Street‑Smart Hustler (“your pitch deck is pretty, show me your bank account”), and a Gen Z Culture Decoder.

Quick Start (2 minutes)

git clone https://github.com/Kalki-M/BlackSwanX.git
cd BlackSwanX
ollama pull llama3.2:3b && ollama pull phi4:14b
pip install -r requirements.txt
bash start.sh
0 views
Back to Blog

Related posts

Read more »