Mave uses a 5-phase orchestration process: triage, planning, research, execution, and validation. This is why responses take longer (5–30 seconds) but are significantly more grounded than standard chat.
How It Works
1
Triage
Mave analyzes your query complexity and determines if clarification is needed. Queries are classified as Simple, Moderate, Complex, or Strategic — each triggering a different depth of research.
2
Planning
Mave creates an execution strategy: which personas to consult, what data sources to query, what search terms to use, and how to structure the final output.
3
Research
Mave executes tool calls in parallel — web search, news search, SEO data, and knowledge base queries — to gather comprehensive information from multiple angles.
4
Execution
Mave synthesizes all research into a coherent response, incorporating persona perspectives and inline citations to source material.
5
Validation
Mave performs a reality check: assessing accuracy, flagging unsupported claims, evaluating hallucination risk, and producing a confidence score.
Basic Usage
Multi-Turn Threads
Every Mave response returns athread_id. Pass it back in subsequent requests to maintain conversation context. Mave remembers the full research history within a thread, so follow-up questions can reference earlier findings without re-doing the research.
Streaming
Enable streaming for real-time display of Mave’s response as it generates.Sources and Citations
Every Mave response includes asources array with the materials it used during research.
web (general web search), news (news articles), seo (SEO/domain data), and knowledge_base (your custom knowledge).
CircleMind Knowledge Base
CircleMind is Mavera’s knowledge base layer. When configured, Mave automatically searches your custom knowledge alongside public web data, grounding responses in your proprietary information.How It Works
- Upload documents to your CircleMind knowledge base (PDFs, docs, text files)
- Mave automatically queries your knowledge base during the Research phase
- Results are blended with web and news data, with source attribution
Querying with Knowledge Base
CircleMind knowledge base queries are included in Mave’s credit cost — no additional charge per knowledge base lookup. See CircleMind docs for setup instructions.
Data Sources
Mave can access multiple data sources during the Research phase:Thread Management
List Threads
Get Thread Details
Delete Thread
Response Format
Validation Object
Thevalidation field provides transparency into Mave’s self-assessment:
When to Use Mave vs Chat
Credit Usage
Mave queries are more expensive than Chat because they involve multiple research phases and data source calls.
Follow-up messages in the same thread typically cost 30–50% less than the initial query.
Best Practices
Be specific in your queries
Be specific in your queries
Clear, specific questions lead to better research. “Analyze Tesla’s market position in Germany in 2024” produces a more focused, useful report than “Tell me about Tesla.”
Use threads for follow-ups
Use threads for follow-ups
Continue conversations in the same thread to maintain context and reduce redundant research. Mave can reference earlier findings in follow-up responses.
Check the validation results
Check the validation results
Review
validation.confidence_score and validation.hallucination_risk before relying on the output for important decisions. Scores below 0.7 warrant additional verification.Enable streaming for long queries
Enable streaming for long queries
Complex and strategic queries can take 15–30 seconds. Streaming lets you display progress to users in real time instead of showing a loading spinner.
Use knowledge base for proprietary data
Use knowledge base for proprietary data
When your question involves internal data, enable CircleMind to blend your proprietary knowledge with public web research.
Use Chat for persona opinions, Mave for facts
Use Chat for persona opinions, Mave for facts
Don’t use Mave when you just need a persona’s perspective — that’s what Chat is for. Use Mave when you need researched, cited, fact-checked information.
Next Steps
Quickstart: Mave
First Mave query in 5 minutes
Mave Research Report
Build a full report from a Mave session
CircleMind
Set up your knowledge base
API Reference
Full API specification