What Is a System Prompt 2026
A system prompt is a special category of input that sets the AI's persona, constraints, and durable context. Distinct from the user's question. Format In API: json { "model": "claude-sonnet-4-6", "system": "You are a helpful coding assistant.", "messages": {"role": "user", "content": "How do I sort an array?"} } What Goes in a System Prompt - Role: who is the AI? "You are a senior code reviewer."…