<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/no-llm-code-in-dependencies-ewdsznl9b" -->

---
title: no LLM code in dependencies | daily.dev
description: The author spent ~100 hours auditing git-annex&#x27;s dependency tree to ensure no LLM-generated code was included. During the review, they found troubling...
canonical: https://daily.dev/posts/no-llm-code-in-dependencies-ewdsznl9b
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: no LLM code in dependencies | daily.dev
og:description: The author spent ~100 hours auditing git-annex&#x27;s dependency tree to ensure no LLM-generated code was included. During the review, they found troubling...
og:url: https://daily.dev/posts/no-llm-code-in-dependencies-ewdsznl9b
og:image: https://api.daily.dev/og/posts/ewDSzNl9b.png
og:image:alt: no LLM code in dependencies
og:image:width: 1200
og:image:height: 630
og:locale: 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.

# no LLM code in dependencies

**[Planet Haskell](https://daily.dev/sources/phaskell)** · 2 min read · 0 upvotes · 0 comments

## Summary

The author spent ~100 hours auditing git-annex's dependency tree to ensure no LLM-generated code was included. During the review, they found troubling examples: large LLM-generated changes silently reverted, an incoherent 1489-line commit message with 10,000 lines of changes, and a potential copyright infringement from LLM-prompted code copying. The author expresses frustration that ongoing dependency auditing for LLM code has become a new burden for maintainers, notes that organizations like Software Freedom Conservancy have declined to take a firm stance, and reflects on reconsidering participation in open source communities where LLM-generated code is normalized without transparency.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <http://joeyh.name/blog/entry/no_LLM_code_in_dependencies>

## Similar posts on daily.dev

- [no LLM code in dependencies](https://daily.dev/posts/no-llm-code-in-dependencies-yxbck7dsf) · Lobsters · 0 upvotes · 0 comments
- [The people vs the AI overlords](https://daily.dev/posts/the-people-vs-the-ai-overlords-kduxszp2n) · Planet Python · 1 upvotes · 0 comments
- [graydon2](https://daily.dev/posts/graydon2-bkpbl0wj4) · Lobsters · 0 upvotes · 0 comments

---

Tags: [#open-source](https://daily.dev/tags/open-source)

[View this post on daily.dev](https://daily.dev/posts/no-llm-code-in-dependencies-ewdsznl9b)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"no LLM code in dependencies","url":"https://daily.dev/posts/no-llm-code-in-dependencies-ewdsznl9b","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/no-llm-code-in-dependencies-ewdsznl9b"},"datePublished":"2026-07-02T18:26:20.446Z","dateModified":"2026-07-02T18:26:37.745Z","description":"The author spent ~100 hours auditing git-annex's dependency tree to ensure no LLM-generated code was included. During the review, they found troubling...","image":"https://media.daily.dev/image/upload/s--qPvKM23u--/f_auto/v1722860399/public/Placeholder%2009","thumbnailUrl":"https://media.daily.dev/image/upload/s--qPvKM23u--/f_auto/v1722860399/public/Placeholder%2009","isAccessibleForFree":true,"articleSection":"Planet Haskell","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Planet Haskell","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/cd3e48fb3b974d10993a5b5b8dcb8a08","url":"https://daily.dev/sources/phaskell"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/no-llm-code-in-dependencies-ewdsznl9b","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"open-source","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Planet Haskell","item":"https://daily.dev/sources/phaskell"},{"@type":"ListItem","position":3,"name":"no LLM code in dependencies"}]}
```

