Detect plagiarised and similar code across trillions of code sources on the web See what's new

Category

Case Studies

Real-world results and data studies from educators and engineering teams using Codequiry.

One Community College's Web Code Plagiarism Strategy Case Studies 2 min
David Kim David Kim 4 days ago

One Community College's Web Code Plagiarism Strategy

When intro programming students at a mid-sized community college were copying entire code snippets from Stack Overflow and GitHub, the department needed a scalable detection solution. By integrating Codequiry’s web-source matching into their grading pipeline, they reduced surface-level copy-paste incidents by 40% in a single semester while cutting manual review time by 60%.

What 1200 Python CS1 Submissions Reveal About AI-Written Code Signatures Case Studies 9 min
Emily Watson Emily Watson 5 days ago

What 1200 Python CS1 Submissions Reveal About AI-Written Code Signatures

We analyzed 1200 introductory Python submissions from three semesters, applying perplexity, burstiness, and token-frequency analysis to separate human-written code from AI-generated samples. The results reveal a consistent set of statistical signatures that can catch GPT-generated and Copilot-assisted assignments—with measured false-positive rates at each threshold.

What 4,200 Python Submissions Tell Us About Code Reuse Case Studies 7 min
Alex Petrov Alex Petrov 1 week ago

What 4,200 Python Submissions Tell Us About Code Reuse

By aggregating similarity scores across 4,200 student Python submissions over three semesters, we uncovered distinct copy-paste behaviors tied to assignment type, submission deadline, and language features. This practical guide walks through the exact process of running a large-scale code reuse audit using Codequiry’s output and Python data analysis, then shows how to turn those numbers into actionable course design decisions.

How One Bootcamp Built a Code Originality Pipeline Case Studies 9 min
Emily Watson Emily Watson 2 weeks ago

How One Bootcamp Built a Code Originality Pipeline

When CareerDevs Academy scaled from 30 to 200 students per cohort, their manual code review process couldn't keep up with plagiarism and improper code reuse. Here's how they built a tiered originality pipeline combining static analysis, similarity detection, and educational intervention — and what other programs can learn from their approach.

What 4,300 JavaScript Projects Reveal About Code Copying Case Studies 10 min
James Okafor James Okafor 1 month ago

What 4,300 JavaScript Projects Reveal About Code Copying

A large-scale study of 4,300 open source JavaScript repositories reveals the true nature of code copying in modern software development. The findings challenge assumptions about originality, attribution, and the tools we use to detect plagiarism.

The Stanford Professor Who Found 47% AI Code in One Assignment Case Studies 6 min
Rachel Foster Rachel Foster 4 months ago

The Stanford Professor Who Found 47% AI Code in One Assignment

Professor Aris Thakker’s CS106B assignment looked perfect on the surface. The code compiled, the logic was sound, but something felt deeply off. His investigation, moving beyond traditional similarity checkers, revealed a silent epidemic of AI-generated submissions that threatened to undermine the entire course. This is the story of how one professor learned that in the age of Copilot, plagiarism detection must evolve or become obsolete.