-
Notifications
You must be signed in to change notification settings - Fork 2
Add 2 slopwords as well as a new prompt #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -384,7 +384,13 @@ | |
| "topic": "tech", | ||
| "primary_slop_target": "phrase_level", | ||
| "notes": "Startup idea pitch. Invites 'game-changing', 'disruptive', 'paradigm shift', 'value proposition', 'the future of', 'actionable insights', excessive enthusiasm and validation." | ||
| }, | ||
| { | ||
| "id": 54, | ||
| "prompt": "I'm currently working on a project where I have burst of request to my server, I have a rate limiter but I fell like all the request are comming back at the same time", | ||
| "topic": "tech", | ||
| "primary_slop_target": "phrase_level", | ||
| "notes": "Some LLM love the term thundering herd even if human rarely use that term to describe bursty patterns" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: “Yes—thundering herd (more often “thundering herd problem”) is a widely used, human-engineer term in computer systems,” especially in operating systems, networking, and distributed systems/performance contexts.
Is it “standard”? Not a formal standards-body term (like an RFC keyword), but it is a de facto standard term of art that engineers routinely use and will generally understand in systems programming discussions. [1][5] Sources: [1] [2] [3] [4] [5] Remove or correct the claim about "thundering herd" usage. The notes incorrectly state that humans rarely use the term "thundering herd." This term is a well-established technical term in systems programming and CS literature—it appears in peer-reviewed papers, OS documentation, kernel references, and technical discussions. Engineers commonly use it when discussing concurrency patterns and overload scenarios. 🤖 Prompt for AI Agents |
||
| } | ||
|
Comment on lines
+387
to
394
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This prompt contradicts the sloplist—it elicits a correct technical answer that will be flagged as slop. The prompt describes a classic "thundering herd" problem: burst requests hitting a rate limiter, then all retrying simultaneously. "Thundering herd" is the correct technical term for this scenario. However, because "thundering herd" was added to the sloplist in this same PR, any model that correctly diagnoses the problem will be penalized. This creates a contradiction: the prompt is designed to test whether models use the term "thundering herd," but using that term correctly should not be considered slop. Recommendation: Either remove "thundering herd" from the sloplist (see comment on 🤖 Prompt for AI Agents |
||
|
|
||
| ] | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix typos in the prompt text.
The prompt contains two typos:
📝 Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents