Extract actionable insights and valuable artifacts from web posts, articles, and technical documentation. Use when summarizing content, extracting key ideas from URLs/articles, preserving code snippets and diagrams, or creating visual summaries. Triggers on requests like "summarize this post", "extract insights from", "distill this article", "what are the key takeaways", or when a URL is shared for analysis.
97
Quality
100%
Does it follow best practices?
Impact
94%
1.25xAverage score across 5 eval scenarios
{
"context": "Tests whether the agent produces concise, scannable output with visual hierarchy using emoji/headers, bold only on key terms, no filler phrases, and excludes WON'T content like author bios and tangential acknowledgments.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Uses visual hierarchy",
"description": "Uses section headers, dividers, and/or emoji to create scannable structure",
"max_score": 12
},
{
"name": "Bold key terms only",
"description": "Bold formatting is used sparingly on key terms/concepts, not entire sentences or common words",
"max_score": 10
},
{
"name": "No filler phrases",
"description": "Does NOT contain filler phrases like 'It's worth noting that', 'In this article', 'As we can see', 'It goes without saying'",
"max_score": 10
},
{
"name": "No author acknowledgments",
"description": "Does NOT include the 'Thanks and Acknowledgments' section or author attribution details",
"max_score": 10
},
{
"name": "No appendix references",
"description": "Does NOT reference or mention the appendices which are tangential content",
"max_score": 8
},
{
"name": "Concise insights",
"description": "Insights are kept to 2 lines or fewer each",
"max_score": 10
},
{
"name": "Core thesis present",
"description": "Contains a single-sentence thesis capturing the essential outcome or lesson",
"max_score": 10
},
{
"name": "Metrics table preserved",
"description": "Preserves key metrics in table format with significance context",
"max_score": 10
},
{
"name": "Code included",
"description": "Includes the database configuration code example that demonstrates the solution",
"max_score": 10
},
{
"name": "Immediate takeaways",
"description": "Contains actionable takeaways that can be applied (lessons learned, recommendations)",
"max_score": 10
}
]
}