Anthropic publishes Claude's system prompts with every major release. No other major AI lab does this with the same consistency. These prompts reveal exactly how Claude classifies queries, when it triggers web search, how it selects sources, and what it refuses to reproduce.
For SaaS companies targeting AI visibility, this is primary source material. Not speculation. Not reverse engineering. The actual decision architecture that determines whether your content gets cited, ignored, or commoditized.
This analysis covers the Claude system prompt as of version 4.7 (April 2026), with context from the full prompt evolution stretching back to Claude 3 in July 2024. For a broader look at how all major LLMs handle retrieval and citation, see our guide on how LLMs work in search.
Claude's system prompt is not a static document. It changes with every major model release. The changelog from Claude 3 through Claude Opus 4.7 spans two years of iterative refinement.
Anthropic's head of developer relations announced prompt publishing as an ongoing commitment. The Piebald-AI GitHub repository now tracks system prompt changes across 180+ Claude Code versions, updated within minutes of each release.
The prompt grew from roughly 10,000 tokens (Claude 3) to over 24,000 tokens (Claude 4.6). Child safety instructions received major expansion in Claude 4.7. Search behavior rules became more granular with each version. Tool descriptions now account for a significant share of the total prompt. Simon Willison published a detailed diff between Claude 4.6 and 4.7, documenting every structural change.
Claude Code's prompt is not one monolithic string. It consists of 110+ conditional strings that assemble dynamically based on the user's environment and configuration. The chat interface prompt follows a similar pattern, though simpler.
For GEO practitioners, the implication is clear. Any analysis based on a single leaked prompt from 12 months ago is already outdated. The system that decides whether to cite your content is a living system that changes every few weeks.
Claude does not treat every query the same. Its system prompt defines distinct categories that determine whether it searches the web, answers from memory, or launches a multi-source research workflow. Understanding these categories is essential for any SaaS company building a LLM visibility strategy.
For facts Claude considers stable and well known, it answers directly. No web search fires. No external content gets retrieved.
Examples include capital cities, scientific constants, historical dates, and established definitions. Claude's prompt instructs it to answer these from parametric memory without consulting external sources.
GEO implication: Generic glossary pages and basic definitions will never surface in Claude's responses. Content that merely restates what Claude already knows gets zero retrieval opportunity. A page answering "What is SaaS?" adds no value to Claude's response generation.
For queries involving statistics, rankings, trends, or entities Claude knows but suspects may have changed, Claude answers first from internal knowledge. Then it offers to search for fresher information.
The user decides whether Claude actually fetches external content. If they accept, Claude runs a search. If they skip, your content never enters the picture.
GEO implication: This is where freshness signals become decisive. Content with clear timestamps, dateModified schema, and year markers in titles and H1s increases the chance that Claude flags your page as the go-to source when a user accepts the search offer. Without those signals, Claude defaults to its internal answer and moves on.
For rapidly changing facts (product releases, pricing changes, breaking news), Claude executes exactly one web search. It retrieves a single authoritative source and cites from it.
The system prompt explicitly instructs Claude to keep queries concise (one to six words) and to prioritize original sources. Company blogs, peer-reviewed papers, government sites, and SEC filings rank above aggregators.
GEO implication: This category is pure winner-takes-all. Only the single most authoritative source on a fast-moving topic gets surfaced. For SaaS companies, this means owning the canonical source for your product news, feature releases, and integration announcements. If a third-party blog covers your launch better than your own site, Claude cites them, not you.
For complex, multi-dimensional queries, Claude performs 2 to 20 tool calls. It searches multiple sources, cross-validates claims, and synthesizes a response that draws from several pages.
The system prompt scales this by complexity. Simple comparisons get 2 to 4 searches. Multi-source analysis gets 5 to 9. Full research reports can trigger 10 or more.
GEO implication: This is the highest-value opportunity for SaaS visibility. Research queries are where Claude pulls in multiple sources and rewards depth, originality, and evidence density. Benchmarks, ROI calculators, comparison pages, and original data reports thrive here.
These are the assets that earn durable, multi-source citation. For a deeper look at the signals that drive citation selection, see Proof of Importance: How LLMs Decide What to Cite.

