Overview
The research system uses OpenAI’sweb_search tool with reasoning capabilities to:
- Search the web for authoritative sources on your topic
- Cross-validate claims across multiple sources
- Synthesize findings into structured results
- Return
ResearchFindingscontaining ideas and implementations
Research Modes
The research system supports three modes:| Mode | Description | Returns |
|---|---|---|
idea | Conceptual understanding, principles, trade-offs | Ideas only |
implementation | Code examples, APIs, libraries, configuration | Implementations only |
both | Both ideas and implementations (default) | Both |
Research Depth
Control the thoroughness of research:| Depth | Reasoning Effort | Use Case |
|---|---|---|
light | Medium | Quick answers, well-documented topics |
deep | High | Complex topics, thorough research needed |
Basic Usage
Idea Mode Only
Implementation Mode Only
Research → Evolve (Add Context)
Use research results to provide additional context during solution building:Research → Learn (Ingest into KG)
Permanently add research findings to your Knowledge Graph:Source Quality
The research system prioritizes sources in this order:- Official documentation — Maintainers, standards bodies
- Original papers — arXiv, peer-reviewed publications
- Major vendors — OpenAI, Google, Meta, Microsoft, NVIDIA
- Well-known engineers — Established track record
- SEO content farms
- Generic blog posts without evidence
- Single-source claims without corroboration
Output Format
Idea Content Sections
EachSource.Idea contains structured content with:
- Description
- How to Apply
- When to Use
- Why Related
- Trade-offs
- Examples
- Prerequisites
- Related Concepts
Implementation Content Sections
EachSource.Implementation contains structured content with:
- Description
- Why Related
- When to Use
- Code Snippet
- Dependencies
- Configuration Options
- Trade-offs
- Common Pitfalls
- Performance Notes