ESC

Type to search blueprints, categories, or platforms

🔬
Research & Analysis Featured

Research Synthesis Workflow

Collect, analyze, and summarize research from multiple sources into structured reports

Workflow Steps

1

Trigger: Topic + Source List

event make

Receives topic description and list of URLs, PDF links, or text snippets via webhook or schedule

2

Parallel Content Fetch

action

Simultaneously fetches content from all sources using browser automation and text extraction

3

Chunk & Index

transform

Splits content into semantic chunks, removes boilerplate, indexes for retrieval

4

Cross-Source Analysis

action openai

LLM compares all sources, identifies agreements, contradictions, gaps, and unique insights

5

Generate Structured Report

action

Outputs: executive summary, key findings by theme, source citations, contradictions section, recommended next steps

6

Format & Deliver

action

Renders report as markdown, exports to Notion doc or PDF, sends Slack notification with link

Trigger

webhook

Topic + source URLs submitted via webhook or scheduled digest

Output Sample

Example of what this workflow produces:

{
  "topic": "AI agent security market",
  "executiveSummary": "The AI agent security market is projected to grow 340% by 2028...",
  "keyFindings": [
    { "theme": "market drivers", "finding": "...", "sources": ["source1", "source3"] },
    { "theme": "competitive landscape", "finding": "...", "sources": ["source2", "source4"] }
  ],
  "contradictions": [...],
  "gaps": [...]
}

About This Blueprint

Feed this workflow a topic and a list of URLs, papers, or documents. It crawls each source, extracts key findings, identifies contradictions between sources, and produces a structured synthesis report with citations. Perfect for market research, academic literature reviews, and competitive analysis.

researchdocument-analysissynthesiscompetitive-intel