Free online detector for ChatGPT and Copilot-style code. Instant in-browser heuristics give you a likelihood score and the signals behind it — then get an optional AI second opinion.
Privacy: The heuristic score is computed entirely in your browser. The optional AI opinion uses Codeground's self-hosted model and is not stored.
AI can make mistakes. Please review important output before you rely on it.
Paste code
There is no perfect way to prove a snippet came from ChatGPT or Copilot — but generated and tutorial-copied code leaves fingerprints: over-commenting, tutorial-style explanations, generic naming, docstrings on every function, and unusually uniform formatting. Use this free AI code detector as a signal during code review, academic checks, or hiring screens — never as a sole verdict.
Step-numbered comments (“Step 1: validate input”), polite docblocks on trivial helpers, and names like calculateFactorial / isPrime without domain context. Human production code is usually messier, more abbreviated, and tied to product vocabulary.
How do I detect ChatGPT or Copilot code? Paste the snippet, run Analyze, then optionally ask for an AI second opinion.
Is a high score proof of cheating? No. Treat it as one signal; well-written human code can score high, and AI code can score low.
Is my code uploaded? The heuristic score is local. Only the optional AI opinion sends the snippet to our self-hosted model, which does not store it.
Which languages are supported? Heuristics work on any snippet; choose a language for the optional AI pass or use Auto-detect.
Is there a free AI-generated code detector? Yes — instant analysis needs no account; optional AI may rate-limit under heavy load.
How should I use this in hiring? Combine the score with interviews, live coding on a TypeScript playground or Node.js online editor, and context — never as a sole verdict.
Related: AI code security scan · AI watermark remover · Resume de-AI-ifier · Diff & patch · Coding interview · All developer tools