Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

コードスタイルでClaudeがあなたを識別できる証明:Author2Vec

Author2Vecは、開発者のコードスタイルを分析し、Claude AIがコードの書き手を識別できることを実証するツール。コードの特徴的なパターンやスタイルをベクトル化することで、開発者個人の識別を可能にする。これにより、コードの所有権や著作権の証明に新たな可能性が開かれる。

背景メモ

「Author2Vec」は、Anthropic社のAIアシスタントClaudeの応答スタイルから、ユーザー(プロンプトを書いた開発者)を特定できるかを検証したプロジェクト。通常、コードの執筆者を特定する「オーサーシップ属性(author attribution)」という研究分野の応用で、従来はコードの字面(変数名の付け方やコメントの癖)を解析していたが、ここではClaudeが出力した自然言語の説明スタイルやコード整形の傾向から個人を判別できるか試している。Anthropic(AI安全性で有名な企業、Claudeの開発元)の共同創業者Dario Amodeiらへの言及や、既存の執筆者特定ツールとの比較も含まれ、AIモデルが学習したユーザーの表現パターンを「指紋」として扱えるという概念を示唆している。

関連記事

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.