Prompt
The input text given to a language model to elicit a desired response.
Published 2026-06-12
Related terms
Explore the glossary
Find definitions for AI, LLM, MCP, RAG, agent, and prompt engineering terms.
Browse all termsRelated Resources
Prompt Engineering
GlossaryPrompt engineering is the practice of crafting inputs to a language model so it produces better outputs without changing the model's weights. It covers word choice, structure, examples, constraints, and the order in which information appears. A well-engineered prompt can turn a mediocre response into a precise, actionable one. Effective prompts are usually clear, specific, and formatted. They state the task, define the audience, set the output format, and include any constraints. Adding examples, known as few-shot prompting, helps the model understand patterns that are hard to describe in words. Breaking complex tasks into steps, called chain-of-thought prompting, improves reasoning and arithmetic. Prompt engineering is iterative. You write a prompt, test it on diverse inputs, measure the results, and refine. Tools like the VePrompts Prompt Optimizer can surface issues such as ambiguity, missing constraints, or conflicting instructions. Good prompt engineering is often the fastest way to improve an AI feature before investing in fine-tuning or custom infrastructure.
DeepSeek Coder Architect
PromptLeverage DeepSeek Coder for complex software architecture, code generation, and technical problem-solving with advanced reasoning.
3D Printing Optimizer
SkillOptimize 3D models for additive manufacturing considering orientation, supports, infill, and material properties.
Firecrawl
MCP ServerOfficial Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
System Prompt
GlossaryA system prompt is the high-level instruction that sets the model's role, tone, constraints, and behavior for a conversation. It is sent once at the start of the context and influences every response that follows. While users see the assistant's reply, they usually do not see the system prompt unless the application exposes it. A good system prompt is specific and scoped. Instead of saying you are helpful, it might say you are a senior React reviewer who gives concise feedback in bullet points, flags security issues, and never writes full code replacements. This reduces ambiguity and makes the model's output more consistent across sessions. System prompts are also the first line of defense for safety and product requirements. You can use them to enforce output formats, reject off-topic requests, require citations, or ask the model to disclose uncertainty. Because they carry so much influence, small changes to a system prompt often produce larger improvements than adding more examples to user messages.