Available Agents
Advanced Agent
Evidence-based predictions using Google search and web scraping
Think Thoroughly
Deep analysis with its own research methodology
Think Thoroughly Prophet
Combines deep analysis with Prediction Prophet research
GPTR Agent
Uses GPT Researcher for comprehensive market analysis
Advanced Agent
The most basic evidence-based agent that searches Google, scrapes web content, and uses an LLM to make predictions.Usage
Implementation
- Uses Google Serper API for web search
- Scrapes top 5 results (excluding Manifold)
- Truncates content to 10,000 characters per page
- Uses GPT-4o-mini for probability estimation
- Returns both probability and confidence
LLM Prompting
Think Thoroughly Agent
Sophisticated agent that performs deep analysis with its own research methodology and uses Pinecone for market similarity search.Usage
Implementation
- Comprehensive research with multiple search queries
- Uses Pinecone vector DB for finding similar markets
- Full Kelly betting strategy (5 range)
- Only bets on 1 market per run due to computational cost
- No maximum price impact limit
Research Process
The Think Thoroughly agent follows this workflow:- Question Analysis: Breaks down the market question
- Similar Markets: Finds related markets using Pinecone
- Web Research: Conducts targeted searches
- Evidence Collection: Gathers supporting/opposing evidence
- Synthesis: Combines findings into final prediction
- Confidence Calibration: Adjusts confidence based on evidence quality
Think Thoroughly Prophet Agent
Combines the Think Thoroughly methodology with Prediction Prophet’s research capabilities.Usage
Implementation
- Leverages Prediction Prophet’s research tools
- Uses Tavily API for news search
- Combines Think Thoroughly reasoning with Prophet research
- Currently uses conservative bet sizing
Research Integration
GPTR Agent
Uses the GPT Researcher library for comprehensive research reports before making predictions.Usage
Implementation
- Generates comprehensive research reports using GPT Researcher
- Uses Tavily for web search
- Produces detailed analysis before prediction
- Full Kelly betting with 57% max price impact
- Bet range: 8.00
GPTR Research Process
- Generates search queries
- Scrapes multiple sources
- Filters relevant information
- Synthesizes findings into a report
- Includes citations and sources
GPTR Highest Liquidity Variant
Performance Comparison
| Agent | Research Method | Bets/Run | Bet Size | API Costs | Speed |
|---|---|---|---|---|---|
| Advanced | Google + Scrape | 4 | Default | Low | Fast |
| Think Thoroughly | Custom + Pinecone | 1 | 5 | Medium | Slow |
| Think Prophet | Prophet + Custom | 1 | Tiny | Medium | Slow |
| GPTR | GPT Researcher | 4 | 8 | High | Medium |
| GPTR High Liq | GPT Researcher | 2 | 8 | High | Medium |
Best Practices
API Key Configuration
Research agents require additional API keys:Cost Optimization
Production Configuration
Next Steps
Prophet Agents
Explore Prediction Prophet-based agents
Microchain Agents
Learn about self-learning agents