See how Cadence analyzes Git repositories and web content. These examples demonstrate the detection capabilities and output format.
Detecting AI-generated code through commit patterns
example/frontend-app
Repository showing extremely high commit velocity with 2,400+ lines added in under 2 minutes.
Detected Patterns
example/api-service
Multiple commits with unnaturally consistent timing intervals suggesting automated generation.
Detected Patterns
example/cli-tool
Natural commit patterns with varied timing, reasonable velocities, and organic development flow.
Detected Patterns
Detecting AI-generated text through linguistic patterns
example.com/solutions
Corporate landing page with excessive buzzwords, perfect grammar, and generic language patterns.
Detected Patterns
example.com/blog/react-hooks
Technical tutorial with some AI-like patterns but also includes specific code examples and personal insights.
Detected Patterns
example.com/devlog
Personal blog with natural voice, varied sentence structure, and authentic imperfections.
Detected Patterns
Structured output for automation and integration
{
"url": "https://example.com/article",
"title": "Understanding Modern Development",
"status_code": 200,
"analyzed_at": "2026-01-30T10:15:00Z",
"content_stats": {
"word_count": 850,
"character_count": 5420,
"heading_count": 8,
"quality_score": 0.72
},
"analysis": {
"confidence_score": 78,
"suspicion_rate": 0.82,
"pattern_count": 4,
"assessment": "LIKELY AI-GENERATED"
},
"flagged_items": [
{
"pattern_type": "generic_language",
"severity": 1.0,
"description": "Excessive use of generic business language",
"examples": ["leverage", "synergy", "empower"]
},
{
"pattern_type": "perfect_grammar",
"severity": 0.85,
"description": "Suspiciously consistent sentence structure"
}
]
}Install Cadence and start analyzing your own repositories and content.