---
title: "The DCO Debate: Who Is Responsible for AI-Generated Code?"
url: https://daily.dev/posts/the-dco-debate-who-is-responsible-for-ai-generated-code--gdxxql8zk
source_url: https://adventures.nodeland.dev/archive/who-is-responsible-for-ai-generated-code/
type: article
source: "Adventures in Nodeland"
published: 2026-03-18T19:09:23.504Z
updated: 2026-03-18T19:09:51.818Z
tags: ["open-source", "nodejs", "ai-assisted-development", "claude-code"]
reading_time: 9
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The DCO Debate: Who Is Responsible for AI-Generated Code?

**[Adventures in Nodeland](https://daily.dev/sources/nodeland)** · 9 min read · 2 upvotes · 0 comments

## Summary

Matteo Collina, author of a 19,000-line Virtual File System PR for Node.js built with Claude Code, addresses the debate over whether AI-assisted contributions can satisfy the Developer Certificate of Origin (DCO). He argues that the DCO has always been about contributor accountability, not the tools used to write code. The Linux kernel community, Red Hat's legal team, and the OpenJS Foundation all agree: AI doesn't break the DCO as long as a human reviews the code, discloses AI assistance, and takes full responsibility. The real operational shift AI brings is moving the bottleneck from writing code to reviewing it. The Node.js TSC is expected to vote on disclosure practices, with an 'Assisted-by' tag model similar to the Linux kernel's approach being a likely outcome.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://adventures.nodeland.dev/archive/who-is-responsible-for-ai-generated-code/>

## Similar posts on daily.dev

- [NodeJS Proposes Built-In Virtual File System, Sparking Debate Over AI-Generated Contributions](https://daily.dev/posts/nodejs-proposes-built-in-virtual-file-system-sparking-debate-over-ai-generated-contributions-jyuighhwf) · InfoQ · 1 upvotes · 0 comments

---

Tags: [#open-source](https://daily.dev/tags/open-source), [#nodejs](https://daily.dev/tags/nodejs), [#ai-assisted-development](https://daily.dev/tags/ai-assisted-development), [#claude-code](https://daily.dev/tags/claude-code)

[View this post on daily.dev](https://daily.dev/posts/the-dco-debate-who-is-responsible-for-ai-generated-code--gdxxql8zk)
