Difficulty: 🔴 Advanced | Prerequisites: Comfortable with Claude Code, understand cognitive blueprints and MCP servers
From Prompting to Orchestration
Most AI-assisted research follows a simple pattern: you write a prompt, get a response, iterate. This works well for individual tasks but breaks down for complex, multi-stage research projects. Agentic workflows change the model. Instead of one researcher talking to one AI, you design a system of specialized agents that collaborate under your direction — each handling what it does best while you maintain strategic control.The Agentic Research Stack
We’ve built and use an integrated stack for agentic research. Each component addresses a different limitation of single-model prompting.- Orchestration
- Multi-Model Access
- Persistent Memory
Interpretive Orchestration Plugin
Problem: AI can automate analysis, but automation without theoretical grounding produces shallow results.Solution: A Claude Code plugin that enforces methodological rigor through three stages:- Solo Practice — You build theoretical sensitivity manually before AI touches the data
- Side-by-Side Collaboration — Parallel human + AI analysis streams with visible reasoning
- Synthesis — Human-led integration examined through craft tradition frameworks
@stage1-listener, @dialogical-coder, @research-configurator, @scholarly-companion) handle different aspects of the research process.Key insight: The plugin deliberately creates friction. If it stops you, it’s asking you to think.→ Full guideHow the Stack Works Together
A concrete example of the integrated workflow for a systematic literature review:Phase 1: Foundation Building
- Interpretive Orchestration enforces solo coding of initial documents
- Memex captures your emerging framework and theoretical sensitivity
- Vox lets you consult multiple models about methodological choices
Phase 2: Collaborative Analysis
- Interpretive Orchestration activates
@dialogical-coderfor parallel analysis - Vox enables multi-model triangulation on key findings
- Kimi K2.5 (via Vox) stress-tests your emerging theory
- Memex preserves the evolving analysis across sessions
Phase 3: Synthesis and Writing
- Memex
/memex:synthesizesurfaces patterns across all sessions - Interpretive Orchestration
@scholarly-companionexamines work through epistemological lens - Claude Opus 4.6 (via Vox) helps break frames and find insights beyond local optima
The Broader Agentic Landscape
The tools above are what we’ve built and use, but the agentic research ecosystem is broader:CLI-Based Agents
- Claude Code — Anthropic’s agentic coding environment (our primary workspace)
- Gemini CLI — Google’s terminal agent with 1M token context and agent skills
- OpenCode — Open-source, model-agnostic terminal agent (95K+ GitHub stars)
MCP Ecosystem
The Model Context Protocol has grown to 1,000+ community servers, now managed by the Linux Foundation. Research-relevant servers include:- Sequential Thinking — Step-by-step reasoning for any model
- Lotus Wisdom — Contemplative problem-solving
- MinerU — PDF/document parsing at scale
Research Platforms
- Research Scanner — Literature surveillance pipeline balancing exploitation and exploration
- OpenInterviewer — AI-powered qualitative interviews at scale
Getting Started with Agentic Research
Start Simple
Use Claude Code with MCP servers (Sequential Thinking, MinerU) for enhanced single-model workflows. This is where most researchers should begin.
Add Multi-Model Access
Install Vox MCP to access multiple models from your Claude Code workspace. Experiment with model comparison and triangulation.
Add Persistent Memory
Install the Memex Plugin when your research spans multiple sessions. Let it capture your collaborative journey automatically.