Get the latest tech news
Show HN: AI Code Detector – detect AI-generated code with 95% accuracy
AI Code Detector uses a ML model trained on millions of code samples to achieve 95% accuracy.
It looks at semantically-generated "chunks" of code to classify them as AI-generated and human-written based on patterns in style, syntax, and structure. Accuracy varies with chunk size, but we consistently test on independent datasets to avoid overfitting and to keep ourselves honest. >Why does it return “unknown” chunks?Some code, like import statements and other boilerplate, doesn't contain enough signal to classify confidently.
Or read this on Hacker News