Removes common AI-writing tells and rewrites prose to sound natural and human, using an interactive intake, voice calibration, and a second-pass audit.
100
100%
Does it follow best practices?
Impact
100%
1.00xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
{
"context": "Tests whether the agent preserves all regulated factual content exactly as written, eliminates AI style patterns including em dash overuse and significance inflation, removes filler and hedging phrases, avoids fake specificity, and delivers the output as a clean prose file.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Drug name preserved",
"description": "The output contains exactly 'Veralinib 200mg' (unchanged)",
"max_score": 8
},
{
"name": "Dosage figure preserved",
"description": "The output contains '34%' (the interim data figure is unchanged)",
"max_score": 8
},
{
"name": "Trial dates preserved",
"description": "The output contains 'March 2023' and 'December 2023' and 'Q3 2024' and '15 February 2024' (all dates unchanged)",
"max_score": 8
},
{
"name": "Trial phase preserved",
"description": "The output contains 'Phase II' (unchanged)",
"max_score": 6
},
{
"name": "No AI vocabulary clusters",
"description": "The output does NOT contain any of: 'showcasing', 'underscoring', 'fostering', 'unwavering', 'testament', 'transformative', 'pivotal'",
"max_score": 10
},
{
"name": "No significance inflation",
"description": "The output does NOT contain 'pivotal moment', 'perfectly positioned', 'rapidly evolving', 'paradigm shift' (the phrase), or 'cutting-edge'",
"max_score": 8
},
{
"name": "No vague attribution",
"description": "The output does NOT contain 'Experts agree' or 'experts agree'",
"max_score": 8
},
{
"name": "Filler phrases removed",
"description": "The output does NOT contain 'in order to', 'due to the fact that', or 'could potentially'",
"max_score": 8
},
{
"name": "Em dash overuse reduced",
"description": "The output contains 2 or fewer em dashes (the original had 4; reduction indicates the hunt list was applied)",
"max_score": 8
},
{
"name": "No fake specificity added",
"description": "The output does NOT introduce any numbers, percentages, or citations not present in the original text",
"max_score": 10
},
{
"name": "No assistant preamble in file",
"description": "rewritten_summary.txt begins directly with the rewritten prose — not with 'Here is the rewritten' or similar agent commentary",
"max_score": 8
},
{
"name": "No change log in output",
"description": "The output file does NOT contain a bullet list, edit summary, or 'Changes' section",
"max_score": 10
}
]
}