You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/notes/coursera/google-prompting-essentials.mdx
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,19 @@ Four Iteration Methods
31
31
Break the Prompt into Shorter Sentences: Instead of a single complex prompt, address each step individually in separate prompts to achieve your desired outcome.
32
32
Tweak Your Phrasing or Switch to an Analogous Task: Rephrase your request or try a similar but different task to trigger new responses from the AI.
33
33
Introduce Constraints: Add limitations to your prompt regarding categories, length, format, or other details to guide the AI toward more precise and inventive results.
34
+
35
+
Ethical Risks and AI Limitations
36
+
37
+
Generative AI tools can produce outputs with mistakes, biases, stereotypes, and misleading information due to their lack of critical thinking and human awareness.
38
+
A "human-in-the-loop" approach is crucial, requiring users to verify all AI-generated content before use.
39
+
40
+
Navigating Common Issues
41
+
42
+
Biases and Stereotypes: To avoid these, specify diversity in prompts (e.g., "delicious foods from all over the world") and challenge biased responses by asking the tool to correct them.
43
+
Hallucinations: When AI provides false information, fact-check and cross-reference outputs using search engines or experts. Use clearer and more detailed language in prompts to prevent misunderstandings.
44
+
Inconsistencies and Relevance Issues: Provide references and more context in your prompts to ensure the AI understands your request, especially with idioms or colloquialisms.
45
+
46
+
Responsible Prompting and Workplace Considerations
47
+
48
+
Before using generative AI for work, consider if it aligns with your goals, company policies, and potential risks to sensitive data.
49
+
Always evaluate AI-generated content, disclose your use of AI, and periodically clear the AI tool's memory to protect privacy, avoid bias, and improve accuracy.
0 commit comments