<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>BitShovel 工作台 · 开源项目</title>
    <link>https://bitshovel.site/</link>
    <atom:link href="https://bitshovel.site/feeds/open-source-growth.xml" rel="self" type="application/rss+xml"/>
    <description>开源模型与工具链的增长信号：新发布、趋势榜与生态扩张。</description>
    <language>zh-CN</language>
    <lastBuildDate>Sun, 06 Sep 2026 10:03:38 UTC</lastBuildDate>
  <item>
    <title>MiniMind：拆开小模型的训练过程</title>
    <link>https://bitshovel.site/card/github-weekly-minimind</link>
    <guid isPermaLink="true">https://bitshovel.site/card/github-weekly-minimind</guid>
    <pubDate>Sun, 06 Sep 2026 01:11:43 UTC</pubDate>
    <description>MiniMind 提供约 64M 参数模型及预训练、监督微调等教学代码。项目所称“2 小时”，特指单张 RTX 3090 上监督微调一轮的记录。</description>
    <content:encoded><![CDATA[<p>MiniMind 提供约 64M 参数模型及预训练、监督微调等教学代码。项目所称“2 小时”，特指单张 RTX 3090 上监督微调一轮的记录。</p><p>原文: <a href="https://github.com/jingyaogong/minimind">https://github.com/jingyaogong/minimind</a></p>]]></content:encoded>
  </item>
  <item>
    <title>Qwen3.8-27B 进入本次 HF 趋势采集筛选结果（第 2 条）</title>
    <link>https://bitshovel.site/card/hf-trending-qwen-qwen3-8-27b-92bb21fbd5739d6d</link>
    <guid isPermaLink="true">https://bitshovel.site/card/hf-trending-qwen-qwen3-8-27b-92bb21fbd5739d6d</guid>
    <pubDate>Sat, 05 Sep 2026 10:01:59 UTC</pubDate>
    <description>2026-09-05 的 HF 趋势采集按任务类型、访问条件与趋势分筛选后，Qwen/Qwen3.8-27B 列为第 2 条。该次序不是 HF 原榜名次；快照记录趋势分 551、下载计数 6,024,467、点赞 13,984。</description>
    <content:encoded><![CDATA[<p>2026-09-05 的 HF 趋势采集按任务类型、访问条件与趋势分筛选后，Qwen/Qwen3.8-27B 列为第 2 条。该次序不是 HF 原榜名次；快照记录趋势分 551、下载计数 6,024,467、点赞 13,984。</p><p>原文: <a href="https://huggingface.co/Qwen/Qwen3.8-27B">https://huggingface.co/Qwen/Qwen3.8-27B</a></p>]]></content:encoded>
  </item>
  <item>
    <title>让编码助手按项目版本写 Go</title>
    <link>https://bitshovel.site/card/github-weekly-go-modern-guidelines</link>
    <guid isPermaLink="true">https://bitshovel.site/card/github-weekly-go-modern-guidelines</guid>
    <pubDate>Thu, 03 Sep 2026 22:00:28 UTC</pubDate>
    <description>JetBrains 的指南让编码助手先读取 go.mod，再选择该版本支持的语言和标准库写法，减少生成过时写法或使用过新特性的机会。</description>
    <content:encoded><![CDATA[<p>JetBrains 的指南让编码助手先读取 go.mod，再选择该版本支持的语言和标准库写法，减少生成过时写法或使用过新特性的机会。</p><p>原文: <a href="https://github.com/JetBrains/go-modern-guidelines">https://github.com/JetBrains/go-modern-guidelines</a></p>]]></content:encoded>
  </item>
  <item>
    <title>funes：让编码助手找回过去的决定</title>
    <link>https://bitshovel.site/card/feed-story-huggingface-co-blog-funes</link>
    <guid isPermaLink="true">https://bitshovel.site/card/feed-story-huggingface-co-blog-funes</guid>
    <pubDate>Thu, 03 Sep 2026 16:20:33 UTC</pubDate>
    <description>funes 把 Claude Code、Codex 等工具的会话做成本地可检索记忆，结果可回到具体对话与上下文。需要跨机器或协作时，也可主动发布到自己管理的 Hugging Face 数据集。</description>
    <content:encoded><![CDATA[<p>funes 把 Claude Code、Codex 等工具的会话做成本地可检索记忆，结果可回到具体对话与上下文。需要跨机器或协作时，也可主动发布到自己管理的 Hugging Face 数据集。</p><p>原文: <a href="https://huggingface.co/blog/funes">https://huggingface.co/blog/funes</a></p>]]></content:encoded>
  </item>
  <item>
    <title>用 TRL 和 OpenEnv 训练编码模型画水彩:Hugging Face 全流程开源复现</title>
    <link>https://bitshovel.site/card/feed-story-huggingface-co-blog-train-to-paint-with-code</link>
    <guid isPermaLink="true">https://bitshovel.site/card/feed-story-huggingface-co-blog-train-to-paint-with-code</guid>
    <pubDate>Thu, 03 Sep 2026 10:00:23 UTC</pubDate>
    <description>用 TRL 和 OpenEnv 训练编码模型画水彩:Hugging Face 全流程开源复现。标题与要点来自原文与收录源；正文结论请以原文为准。</description>
    <content:encoded><![CDATA[<p>用 TRL 和 OpenEnv 训练编码模型画水彩:Hugging Face 全流程开源复现。标题与要点来自原文与收录源；正文结论请以原文为准。</p><p>原文: <a href="https://huggingface.co/blog/train-to-paint-with-code">https://huggingface.co/blog/train-to-paint-with-code</a></p>]]></content:encoded>
  </item>
  <item>
    <title>Lily：只支持一个模型的 Mac 推理服务器</title>
    <link>https://bitshovel.site/card/alphasignal-alphasignal-ai-news-perplexity-s-lily-beats-mlx</link>
    <guid isPermaLink="true">https://bitshovel.site/card/alphasignal-alphasignal-ai-news-perplexity-s-lily-beats-mlx</guid>
    <pubDate>Thu, 03 Sep 2026 05:50:49 UTC</pubDate>
    <description>Perplexity 开源的 Lily 面向本地推理实现研究。它只接受指定的 Qwen3.6-35B-A3B 4bit 检查点，要求 M5 及更新芯片、macOS 26 及以上，并需自行编译。接口目前只处理文本，不支持流式输出、工具调用或多模态输入。</description>
    <content:encoded><![CDATA[<p>Perplexity 开源的 Lily 面向本地推理实现研究。它只接受指定的 Qwen3.6-35B-A3B 4bit 检查点，要求 M5 及更新芯片、macOS 26 及以上，并需自行编译。接口目前只处理文本，不支持流式输出、工具调用或多模态输入。</p><p>原文: <a href="https://github.com/perplexityai/pplx-garden/tree/main/lily">https://github.com/perplexityai/pplx-garden/tree/main/lily</a></p>]]></content:encoded>
  </item>
  <item>
    <title>推出 @huggingface/kernels：200+ WebGPU 内核用于本地 AI</title>
    <link>https://bitshovel.site/card/feed-story-huggingface-co-blog-webgpu-kernels</link>
    <guid isPermaLink="true">https://bitshovel.site/card/feed-story-huggingface-co-blog-webgpu-kernels</guid>
    <pubDate>Wed, 02 Sep 2026 05:42:07 UTC</pubDate>
    <description>Hugging Face 官方博客发布 @huggingface/kernels：200+ 个 WebGPU 内核面向浏览器本地 AI，让网页无需服务端即可调用这些算子（AIHOT 收录口径为 207 个）。官方开源发布，正文附完整内核清单与用法。</description>
    <content:encoded><![CDATA[<p>Hugging Face 官方博客发布 @huggingface/kernels：200+ 个 WebGPU 内核面向浏览器本地 AI，让网页无需服务端即可调用这些算子（AIHOT 收录口径为 207 个）。官方开源发布，正文附完整内核清单与用法。</p><p>原文: <a href="https://huggingface.co/blog/webgpu-kernels">https://huggingface.co/blog/webgpu-kernels</a></p>]]></content:encoded>
  </item>
  <item>
    <title>OpenMAIC：把资料做成可修改的互动课</title>
    <link>https://bitshovel.site/card/github-weekly-openmaic</link>
    <guid isPermaLink="true">https://bitshovel.site/card/github-weekly-openmaic</guid>
    <pubDate>Thu, 27 Aug 2026 13:13:53 UTC</pubDate>
    <description>OpenMAIC 可从主题或资料生成课件、测验和互动活动。8 月 27 日发布的 1.0 版本加入对话式课程修改；配置服务端存储后，还可保存并恢复构建会话。</description>
    <content:encoded><![CDATA[<p>OpenMAIC 可从主题或资料生成课件、测验和互动活动。8 月 27 日发布的 1.0 版本加入对话式课程修改；配置服务端存储后，还可保存并恢复构建会话。</p><p>原文: <a href="https://github.com/THU-MAIC/OpenMAIC">https://github.com/THU-MAIC/OpenMAIC</a></p>]]></content:encoded>
  </item>
  <item>
    <title>DeepSeek 发布 V4-Flash-Vision-Exp 视觉模型实验版</title>
    <link>https://bitshovel.site/card/deepseek-v4-flash-vision-exp</link>
    <guid isPermaLink="true">https://bitshovel.site/card/deepseek-v4-flash-vision-exp</guid>
    <pubDate>Tue, 01 Sep 2026 01:32:15 UTC</pubDate>
    <description>DeepSeek 为 V4-Flash 加入视觉理解能力，并以 MIT 许可公开模型权重、提示词编码参考与最小推理实现。官方将其定位为实验版；模型卡提供视觉 Agent 基准及部署示例。</description>
    <content:encoded><![CDATA[<p>DeepSeek 为 V4-Flash 加入视觉理解能力，并以 MIT 许可公开模型权重、提示词编码参考与最小推理实现。官方将其定位为实验版；模型卡提供视觉 Agent 基准及部署示例。</p><p>原文: <a href="https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-Vision-Exp">https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-Vision-Exp</a></p>]]></content:encoded>
  </item>
  <item>
    <title>Qwen3.8-Flash-Next 开放权重，预览 Qwen4 架构</title>
    <link>https://bitshovel.site/card/aihot-aihot-virxact-com-items-cmta2veap03nmrolwxllvp4a</link>
    <guid isPermaLink="true">https://bitshovel.site/card/aihot-aihot-virxact-com-items-cmta2veap03nmrolwxllvp4a</guid>
    <pubDate>Thu, 27 Aug 2026 00:42:11 UTC</pubDate>
    <description>Qwen 发布多模态 MoE 实验预览及 FP8 版本。官方模型卡现已披露：语言模型为 125B 参数、6B 激活，另含 51B n-gram 嵌入与 4B MTP 参数；采用 Qwen Community License 1.0。</description>
    <content:encoded><![CDATA[<p>Qwen 发布多模态 MoE 实验预览及 FP8 版本。官方模型卡现已披露：语言模型为 125B 参数、6B 激活，另含 51B n-gram 嵌入与 4B MTP 参数；采用 Qwen Community License 1.0。</p><p>原文: <a href="https://qwen.ai/blog?id=qwen3.8-flash-next">https://qwen.ai/blog?id=qwen3.8-flash-next</a></p>]]></content:encoded>
  </item>
  </channel>
</rss>
