· 1 min read
AI Resources, Notes, References, Etc.
Living document with tutorials, templates, notes, guides, resources, etc.
Resources
Prompt Gudiance
** Further Reading from Page Above**
Prompt Engineering Guide — Community-driven open-source reference covering fundamentals, patterns, pitfalls, and interactive examples.
The Prompt Report: A Systematic Survey of Prompt Engineering Techniques — Want a deep dive into the vast world of prompt engineering? This comprehensive academic survey categorizes dozens of techniques. Advanced reading if you want to explore beyond the core techniques covered here.
OpenAI Cookbook – Prompt Engineering Examples — Official runnable notebooks showcasing tested prompt patterns and best practices with OpenAI models.
Anthropic Claude Prompting Guide — Official Claude documentation on prompt structure, guardrails, and safety considerations.
Anthropic Interactive Prompt Engineering Tutorial — Free, hands-on, 9-chapter course with exercises and playground demos for mastering Claude prompt engineering.
Vercel AI Chatbot Template Prompt Examples — Explore how prompts are structured and used in a complete application. See examples of system prompts and task-specific instructions in the official Vercel AI Chatbot template. Also check the artifacts/…/server.ts files!