The SERP for "how Claude works" is now dominated by Claude Code content. This creates an important distinction for GEO strategy.
Claude Chat (the web and mobile interface) uses Brave's search infrastructure for web retrieval. Profound's analysis found an 86.7% overlap between Claude's cited results and Brave's top organic results (p-value < 0.0001). When Claude decides to search, it queries Brave, receives the top ~10 results, then filters and cites from that pool. Claude does not use Google's index. It does not use Bing.
Claude Code (the CLI tool for developers) operates entirely differently. It searches local file systems using grep and glob tools. It reads project files, writes code, and executes commands. It does not perform web search for most operations.
For SaaS companies, the strategic distinction matters.
Content targeting Claude Chat citations needs to rank well in Brave Search, carry strong schema markup, and pass Claude's source quality filters. Content targeting Claude Code discovery operates through MCP tool integrations and local file references.
These are two separate visibility surfaces. Optimizing for one does not automatically optimize for the other. The same principle applies across all AI platforms. ChatGPT uses Bing. Perplexity has its own retrieval pipeline. Each requires platform-specific optimization.
Claude's citation behavior is unusually strict compared to ChatGPT, Perplexity, or Gemini. Its system prompt enforces hard constraints that directly affect which content gets quoted and how.
One quote per source, under 15 words. Claude allows only one very short quote from any single source per response. That quote must be fewer than 15 words and placed in quotation marks. Everything else gets paraphrased.
Original sources over aggregators. The prompt explicitly instructs Claude to favor company blogs, peer-reviewed papers, government sites, and SEC filings. Forum content and aggregator summaries rank last.
No copyrighted reproduction. Claude will not reproduce song lyrics, poems, long article passages, or any substantial copyrighted content. It is instructed to decline even when users request it directly.
Recency bias for fast-moving topics. For queries about evolving topics, Claude prioritizes sources published in the last one to three months.
Structured content earns citation advantage. Content organized with clear headings, comparison tables, definition blocks, and FAQ sections is more extractable. Claude's response generation relies on identifying atomic, self-contained claims it can paraphrase and attribute. For the full breakdown of factors that drive AI citation selection, see the top 15 factors driving LLM visibility.
These constraints reshape what "being cited by Claude" actually means. Getting a direct quote is nearly impossible. Instead, your goal is to be the source Claude paraphrases. That requires atomic, declarative claims written at the sentence level.
Model Context Protocol (MCP): An open standard created by Anthropic that lets AI models discover and call external tools through a shared protocol. MCP standardizes how Claude connects to SaaS products, databases, and APIs without requiring custom integrations for each service.
Claude can connect to 30+ services natively through MCP, including Notion, Slack, Google Drive, GitHub, and Salesforce. For SaaS companies, this creates a visibility channel that operates entirely outside traditional content citation.
When a user asks Claude to perform a task that requires an external service, Claude searches its MCP registry for available connectors. If your SaaS product has an MCP integration, it appears as a suggested tool. The user can then connect and use it directly within Claude.
This is already producing measurable results. When SaaStr tested Claude with the prompt "recommend a coding platform," Claude cited Bolt.new as its top recommendation, driving significant referral traffic to the product. Bolt.new had invested in structured product documentation, original use case content, and third-party reviews that made it the most extractable source for Claude's synthesis. SaaS products that combine strong content foundations with MCP tool-level presence create two independent visibility surfaces inside Claude.
This is tool-level presence, not content-level citation. It represents a new surface for SaaS visibility that most GEO strategies have not yet addressed.
SaaS products without an MCP connector are invisible to Claude's tool discovery system. If your product can connect to Claude via MCP, it appears as a suggested tool when users need the functionality you provide. If it cannot, you are absent from this entire discovery channel.
Claude Cowork: Anthropic's agentic knowledge work tool that uses the same architecture as Claude Code, applied to non-technical workflows. Cowork handles research synthesis, document preparation, task management, and multi-step knowledge work. It became generally available on all paid plans in May 2026.
For GEO, Cowork matters because it extends Claude's search and citation behavior into recurring workflows. A user who encounters your content through Claude Cowork may interact with it repeatedly across sessions.
Claude's memory system compounds this effect. Memory now persists across conversations. When a user's Claude instance remembers interacting with your brand, it creates a form of parametric reinforcement that influences future interactions.
This shifts the GEO objective from single-citation wins to sustained presence. Being cited once is valuable. Being cited repeatedly across a user's ongoing Claude workflow creates durable brand association.
Claude now has 18.9 million monthly active users worldwide, according to BrightEdge research. That user base skews toward professionals, digital natives, and technical users. For B2B SaaS, this is a high-intent audience.
For a comprehensive list of visibility factors across all major LLMs, see LLM Visibility: Top 15 Factors. For the measurement tools that track this, see our GEO tools guide.
Claude already knows the basics. Pages that only answer stable factual questions (glossary terms, acronym expansions, simple how-tos) will never trigger a search. They add nothing to Claude's response.
For single-search queries, Claude picks one authoritative source. Your product blog, changelog, and integration docs should be the canonical source for anything about your product. If a third-party blog covers your news better, Claude cites them.
For multi-source synthesis queries, Claude pulls from 5 to 10 sources. The assets that earn inclusion are benchmarks, original data reports, detailed comparisons, ROI calculators, and framework-based analysis. Depth and originality win.
MCP connectors give your product direct tool-level presence inside Claude. This is a visibility channel that operates independently of content citation. If your product can connect to Claude via MCP, it appears as a suggested tool when users need the functionality you provide.
Claude's memory system means that a user who engages with your brand once may encounter it again across future sessions. Content that supports recurring use (templates, calculators, reference guides) creates compounding visibility.
Claude retrieves from Brave Search. Profound's research confirmed 86.7% overlap between Claude's citations and Brave's top organic results. Monitor your Brave Search visibility separately. A page that ranks well on Google may not appear in Claude's retrieval pool.
For platform-specific optimization playbooks, see our guides on how to rank on ChatGPT how Perplexity works in search, and answer engine optimization for SaaS.
Claude classifies every query into categories. Stable facts get answered from memory. Statistics and rankings get an offer to search. Fast-changing facts trigger a single search. Complex queries trigger multi-source research with 2 to 20 tool calls.
No. Claude uses Brave's search infrastructure. Profound's analysis found 86.7% overlap between Claude's cited results and Brave's top organic results. Google's index is not involved.
The system prompt is a set of instructions loaded before every Claude conversation begins. It defines search behavior, citation rules, safety constraints, and formatting preferences. Anthropic publishes it with every major Claude release.
Claude's system prompt has evolved across versions 3, 4, 4.5, 4.6, and 4.7. Key changes include expanded child safety rules, more granular search triggers, growing tool descriptions, and refined source prioritization.
Claude ignores stable, universally known facts. Basic definitions, acronym expansions, and simple factual answers fall into this category. Claude answers these from memory without ever searching the web.
By producing original, high-authority content. Benchmarks, industry reports, comparison pages, ROI calculators, and sidecar tools are most likely to be included when Claude performs multi-source research.
Model Context Protocol (MCP): An open standard by Anthropic that lets Claude connect directly to external services. SaaS products with MCP connectors appear as suggested tools inside Claude, creating a visibility channel that operates independently of content citation.
Very strict. Claude allows only one quote per source, and that quote must be under 15 words. It will not reproduce copyrighted material. It explicitly favors original sources over aggregators.
Claude Cowork: Anthropic's agentic knowledge work tool, GA on all paid plans since May 2026. It uses the same architecture as Claude Code, applied to research, document preparation, and multi-step workflows.
Yes. Claude's memory now persists across conversations. Repeated brand exposure compounds over time, creating parametric reinforcement. Content that supports recurring use (reference guides, templates, tools) builds durable visibility.