๐ฌ Research
Multi-source clinical research synthesis across academic databases, web, and internal knowledge. Used by the AI assistant to answer โwhatโs the current evidence for Xโ without leaving Synalux.
๐ง What It Does
- Academic discovery โ parallel search across three free, high-signal sources:
- PubMed (NCBI) โ clinical papers, medical evidence
- ERIC (Dept. of Education) โ ABA, education research, special needs literature
- Semantic Scholar โ AI-powered academic TLDRs, cross-discipline papers
- Web fallback โ DuckDuckGo (free, no API key) when academic sources return insufficient results.
- Web search (non-research) โ Firecrawl via
POST /api/v1/web-searchfor general queries (tier-gated, separate from research). - Synthesis โ Gemini 2.5 Flash with thinking enabled combines all sources into a cited clinical summary.
- Knowledge search โ internal Prism MCP knowledge base (workspace-scoped) โ see
synalux-privatefor the full Prism architecture.

๐ฉบ Clinical Use Cases
- โWhatโs the current evidence base for FCT versus DRO in self-injurious behavior?โ
- โSummarize recent papers on telehealth ABA outcomes for ages 3-7.โ
- โWhat does the latest BACB Ethics Code say about consent for video recording?โ
The synthesis output is cited inline so a clinician can verify each claim against its source.
๐๏ธ Architecture
lib/services/research/googleSearch.tsโ discovery service (PubMed + ERIC + Semantic Scholar + DuckDuckGo fallback).lib/services/research/synthesis.tsโ Gemini 2.5 Flash synthesizer (Thinking mode enabled).POST /api/v1/research/searchโ execute a research query; streams results.
๐ณ Plans
Available on Advanced+. Per-call cost surfaces in the workspace usage dashboard.