Skip to main content
Prophet agents use the Prediction Prophet framework to make research-backed predictions using state-of-the-art language models.

Model Variants

Prophet agents are available with multiple LLM backends:

OpenAI GPT

GPT-4o, GPT-4 Turbo, o1, o3-mini variants

Anthropic Claude

Claude 3 Opus, 3.5 Haiku, 3.5 Sonnet

Google Gemini

Gemini 2.0 Flash via OpenRouter

DeepSeek

DeepSeek R1, DeepSeek Chat

OLAS Embedding

Embedding-based similarity agent

Specialized

Categorical, scalar, new market variants

OpenAI Prophet Agents

GPT-4o Agent (Primary)

The flagship agent using GPT-4o with full Kelly betting strategy.
Configuration:
Key Features:
  • 4 markets per run
  • 11-5 bet range
  • 70% max price impact
  • Dual-agent architecture (research + prediction)
  • Research at temp 0.7, prediction at temp 0.0

GPT-4o Variants

GPT-4o Agent B - Cost optimized with fewer searches:
GPT-4o Agent C - No take-profit strategy:

o1/o3 Series Agents

o1 Agent - Using OpenAI’s reasoning model:
Available o-series agents:
  • prophet_o1 - Full o1 model (11-4, 41.8% price impact)
  • prophet_o1mini - Smaller o1 variant (now uses o4-mini)
  • prophet_o1preview - Preview version (now uses o3)
  • prophet_o3mini - Latest o3-mini (0.500.50-1, max expected value strategy)

GPT-4 Turbo Agents

Using gpt-4-0125-preview and gpt-4-turbo-2024-04-09 respectively.

GPT-4o-mini Agent

Cost-effective variant using gpt-4o-mini-2024-07-18. Currently uses conservative betting (not yet optimized for profitability).

Anthropic Claude Agents

Claude 3.5 Sonnet (Best Performing)

Other Claude Variants

Google Gemini Agent

Uses OpenRouter for Gemini access.

DeepSeek Agents

DeepSeek Chat

DeepSeek R1 (Suspended)

Warning: This agent ran out of funds and is currently suspended.

OLAS Embedding Agent

Uses embeddings for finding similar historical markets and predictions.

Specialized Prophet Variants

Categorical Markets

Scalar Markets

New Market Trader

Trades on new markets and re-evaluates when relevant news is published.

Prophet Agent Architecture

Dual Agent System

All Prophet agents use two separate LLM instances:

Research Process

  1. Subquery Generation: Break question into searchable components
  2. Web Search: Use Tavily to find relevant sources
  3. Content Scraping: Extract information from top results
  4. Evidence Synthesis: Combine findings into coherent analysis
  5. Probability Estimation: Generate final prediction with reasoning

Configuration Parameters

Performance Comparison

Best Practices

Model Selection

API Keys

Cost Optimization

Next Steps

Microchain Agents

Explore self-learning agents

Specialized Agents

Learn about purpose-built agents