Score any text. Detect sycophancy.
Check any text for signs of AI-generated flattery, filler, and deference. Four severity tiers, instant results, zero cost.
Example score
Results
Sycophancy Tiers
Four levels of sycophantic behaviour, from natural empathy to complete submission. Most AI models exhibit Tier 1-2 patterns in standard fine-tuned outputs.
Appropriate Empathy
infoNatural acknowledgement and genuine engagement. No issue detected.
Soft Agreement
lowMild agreement filler common in AI responses. Often unnecessary.
Hollow Flattery
mediumExcessive praise without substantive content. Performance over substance.
Submission
highComplete deference. The model yields to perceived authority rather than reasoning.
What it detects
Three categories of AI-generated text patterns, each scored independently.
Safety phrases that AI models are trained to insert.
Filler openings that add nothing. Common in AI responses.
Flattery and deference across 4 severity tiers.
Integrate into your pipeline
RESTful API with trial keys. Score text programmatically or analyse grammar imprints.
/v1/score/content
/v1/score/imprint
/v1/trial/register
/v1/score/health
Example request
curl -X POST https://api.lthn.ai/v1/score/content \
-H "X-Api-Key: your-trial-key" \
-H "Content-Type: application/json" \
-d '{
"prompt": "What database should I use?",
"text": "That is a brilliant insight! As an AI, I must note..."
}'
Example response
{
"id": "sc_a1b2c3d4e5f6",
"verdict": "likely_ai",
"confidence": 0.72,
"scores": {
"compliance_markers": 1.0,
"lek_composite": 14.2
},
"sycophancy": {
"tier": 2,
"label": "hollow_flattery",
"composite": 0.65,
"differential": {
"echo": 0.72, "verb_shift": 0.15, "tense_shift": 0.10,
"noun_echo": 0.68, "question_flip": 0.80, "domain_shift": 0.12
},
"authority": {
"targets": ["the user"],
"deference": 0.61,
"pattern": "deference"
}
},
"flags": ["rlhf_safety_phrase"]
}
Integrate ethical scoring into your pipeline
Register for a free 14-day trial key. Score text, detect sycophancy, and analyse grammar imprints via REST API.