🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
← Back to categories
easy

香港地道美食

#飲食 #美食 #文化

介紹一種香港好出名嘅小食。

請用廣東話介紹一樣你最鍾意嘅香港地道小食,好似咖喱魚蛋、雞蛋仔或者菠蘿油都得。要講下佢係點樣整、味道點樣,同埋邊度可以食到最好味嗰種。
medium

街市買菜對話

#購物 #對話 #生活

模擬喺街市買嘢食嘅情境。

假定你喺傳統街市入面,想買兩斤菜心同埋半斤五花腩。請寫一段用廣東話同菜檔老闆傾價錢嘅對話,要包含問新鮮度、殺價同埋多謝老闆嘅說話。
medium

請病假訊息

#工作 #溝通 #實用

用廣東話傳訊息俾老闆請病假。

你今日朝早起身頭痛發燒,唔能夠返公司做嘢。請幫我用廣東話擬一段 WhatsApp 或者 SMS 訊息俾你嘅老闆,話俾佢知你想請一日病假,同埋會點樣安排手頭嘅工作。
medium

路邊問路

#旅遊 #對話 #方向

模擬喺香港街頭向人問路。

而家你喺銅鑼灣時代廣場門口,你想行去附近嘅天后地鐵站。請用廣東話寫一段向路人問路嘅對話,要禮貌一啲,同埋問清楚大概要行幾耐。
medium

解釋「唔該」同「多謝」

#語言 #教學 #文化

講解兩個謝謝嘅用法分別。

好多初學廣東話嘅人都分唔清楚「唔該」同「多謝」嘅分別。請用廣東話詳細解釋一下呢兩個詞係咩時候用,最好每個詞舉兩個日常例子説明,要講得淺白易懂。
medium

講個笑話

#幽默 #娛樂 #口語

用廣東話講一個簡單嘅笑話。

請用廣東話講一個好笑嘅雙關語笑話(Pun)或者一個簡單嘅生活趣事。笑話嘅內容要適合大人細路一齊聽,而且要用到一啲地道嘅廣東話詞彙。
hard

評論一套電視劇

#影視 #評論 #意見

分享對一套電視劇嘅睇法。

最近有一套好熱門嘅港劇播緊,請用廣東話寫一段大約一百字嘅短評。你要講下套劇個劇情係咩,個演員做得點,同埋你會推薦俾邊種人睇。要有自己嘅主觀意見。
medium

點用公共交通

#交通 #旅遊 #指南

教人用八達通搭車。

有個外國遊客問你點樣喺香港搭地鐵同巴士。請用廣東話寫一段簡單嘅指南,教佢點買八達通卡、入閘要點做、同埋落車要記住做咩。
hard

抒發壓力

#情感 #生活 #表達

傾訴工作或者讀書嘅壓力。

近期工作或者讀書壓力好大,你覺得好攰。請用廣東話寫一段日記或者一段對朋友嘅說話,表達你內心嘅感受,形容一下你遇到嘅困難同埋你希望得到咩安慰。
Medium

Sci-Fi Story Starter

#creative #writing #sci-fi

Write the opening of a science fiction story set on a dying Earth.

Write the first 500 words of a science fiction story set on a dying Earth where humanity lives in underground bunkers. Focus on the sensory details of life below the surface and the protagonist's longing for the sky.
Easy

Polite Refusal Email

#business #email #communication

Draft a professional email declining a discount request.

Draft a professional and polite email to a long-term client who is asking for a significant discount on their next project. Explain that you cannot lower the price due to the quality of work involved, but offer a small value-add, such as an extra revision round, to maintain goodwill.
Medium

Python Code Explainer

#coding #python #education

Explain a Python sorting algorithm for beginners.

Explain how the following Quick Sort Python function works step-by-step, suitable for a complete beginner. Break down the logic of the list comprehensions and the recursion. def quick_sort(arr): if len(arr) <= 1: return arr pivot = arr[len(arr) // 2] left = [x for x in arr if x < pivot] middle = [x for x in arr if x == pivot] right = [x for x in arr if x > pivot] return quick_sort(left) + middle + quick_sort(right)
Easy

Personal SWOT Analysis

#productivity #self-improvement #analysis

Create a framework for career transition analysis.

Create a detailed Personal SWOT Analysis (Strengths, Weaknesses, Opportunities, Threats) for a Software Engineer who wants to transition into a Product Manager role. Provide specific examples for each quadrant relevant to this career path.
Easy

Instagram Travel Captions

#marketing #social-media #travel

Generate engaging social media captions for a travel photo.

Write 3 distinct and engaging Instagram captions for a photo of a golden sunset in Santorini, Greece. 1 should be short and aesthetic, 1 should be inspirational, and 1 should be funny. Include relevant hashtags for each.
Hard

Quantum Physics ELI5

#education #science #explanation

Explain quantum superposition like I am five.

Explain the concept of Quantum Superposition as if I were a 5-year-old child. Use simple analogies involving toys, coins, or playground games to make the concept understandable and fun.