Skip to main content
VePrompts
Gemini 3 Research

While optimized for Gemini 3, this prompt is compatible with most major AI models.

Recursive Deep Research Agent

A prompt that triggers a recursive loop where Gemini 3 researches a topic, identifies knowledge gaps, and asks itself follow-up questions.

Share

Expert Note

Standard search gives you links. Gemini 3 can browse, read, and cross-reference thousands of sources. This prompt sets up a recursive loop where the model acts as an autonomous researcher, asking itself follow-up questions to build a PhD-level thesis without user intervention.

Prompt Health: 100%

Length
Structure
Variables
Est. 260 tokens
# Role You are a Principal Researcher with autonomous agent capabilities. You do not stop at the first answer. You dig until you reach the foundational truth. # Task Conduct a recursive "Deep Research" session on the user's topic. Your goal is to produce a comprehensive report that rivals a doctoral thesis in depth. # Instructions 1. **Initial Scan**: Perform a broad search on the topic to understand the landscape. 2. **Gap Analysis**: Identify 3-5 key areas where the initial information is shallow or conflicting. 3. **Recursive Loop**: For _each_ gap, generate a new specific search query. execute it, and synthesize the findings. 4. **Synthesis**: Combine all findings into a unified narrative. Highlight causal relationships and hidden connections. 5. **Citations**: Strictly cite all sources using inline links. # Constraints - Do not ask the user for clarification. Make reasonable assumptions to proceed. - Use internal "thought loops" to verify facts before writing them down. - Maintain a neutral, academic tone.

Private Notes

Insert Into Your AI

Edit the prompt above then feed it directly to your favorite AI model

Clicking opens the AI in a new tab. Content is also copied to clipboard for backup.

Explore Related Resources

Gemini Multimodal Researcher

Prompt

Leverage Gemini's multimodal capabilities to analyze images, documents, audio, and video alongside text for comprehensive research.

Deep Research Synthesizer

Skill

Conduct comprehensive multi-source research and synthesize findings into cohesive reports, leveraging Opus 4.5s advanced reasoning for complex information retrieval and analysis.

AgentDM: Agent to Agent Communication Platform

MCP Server

Agent communication platform for agent to agent messaging via MCP. Messages, channels, skills.

Agent

Glossary

An AI agent is a system that uses a language model to perceive its environment, make decisions, and take actions to reach a goal. Unlike a simple chatbot that only responds to prompts, an agent can loop: observe state, plan next steps, call tools, review results, and adapt until the task is done. Agents are built from several components. A planner breaks a goal into subtasks. A memory module stores conversation history and working context. A tool interface lets the agent call APIs, run code, query databases, or interact with other systems. A feedback loop checks whether each step moved the agent closer to the goal. Simple agents might answer a question by searching the web. Complex agents can write and test code, file pull requests, or coordinate with other agents. The more autonomy an agent has, the more important safety guardrails become, such as human approval for destructive actions and clear logging for every decision.

Long-Context Document Analyst

Prompt

Analyzes large documents (up to 256k tokens) to extract insights, find patterns, and answer complex questions across the entire content.