<?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 Workbench · Open-source projects</title>
    <link>https://bitshovel.site/en/</link>
    <atom:link href="https://bitshovel.site/en/feeds/open-source-growth.xml" rel="self" type="application/rss+xml"/>
    <description>Growth signals from open models and tooling: releases, trend charts, ecosystem expansion.</description>
    <language>en-US</language>
    <lastBuildDate>Sun, 06 Sep 2026 10:03:38 UTC</lastBuildDate>
  <item>
    <title>MiniMind: learn how a small language model is trained</title>
    <link>https://bitshovel.site/en/card/github-weekly-minimind</link>
    <guid isPermaLink="true">https://bitshovel.site/en/card/github-weekly-minimind</guid>
    <pubDate>Sun, 06 Sep 2026 01:11:43 UTC</pubDate>
    <description>MiniMind provides a roughly 64M-parameter model and training tutorials. Its “two hours” refers to one supervised fine-tuning epoch on a single RTX 3090.</description>
    <content:encoded><![CDATA[<p>MiniMind provides a roughly 64M-parameter model and training tutorials. Its “two hours” refers to one supervised fine-tuning epoch on a single RTX 3090.</p><p>Original: <a href="https://github.com/jingyaogong/minimind">https://github.com/jingyaogong/minimind</a></p>]]></content:encoded>
  </item>
  <item>
    <title>Qwen3.8-27B is entry #2 in this filtered HF trend collection</title>
    <link>https://bitshovel.site/en/card/hf-trending-qwen-qwen3-8-27b-92bb21fbd5739d6d</link>
    <guid isPermaLink="true">https://bitshovel.site/en/card/hf-trending-qwen-qwen3-8-27b-92bb21fbd5739d6d</guid>
    <pubDate>Sat, 05 Sep 2026 10:01:59 UTC</pubDate>
    <description>In the 2026-09-05 HF trend collection, Qwen/Qwen3.8-27B is entry #2 after task, access, and score filters. This is not its original HF chart rank. The snapshot reports a trending score of 551, 6,024,467 downloads, and 13,984 likes.</description>
    <content:encoded><![CDATA[<p>In the 2026-09-05 HF trend collection, Qwen/Qwen3.8-27B is entry #2 after task, access, and score filters. This is not its original HF chart rank. The snapshot reports a trending score of 551, 6,024,467 downloads, and 13,984 likes.</p><p>Original: <a href="https://huggingface.co/Qwen/Qwen3.8-27B">https://huggingface.co/Qwen/Qwen3.8-27B</a></p>]]></content:encoded>
  </item>
  <item>
    <title>Help coding agents write Go for your project version</title>
    <link>https://bitshovel.site/en/card/github-weekly-go-modern-guidelines</link>
    <guid isPermaLink="true">https://bitshovel.site/en/card/github-weekly-go-modern-guidelines</guid>
    <pubDate>Thu, 03 Sep 2026 22:00:28 UTC</pubDate>
    <description>JetBrains’ guidelines tell coding agents to read go.mod before choosing language and standard-library features. They aim to avoid outdated patterns and code that requires a newer Go version than the project uses.</description>
    <content:encoded><![CDATA[<p>JetBrains’ guidelines tell coding agents to read go.mod before choosing language and standard-library features. They aim to avoid outdated patterns and code that requires a newer Go version than the project uses.</p><p>Original: <a href="https://github.com/JetBrains/go-modern-guidelines">https://github.com/JetBrains/go-modern-guidelines</a></p>]]></content:encoded>
  </item>
  <item>
    <title>funes helps coding agents recall past decisions</title>
    <link>https://bitshovel.site/en/card/feed-story-huggingface-co-blog-funes</link>
    <guid isPermaLink="true">https://bitshovel.site/en/card/feed-story-huggingface-co-blog-funes</guid>
    <pubDate>Thu, 03 Sep 2026 16:20:33 UTC</pubDate>
    <description>funes indexes sessions from Claude Code, Codex and other agents locally, with results linked to the original conversation. Optional publishing to a Hugging Face dataset supports access across machines or collaborators.</description>
    <content:encoded><![CDATA[<p>funes indexes sessions from Claude Code, Codex and other agents locally, with results linked to the original conversation. Optional publishing to a Hugging Face dataset supports access across machines or collaborators.</p><p>Original: <a href="https://huggingface.co/blog/funes">https://huggingface.co/blog/funes</a></p>]]></content:encoded>
  </item>
  <item>
    <title>Training a coding model to paint watercolours with TRL and OpenEnv</title>
    <link>https://bitshovel.site/en/card/feed-story-huggingface-co-blog-train-to-paint-with-code</link>
    <guid isPermaLink="true">https://bitshovel.site/en/card/feed-story-huggingface-co-blog-train-to-paint-with-code</guid>
    <pubDate>Thu, 03 Sep 2026 10:00:23 UTC</pubDate>
    <description>Hugging Face blog published &quot;Training a coding model to paint watercolours with TRL and OpenEnv&quot;. The line above and the linked original carry the substance; judge conclusions on the original&apos;s own evidence.</description>
    <content:encoded><![CDATA[<p>Hugging Face blog published &quot;Training a coding model to paint watercolours with TRL and OpenEnv&quot;. The line above and the linked original carry the substance; judge conclusions on the original&apos;s own evidence.</p><p>Original: <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: a Mac inference server for one model</title>
    <link>https://bitshovel.site/en/card/alphasignal-alphasignal-ai-news-perplexity-s-lily-beats-mlx</link>
    <guid isPermaLink="true">https://bitshovel.site/en/card/alphasignal-alphasignal-ai-news-perplexity-s-lily-beats-mlx</guid>
    <pubDate>Thu, 03 Sep 2026 05:50:49 UTC</pubDate>
    <description>Perplexity’s open-source Lily is a narrow implementation for studying local inference. It accepts a specific Qwen3.6-35B-A3B 4-bit checkpoint, requires M5-or-newer hardware and macOS 26 or later, and must be built from source. Its text-only API does not support streaming, tool calls or multimodal inputs.</description>
    <content:encoded><![CDATA[<p>Perplexity’s open-source Lily is a narrow implementation for studying local inference. It accepts a specific Qwen3.6-35B-A3B 4-bit checkpoint, requires M5-or-newer hardware and macOS 26 or later, and must be built from source. Its text-only API does not support streaming, tool calls or multimodal inputs.</p><p>Original: <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>Introducing @huggingface/kernels: 200+ WebGPU Kernels for Local AI</title>
    <link>https://bitshovel.site/en/card/feed-story-huggingface-co-blog-webgpu-kernels</link>
    <guid isPermaLink="true">https://bitshovel.site/en/card/feed-story-huggingface-co-blog-webgpu-kernels</guid>
    <pubDate>Wed, 02 Sep 2026 05:42:07 UTC</pubDate>
    <description>Hugging Face&apos;s blog announces @huggingface/kernels: 200+ WebGPU kernels for local AI in the browser, callable from a web page without a server (AIHOT&apos;s listing counts 207). Open-source, official release, with the full kernel list and usage in the post.</description>
    <content:encoded><![CDATA[<p>Hugging Face&apos;s blog announces @huggingface/kernels: 200+ WebGPU kernels for local AI in the browser, callable from a web page without a server (AIHOT&apos;s listing counts 207). Open-source, official release, with the full kernel list and usage in the post.</p><p>Original: <a href="https://huggingface.co/blog/webgpu-kernels">https://huggingface.co/blog/webgpu-kernels</a></p>]]></content:encoded>
  </item>
  <item>
    <title>OpenMAIC turns materials into editable interactive lessons</title>
    <link>https://bitshovel.site/en/card/github-weekly-openmaic</link>
    <guid isPermaLink="true">https://bitshovel.site/en/card/github-weekly-openmaic</guid>
    <pubDate>Thu, 27 Aug 2026 13:13:53 UTC</pubDate>
    <description>OpenMAIC generates slides, quizzes and interactive activities from a topic or source material. Version 1.0, released August 27, adds conversational course editing and resumable sessions when server storage is configured.</description>
    <content:encoded><![CDATA[<p>OpenMAIC generates slides, quizzes and interactive activities from a topic or source material. Version 1.0, released August 27, adds conversational course editing and resumable sessions when server storage is configured.</p><p>Original: <a href="https://github.com/THU-MAIC/OpenMAIC">https://github.com/THU-MAIC/OpenMAIC</a></p>]]></content:encoded>
  </item>
  <item>
    <title>DeepSeek releases experimental V4-Flash-Vision-Exp</title>
    <link>https://bitshovel.site/en/card/deepseek-v4-flash-vision-exp</link>
    <guid isPermaLink="true">https://bitshovel.site/en/card/deepseek-v4-flash-vision-exp</guid>
    <pubDate>Tue, 01 Sep 2026 01:32:15 UTC</pubDate>
    <description>DeepSeek adds visual understanding to V4-Flash and provides weights, prompt-encoding references, and minimal inference code under MIT. The experimental release includes multimodal-agent benchmarks and deployment examples.</description>
    <content:encoded><![CDATA[<p>DeepSeek adds visual understanding to V4-Flash and provides weights, prompt-encoding references, and minimal inference code under MIT. The experimental release includes multimodal-agent benchmarks and deployment examples.</p><p>Original: <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 weights offer a Qwen4 architecture preview</title>
    <link>https://bitshovel.site/en/card/aihot-aihot-virxact-com-items-cmta2veap03nmrolwxllvp4a</link>
    <guid isPermaLink="true">https://bitshovel.site/en/card/aihot-aihot-virxact-com-items-cmta2veap03nmrolwxllvp4a</guid>
    <pubDate>Thu, 27 Aug 2026 00:42:11 UTC</pubDate>
    <description>Qwen provides an experimental multimodal MoE preview and an FP8 variant. Its model card now specifies 125B language-model parameters with 6B active, plus 51B n-gram embeddings and 4B MTP parameters, under Qwen Community License 1.0.</description>
    <content:encoded><![CDATA[<p>Qwen provides an experimental multimodal MoE preview and an FP8 variant. Its model card now specifies 125B language-model parameters with 6B active, plus 51B n-gram embeddings and 4B MTP parameters, under Qwen Community License 1.0.</p><p>Original: <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>
