Causality Intelligence Platform

One event.
Infinite ripples.
See them first.

ButterflyEffect.ai maps how a single headline cascades through global markets — tracing causal chains across sectors, assets, and time horizons — before the crowd connects the dots.

340+Tickers Tracked
10Signal Layers
79Live RSS Feeds
57%Walk-Forward Accuracy
The Problem

Markets are a web of causation.
Everyone else sees nodes in isolation.

When a tariff is announced, most traders see one headline. The smart money sees a chain: tariffs hit semiconductor imports, which raise chip costs, which compress margins for cloud providers, which shifts capital into domestic chip fabs, which lifts construction materials, which... The butterfly effect is real. We map it.

500+Historical Events Backtested
23Sectors Analyzed
10Ensemble Signal Sources
24/7Autonomous Operation
How It Works

From headline to trade thesis in seconds

Ingest

79 RSS feeds scan financial, geopolitical, supply chain, and regulatory news in real-time

Chain Generation

AI generates 8-12 node causal chains mapping ripple effects across sectors and assets

Signal Scoring

10-layer ensemble combines chain thesis with momentum, fundamentals, macro regime, and more

Quality Gate

Chains scored for quality — template garbage rejected. Only specific, evidenced theses pass

Execution

Kelly-optimal position sizing, dynamic stop-losses from chain time horizon, IBKR execution

Intelligence Stack

10 signal layers. One unified thesis.

Inspired by Renaissance Technologies' multi-signal approach — no single indicator drives decisions. The butterfly causal chain is the backbone; everything else confirms or contradicts.

Causal Chain Engine 35% weight

The backbone. Maps how a single event ripples through sectors and assets with specific tickers, influence scores, and directional reasoning. No chain thesis = no trade.

Fundamental Screen 12%

Buffett-style analysis: P/E ratios, profit margins, ROE, revenue growth, debt levels, free cash flow. Avoids value traps with a composite quality score.

HMM Regime Detection 12%

Hidden Markov Model trained on SPY, VIX, yields, and DXY. Detects risk-on/risk-off/transition regimes. Adjusts position sizing and sector weights accordingly.

Sentiment Analysis 8%

Real-time headline sentiment scoring across all ingested feeds. Measures magnitude and polarity to confirm or contradict the chain thesis.

Options Flow 8%

Put/call ratios and unusual volume detection. Smart money often signals through derivatives before moving equities.

Correlation Divergence 7%

Tracks 26 historically correlated pairs. When correlations break, it's a signal — either mean reversion opportunity or regime change.

Multi-Timeframe Momentum 5%

Jegadeesh-Titman momentum factor refined by Novy-Marx. 1M reversal + 3M/6M/12M momentum — the same factors Medallion used.

Insider Activity 5%

SEC Form 4 filings. CEO cluster buying is the strongest insider signal — they know their company better than any model.

Mean Reversion + Convergence 8%

