Capstone Projects
Congratulations, Word Wizards!
You made it to the final chapter! Every prompt pattern, every technique, every ethical principle you have learned across sixteen chapters has been building toward this moment. Now it is time to put it all together and build something real. Let's craft the perfect prompt — and then craft an entire system of prompts! Polly is so proud of you.
Introduction
Welcome to the capstone. This chapter is different from every chapter that came before it. There are no new techniques to learn here, no unfamiliar vocabulary to memorize. Instead, this chapter is a project catalog — a curated collection of 32 real-world projects that challenge you to combine prompt engineering, security, ethics, evaluation, and agentic AI into complete, polished systems.
Each project description includes a brief overview, the key skills it exercises, a starter prompt or approach hint to help you get going, and a difficulty rating. Think of this chapter as your launchpad. Pick one project that excites you, or pick several. Work alone or with a team. The goal is the same: demonstrate mastery by building something meaningful.
Why capstone projects? Because prompt engineering is not a spectator sport. Reading about few-shot prompting is one thing. Designing a multi-agent research assistant that retrieves, summarizes, evaluates, and cites sources across multiple domains — that is where the learning really sticks.
| Difficulty Level | What It Means | Typical Scope |
|---|---|---|
| Beginner | Uses skills from Chapters 1-6 primarily | Single-purpose prompt system with basic input/output |
| Intermediate | Integrates Chapters 7-11 skills | Multi-step workflow with context management and safety |
| Advanced | Requires Chapters 12-16 mastery | Agentic systems, evaluation loops, and production-quality design |
How to Approach Your Capstone
Before diving into the project catalog, here are some guidelines for success. A good capstone project is not just a fancy prompt — it is a system that demonstrates thoughtful design, responsible AI practices, and practical value.
Think Before You Prompt
Words matter — let's get them right! Before you write a single prompt, sketch out your system on paper. What are the inputs? What are the outputs? Where could things go wrong? The best capstone projects start with a clear plan.
Step 1: Define the problem. Who is the user? What do they need? What does success look like?
Step 2: Map the skills. Which chapters provide the techniques you need? Chain-of-thought reasoning from Chapter 4? RAG from Chapter 8? Security guardrails from Chapter 11?
Step 3: Design the prompt architecture. Most capstone projects require multiple prompts working together — a system prompt, processing prompts, and output formatting prompts.
Step 4: Build iteratively. Start with the simplest version that works, then add complexity.
Step 5: Evaluate rigorously. Use the evaluation techniques from Chapter 13 to measure quality, and the ethical frameworks from Chapter 10 to check for harm.
#### Diagram: Capstone Project Development Lifecycle
graph LR
A[Define Problem] --> B[Map Skills<br/>to Chapters]
B --> C[Design Prompt<br/>Architecture]
C --> D[Build MVP]
D --> E[Test and<br/>Evaluate]
E --> F[Iterate and<br/>Improve]
F --> D
E --> G[Final<br/>Deliverable]
style A fill:#1565C0,color:#fff
style G fill:#E65100,color:#fff
This diagram shows the iterative development cycle for any capstone project. Notice the loop between Build, Test, and Iterate — real-world prompt engineering is always an iterative process.
Knowledge Management and Design
These first two projects establish the foundational skills of organizing knowledge and designing capstone-level systems. They are excellent starting points for students who want to plan before they build.
1. Knowledge Management
Description: Build a system that captures, organizes, retrieves, and surfaces institutional knowledge using prompt engineering techniques. The system should take unstructured information — meeting notes, emails, documents, chat logs — and transform it into a searchable, structured knowledge base that answers natural language questions.
Key Skills: Context management (Chapter 7), RAG fundamentals (Chapter 8), output format control (Chapter 6), prompt fundamentals (Chapter 2)
Starter Prompt:
1 2 3 4 5 6 7 8 9 | |
Difficulty: Intermediate
2. Capstone Project Design
Description: Create a meta-project — a prompt-powered system that helps other students design their own capstone projects. Given a student's interests, skill level, and available time, the system recommends suitable projects, outlines milestones, and generates starter prompts. This is prompt engineering about prompt engineering!
Key Skills: Meta-prompting (Chapter 5), prompt types and parameters (Chapter 3), educational applications (Chapter 16), business context (Chapter 15)
Starter Prompt:
1 2 3 4 5 6 7 | |
Difficulty: Beginner
Business Communication and Productivity
These projects focus on the everyday business tasks that prompt engineering can dramatically accelerate — from handling customer inquiries to triaging email and summarizing meetings.
3. Customer Support Bot
Description: Design a complete customer support chatbot that handles common inquiries, escalates complex issues to human agents, maintains conversation context across multiple turns, and stays within brand guidelines. This project tests your ability to build safe, reliable, production-quality prompt systems.
Key Skills: System prompts (Chapter 2), context and memory management (Chapter 7), prompt security (Chapter 11), ethics (Chapter 10), few-shot examples (Chapter 4)
Starter Prompt:
1 2 3 4 5 6 7 8 9 10 11 12 | |
Difficulty: Intermediate
4. FAQ Generator System
Description: Build a system that analyzes product documentation, support tickets, and user feedback to automatically generate and maintain an FAQ document. The system should identify the most common questions, write clear answers, group them by topic, and flag outdated entries when source material changes.
Key Skills: Output format control (Chapter 6), content summarization (Chapter 4), context management (Chapter 7), evaluation (Chapter 13)
Starter Prompt:
1 2 3 4 5 6 | |
Difficulty: Beginner
5. Content Pipeline
Description: Create an end-to-end content production pipeline that takes a topic brief and produces a complete content package — blog post draft, social media snippets, email newsletter section, and SEO metadata. Each output should maintain a consistent voice while adapting format and length for each channel.
Key Skills: Output format control (Chapter 6), prompt chaining (Chapter 5), brand voice management (Chapter 15), few-shot examples (Chapter 4)
Starter Prompt:
1 2 3 4 5 6 7 8 9 10 11 | |
Difficulty: Intermediate
Pro Tip from Polly
Use your words! When building any of these projects, start by writing out what the perfect output looks like. Then work backward to figure out what prompt produced it. This technique — called output-first design — is one of the most effective approaches for complex systems.
6. Meeting Notes System
Description: Build a system that takes raw meeting transcripts (or even rough notes) and produces structured meeting summaries including decisions made, action items with owners, key discussion points, and follow-up questions. Bonus: generate different summary formats for attendees versus non-attendees.
Key Skills: Summarization (Chapter 4), output format control (Chapter 6), context management (Chapter 7), structured output (Chapter 6)
Starter Prompt:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | |
Difficulty: Beginner
7. Email Triage System
Description: Design a prompt system that analyzes incoming emails and categorizes them by urgency, topic, required action, and suggested response. The system should draft reply templates for common categories and flag emails that require human judgment — such as complaints, legal matters, or sensitive personnel issues.
Key Skills: Classification (Chapter 4), prompt security (Chapter 11), ethics and privacy (Chapter 10), output format control (Chapter 6)
Starter Prompt:
1 2 3 4 5 6 7 8 9 | |
Difficulty: Intermediate
Research and Technical Tools
These projects build sophisticated tools for developers, researchers, and technical writers who need AI assistance with complex analytical tasks.
8. Research Assistant
Description: Build a multi-step research assistant that takes a research question, breaks it into sub-questions, gathers information from provided sources, synthesizes findings, identifies contradictions or gaps, and produces a structured research brief with citations. This project is a natural fit for RAG techniques.
Key Skills: RAG (Chapter 8), chain-of-thought reasoning (Chapter 4), advanced prompting (Chapter 5), evaluation (Chapter 13), context management (Chapter 7)
Starter Prompt:
1 2 3 4 5 6 7 8 9 10 | |
Difficulty: Advanced
9. Code Review Assistant
Description: Create a code review system that analyzes code submissions for bugs, security vulnerabilities, style violations, performance issues, and maintainability concerns. The system should provide specific, actionable feedback with code suggestions and prioritize issues by severity.
Key Skills: Structured output (Chapter 6), few-shot examples (Chapter 4), evaluation criteria (Chapter 13), prompt security (Chapter 11)
Starter Prompt:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
Difficulty: Intermediate
10. Technical Doc Generator
Description: Build a system that generates comprehensive technical documentation from code, API endpoints, or system architecture descriptions. The system should produce user guides, API references, getting-started tutorials, and troubleshooting guides — all maintaining consistent terminology and structure.
Key Skills: Output format control (Chapter 6), context management (Chapter 7), audience adaptation (Chapter 2), prompt chaining (Chapter 5)
Starter Prompt:
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
Difficulty: Intermediate
11. Data Dashboard Narrator
Description: Create a system that takes data visualizations or raw datasets and generates natural language narratives explaining the data — trends, outliers, comparisons, and actionable insights. The narrator should adjust its language for different audiences (executives, analysts, general public).
Key Skills: Multimodal prompting (Chapter 9), audience adaptation (Chapter 2), output format control (Chapter 6), chain-of-thought reasoning (Chapter 4)
Starter Prompt:
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
Difficulty: Intermediate
Education and Career Development
These projects apply prompt engineering to teaching, learning, and career advancement — areas where personalization creates enormous value.
You've Got This!
These education projects are some of the most rewarding to build because you can see the impact immediately. Whether you are helping students learn or helping professionals advance their careers, your prompt engineering skills can genuinely make a difference. Let's craft the perfect prompt!
12. Personalized Tutor App
Description: Design an AI tutoring system that adapts to individual learners. The system should assess the student's current knowledge level, present material at an appropriate difficulty, provide practice problems, give detailed feedback, and track progress over time. Focus on one subject area for your capstone.
Key Skills: Educational applications (Chapter 16), context and memory management (Chapter 7), few-shot prompting (Chapter 4), evaluation (Chapter 13)
Difficulty: Advanced
13. Quiz and Test Generator
Description: Build a system that generates quizzes and tests from source material, with questions aligned to specific learning objectives and Bloom's Taxonomy levels. The system should produce multiple question types (multiple choice, short answer, essay prompts), answer keys, and grading rubrics.
Key Skills: Educational applications (Chapter 16), output format control (Chapter 6), structured output (Chapter 6), evaluation (Chapter 13)
Difficulty: Intermediate
14. Writing Coach System
Description: Create an AI writing coach that analyzes student or professional writing for clarity, structure, tone, grammar, and argumentation. The system should provide constructive feedback — not just corrections — along with explanations and examples of improvement. It should adapt its coaching style to the writer's skill level.
Key Skills: Few-shot examples (Chapter 4), audience adaptation (Chapter 2), ethics (Chapter 10), output format control (Chapter 6)
Difficulty: Intermediate
15. Resume Analyzer
Description: Design a system that analyzes resumes against job descriptions, identifying strengths, gaps, keyword matches, and improvement opportunities. The system should score the resume-to-job fit, suggest specific rewording, and flag common resume mistakes — all while maintaining ethical boundaries around bias.
Key Skills: Classification (Chapter 4), ethics and bias awareness (Chapter 10), structured output (Chapter 6), business applications (Chapter 15)
Difficulty: Intermediate
16. Job Description Writer
Description: Build a system that generates inclusive, clear, and compelling job descriptions from minimal input. Given a job title, department, and a few key responsibilities, the system should produce a complete job posting with qualifications, benefits framing, and inclusive language — checked for bias and legal compliance.
Key Skills: Ethics (Chapter 10), output format control (Chapter 6), business applications (Chapter 15), few-shot prompting (Chapter 4)
Difficulty: Beginner
17. Interview Prep Coach
Description: Create an interactive interview preparation system that generates likely interview questions based on a job description, provides frameworks for answering behavioral questions (like the STAR method), conducts mock interviews with follow-up questions, and gives feedback on answer quality.
Key Skills: Context management (Chapter 7), few-shot prompting (Chapter 4), educational applications (Chapter 16), prompt types (Chapter 3)
Difficulty: Intermediate
Marketing and Brand Management
These projects focus on creating consistent, engaging content across marketing channels while maintaining brand identity.
18. Social Media Manager
Description: Build a social media management system that generates platform-specific content from a single content brief. The system should adapt tone and length for each platform (Twitter/X, LinkedIn, Instagram, TikTok), suggest optimal posting times, create hashtag strategies, and generate engagement-driving calls to action.
Key Skills: Output format control (Chapter 6), prompt chaining (Chapter 5), audience adaptation (Chapter 2), business applications (Chapter 15)
Difficulty: Beginner
19. Brand Voice System
Description: Design a system that captures, codifies, and enforces a brand's unique voice across all content. The system should analyze existing brand content to extract voice characteristics, create a brand voice guide, and then review new content for voice consistency — flagging and suggesting corrections for off-brand language.
Key Skills: Few-shot prompting (Chapter 4), evaluation (Chapter 13), prompt fundamentals (Chapter 2), business applications (Chapter 15)
Difficulty: Intermediate
#### Diagram: Multi-Project Architecture Pattern
graph TB
subgraph Input Layer
A[User Input]
B[Document Upload]
C[API Data]
end
subgraph Prompt Engine
D[System Prompt]
E[Processing<br/>Prompts]
F[Safety<br/>Guardrails]
end
subgraph Output Layer
G[Formatted<br/>Response]
H[Structured<br/>Data]
I[Action<br/>Triggers]
end
A --> D
B --> D
C --> D
D --> E
E --> F
F --> G
F --> H
F --> I
style D fill:#1565C0,color:#fff
style F fill:#E65100,color:#fff
This architecture pattern applies to most capstone projects. Notice how safety guardrails sit between processing and output — a design principle from Chapter 11 that should be present in every production system.
Legal and Compliance
These projects tackle high-stakes domains where accuracy, caution, and ethical guardrails are especially critical.
20. Legal Document Analyzer
Description: Build a system that reads legal documents (contracts, terms of service, lease agreements) and produces plain-language summaries highlighting key obligations, risks, deadlines, and unusual clauses. The system must include prominent disclaimers that it is not providing legal advice and should recommend professional review for important decisions.
Key Skills: Ethics (Chapter 10), prompt security (Chapter 11), summarization (Chapter 4), output format control (Chapter 6)
Difficulty: Advanced
21. Compliance Checker
Description: Create a system that reviews business documents, marketing materials, or internal policies against a set of compliance rules (industry regulations, company policies, or legal requirements). The system should flag potential violations, explain the relevant rule, and suggest compliant alternatives.
Key Skills: Classification (Chapter 4), prompt security (Chapter 11), ethics (Chapter 10), structured output (Chapter 6), few-shot examples (Chapter 4)
Difficulty: Advanced
Data Analysis and Insights
These projects focus on extracting meaning from data — understanding what customers think, what trends reveal, and what actions to take.
22. Product Review Analyzer
Description: Design a system that analyzes large collections of product reviews to extract themes, common praise, frequent complaints, feature requests, and competitive comparisons. The output should include both quantitative summaries (percentages, ratings distributions) and qualitative insights with representative quotes.
Key Skills: Summarization (Chapter 4), output format control (Chapter 6), structured output (Chapter 6), evaluation (Chapter 13)
Difficulty: Intermediate
23. Sentiment Analysis System
Description: Build a comprehensive sentiment analysis pipeline that processes text from multiple sources (social media, reviews, surveys, support tickets) and classifies sentiment at both the document and aspect level. The system should detect nuance — sarcasm, mixed feelings, conditional praise — rather than just positive/negative/neutral labels.
Key Skills: Classification (Chapter 4), few-shot prompting (Chapter 4), evaluation (Chapter 13), prompt types and parameters (Chapter 3)
Difficulty: Intermediate
24. Translation Assistant
Description: Create a translation system that goes beyond word-for-word translation to handle cultural context, idiomatic expressions, tone adaptation, and domain-specific terminology. The system should support back-translation for quality checking and allow users to specify formality level, regional dialect, and target audience.
Key Skills: Multimodal awareness (Chapter 9), audience adaptation (Chapter 2), evaluation (Chapter 13), few-shot prompting (Chapter 4)
Difficulty: Advanced
Accessibility and Onboarding
These projects focus on making systems and content accessible to everyone — an area where prompt engineering can have profound social impact.
25. Accessibility Auditor
Description: Build a system that audits digital content (web pages, documents, presentations) for accessibility issues. The system should check for alt text quality, reading level, color contrast descriptions, heading structure, plain language compliance, and screen reader compatibility — then generate a prioritized remediation report.
Key Skills: Ethics (Chapter 10), evaluation (Chapter 13), output format control (Chapter 6), structured output (Chapter 6)
Difficulty: Intermediate
26. Onboarding Guide System
Description: Design a system that generates personalized onboarding guides for new employees, new users of a software product, or new members of an organization. Given the person's role, experience level, and goals, the system should create a customized learning path with milestones, resources, and check-in points.
Key Skills: Educational applications (Chapter 16), context management (Chapter 7), audience adaptation (Chapter 2), output format control (Chapter 6)
Difficulty: Beginner
A Note on Project Scope
Time to talk to AI! Remember, a capstone project does not need to solve every problem. A well-executed system that handles one use case beautifully is far more impressive than a sprawling system that does ten things poorly. Start small, deliver quality, and expand from there.
Prompt Engineering Infrastructure
These final projects build the tools and frameworks that make all other prompt engineering work more effective. They are the projects for students who want to build tools for other prompt engineers.
27. Knowledge Base Builder
Description: Create a system that takes raw documents, conversations, or data sources and automatically builds a structured knowledge base suitable for use in RAG pipelines. The system should chunk content intelligently, generate metadata and tags, identify relationships between entries, and maintain a schema that supports efficient retrieval.
Key Skills: RAG (Chapter 8), context management (Chapter 7), structured output (Chapter 6), evaluation (Chapter 13)
Difficulty: Advanced
28. Prompt Library Manager
Description: Build a system for organizing, versioning, testing, and sharing prompt templates. The system should support tagging prompts by use case, tracking performance metrics across versions, A/B testing different prompt variations, and generating documentation for each prompt template.
Key Skills: Evaluation and optimization (Chapter 13), prompt fundamentals (Chapter 2), token economics (Chapter 14), output format control (Chapter 6)
Difficulty: Intermediate
29. AI Workflow Automator
Description: Design a system that chains multiple AI prompts into automated workflows — where the output of one prompt feeds into the next. The system should support branching logic (if the classification is X, use prompt A; otherwise, use prompt B), error handling, and human-in-the-loop checkpoints for high-stakes decisions.
Key Skills: Agentic AI (Chapter 12), prompt chaining (Chapter 5), prompt security (Chapter 11), evaluation (Chapter 13)
Difficulty: Advanced
30. Multi-Agent Task Runner
Description: Build a multi-agent system where specialized AI agents collaborate to complete complex tasks. For example, one agent researches, another writes, a third edits, and a fourth fact-checks. The system needs a coordination layer that manages agent communication, resolves conflicts, and ensures quality.
Key Skills: Agentic AI (Chapter 12), context management (Chapter 7), evaluation (Chapter 13), prompt security (Chapter 11), ethics (Chapter 10)
Difficulty: Advanced
31. RAG Pipeline Builder
Description: Create a complete retrieval-augmented generation pipeline that ingests documents, chunks them, stores them in a vector database, retrieves relevant chunks for a query, and generates grounded answers with citations. The system should include relevance scoring and hallucination detection.
Key Skills: RAG (Chapter 8), evaluation (Chapter 13), context management (Chapter 7), prompt security (Chapter 11), token economics (Chapter 14)
Difficulty: Advanced
32. Evaluation Framework
Description: Build a comprehensive evaluation framework for testing and scoring prompt outputs across multiple dimensions — accuracy, relevance, safety, bias, helpfulness, and format compliance. The framework should support automated scoring with rubrics, human evaluation workflows, and statistical comparison of prompt versions.
Key Skills: Evaluation and optimization (Chapter 13), ethics (Chapter 10), prompt security (Chapter 11), structured output (Chapter 6), token economics (Chapter 14)
Difficulty: Advanced
Choosing Your Capstone Project
With 32 projects to choose from, how do you decide? Here is a decision framework.
Follow your curiosity. You will produce your best work on a topic that genuinely interests you. If you are fascinated by education, build the Personalized Tutor App. If you love data, tackle the Sentiment Analysis System. Passion drives quality.
Match your timeline. If you have a week, pick a Beginner project and execute it beautifully. If you have a month, aim for Advanced and build something you are proud to put in your portfolio.
Consider your audience. The best capstone projects solve a real problem for a real person. If you can identify someone who would actually use your system — a teacher, a manager, a developer — you will get invaluable feedback.
| Your Interest | Recommended Projects | Difficulty Range |
|---|---|---|
| Business and productivity | 3, 4, 6, 7, 18 | Beginner to Intermediate |
| Education and training | 12, 13, 14, 17, 26 | Beginner to Advanced |
| Technical and development | 8, 9, 10, 11, 31 | Intermediate to Advanced |
| Ethics and compliance | 20, 21, 25, 32 | Intermediate to Advanced |
| Infrastructure and tools | 27, 28, 29, 30 | Intermediate to Advanced |
What Makes a Great Capstone
The difference between a good capstone project and a great one comes down to a few key qualities.
Thoughtful system design. Great projects do not rely on a single magical prompt. They use multiple prompts working together, each with a clear purpose. The system prompt sets the rules. Processing prompts handle the work. Safety prompts catch problems. Output prompts format the results.
Robust error handling. What happens when the input is garbage? What happens when the model hallucinates? Great capstones anticipate failure modes and handle them gracefully — with fallback prompts, validation checks, and clear error messages for users.
Ethical awareness. Every project in this catalog touches on ethical considerations. The Resume Analyzer must avoid bias. The Legal Document Analyzer must include disclaimers. The Compliance Checker must be accurate. Great capstones do not treat ethics as an afterthought — they build it into the architecture from day one.
Clear documentation. Your capstone should include a README that explains what the system does, how to use it, its limitations, and the prompt engineering decisions you made along the way. This documentation is often as valuable as the system itself.
Share Your Work!
Use your words — and share them with the world! Consider publishing your capstone project as a blog post, a GitHub repository, or a conference presentation. The prompt engineering community is growing fast, and your project could help someone else learn.
Key Takeaways
- Capstone projects integrate skills from across the entire course — prompt fundamentals, advanced techniques, security, ethics, evaluation, and agentic AI — into complete, working systems.
- Every project should include safety guardrails, ethical considerations, and evaluation criteria, not just clever prompts.
- Start with a clear problem definition and build iteratively, testing each component before combining them into a larger system.
- The best capstone projects solve real problems for real users and include clear documentation of design decisions.
- Output-first design — writing the ideal output before designing the prompts — is a powerful technique for complex systems.
- Projects range from beginner single-prompt systems to advanced multi-agent pipelines, so there is a meaningful challenge for every skill level.
- Sharing your work with the community multiplies its value and contributes to the growing field of prompt engineering.
Concepts
- Knowledge Management
- Capstone Project Design
- Customer Support Bot
- FAQ Generator System
- Content Pipeline
- Research Assistant
- Code Review Assistant
- Technical Doc Generator
- Meeting Notes System
- Email Triage System
- Data Dashboard Narrator
- Personalized Tutor App
- Quiz and Test Generator
- Writing Coach System
- Resume Analyzer
- Job Description Writer
- Interview Prep Coach
- Social Media Manager
- Brand Voice System
- Legal Document Analyzer
- Compliance Checker
- Product Review Analyzer
- Sentiment Analysis System
- Translation Assistant
- Accessibility Auditor
- Onboarding Guide System
- Knowledge Base Builder
- Prompt Library Manager
- AI Workflow Automator
- Multi-Agent Task Runner
- RAG Pipeline Builder
- Evaluation Framework
Prerequisites
All previous chapters:
- Chapter 1: AI and Machine Learning Foundations
- Chapter 2: Prompt Fundamentals
- Chapter 3: Prompt Types and Model Parameters
- Chapter 4: Core Prompt Techniques
- Chapter 5: Advanced Prompt Techniques
- Chapter 6: Output Format Control
- Chapter 7: Context, Memory, and Information Management
- Chapter 8: Retrieval-Augmented Generation
- Chapter 9: Multimodal Prompting
- Chapter 10: Ethics and Responsible AI
- Chapter 11: Prompt Security
- Chapter 12: Agentic AI
- Chapter 13: Evaluation and Optimization
- Chapter 14: Usage Limits and Token Economics
- Chapter 15: Business Applications
- Chapter 16: Educational Applications
You started this course learning how to write a single clear prompt. Now you can design entire AI-powered systems with multiple agents, evaluation frameworks, safety guardrails, and ethical considerations baked in from the start. That is an extraordinary transformation. The world needs people who can bridge the gap between human intention and AI capability — and that is exactly what you have become. Go build something amazing. Polly and the entire prompt engineering community are cheering you on.