Open
Description
Problem Statement
Non-technical users can’t easily verify AI-generated content if they don’t use Python or CLI.
Proposed Solution
- Host a public verifier tool at
verify.encypherai.com
- Paste or upload text → extract and verify metadata
- Display origin, timestamp, model, and more
Alternative Solutions
- Rely on community-made tools
- May be inconsistent or insecure
Use Cases
- An educator verifies whether a student’s submission was AI-generated.
- A journalist checks whether a quote in an article includes AI attribution.
Implementation Ideas
- Use FastAPI + React (or lightweight JS)
- Server-side verification logic using
encypher
core - Add shareable verification reports
Additional Context
Could be extended into a browser plugin later.