Use when synthesizing information from multiple research sources (papers, repos, blogs) into a coherent knowledge base. Triggers when multiple references have been gathered and need to be integrated, deduplicated, or cross-referenced.
Synthesize findings from multiple sources into a unified, coherent knowledge structure.
List every source collected with type tag:
[PAPER] Title — arxiv:2301.00001
[CODE] owner/repo — github.com/...
[BLOG] Post Title — url
For each source, extract along these axes:
| Dimension | Questions to Answer |
|---|---|
| Core claim | What is the main contribution/finding? |
| Method | How does it work? Key techniques? |
| Results | Benchmarks, metrics, comparisons |
| Limitations | What doesn't it solve? |
| Dependencies | What prior work does it build on? |
| Date | When was this published/updated? |
Build a comparison matrix for the key sources:
| Aspect | Source A | Source B | Source C |
|--------------|----------|----------|----------|
| Method | ... | ... | ... |
| Dataset | ... | ... | ... |
| Performance | ... | ... | ... |
| Code avail. | ✓ | ✗ | ✓ |
Mark relationships between sources:
After mapping sources, identify:
## Combined Research Summary: [Topic]
### Key Themes
1. [Theme 1]: [Sources that cover this] — [consensus finding]
2. [Theme 2]: [Sources] — [finding]
### Source Relationships
- [Paper A] → implemented by → [Repo B]
- [Paper A] → explained by → [Blog C]
- [Paper D] → improves upon → [Paper A]
### Comparison Matrix
| ... | ... |
### Consensus Findings
- [Finding 1]: Agreed upon by [Source A, B, C]
- [Finding 2]: ...
### Contradictions / Open Questions
- [Contradiction]: [Source A] claims X, [Source B] claims Y
- [Open question]: No source covers Z
### Recommended Reading Order
1. [Blog C] — best intuitive introduction
2. [Paper A] — foundational method
3. [Repo B] — practical implementation