Technique Actualizado 2026-04
System Prompt
Definición
El System Prompt es la instrucción invisible que define el comportamiento, el rol y las restricciones de un LLM antes de cualquier interacción con el usuario.
Ver también en el glosario
P
Prompt
A prompt is the instruction or question you give an AI to get a response. It's the interface between you and the model.
P
Prompt Engineering
Prompt engineering is the art of crafting precise instructions to get the best results from an AI model.
L
LLM (Large Language Model)
An LLM is an AI model trained on billions of texts, capable of understanding and generating human language.
A
AI Agent
An AI agent is an autonomous system that uses an LLM to plan, decide and execute real tasks without human intervention at each step.
Herramientas que usan system prompt
Preguntas frecuentes
¿El System Prompt es visible para el usuario?
No, en principio. El desarrollador lo envía entre bastidores. Pero las técnicas de 'prompt injection' a veces pueden revelarlo.
¿Para qué sirve un buen System Prompt?
Define el tono, el rol, los límites y el formato de respuesta. Un chatbot de atención al cliente tendrá un system prompt muy distinto al de un asistente de código.