research
Answer AI-engineering decision questions with grounded, current, cited evidence from the knowledge base and live web searches, tracing each claim to its source.
Instructions
Answer a decision question with grounded, current, cited evidence.
Runs the full loop: searches the knowledge base, runs live web searches, fetches the top pages, and synthesizes a dated answer with DeepSeek-V3. Every claim is traced to a retrieved source.
CHECK THE SDK FIRST — do NOT reach for this before checking whether the SDK
already ships the primitive you need. The default authority for "how do I
build this" is the SDK's own documented pattern (LangGraph via the
docs-langchain MCP; Vercel AI SDK / OpenAI / Google via Context7) — most
2026 agent work is a solved, established pattern. Consult this tool ONLY when
the established SDK pattern is insufficient or absent, or when you are tuning
/ choosing between mature options and need current field evidence. This KB is
biased toward the research frontier by construction; letting it drive a
decision the SDK already answers leads to reinventing wheels the SDK ships.
SCOPE — the fast-moving AI-engineering frontier (agents, LLMs, harnesses, evals, agent security, AI coding tools, model capability/cost trends), where current reality outruns your training. It is NOT for general/evergreen software architecture (CRM, omnichannel, helpdesk, classical patterns — you already know those) or library/API docs (use Context7). Sources discovered here are promoted back into the KB, so keeping questions on-frontier keeps the KB clean.
Returns JSON: {answer, citations: [{url,title,date}], confidence,
retrieval_date, kb_coverage, warnings, sources_used}. Check warnings and
confidence before trusting the answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |