<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/prs-not-welcome-how-top-ai-open-source-projects-are-managing-thousands-of-contributors-t35u45jxm" -->

---
title: PRs NOT Welcome: How Top AI Open Source Projects Are...
description: Several prominent AI-native open source projects—Vercel&#x27;s AI SDK, Astro, the new Flue framework, and tldraw—are closing off external pull requests, citing a...
canonical: https://daily.dev/posts/prs-not-welcome-how-top-ai-open-source-projects-are-managing-thousands-of-contributors-t35u45jxm
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: PRs NOT Welcome: How Top AI Open Source Projects Are Managing Thousands of Contributors | daily.dev
og:description: Several prominent AI-native open source projects—Vercel&#x27;s AI SDK, Astro, the new Flue framework, and tldraw—are closing off external pull requests, citing a...
og:url: https://daily.dev/posts/prs-not-welcome-how-top-ai-open-source-projects-are-managing-thousands-of-contributors-t35u45jxm
og:image: https://api.daily.dev/og/posts/T35U45JXM.png
og:image:alt: PRs NOT Welcome: How Top AI Open Source Projects Are Managing Thousands of Contributors
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.

# PRs NOT Welcome: How Top AI Open Source Projects Are Managing Thousands of Contributors

**[Latent Space](https://daily.dev/sources/latentspace)** · 6 min read · 7 upvotes · 3 comments

## Summary

Several prominent AI-native open source projects—Vercel's AI SDK, Astro, the new Flue framework, and tldraw—are closing off external pull requests, citing a flood of AI-generated 'drive-by' PRs and low trust in community-authored code. Instead they've built 'software factories': teams of specialized agents that triage issues, reproduce bugs, implement fixes, and review changes before a human merges. Vercel reports its factory now authors 25-35% of merged PRs and closes 70-80% of issues within four weeks. Astro's auto-triage system, built after five years of unmanageable backlog, inspired creator Fred Schott to build Flue, which auto-converts every external PR into an issue or discussion. tldraw's Steve Ruiz and Ghostty creator Mitchell Hashimoto go further, suggesting large open source projects may close contributions entirely, redirecting community involvement toward reporting, discussion, and perspective rather than code.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.latent.space/p/pr-not-welcome>

## Questions this post answers

### Why is Vercel's AI SDK project rejecting external pull requests now?

Vercel built a 'software factory' of specialized AI agents to triage, reproduce, fix, and review issues instead of relying on community-submitted PRs, many of which were AI-generated and untrustworthy. The system was deployed after the project accumulated over 1,000 open issues and nearly 800 pull requests by late June. Within four weeks, the factory authored 25-35% of merged PRs and closed 70-80% of issues.

_Anyone weighing agent-driven maintenance against traditional PR review can follow this shift on daily.dev._

### What does the Flue project do when someone submits an external pull request?

Flue automatically closes every external pull request and converts it into either an issue or a discussion instead of reviewing the code directly. Bug reports and fix proposals become issues, while feature requests become discussions, after which the team uses its own expertise plus top LLMs to decide what to pursue, then deploys agents for research, design, and implementation.

_Contributors adjusting their workflow around agent-first maintainers can track these policy shifts on daily.dev._

### Does tldraw accept community pull requests?

No, tldraw automatically closes external pull requests, a policy creator Steve Ruiz announced and later reiterated, citing changes in how the team codes with more agents, evolving social norms around public contribution, and code security concerns. tldraw still accepts community input in the form of bug reports, discussion, and perspective, just not direct code contributions.

_Developers deciding how to engage with agent-managed open source projects can follow these policy changes on daily.dev._

## Community discussion

Top comments from developers on daily.dev.

**@kartiknvj** · 2 upvotes

> The software-factory framing lands, but that 25-35% of merged PRs only works because a human still reviews before merge. I'd be curious how they stop the triage agents from confidently reproducing a bug that isn't real, since a false repro wastes more time than a drive-by PR. Are the fix and review agents scored on anything beyond "tests pass"?

**@agustinbarrientos** · 0 upvotes

> I'd let external contributors write the failing test while maintainers keep implementation inside the factory. That preserves a path into the project without turning every AI-generated patch into review debt.

## Similar posts on daily.dev

- [Open source maintainers are drowning in AI-generated pull requests. Enterprise teams are next.](https://daily.dev/posts/open-source-maintainers-are-drowning-in-ai-generated-pull-requests-enterprise-teams-are-next--zwod8qmqp) · The New Stack · 0 upvotes · 0 comments
- [AI makes pull requests less central in open-source contribution](https://daily.dev/posts/ai-makes-pull-requests-less-central-in-open-source-contribution-kxeptysnr) · Arpit Bhayani · 0 upvotes · 0 comments
- [Is AI killing open source?](https://daily.dev/posts/is-ai-killing-open-source--ed5zl44r8) · InfoWorld · 40 upvotes · 7 comments
- [96% of codebases rely on open source, and AI slop is putting them at risk](https://daily.dev/posts/96-of-codebases-rely-on-open-source-and-ai-slop-is-putting-them-at-risk-zihu4vvqv) · The New Stack · 0 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/prs-not-welcome-how-top-ai-open-source-projects-are-managing-thousands-of-contributors-t35u45jxm)

```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":"PRs NOT Welcome: How Top AI Open Source Projects Are Managing Thousands of Contributors","url":"https://daily.dev/posts/prs-not-welcome-how-top-ai-open-source-projects-are-managing-thousands-of-contributors-t35u45jxm","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/prs-not-welcome-how-top-ai-open-source-projects-are-managing-thousands-of-contributors-t35u45jxm"},"datePublished":"2026-09-01T16:24:18.794Z","dateModified":"2026-09-14T08:47:33.616Z","description":"Several prominent AI-native open source projects—Vercel's AI SDK, Astro, the new Flue framework, and tldraw—are closing off external pull requests, citing a...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/6107faa79f89ef20e369566543c7fc6b?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/6107faa79f89ef20e369566543c7fc6b?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Latent Space","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":"Latent Space","logo":"https://media.daily.dev/image/upload/s--DnJ9laFj--/f_auto,q_auto/v1780213196/logos/latentspace?_a=BAMAMiWQ0","url":"https://daily.dev/sources/latentspace"},"commentCount":3,"discussionUrl":"https://daily.dev/posts/prs-not-welcome-how-top-ai-open-source-projects-are-managing-thousands-of-contributors-t35u45jxm","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":7},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":3}],"keywords":"open-source,github,ai-agents","timeRequired":"PT6M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Latent Space","item":"https://daily.dev/sources/latentspace"},{"@type":"ListItem","position":3,"name":"PRs NOT Welcome: How Top AI Open Source Projects Are Managing Thousands of Contributors"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/prs-not-welcome-how-top-ai-open-source-projects-are-managing-thousands-of-contributors-t35u45jxm","comment":[{"@type":"Comment","text":"The software-factory framing lands, but that 25-35% of merged PRs only works because a human still reviews before merge. I’d be curious how they stop the triage agents from confidently reproducing a bug that isn’t real, since a false repro wastes more time than a drive-by PR. Are the fix and review agents scored on anything beyond “tests pass”?","datePublished":"2026-09-01T18:19:19.004Z","url":"https://daily.dev/posts/T35U45JXM#c-Z5VvUjNkF","author":{"@type":"Person","name":"kartik-nvjk","url":"https://daily.dev/kartiknvj","image":"https://media.daily.dev/image/upload/s--3gGgsVCw--/f_auto/v1781456774/avatars/avatar_TvTVeiMdkRCqWUDullFmy?_a=BAMAMiWQ0"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2}},{"@type":"Comment","text":"I’d let external contributors write the failing test while maintainers keep implementation inside the factory. That preserves a path into the project without turning every AI-generated patch into review debt.","datePublished":"2026-09-01T22:49:51.955Z","url":"https://daily.dev/posts/T35U45JXM#c-iFSR1fseK","author":{"@type":"Person","name":"Agustin Barrientos","url":"https://daily.dev/agustinbarrientos","image":"https://media.daily.dev/image/upload/s--5ayxQnqn--/f_auto/v1788281802/avatars/avatar_wQYYVe5Tbj0NJ7C7qPoa8?_a=BAMAMicg0"}}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/prs-not-welcome-how-top-ai-open-source-projects-are-managing-thousands-of-contributors-t35u45jxm#faq","mainEntity":[{"@type":"Question","name":"Why is Vercel's AI SDK project rejecting external pull requests now?","acceptedAnswer":{"@type":"Answer","text":"Vercel built a 'software factory' of specialized AI agents to triage, reproduce, fix, and review issues instead of relying on community-submitted PRs, many of which were AI-generated and untrustworthy. The system was deployed after the project accumulated over 1,000 open issues and nearly 800 pull requests by late June. Within four weeks, the factory authored 25-35% of merged PRs and closed 70-80% of issues. Anyone weighing agent-driven maintenance against traditional PR review can follow this shift on daily.dev."}},{"@type":"Question","name":"What does the Flue project do when someone submits an external pull request?","acceptedAnswer":{"@type":"Answer","text":"Flue automatically closes every external pull request and converts it into either an issue or a discussion instead of reviewing the code directly. Bug reports and fix proposals become issues, while feature requests become discussions, after which the team uses its own expertise plus top LLMs to decide what to pursue, then deploys agents for research, design, and implementation. Contributors adjusting their workflow around agent-first maintainers can track these policy shifts on daily.dev."}},{"@type":"Question","name":"Does tldraw accept community pull requests?","acceptedAnswer":{"@type":"Answer","text":"No, tldraw automatically closes external pull requests, a policy creator Steve Ruiz announced and later reiterated, citing changes in how the team codes with more agents, evolving social norms around public contribution, and code security concerns. tldraw still accepts community input in the form of bug reports, discussion, and perspective, just not direct code contributions. Developers deciding how to engage with agent-managed open source projects can follow these policy changes on daily.dev."}}]}
```

