AIToday
Large Language ModelsarXiv cs.CLPublished: Apr 21, 2026, 16:00 JST1 min read

Researchers develop GoCoMA tool to identify which AI wrote a piece of code—addressing security and licensing risks as LLM-generated code becomes indistinguishable from human work

3 Key Points

  1. Researchers published GoCoMA, a system that analyzes code to determine whether it was written by a human or generated by an LLM (large language model—AI trained on millions of code samples). The system examines two layers: the code's writing style and structure, plus the binary 'fingerprint' left by the compiler (the software that translates code into machine instructions).

  2. Unlike previous detection methods that focus on one aspect of code, GoCoMA fuses multiple signals together using hyperbolic geometry (a mathematical technique that better captures hierarchical relationships), making it more accurate at catching LLM-generated code that mimics human writing. This matters because LLMs now write code so convincingly that existing detection methods struggle.

  3. For business and security teams, this unlocks code auditing at scale—you can now scan open-source repositories or internal codebases to flag AI-generated contributions, catching potential licensing violations (using GPL code without attribution), supply-chain risks, or unvetted AI code before deployment. For companies managing compliance or intellectual property, this removes uncertainty about code origin.

Ask the AI about this article →

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Meta's Muse Spark 1.3 matches GPT-5.6-Sol, claims #3 modelLatent Space · 1h ago
  • Meta unveils Muse Spark 1.3 with coding gainsITmedia AI+ · 4h ago
  • AI Doesn't Cut Human Work, It Raises the CeilingTomasz Tunguz (Theory Ventures) · 4h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleResearchers introduce ARMove, an AI framework that predicts where people will go next with transparent reasoning instead of black-box calculations