The first Self-Evolving Prediction Intelligence Network.
Inbrain is an AI-driven social prediction infrastructure built on top of GBrain's knowledge graph and long-term memory system. It transforms raw social signals into high-quality prediction markets with autonomous reasoning, continuous learning, and multi-agent collaboration.
Traditional prediction markets are amnesiac — no memory, no context, no learning. Inbrain gives prediction markets a brain.
| Feature | Traditional Platforms | Inbrain |
|---|---|---|
| Memory | None | Long-term knowledge graph |
| Market creation | Manual | AI-evaluated with quality filtering |
| Odds estimation | Crowd-only | AI + crowd wisdom hybrid |
| Resolution | Manual review | Auto-resolution with evidence verification |
| Learning | Static | Continuous self-evolution via Dream Cycle |
| Intelligence | None | Daily reports, alpha discovery, trend analysis |
Signal Agent → Brain Agent → Execution Agent → Analyst Agent
↑ ↓
└──────────── Dream Cycle (nightly) ←──────────┘
Signal Agent — Real-time event detection
Brain Agent — Central reasoning engine
Execution Agent — Market lifecycle management
Analyst Agent — Intelligence output
Every night, Inbrain runs a five-phase self-improvement cycle:
# Clone and install
git clone https://github.com/inbrain-ai/inbrain.git
cd inbrain
bun install
# Initialize local brain (2 seconds, no Docker)
bun run dev init --pglite
# Start the prediction engine
bun run dev start
# Run a one-off dream cycle
bun run dev dream
# Required: AI provider
OPENAI_API_KEY=sk-...
# or
ANTHROPIC_API_KEY=sk-ant-...
# Optional: Signal sources
INBRAIN_X_BEARER_TOKEN=... # Twitter/X API
INBRAIN_NEWS_API_KEY=... # NewsAPI
# Optional: Distribution
INBRAIN_DISCORD_WEBHOOK=... # Discord reports
Real-time Signal → AI Evaluation → Market Creation → Dynamic Monitoring
→ Auto-Resolution → Learning Reinforcement → Better Predictions
bun run test # fast unit tests
bun run verify # pre-push checks
bun run typecheck # TypeScript validation
MIT — Built on GBrain by Garry Tan (YC President).
Inbrain aims to be the global AI-native Prediction Intelligence Network — not just for crypto prediction markets, but expandable to:
The goal: upgrade prediction markets from betting tools into next-generation social intelligence infrastructure.
2 commits
TypeScript
97.0%
Shell
1.3%
JavaScript
1.1%
The first Self-Evolving Prediction Intelligence Network.
Inbrain is an AI-driven social prediction infrastructure built on top of GBrain's knowledge graph and long-term memory system. It transforms raw social signals into high-quality prediction markets with autonomous reasoning, continuous learning, and multi-agent collaboration.
Traditional prediction markets are amnesiac — no memory, no context, no learning. Inbrain gives prediction markets a brain.
| Feature | Traditional Platforms | Inbrain |
|---|---|---|
| Memory | None | Long-term knowledge graph |
| Market creation | Manual | AI-evaluated with quality filtering |
| Odds estimation | Crowd-only | AI + crowd wisdom hybrid |
| Resolution | Manual review | Auto-resolution with evidence verification |
| Learning | Static | Continuous self-evolution via Dream Cycle |
| Intelligence | None | Daily reports, alpha discovery, trend analysis |
Signal Agent → Brain Agent → Execution Agent → Analyst Agent
↑ ↓
└──────────── Dream Cycle (nightly) ←──────────┘
Signal Agent — Real-time event detection
Brain Agent — Central reasoning engine
Execution Agent — Market lifecycle management
Analyst Agent — Intelligence output
Every night, Inbrain runs a five-phase self-improvement cycle:
# Clone and install
git clone https://github.com/inbrain-ai/inbrain.git
cd inbrain
bun install
# Initialize local brain (2 seconds, no Docker)
bun run dev init --pglite
# Start the prediction engine
bun run dev start
# Run a one-off dream cycle
bun run dev dream
# Required: AI provider
OPENAI_API_KEY=sk-...
# or
ANTHROPIC_API_KEY=sk-ant-...
# Optional: Signal sources
INBRAIN_X_BEARER_TOKEN=... # Twitter/X API
INBRAIN_NEWS_API_KEY=... # NewsAPI
# Optional: Distribution
INBRAIN_DISCORD_WEBHOOK=... # Discord reports
Real-time Signal → AI Evaluation → Market Creation → Dynamic Monitoring
→ Auto-Resolution → Learning Reinforcement → Better Predictions
bun run test # fast unit tests
bun run verify # pre-push checks
bun run typecheck # TypeScript validation
MIT — Built on GBrain by Garry Tan (YC President).
Inbrain aims to be the global AI-native Prediction Intelligence Network — not just for crypto prediction markets, but expandable to:
The goal: upgrade prediction markets from betting tools into next-generation social intelligence infrastructure.
2 commits
TypeScript
97.0%
Shell
1.3%
JavaScript
1.1%