<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vxtzq</title>
    <description>The latest articles on DEV Community by Vxtzq (@vxtzq).</description>
    <link>https://dev.to/vxtzq</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4090188%2F7af02819-3b63-4871-9cab-b86968af7fd3.png</url>
      <title>DEV Community: Vxtzq</title>
      <link>https://dev.to/vxtzq</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vxtzq"/>
    <language>en</language>
    <item>
      <title>CrowdGPT - Let's train the future of AI together :D</title>
      <dc:creator>Vxtzq</dc:creator>
      <pubDate>Sat, 22 Aug 2026 21:42:16 +0000</pubDate>
      <link>https://dev.to/vxtzq/crowdgpt-an-open-source-framework-for-decentralized-collaborative-llm-training-using-consumer-gpus-429p</link>
      <guid>https://dev.to/vxtzq/crowdgpt-an-open-source-framework-for-decentralized-collaborative-llm-training-using-consumer-gpus-429p</guid>
      <description>&lt;p&gt;Hello I'm creating &lt;strong&gt;CrowdGPT&lt;/strong&gt;, an open-source project which allows training of a LLM (Large Language Model) in a decentralized way, where each user contributes to making the AI better with whatever data they want.&lt;/p&gt;

&lt;p&gt;The idea is simple: instead of one machine owning the entire training run, let many people contribute small training jobs and periodically merge those updates into a shared model.&lt;/p&gt;

&lt;p&gt;The system is based on a centralized server (lightweight) that receives every client training, then "merge them back" to the main model. This system prevents threats or malicious updates by doing cross-client verifications (provides a proof of work).&lt;/p&gt;

&lt;p&gt;The users that train the model are being put on a leaderboard, rewarding their contribution.&lt;/p&gt;

&lt;p&gt;Data is taken from a curated dataset on Hugging Face (which means no personal data is ever used during training). However, users can push new text to this dataset (which is then moderated and validated).&lt;/p&gt;

&lt;p&gt;If you're curious, here is the GitHub: &lt;a href="https://github.com/Vxtzq/CrowdGPT" rel="noopener noreferrer"&gt;https://github.com/Vxtzq/CrowdGPT&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here is the website: &lt;a href="https://www.crowdgpt.net" rel="noopener noreferrer"&gt;https://www.crowdgpt.net&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The best way to help me is to either:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Give feedback on what must be changed to make it a fully finished project. I'm mainly looking for criticism: &lt;strong&gt;what would stop you from running this on your own GPU?&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Contribute to the project by &lt;strong&gt;becoming a part of the network&lt;/strong&gt; (coming soon)&lt;/li&gt;
&lt;li&gt;Star the repo on GitHub ⭐ It helps a lot :)&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>opensource</category>
      <category>github</category>
    </item>
  </channel>
</rss>
