Research Synthesis Workflow
Collect, analyze, and summarize research from multiple sources into structured reports
Workflow Steps
Trigger: Topic + Source List
Receives topic description and list of URLs, PDF links, or text snippets via webhook or schedule
Parallel Content Fetch
Simultaneously fetches content from all sources using browser automation and text extraction
Chunk & Index
Splits content into semantic chunks, removes boilerplate, indexes for retrieval
Cross-Source Analysis
LLM compares all sources, identifies agreements, contradictions, gaps, and unique insights
Generate Structured Report
Outputs: executive summary, key findings by theme, source citations, contradictions section, recommended next steps
Format & Deliver
Renders report as markdown, exports to Notion doc or PDF, sends Slack notification with link
Trigger
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.