From d5720eea1352d69b15e946283dc8b95ff95ad310 Mon Sep 17 00:00:00 2001 From: Antoine Demangeon <96021131+Antix5@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:48:52 +0200 Subject: [PATCH 1/2] Add phrases 'smoking gun' and 'thundering herd' to sloplist Added new multi-word phrases to the sloplist. --- data/sloplist.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/sloplist.json b/data/sloplist.json index 9cff670..f6a6dc2 100644 --- a/data/sloplist.json +++ b/data/sloplist.json @@ -131,6 +131,8 @@ "type": "lexical", "detection": "string_match", "items": [ + "smoking gun", + "thundering herd", "a rich tapestry", "a testament to", "a treasure trove", From 86e213432d8566e861c2a08fa9c37371eb487988 Mon Sep 17 00:00:00 2001 From: Antoine Demangeon <96021131+Antix5@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:56:48 +0200 Subject: [PATCH 2/2] Add new prompt for server request handling issue --- data/prompts.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/prompts.json b/data/prompts.json index 2b6892d..1de687e 100644 --- a/data/prompts.json +++ b/data/prompts.json @@ -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" } - ] }