Discover the secrets to crafting compelling AI prompts that yield amazing results. Explore techniques to optimize your prompts, learn best practices, and gain insights into how to communicate effectively with AI to achieve your desired outcomes. You also get access to the TCEA Prompt Guide Educator, a Custom GPT that can assist you with crafting amazing prompts.
If you want to see some prompt ideas for Claude Artifacts to make games (e.g. Tower Defense, ASCII Star Trek game!), here are a few to get you started. More examples appear in the TCEA Claude for Educators course.
Here's a quick advance organizer created via prompt in Mermaid syntax. These will appear before each section below. At the end, you will see the organizer for the entire Lunch and Learn, all created via prompting. Want to create your own? Read this for more information on Mermaid code as an output format for your prompt results.
```mermaid
graph LR
B[1. TCEA ELEs]
B --> B1[AI in Education]
B --> B2[Role-specific Expectations]
```
-Matt Miller, Presentation on AI, Ditch That Textbook
```mermaid
graph LR
C[2. Prompt Management]
C --> C1[Storage Systems]
C --> C2[File Formats]
C --> C3[Browser Extensions]
```
Use AI Eraser browser extension to remove personal information from prompts you write for ChatGPT. AI Eraser is a free Chrome Extension that helps redact personal data (SSN, API keys, email address, etc.) from your ChatGPT prompts. It runs completely on-device and does not need your data to be sent anywhere. We are committed to protecting your privacy and ensuring you have a positive experience using our extension.
-Meghan Hargrave, Douglas Fisher, Nancy Frey, The Artificial Intelligence Playbook
```mermaid
graph LR
D[3. Core Skills]
D --> D1[Markdown]
D --> D2[Format Conversions]
D --> D3[Image Handling]
```
On a website and want to grab a portion of the webpage with its format intact? Use one of these popular “copy selection as markdown” browser extensions. Once installed, you can highlight text on any website. Then, right-click it and choose “copy selection as markdown.” This will make a copy in your device’s clipboard. You can then paste that markdown text with its formatting intact into your AI chatbot of choice.
Using Firefox? You might find one of these options worthwhile.
As an avid Google Docs user, I often have complex Google Docs with headings and formatted text. There are times I want to drop a formatted document. I could export it as a DOCx or RTF, but I often like to copy-n-paste from one document to another. Saving files to my device can get tedious. To avoid that, I convert Google Docs in my browser using a Google Doc extension.
There are several “convert Docs to markdown” extensions in the Google Marketplace. One that I have relied on consistently is Bean Road Communications’ Docs to Markdown.
Try to save a picture from ChatGPT, you will get a WebP formatted image. This can be a pain if you don’t have an image converter installed on your device. A workaround? Use one of the following browser conversion tools. You can right-click on an image, and save that WebP as a JPG or PNG image. That’s important because the JPG/PNG image formats are more widely accepted. At least, accepted by various programs that haven’t made the switch to WebP yet.
The first two browser extensions convert from WebP to PNG and JPG, respectively. The third converts from PNG/JPG to WebP.
-Paul Roetzer, The Artificial Intelligence Show podcast
```mermaid
graph LR
E[4. Prompt Acronyms]
E --> E1[Prompt Structures]
E --> E2[Academic Prompt Architect]
E --> E3[Feynman Technique]
```
or
The Feynman Technique is a powerful method for learning and understanding complex concepts by breaking them down into simpler terms.
Choose a concept
Explain the concept in simple terms
Identify gaps in your understanding
Simplify and use analogies
Assume the role of an expert educator. I'll provide a concept I want to learn.
First, explain this concept in simple terms as if teaching a beginner. Explain it to me as if I were a child with simple vocabulary and short sentences.
Then, identify and clarify any potential gaps or complex areas in your explanation.
Finally, simplify the concept further using relatable analogies or examples.
Throughout this process, use clear, jargon-free language. Begin by asking, "What concept would you like to explore?" and proceed only after I provide the topic.
```mermaid
graph LR
F[5. Long Prompts]
F --> F1[Megaprompts]
F --> F2[Context Inclusion]
F --> F3[Task Decomposition]
```
Tools like Claude.ai's Projects and ChatGPT Custom GPTs make it easy to set up specific context that span short and/or long texts. How much context (e.g. PDFs, text files, images) depends on the AI tool you are using.
Claude.ai can hold the most content in its Projects. With ChatGPT Custom GPT, you can split up the jobs.
That computational thinking strategy of decomposition comes in handy. It simply means breaking big tasks into a series of steps.
-Luka Anic, Senior Director, North Highland
As useful as premade prompts are, more adept users of AI tools will want increasing control over their creations. For example, consider this prompt written with the TCEA Prompt Engineering acronym (get a copy) in mind:
As a patient and energetic fifth-grade social studies teacher, generate a choice board activity to explain the significance of important landmarks, including the White House, the Statue of Liberty, and Mount Rushmore, in accordance with Social Studies TEKS 5.16(D). The choice board should include a markdown table formatted with three columns and three rows. The center cell (B2) should have a catchy title. Include a mix of interactive, hands-on activities that can be done both online and offline. Ensure that activities reflect UDL 3.0 Design guidelines and ELPS for grades 4-5. Provide links to age-appropriate resources and videos.
Below is what an example of a table looks like in Markdown format:
| Choice Board: | Explore U.S. | Landmarks |
| ------------- | ------------- | ------------- |
| Cell A1 | Cell B1 | Cell C1 |
| Cell A2 | Cell B2 | Cell C2 |
| Cell A3 | Cell B3 | Cell C3 |
| Cell A4 | Cell B4 | Cell C4 |
| Cell A5 | Cell B5 | Cell C5 |
-Harry Pickens, AI Megaprompts for Coaching and Critical Thinking
```mermaid
graph LR
G[6. Assessing AI]
G --> G1[SHINE Framework]
G --> G2[Output Evaluation]
```
-University of Maryland
```mermaid
graph LR
H[7. Citing AI Content]
H --> H1[AI Archives]
H --> H2[Tool-specific Methods]
H --> H3[Conversation Preservation]
```
A.I. Archives. This is your best option if you use ChatGPT, Claude.ai, Google Gemini, or Meta AI
AI Prompt Genius. This Chrome/Chromium browser extension makes it easy to export (save) their conversations in a variety of formats.
ShareGPT. A browser extension, it tries to make exporting and sharing ChatGPT conversations. Export formats include images, PDFs, or shareable links.
Enhanced ChatGPT. This browser extension includes chat export and prompt templates, but more importantly, export current chat to Markdown.
Make a Copy of the Chat
Perma.cc (see screenshot below)
Joplin's Web Clipper (See result right)
-University of Wisconsin-Whitewater Library
```mermaid
graph LR
A[AI Prompt Writing] --> B[1. TCEA ELEs]
A --> C[2. Prompt Management]
A --> D[3. Core Skills]
A --> E[4. Prompt Acronyms]
A --> F[5. Long Prompts]
A --> G[6. Assessing AI]
A --> H[7. Citing AI Content]
B --> B1[AI in Education]
B --> B2[Role-specific Expectations]
C --> C1[Storage Systems]
C --> C2[File Formats]
C --> C3[Browser Extensions]
D --> D1[Markdown]
D --> D2[Format Conversions]
D --> D3[Image Handling]
E --> E1[Prompt Structures]
E --> E2[Academic Prompt Architect]
E --> E3[Feynman Technique]
F --> F1[Megaprompts]
F --> F2[Context Inclusion]
F --> F3[Task Decomposition]
G --> G1[SHINE Framework]
G --> G2[Output Evaluation]
H --> H1[AI Archives]
H --> H2[Tool-specific Methods]
H --> H3[Conversation Preservation]
```