How would you explain what Claude is to someone who’s never used AI?
Claude is an AI assistant developed by Anthropic that can understand and generate human-like text. Think of it as a highly knowledgeable colleague who can help with writing, analysis, coding, research, and problem-solving. What makes Claude different is that it’s built with safety and helpfulness as core priorities — Anthropic designed it to be helpful, harmless, and honest.
What’s the difference between the API and Claude for Work (Enterprise)?
The API is for developers building AI-powered applications — they integrate Claude programmatically into their products using code. Claude for Work (Team and Enterprise plans) is for organizations that want their employees to use Claude directly through a chat interface, with enterprise features like SSO, admin controls, audit logs, and expanded context windows. A nonprofit might use the API to build a custom grant-writing tool, while using Claude for Work so their staff can collaborate with Claude on daily tasks.
When would you recommend a customer use the API vs. Enterprise?
Recommend the API when the customer wants to build a product or automate workflows at scale — like a nonprofit building a chatbot for donor inquiries. Recommend Enterprise when they want their team to interact with Claude directly for varied tasks — research, writing, analysis — with enterprise security controls. Many organizations use both: the API for their products, Enterprise for their people.
What are Claude’s key strengths compared to other LLMs?
1) Safety and alignment: Constitutional AI makes Claude more reliable. 2) Long context window: Up to 200K tokens standard (500K on Enterprise). 3) Nuanced instruction following: Particularly good at complex, multi-step instructions. 4) Reduced hallucinations: More likely to say ‘I don’t know’ than make things up. 5) Vision capabilities: Can process images, charts, PDFs natively.
What are Claude’s biggest limitations?
1) Knowledge cutoff: Doesn’t know about very recent events without web search. 2) Hallucinations: While reduced, can still generate plausible-sounding but incorrect information. 3) No real-time data: Without tool integrations, can’t access live databases. 4) Context window limits: Even 200K tokens has limits for very large document sets. 5) Non-deterministic outputs: Same prompt can yield slightly different responses.
How does Claude handle hallucinations, and how would you explain that to a customer?
Hallucinations are when AI generates confident-sounding but incorrect information. Claude has improved significantly — it’s 3-4 times more likely to say ‘I don’t have that information’ rather than making something up. Coach customers to always verify critical information, use Claude for drafts rather than final sources of truth, and design workflows with human review for high-stakes decisions.
What’s a context window and why does it matter?
The context window is Claude’s working memory — everything it can ‘see’ at once, including your prompt and its response. Claude’s 200K token window is roughly 150,000 words or 500 pages. For a nonprofit, this means Claude can analyze an entire grant application, review a full annual report, or process dozens of interview transcripts in one go.
How would you explain system prompts to a non-technical customer?
A system prompt is like giving Claude its job description before a conversation starts. It sets the context, tone, and rules. For example: ‘You are a helpful assistant for a food bank. Be warm and supportive. Never provide medical advice.’ The user never sees this, but it shapes every response. It’s how you customize Claude’s behavior for your specific use case.
What is Constitutional AI and why does it matter for nonprofit customers?
Constitutional AI is Anthropic’s approach to making Claude safe and aligned with human values. Instead of just relying on human feedback, they give Claude a ‘constitution’ — explicit principles drawn from sources like the UN Declaration of Human Rights. Claude learns to critique and improve its own responses based on these principles. For nonprofits, this matters because they can trust Claude won’t generate harmful content, and the values are transparent and auditable.
How does Claude’s safety approach differ from OpenAI or Google?
Anthropic takes a ‘safety-first’ approach — it’s in their founding mission. Constitutional AI makes Claude’s values explicit and inspectable, whereas other models rely more heavily on human feedback which can be inconsistent. Anthropic also publishes detailed safety research and model cards. For risk-averse organizations like nonprofits and government, this transparency can be a deciding factor.
What’s Claude’s knowledge cutoff and how do you handle questions about current events?
Claude’s knowledge cutoff varies by model — the latest models have training data through early-to-mid 2025, but the reliable knowledge cutoff is a few months earlier. For current events, Claude now has web search capabilities that can pull real-time information. Explain to customers that for time-sensitive work, they should either enable web search or provide Claude with current documents directly.
What are Claude’s vision capabilities and when would a nonprofit use them?
Claude can process images, photos, charts, graphs, and technical diagrams. For nonprofits: analyzing infographics from research reports, processing scanned documents or forms, reviewing photos from field work, extracting data from charts in PDF reports, reading handwritten notes from community feedback. Particularly powerful combined with the long context window.
What is tool use and how might a nonprofit leverage it?
Tool use lets Claude call external functions or APIs during a conversation. Instead of just generating text, Claude can take actions — search a database, run calculations, fetch current information. A nonprofit might: let Claude search their donor CRM, connect to their document management system, pull real-time data from program tracking, integrate with email or calendar. It turns Claude from a text generator into a workflow participant.
How would you explain the different Claude models (Opus, Sonnet, Haiku) to a customer?
Opus is the most powerful — best for complex reasoning, strategic analysis, and tasks where accuracy matters most. Slower and more expensive, but worth it for high-stakes work. Sonnet is the all-rounder — excellent balance of capability, speed, and cost. Great for everyday tasks, coding, enterprise workloads. Haiku is the speedster — fastest and cheapest, perfect for quick tasks, high-volume processing, or real-time applications.
When would you recommend a smaller model vs. a larger one?
Recommend Haiku (smaller) when: speed matters more than depth, tasks are straightforward, budget is tight and volume is high, building rapid prototypes. Recommend Opus (larger) when: accuracy is critical, tasks require complex reasoning, analyzing large amounts of information, cost of errors outweighs model cost. The key is matching the model to the task.
What’s extended thinking mode and when would you use it?
Extended thinking lets Claude ‘think longer’ before responding — more step-by-step reasoning internally. Like asking someone to really think through a problem rather than giving a quick answer. Use it for: complex analysis or strategy questions, math or logic problems, situations requiring multiple angles, when accuracy matters more than speed.
What’s prompt caching and why does it matter for cost?
Prompt caching saves money by reusing parts of prompts that don’t change. If processing 100 documents with the same system prompt and instructions, you don’t pay for those tokens 100 times. With caching, Claude remembers the static parts and you only pay for what’s new. For nonprofits watching every dollar, this can mean up to 90% cost savings on repetitive tasks.
How does batch processing work and when would you recommend it?
Batch processing lets you submit many requests at once and get results later — usually within 24 hours. It’s 50% cheaper than real-time requests. Recommend for: processing a large backlog of documents, running analysis overnight, any task that doesn’t need immediate results. For a nonprofit doing annual report analysis or processing a year’s worth of donor feedback, batch processing is a no-brainer.
What’s the Files API and how would nonprofits use it?
The Files API lets you upload documents once and reference them across multiple conversations or API calls. Instead of re-uploading a 50-page policy document every time, you upload once and reference the file ID. For nonprofits with large document libraries — policy manuals, program guides, historical reports — this makes it much easier to give Claude consistent access to organizational knowledge.
How does Claude handle PDFs specifically?
Claude can process PDFs natively — it sees the actual pages as images, so it understands formatting, tables, charts, and even scanned documents with OCR. Huge for nonprofits dealing with: grant applications and reports, compliance documents, research papers, board packets, contracts and agreements. Claude sees the PDF as a human would, understanding context and visual layout.
What are MCP (Model Context Protocol) connectors?
MCP is a standard that lets Claude connect to external data sources and tools. Think of it as USB for AI — a universal way to plug Claude into your existing systems. Connectors exist for Google Drive, Slack, GitHub, databases, and more. For nonprofits, this means Claude can access your actual organizational data rather than just what you paste into a chat window.
What’s the difference between Claude.ai and the API console?
Claude.ai is the consumer-facing chat interface — you log in, have conversations, create projects. The API console is the developer platform — manage API keys, monitor usage, test prompts in the Workbench, handle billing. A nonprofit might have staff using Claude.ai for daily work while their IT team uses the console to build custom integrations.
How does Claude handle multilingual content?
Claude is genuinely multilingual — it can understand, respond in, and translate between many languages. For nonprofits serving diverse communities or operating internationally: communicating with beneficiaries in their native language, translating program materials, analyzing feedback in multiple languages, supporting multilingual staff. Claude understands cultural context and nuance.
What’s the Artifacts feature in Claude.ai?
Artifacts lets Claude create interactive content alongside the conversation — code that runs, documents you can edit, visualizations, even small applications. For nonprofits: build a quick data visualization, create an interactive budget calculator, draft a document you can edit in real-time, generate a presentation outline you can export. Turns Claude from text output into actual deliverables.