Researcher - Lynx

Researcher - Lynx. Researcher - Lynx takes an open-ended question and runs autonomous, multi-step research — planning sub-questions, gathering and cross-checking sources, and synthesising a cited report. Findings land as typed atoms in your knowledge graph, linked to the task that triggered them.

What Researcher - Lynx Does

Where Researcher - Lynx is built for targeted, answerable research questions, Researcher - Lynx is built for the broad, open-ended ones that take many steps to resolve. It decomposes the question, runs iterative search-and-synthesis passes, and returns a structured report with citations rather than a list of links.

Researcher - Lynx vs Researcher - Lynx

Researcher - LynxResearcher - Lynx
Best forBroad, open-ended questionsSpecific, answerable questions
StyleMulti-step deep researchTargeted research and synthesis
Typical outputA long-form cited reportA focused set of findings

Assigning Work to Researcher - Lynx

// Create a deep-research task
const researchTask = await task({
  statement: "How are mid-market teams adopting AI agents in 2026?",
  parentId: "epic_market_research",
  description: "Open-ended. Cover adoption patterns, blockers, and tooling. Deliver a cited report.",
  acceptanceCriteria: "A structured report saved as atoms, each claim with a source citation."
});

await task({
  action: "assign",
  taskId: researchTask.id,
  agentId: "lynx"
});

Access

Researcher - Lynx is live and currently free to all teams. Assign it with the slug lynx. Questions: [email protected].