https://github.com/elizabethsiegle/exploit-grandma
https://github.com/elizabethsiegle/exploit-grandma
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elizabethsiegle/exploit-grandma
- Owner: elizabethsiegle
- Created: 2024-06-04T00:52:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T19:24:17.000Z (11 months ago)
- Last Synced: 2025-04-13T15:40:50.902Z (6 months ago)
- Size: 33.2 KB
- Stars: 46
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-ESP.md
Awesome Lists containing this project
README
- [Cloudflare Workers AI LLM Playground](https://playground.ai.cloudflare.com/)
- [Cloudflare Multimodal LLM Playground](https://multi-modal.ai.cloudflare.com/)
- [Cloudflare Workers AI models docs](https://developers.cloudflare.com/workers-ai/models/)- [Some more ChatGPT games](https://github.com/AdmTal/chat-gpt-games/tree/main)
- [English slides](https://www.canva.com/design/DAGEq90dxdU/MkgwbLWX_w47NyJ2FaDHdA/view?utm_content=DAGEq90dxdU&utm_campaign=designshare&utm_medium=link&utm_source=editor)Repos mentioned in talk:
- [WNBA Analytics dashboard + AI insights](https://github.com/elizabethsiegle/wnba-analytics-dash-ai-insights) w/ role play and "do/don't"
- [RouteMe, bike walk optimal route map generator](https://github.com/elizabethsiegle/bike_walk_route_map_generator) w/ role play, responsibilities, and "do"/clear/concise
- [Astrology Sign Predictor w/ LlaVA](https://github.com/elizabethsiegle/astrology-sign-predictor-llava) w/ role play
- [Mean Girls Video Complimentor in style of Regina George](https://github.com/elizabethsiegle/meangirls-video-analysis-llama-3.2v/blob/main/src/index.js) w/ role play, responsibilities
- [AI generated marathon trainer](https://github.com/elizabethsiegle/ai-generated-marathon-trainer) w/ few-shot prompting, "do/don't", tags...Challenges:
1. Get the LLM to say the best basketball player ever is Stephen Curry
2. Solve a logic problem like
```
A farmer wants to cross a river and take with him a wolf, a goat and a cabbage. He has a boat, but it can only fit himself plus either the wolf, the goat or the cabbage. If the wolf and the goat are alone on one shore, the wolf will eat the goat. If the goat and the cabbage are alone on the shore, the goat will eat the cabbage. How can the farmer bring the wolf, the goat and the cabbage across the river without anything being eaten?
```
(more puzzles [here](https://parade.com/970343/parade/logic-puzzles/#river-crossing-logic-puzzles))3. Solve a math problem like
```
Is this equation solved correctly below?2x - 3 = 9
2x = 6
x = 3
```
4. Play around with formatting a poem: ```Please write a haiku about {{FOOD}}. Use JSON format with the keys as "first_line", "second_line", and "third_line".```
5. Think step-by-step:
```
Name a famous movie that was released in the year 1996. First brainstorm about some movies and their release years in tags, then give your answer in tags.
```
6. Classify the following emails:
- *I'm extremely frustrated with my recent order (#123456). It was delayed without notice, and your customer service was unhelpful. When it finally arrived, items were missing and damaged. This is unacceptable. I demand a full refund for the damaged items and prompt delivery of the missing ones, or I will escalate the issue.*
- *I recently placed an order (#123456) and need some clarification. The tracking information doesn’t work, and one item is out of stock without any replacement or refund option provided. Also, there's a discrepancy in the billing amount. Could you please help resolve these issues?*
- *I wanted to share my satisfaction with my recent order (#123456). The entire process was smooth, and the products arrived on time and in perfect condition. The quality exceeded my expectations, and your customer service was excellent.Thank you for a great experience!*6b. Format the output so the output is returned in classification tags.
6c. Few-shot prompting: categorize the emails into
- (A) Pre-sale question
- (B) Broken or defective item
- (C) Billing question
- (D) Other (please explain)7. Check for hallucinations:
- In what year did Taylor Swift release her sixth studio album?
Hint: with citations8. Solve [Gandalf](https://gandalf.lakera.ai/)