Z-score reversion opportunities filtered by catalysts (real moves don't revert). Multi-chain convergence — when 3+ chains agree on a ticker, conviction amplifies.

Neural Butterfly Map

Every pixel encodes information

The 3D visualization isn't decoration — it's a data-dense interface where size, color, brightness, position, and distance all carry meaning.

Size = Influence
Larger nodes have higher market impact (0–1 scale, 8x size range)
Color = Direction
Red (bearish) through blue (neutral) to green (bullish) — continuous gradient
Brightness = Confidence
Brighter nodes have higher model confidence — dim nodes are speculative
Distance = Time Horizon
Close to center = immediate impact. Outer rings = longer-term effects
Technical Whitepaper

Under the Hood

A deep dive into the architecture, algorithms, and philosophy powering ButterflyEffect.ai's SYNAPSE intelligence engine.

1. The Butterfly Thesis

Edward Lorenz's butterfly effect — the sensitivity of complex systems to initial conditions — is not metaphor in financial markets. It's mechanism. A factory fire in Taipei cascades into chip shortages in Austin, which delays GPU shipments to hyperscalers, which pushes cloud compute costs up, which shifts AI training budgets, which moves capital markets.

Traditional trading systems analyze events in isolation. ButterflyEffect.ai maps the full causal chain — tracing influence, direction, and confidence across every node in the ripple. The platform doesn't predict price; it predicts causation, then derives price direction from the causal graph.

Each chain consists of 8-12 nodes, where every node carries:

  • Influence (0–1): How much market impact this node has
  • Direction Score (-1 to +1): Bearish through bullish for specific assets
  • Confidence (0–1): Model certainty in this causal link
  • Asset Tags: Specific tickers affected (e.g., NVDA, TSM, MSFT)
  • Time Horizon: Immediate (hours), short (days), medium (weeks), long (months)

The chain is the backbone of all decisions. Without a causal thesis, no trade is opened — regardless of what other signals say. This is enforced architecturally via REQUIRE_CHAIN_THESIS = True in the ensemble combiner.

2. Intelligence Architecture

SYNAPSE (Synaptic Network for Adaptive Prediction, Signals, and Execution) is a multi-layer intelligence system built for autonomous operation:

// Signal Flow Architecture Layer 1: 79 RSS Feeds → Financial, geopolitical, supply chain, regulatory, SEC, economic data Layer 2: Causal Chain Generation → AI generates multi-ring butterfly chains with specific tickers Layer 3: Quality Gate → Rejects template/generic chains, requires specific reasoning Layer 4: 10-Component Ensemble → Weighted signal combination (chain = 35% backbone) Layer 5: Tradability Score → confidence × influence × liquidity × time_horizon Layer 6: Cost Model → Kyle's lambda market impact — skip trades where costs exceed alpha Layer 7: Risk Management → Kelly sizing, regime-adjusted limits, sector rotation Layer 8: Execution → IBKR Client Portal Gateway, dynamic stop/take-profit from chain Layer 9: Learning Loop → Walk-forward validation, weakness clustering, continuous retraining

Tech Stack:

ComponentTechnologyPurpose
FrontendNext.js 14 + React + Three.js/WebGL3D neural map, dashboard, portfolio
BackendFastAPI (Python)API, trading engine, signal pipeline
Local LLMOllama (qwen2.5:14b fine-tuned)Chain generation, on-device inference
DatabaseSQLite + JSONChain library, trade journal, system state
BrokerIBKR Client Portal GatewayLive/paper trade execution
Market Datayfinance (real prices only)Price feeds, fundamentals, options data
HostingRender.comAPI + frontend deployment

3. The 10-Component Ensemble

Inspired by Renaissance Technologies' approach of combining thousands of weak signals, SYNAPSE uses a 10-component weighted ensemble. Each component returns a directional score (-1 to +1) and a confidence (0 to 1). Components are confidence-weighted — a high-confidence signal counts more than a low-confidence one.

ComponentWeightSourceWhat It Measures
Causal Chain35%AI chain engineCausal thesis direction from butterfly analysis
Fundamental12%yfinanceBuffett-style quality (P/E, margins, ROE, growth, debt)
Macro Regime12%HMM model3-state HMM on SPY/VIX/yields/DXY (risk-on/off/transition)
Sentiment8%RSS headlinesReal-time news sentiment magnitude and polarity
Options Flow8%yfinancePut/call ratios, unusual volume detection
Correlation7%26 pair trackerHistorical correlation divergence — mean reversion or regime break
Momentum5%yfinanceJegadeesh-Titman multi-timeframe (1M reversal + 3/6/12M trend)
Insider5%SEC Form 4CEO/director cluster buying/selling patterns
Mean Reversion4%Z-score modelPrice deviation from mean, catalyst-filtered
Convergence4%Chain libraryMulti-chain agreement on same ticker direction

Adaptive Weights: The ensemble periodically recalibrates weights based on component hit rates from the last 50 trades. Components with higher accuracy get boosted (up to 2x), underperformers get dampened (down to 0.5x). Weights are re-normalized to sum to 1.0 after adjustment.

4. Position Sizing & Risk Management

Every position is sized using the Kelly Criterion — the mathematically optimal bet size given a known edge:

Kelly Fraction = (win_rate × avg_win - (1 - win_rate) × avg_loss) / avg_win Position Size = Kelly × portfolio_value × confidence × influence × fundamental_score Limits: 0.5% min, 5% max per position | $5,000 daily loss limit | 10% kill switch

Dynamic Exit Thresholds — derived from the chain's time horizon and influence:

Time HorizonMax HoldStop LossTake Profit
Immediate (hours)5 days5%8%
Short (days)14 days8%12%
Medium (weeks)45 days12%20%
Long (months)90 days15%30%

Signal Decay: Exponential decay based on half-lives (immediate=4h, short=3d, medium=2wk, long=2mo). Old signals lose strength — the system doesn't chase stale theses.

Transaction Cost Awareness: Kyle's lambda market impact model estimates spread + impact + commission. Trades are rejected if expected alpha doesn't exceed 2x total costs (safety multiplier). This prevents overtrading on weak signals — a key lesson from Renaissance's obsession with execution costs.

5. Self-Improving Intelligence

SYNAPSE runs a continuous 3-tier learning loop:

LoopFrequencyWhat It Does
Walk-Forward ValidationEvery 2 hoursBlind test: model gets historical headlines WITHOUT outcomes, predicts chains, then compares to reality. Measures honest accuracy on data the model has never seen.
Weakness AnalysisEvery 6 hoursClusters failures by sector, direction error type, and asset. Identifies systematic weaknesses ("consistently gets energy sector wrong when VIX is high").
Corrective RetrainingEvery 30 minutesGenerates corrective training data from identified weaknesses, injects it into the local model's training set, and triggers fine-tuning.

Current Performance:

  • Walk-forward accuracy: 57% (honest blind test — above random)
  • Historical backtest: +77.7% return on 500+ events (2018–2025)
  • Training data: 220+ curated examples with 70+ fine-tune cycles completed
  • Local model: synapse-expert-14b (Qwen2.5 14B, Q4_K_M quantized, ~9GB)

Accuracy is transparently reported and continuously calibrated. The system knows what it's bad at and specifically trains to fix those weaknesses.

6. Pairs Trading & Statistical Arbitrage

Renaissance's Medallion Fund famously used statistical arbitrage as a core strategy. SYNAPSE implements Engle-Granger cointegration testing across 15+ candidate pairs:

  • Cointegration Test: p-value threshold 0.05 — only statistically validated pairs qualify
  • Z-Score Entry: Enter when spread diverges by >2.0 standard deviations
  • Z-Score Exit: Close at <0.5 standard deviations (mean reversion)
  • Stop Loss: Close at >3.5 standard deviations (relationship breakdown)
  • Half-Life: Computed per-pair — only trade pairs with half-life <60 days (reasonable reversion speed)

Pairs signals are fed directly into the auto-trader alongside ensemble signals, creating a diversified signal mix that doesn't depend solely on directional bets.

7. Market Coverage

The tradeable universe spans 340+ instruments across 23 sectors, automatically refreshed from S&P 500 indices:

TechnologySemiconductorsAI/Cloud HealthcareBiotech EnergyRenewables Finance Defense ConsumerIndustrialMaterials Real EstateUtilitiesTelecom CryptoCommoditiesBonds

Instrument types include individual equities, sector ETFs, bond ETFs, commodity ETFs, index ETFs, and country ETFs. The universe is designed to capture the full ripple surface of any global event.

8. Why This Works

The edge isn't prediction — it's causation mapping.

Most quantitative systems model price directly. They look at what happened and extrapolate forward. ButterflyEffect.ai is fundamentally different: it models why things happen, then derives price direction from the causal structure.

This approach has several structural advantages:

  • Explainability: Every signal traces back to a specific causal chain with named nodes and reasoning. This isn't a black box — you can interrogate every decision.
  • Adaptability: New event types (pandemics, policy changes, supply shocks) don't break the system because they're analyzed through causal reasoning, not historical pattern matching.
  • Anti-fragility: Regime changes (risk-on → risk-off) are detected by the HMM and the system adapts. Black swan events get their own causal chains.
  • Small Capital Advantage: Unlike billion-dollar funds constrained by liquidity and market impact, a smaller account can enter and exit positions without moving the market — accessing the same alpha at lower cost.

Renaissance's Medallion Fund proved that combining many weak signals with rigorous execution and continuous learning can produce extraordinary returns. ButterflyEffect.ai applies this philosophy with a unique twist: the butterfly causal chain provides structured reasoning that purely statistical approaches lack.

Pricing

Institutional intelligence,
individual pricing.

Solo
$49/mo
For individual traders who want an edge
  • 10 signals per day
  • 3 active causal chains
  • Real-time neural butterfly map
  • SYN voice copilot
  • Paper trading with real prices
  • Daily morning brief
  • Telegram alerts
Join Waitlist
Enterprise
$499/mo
Full system access, no limits
  • Everything in Team
  • Unlimited active chains
  • Custom model routing
  • White-label dashboards
  • On-premises deployment option
  • Full chain library & replay
  • Live execution (approval-gated)
  • Dedicated support
  • Priority feature requests
Contact Us

Get early access

Join the waitlist for priority access when we launch. Early members get founding pricing locked in for life.