userPromptKeywords.ts
- Entity ID:
ent-20260419-87f15ffa6bb0 - Type:
file - Scope:
shared - Status:
active - Aliases: frustration regex file
Description
Small (28-line) source file hosting two regex-based prompt classifiers: matchesNegativeKeyword (frustration/profanity detection for telemetry) and matchesKeepGoingKeyword (continuation-intent detection). Cheap lexical signals used in place of inference calls.
Key claims
- Frustration sentiment detection uses a regex, not inference
- 'Fucks chart' is a real cohort metric, not an Easter egg
Relations
- userPromptKeywords.ts --[implements]--> Frustration Telemetry
- userPromptKeywords.ts --[implements]--> Three-Layer Frustration Detection System