Esta página se muestra en inglés. Una traducción al español está en curso.
PromptsApr 6, 2026·3 min de lectura

Awesome Prompt Engineering — Papers, Tools & Courses

Hand-curated collection of 60+ papers, 50+ tools, benchmarks, and courses for prompt engineering and context engineering. Covers CoT, RAG, agents, security, and multimodal. Apache 2.0.

Listo para agents

Instalación lista para agent

Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.

Native · 96/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Prompt
Instalación
Single
Confianza
Confianza: Established
Entrada
Awesome Prompt Engineering — Papers, Tools & Courses
Comando de instalación directa
npx -y tokrepo@latest install 1b3fa22b-1246-42e5-a6d4-f5211029f6ef --target codex

Ejecutar después de confirmar el plan con dry-run.

TL;DR
Hand-curated collection of the 60 most cited prompt engineering papers, 50 working tools, 10 benchmarks, and community courses. Covers CoT, RAG, agents, and jailbreak defense.
§01

Why curation beats search

Google "prompt engineering" and you get 800 million results. 700 million are repackaged Twitter threads. The remaining 100 million contain the 60 papers that actually matter and a long tail of noise. Awesome Prompt Engineering is the filtered signal — a maintained repo of the work that practitioners actually cite and tools they actually use.

§02

What's inside

CategoryCountExamples
Survey papers14Brown et al. "GPT-3 Few-shot", Wei et al. "CoT"
Technique papers47ReAct, Tree of Thoughts, Self-Consistency, PAL
Benchmarks10MMLU, BIG-Bench, HELM, HumanEval
Tools52PromptFlow, Guidance, DSPy, Instructor
Courses18Andrew Ng Short Course, DeepLearning.AI, Cohere LLM University
Jailbreak / defense23Garak, Rebuff, NeMo Guardrails
§03

The 5 papers you must read first

  1. Chain-of-Thought Prompting (Wei et al., 2022) — the foundational technique.
  2. ReAct: Reasoning and Acting (Yao et al., 2022) — the pattern underlying most agents.
  3. Tree of Thoughts (Yao et al., 2023) — deliberate search over reasoning paths.
  4. Constitutional AI (Bai et al., 2022) — how Anthropic shapes model behavior.
  5. DSPy: Compiling Declarative LM Calls (Khattab et al., 2023) — the modern alternative to string prompts.
§04

Tools by use case

Structured output

  • Instructor (Python) — Pydantic-first structured output for any LLM
  • Zod Schema (TS) — runtime type validation for OpenAI function calls

Prompt compilation

  • DSPy — declarative programs compiled into optimized prompts
  • Guidance — templating with control-flow primitives

Evaluation

  • Promptfoo — A/B test prompts across models
  • DeepEval — pytest-style LLM evals

Red teaming

  • Garak — LLM vulnerability scanner
  • Rebuff — prompt injection detection library
§05

Context engineering — the next wave

"Context engineering" emerged in 2025 as the umbrella term for everything beyond prompt wording: retrieval relevance, token budget allocation, memory strategies, tool orchestration. The repo added a dedicated section tracking the ~20 papers on context compression, session management, and long-context scaling laws.

§06

How to use the list in practice

  1. Starting fresh? Read the 5 seed papers above plus one survey per month.
  2. Building a production app? Pick one tool per axis: structured output, eval, red-team.
  3. Running an AI team? Use the courses section as onboarding material — each has quizzes.
  4. Doing research? Follow the papers' citation graph; the repo links arxiv + GitHub repros.
§07

Update cadence and license

The list is updated roughly monthly, with 5-15 new entries per release. Entries are removed when linked projects die or when newer work supersedes them. Apache 2.0 license — fork freely.

Preguntas frecuentes

How is this different from other 'awesome' lists for prompting?+

This list is maintained by active practitioners with quarterly curation reviews. It removes outdated entries and ranks papers by citation counts and practical impact rather than listing everything that exists. Each entry has a short review, not just a title and link.

What are the top 3 prompt engineering papers to read first?+

Chain-of-Thought Prompting by Wei et al. 2022, ReAct by Yao et al. 2022, and Constitutional AI by Bai et al. 2022. These three cover the foundations: reasoning, action, and behavior shaping. All are freely available on arxiv.

Does it cover context engineering?+

Yes. A dedicated section added in 2025 tracks papers on context compression, retrieval relevance, session memory, and long-context scaling. This is where the field is moving beyond single-prompt optimization.

Are the tools production-ready?+

The tools section prioritizes actively maintained libraries with real production use. DSPy, Instructor, Promptfoo, Guardrails AI, and Garak are all battle-tested. Each entry notes maturity and preferred use cases.

How often is the list updated?+

Roughly monthly with 5-15 new entries per release. The maintainers run a quarterly curation review that also removes dead projects and superseded papers.

Referencias (3)
🙏

Fuente y agradecimientos

Maintained by PromtsLab. Licensed under Apache 2.0.

Awesome-Prompt-Engineering — ⭐ 5,700+

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados