Deep Research & Scholarly Analysis Engine
Purpose
Enable rigorous, evidence-based research that meets academic standards. Combine multiple research methodologies, source evaluation frameworks, and data synthesis techniques to produce outputs grounded in the best available evidence.
Research Methodology Hierarchy
Level 1: Systematic Review (Highest Rigor)
Use when: Critical decisions, health/safety, policy recommendations
- Define a precise research question (PICO format for clinical: Population, Intervention, Comparison, Outcome)
- Develop comprehensive search strategy across multiple databases
- Apply inclusion/exclusion criteria systematically
- Extract data using standardized forms
- Assess quality of evidence (GRADE framework)
- Synthesize findings with appropriate methods
- Report following PRISMA guidelines
Level 2: Structured Literature Review
Use when: Technical decisions, architecture choices, best practices
- Define scope and research questions
- Search 3+ independent sources
- Evaluate source quality (CRAAP test)
- Identify themes and patterns
- Synthesize with explicit methodology
- Acknowledge limitations
Level 3: Rapid Evidence Assessment
Use when: Time-constrained decisions, initial exploration
- Focused search on 2-3 key sources
- Quick quality assessment
- Extract key findings
- Provide confidence-weighted conclusions
Source Evaluation: The CRAAP Test
For every source, evaluate:
- Currency: When was it published/updated? Is it current enough for the topic?
- Relevance: Does it directly address the research question?
- Authority: Who is the author? What are their credentials? Is the publisher reputable?
- Accuracy: Is the information supported by evidence? Can it be verified? Is it peer-reviewed?
- Purpose: Why does this information exist? Is there bias? Is it trying to sell something?
Score each dimension 1-5. Sources scoring below 15/25 should be used cautiously or discarded.
Evidence Quality Pyramid (Strongest to Weakest)
- Systematic Reviews & Meta-Analyses — Gold standard
- Randomized Controlled Trials — Strong causal evidence
- Cohort Studies — Good observational evidence
- Case-Control Studies — Moderate evidence
- Case Series / Case Reports — Weak evidence
- Expert Opinion / Editorials — Lowest evidence level
- Anecdotal / Blog Posts — Not evidence (but may suggest hypotheses)
Search Strategy Best Practices
Academic/Scholarly Search
- Google Scholar: Use
site:, intitle:, date ranges, cited-by chains
- Consensus.app: For AI-synthesized scientific consensus on specific claims
- Semantic Scholar: For citation graph exploration and related papers
- PubMed: For biomedical and life sciences
- arXiv: For preprints in CS, physics, math, AI/ML
- SSRN: For social sciences and economics
Search Technique: Citation Chaining
- Find one highly relevant paper
- Forward chain: Who cited this paper? (Google Scholar "Cited by")
- Backward chain: What did this paper cite? (Reference list)
- Lateral chain: What other papers do the same authors write?
- Repeat until saturation (no new relevant papers found)
Search Technique: Boolean Strategy
- Use AND to narrow:
"machine learning" AND "healthcare" AND "diagnosis"
- Use OR to broaden:
"deep learning" OR "neural network"
- Use NOT to exclude:
"AI" NOT "artificial insemination"
- Use quotes for exact phrases:
"transformer architecture"
- Use wildcards:
optim* matches optimize, optimization, optimal
Data Analysis Framework
Quantitative Analysis Protocol
- Data Cleaning: Check for missing values, outliers, inconsistencies
- Descriptive Statistics: Mean, median, mode, SD, range, distribution shape
- Exploratory Analysis: Visualizations, correlations, patterns
- Inferential Statistics: Hypothesis testing, confidence intervals, effect sizes
- Interpretation: What do the numbers actually mean in context?
Statistical Reasoning Checklist
- Is the sample size adequate?
- Is the sample representative?
- Are the statistical tests appropriate for the data type?
- Is statistical significance confused with practical significance?
- Are confidence intervals reported (not just p-values)?
- Is the effect size meaningful?
- Could there be confounding variables?
- Is correlation being confused with causation?
Qualitative Analysis Protocol
- Thematic Analysis: Identify recurring themes across sources
- Content Analysis: Systematic categorization of textual data
- Comparative Analysis: How do different sources agree/disagree?
- Gap Analysis: What questions remain unanswered?
Evidence Synthesis Methods
Narrative Synthesis
- Organize findings by theme, not by source
- Identify areas of agreement and disagreement
- Weight findings by evidence quality
- Explicitly state the strength of evidence for each conclusion
Vote Counting
- How many studies support conclusion A vs B?
- Weight by study quality and sample size
- Report the ratio with confidence assessment
Triangulation
- Do multiple independent sources/methods converge on the same conclusion?
- If yes: High confidence
- If mixed: Moderate confidence, report the disagreement
- If contradictory: Low confidence, investigate why
Research Output Standards
Every Research Output Must Include:
- Clear Research Question: What exactly are we investigating?
- Methodology Statement: How did we search and what criteria did we use?
- Source Documentation: All sources cited with full references
- Evidence Quality Assessment: How strong is the evidence?
- Confidence Level: How confident are we in each conclusion?
- Limitations: What are the gaps and weaknesses?
- Recommendations: What actions does the evidence support?
Citation Standards
- Always cite specific sources for factual claims
- Prefer primary sources over secondary
- Include publication date for currency assessment
- Note if a source is pre-print, peer-reviewed, or grey literature
- Use inline numeric citations with reference list
Internet Parsing & Search Mastery
Web Content Extraction Hierarchy
- Structured APIs (best): Use official APIs when available
- Structured Data: Look for JSON-LD, schema.org markup, RSS feeds
- Clean HTML Parsing: Extract from semantic HTML elements
- Full Page Rendering: For JavaScript-heavy sites
- Screenshot + OCR: Last resort for complex layouts
Source Triangulation Protocol
For any factual claim from the internet:
- Find the primary source (original study, official announcement, raw data)
- Find 2+ independent confirmations from reputable sources
- Check for contradicting evidence actively
- Assess recency — is this still current?
- Check for corrections or retractions
OSINT Best Practices
- Start broad, narrow progressively
- Use multiple search engines (results differ)
- Check the Wayback Machine for historical context
- Verify images with reverse image search
- Cross-reference social media claims with official sources
- Be aware of information warfare and deliberate misinformation
Anti-Patterns in Research
- Cherry-picking: Selecting only evidence that supports a predetermined conclusion
- Appeal to Authority: Accepting claims because of who said them, not the evidence
- Recency Bias: Assuming newer = better without evaluation
- Survivorship Bias: Only looking at successful cases
- Publication Bias: Published studies skew positive; negative results are underreported
- P-hacking: Statistical manipulation to achieve significance
- HARKing: Hypothesizing After Results are Known
- Ecological Fallacy: Applying group-level findings to individuals
1---2name: deep-research-scholarly-analysis-engine3description: Comprehensive research methodology combining scholarly research, scientific data analysis, evidence synthesis, source evaluation, and systematic review practices for producing research-grade outputs.4license: Unspecified5---6# Deep Research & Scholarly Analysis Engine78## Purpose9Enable rigorous, evidence-based research that meets academic standards. Combine multiple research methodologies, source evaluation frameworks, and data synthesis techniques to produce outputs grounded in the best available evidence.1011## Research Methodology Hierarchy1213### Level 1: Systematic Review (Highest Rigor)14Use when: Critical decisions, health/safety, policy recommendations151. Define a precise research question (PICO format for clinical: Population, Intervention, Comparison, Outcome)162. Develop comprehensive search strategy across multiple databases173. Apply inclusion/exclusion criteria systematically184. Extract data using standardized forms195. Assess quality of evidence (GRADE framework)206. Synthesize findings with appropriate methods217. Report following PRISMA guidelines2223### Level 2: Structured Literature Review24Use when: Technical decisions, architecture choices, best practices251. Define scope and research questions262. Search 3+ independent sources273. Evaluate source quality (CRAAP test)284. Identify themes and patterns295. Synthesize with explicit methodology306. Acknowledge limitations3132### Level 3: Rapid Evidence Assessment33Use when: Time-constrained decisions, initial exploration341. Focused search on 2-3 key sources352. Quick quality assessment363. Extract key findings374. Provide confidence-weighted conclusions3839## Source Evaluation: The CRAAP Test40For every source, evaluate:41- **Currency**: When was it published/updated? Is it current enough for the topic?42- **Relevance**: Does it directly address the research question?43- **Authority**: Who is the author? What are their credentials? Is the publisher reputable?44- **Accuracy**: Is the information supported by evidence? Can it be verified? Is it peer-reviewed?45- **Purpose**: Why does this information exist? Is there bias? Is it trying to sell something?4647Score each dimension 1-5. Sources scoring below 15/25 should be used cautiously or discarded.4849## Evidence Quality Pyramid (Strongest to Weakest)501. **Systematic Reviews & Meta-Analyses** — Gold standard512. **Randomized Controlled Trials** — Strong causal evidence523. **Cohort Studies** — Good observational evidence534. **Case-Control Studies** — Moderate evidence545. **Case Series / Case Reports** — Weak evidence556. **Expert Opinion / Editorials** — Lowest evidence level567. **Anecdotal / Blog Posts** — Not evidence (but may suggest hypotheses)5758## Search Strategy Best Practices5960### Academic/Scholarly Search61- **Google Scholar**: Use `site:`, `intitle:`, date ranges, cited-by chains62- **Consensus.app**: For AI-synthesized scientific consensus on specific claims63- **Semantic Scholar**: For citation graph exploration and related papers64- **PubMed**: For biomedical and life sciences65- **arXiv**: For preprints in CS, physics, math, AI/ML66- **SSRN**: For social sciences and economics6768### Search Technique: Citation Chaining691. Find one highly relevant paper702. **Forward chain**: Who cited this paper? (Google Scholar "Cited by")713. **Backward chain**: What did this paper cite? (Reference list)724. **Lateral chain**: What other papers do the same authors write?735. Repeat until saturation (no new relevant papers found)7475### Search Technique: Boolean Strategy76- Use AND to narrow: `"machine learning" AND "healthcare" AND "diagnosis"`77- Use OR to broaden: `"deep learning" OR "neural network"`78- Use NOT to exclude: `"AI" NOT "artificial insemination"`79- Use quotes for exact phrases: `"transformer architecture"`80- Use wildcards: `optim*` matches optimize, optimization, optimal8182## Data Analysis Framework8384### Quantitative Analysis Protocol851. **Data Cleaning**: Check for missing values, outliers, inconsistencies862. **Descriptive Statistics**: Mean, median, mode, SD, range, distribution shape873. **Exploratory Analysis**: Visualizations, correlations, patterns884. **Inferential Statistics**: Hypothesis testing, confidence intervals, effect sizes895. **Interpretation**: What do the numbers actually mean in context?9091### Statistical Reasoning Checklist92- Is the sample size adequate?93- Is the sample representative?94- Are the statistical tests appropriate for the data type?95- Is statistical significance confused with practical significance?96- Are confidence intervals reported (not just p-values)?97- Is the effect size meaningful?98- Could there be confounding variables?99- Is correlation being confused with causation?100101### Qualitative Analysis Protocol1021. **Thematic Analysis**: Identify recurring themes across sources1032. **Content Analysis**: Systematic categorization of textual data1043. **Comparative Analysis**: How do different sources agree/disagree?1054. **Gap Analysis**: What questions remain unanswered?106107## Evidence Synthesis Methods108109### Narrative Synthesis110- Organize findings by theme, not by source111- Identify areas of agreement and disagreement112- Weight findings by evidence quality113- Explicitly state the strength of evidence for each conclusion114115### Vote Counting116- How many studies support conclusion A vs B?117- Weight by study quality and sample size118- Report the ratio with confidence assessment119120### Triangulation121- Do multiple independent sources/methods converge on the same conclusion?122- If yes: High confidence123- If mixed: Moderate confidence, report the disagreement124- If contradictory: Low confidence, investigate why125126## Research Output Standards127128### Every Research Output Must Include:1291. **Clear Research Question**: What exactly are we investigating?1302. **Methodology Statement**: How did we search and what criteria did we use?1313. **Source Documentation**: All sources cited with full references1324. **Evidence Quality Assessment**: How strong is the evidence?1335. **Confidence Level**: How confident are we in each conclusion?1346. **Limitations**: What are the gaps and weaknesses?1357. **Recommendations**: What actions does the evidence support?136137### Citation Standards138- Always cite specific sources for factual claims139- Prefer primary sources over secondary140- Include publication date for currency assessment141- Note if a source is pre-print, peer-reviewed, or grey literature142- Use inline numeric citations with reference list143144## Internet Parsing & Search Mastery145146### Web Content Extraction Hierarchy1471. **Structured APIs** (best): Use official APIs when available1482. **Structured Data**: Look for JSON-LD, schema.org markup, RSS feeds1493. **Clean HTML Parsing**: Extract from semantic HTML elements1504. **Full Page Rendering**: For JavaScript-heavy sites1515. **Screenshot + OCR**: Last resort for complex layouts152153### Source Triangulation Protocol154For any factual claim from the internet:1551. Find the **primary source** (original study, official announcement, raw data)1562. Find **2+ independent confirmations** from reputable sources1573. Check for **contradicting evidence** actively1584. Assess **recency** — is this still current?1595. Check for **corrections or retractions**160161### OSINT Best Practices162- Start broad, narrow progressively163- Use multiple search engines (results differ)164- Check the Wayback Machine for historical context165- Verify images with reverse image search166- Cross-reference social media claims with official sources167- Be aware of information warfare and deliberate misinformation168169## Anti-Patterns in Research170- **Cherry-picking**: Selecting only evidence that supports a predetermined conclusion171- **Appeal to Authority**: Accepting claims because of who said them, not the evidence172- **Recency Bias**: Assuming newer = better without evaluation173- **Survivorship Bias**: Only looking at successful cases174- **Publication Bias**: Published studies skew positive; negative results are underreported175- **P-hacking**: Statistical manipulation to achieve significance176- **HARKing**: Hypothesizing After Results are Known177- **Ecological Fallacy**: Applying group-level findings to individuals