Agent Mentor Learn

Fuentes

S1 — Anthropic Interactive Prompt Engineering Tutorial

URL: https://github.com/anthropics/prompt-eng-interactive-tutorial

  • authority: official-docs
  • supports: Conceptos básicos de prompts y buenas prácticas: estructura básica de un prompt, few-shot learning y chain-of-thought.
  • key-fact: "Chain-of-thought (CoT) prompting enables complex reasoning capabilities through intermediate reasoning steps."

S2 — OpenAI Prompt Engineering Best Practices

URL: https://help.openai.com/en/articles/6654000-best-practices-for-prompt-engineering-with-the-openai-api

  • authority: official-docs
  • supports: Las seis estrategias de ingeniería de prompts: escribir instrucciones claras, aportar texto de referencia, dividir las tareas complejas, dar tiempo al modelo para pensar, usar herramientas externas y probar de forma sistemática.
  • key-fact: "For best results, we generally recommend using the latest, most capable models. Newer models tend to be easier to prompt engineer."

S3 — Anthropic Prompt Engineering Overview

URL: https://platform.claude.com/docs/en/build-with-claude/prompt-engineering/overview

  • authority: official-docs
  • supports: Técnicas de prompt específicas de Claude, entre ellas las etiquetas XML, la asignación de rol y el manejo de contextos largos.
  • key-fact: "An example-filled tutorial that covers the prompt engineering concepts found in the docs."

S4 — Prompt Engineering Guide - Few-Shot Prompting

URL: https://www.promptingguide.ai/techniques/fewshot

  • authority: authoritative-guide
  • supports: La definición, el uso y las buenas prácticas del few-shot prompting.
  • key-fact: "Following the findings from Min et al. (2022), here are a few more tips about demonstrations/exemplars when doing few-shot: the label space and the distribution of the input text specified by the demonstrations are both important."

S5 — Prompt Engineering Guide - Chain-of-Thought

URL: https://www.promptingguide.ai/techniques/cot

  • authority: authoritative-guide
  • supports: El principio, la implementación y los casos de uso del chain-of-thought prompting.
  • key-fact: "Introduced in Wei et al. (2022), chain-of-thought (CoT) prompting enables complex reasoning capabilities through intermediate reasoning steps."

S6 — IBM Prompt Engineering Guide 2026

URL: https://www.ibm.com/think/prompt-engineering

  • authority: authoritative-guide
  • supports: Las últimas tendencias y una guía completa de ingeniería de prompts en 2026.
  • key-fact: "Prompt engineering is the new coding. In a world increasingly driven by machine learning, the ability to communicate with AI-generated systems by using natural language is essential."

S7 — Prompt Engineering Best Practices 2026

URL: https://thomas-wiegold.com/blog/prompt-engineering-best-practices-2026/

  • authority: blog
  • supports: Las prácticas de ingeniería de prompts más recientes de 2026 y las diferencias entre modelos.
  • key-fact: "The discipline has split cleanly in two: casual prompting (which anyone can do — the models got better at reading intent) and production context engineering (which is a genuine engineering skill)."

S8 — AI Prompt Debugging: Fixing Issues Through Iteration

URL: https://whitebeardstrategies.com/blog/ai-prompt-debugging-fixing-issues-through-iteration/

  • authority: blog
  • supports: Un método sistemático para depurar y mejorar prompts de forma iterativa.
  • key-fact: "Debugging AI prompts isn't a one-time task; it's an iterative process where each cycle reveals new insights."

S9 — 提示工程指南(中文)

URL: https://www.promptingguide.ai/zh

  • authority: authoritative-guide
  • supports: Recursos de aprendizaje y buenas prácticas de ingeniería de prompts en chino.
  • key-fact: "提示工程不仅仅是关于设计和研发提示词。它包含了与大语言模型交互和研发的各种技能和技术。"

S10 — Chain of Thought Prompting Guide

URL: https://www.prompthub.us/blog/chain-of-thought-prompting-guide

  • authority: authoritative-guide
  • supports: Una implementación detallada del chain-of-thought prompting, con ejemplos.
  • key-fact: "At its core, Chain of Thought prompting encourages the model to think through the problem in a step-by-step manner, which is supposed to mimic how humans break down complex problems."

S11 — Few-Shot Prompting Guide

URL: https://www.prompthub.us/blog/the-few-shot-prompting-guide

  • authority: authoritative-guide
  • supports: Los principios de diseño y la aplicación práctica del few-shot prompting.
  • key-fact: "Few shot prompting is a prompt engineering technique where you insert examples in your prompt, training the model on what you want the output to look and sound like."

S12 — Prompt Engineering for Code Generation

URL: https://graphite.com/guides/better-prompts-ai-code

  • authority: blog
  • supports: Buenas prácticas de prompts para escenarios de generación de código.
  • key-fact: "By spelling out these details, you greatly reduce ambiguity. Microsoft's Developer Tools research group observed that prompts with explicit specifications reduced the need for back-and-forth refinements by 68%."

S13 — Prompt - Wikipedia

URL: https://en.wikipedia.org/wiki/Prompt_engineering

  • authority: encyclopedia
  • supports: La definición estándar de prompt y de ingeniería de prompts.
  • key-fact: "Prompt engineering is the process of structuring text that can be interpreted and understood by a generative AI model."

S14 — Large Language Model - Wikipedia

URL: https://en.wikipedia.org/wiki/Large_language_model

  • authority: encyclopedia
  • supports: Los conceptos básicos y el funcionamiento de los grandes modelos de lenguaje.
  • key-fact: "A large language model (LLM) is a type of language model notable for its ability to achieve general-purpose language understanding and generation."

S15 — Zero-shot Learning - Wikipedia

URL: https://en.wikipedia.org/wiki/Zero-shot_learning

  • authority: encyclopedia
  • supports: La definición y la aplicación del zero-shot learning.
  • key-fact: "Zero-shot learning is a problem setup in machine learning where, at test time, a learner observes samples from classes which were not observed during training."