Repository of the Day - rasbt/LLMs-from-scratch, and Daily Trends - August 9, 2026
Published: 8/9/2026
This daily roundup highlights repository momentum from GitGenius analytics for August 9, 2026, using UTC daily deltas in stars and subscribers.
The scan reviewed 2291 repositories, with 2141 repos contributing star deltas and 2141 repos contributing subscriber deltas.
Repo of the day
rasbt/LLMs-from-scratch led the day with +601 stars to 102035 total stars and +7 subscribers to 837 total subscribers. The rasbt/llms-from-scratch repository is the official code repository for the book "Build a Large Language Model (From Scratch)" and provides a comprehensive implementation of a ChatGPT-like language model in PyTorch developed entirely from scratch. The repository is written primarily in Jupyter Notebooks and serves as both an educational resource and a practical guide for understanding how large language models work at a fundamental level.
The repository is structured around seven main chapters plus appendices, each building progressively on previous concepts. Chapter 2 covers working with text data and includes notebooks on data loading. Chapter 3 focuses on coding attention mechanisms, including multihead attention implementations. Chapter 4 guides users through implementing a complete GPT model from scratch with both notebook and Python script formats. Chapter 5 addresses pretraining on unlabeled data with training and generation scripts. Chapter 6 demonstrates finetuning for text classification tasks. Chapter 7 covers instruction-tuning to make models follow specific directives. Appendix A provides an introduction to PyTorch fundamentals, while Appendix E covers parameter-efficient finetuning using LoRA techniques. The repository also includes exercise solutions throughout and references to further reading materials.
The codebase emphasizes accessibility and practical learning. The implementation is designed to run on conventional laptops without requiring specialized hardware, though it automatically utilizes GPUs when available. The repository explicitly avoids external LLM libraries, instead building everything from PyTorch primitives to ensure learners understand each component. The code mirrors the approach used in creating large-scale foundational models like ChatGPT, making it suitable for both educational purposes and understanding production-level techniques.
According to GitGenius activity tracking, the repository maintains active engagement with a median issue and pull request response latency of 0.0 hours and a mean latency of 64.1 hours across 208 tracked items. The primary maintainer rasbt has logged 670 events, with significant contributions from d-kleine (135 events) and labdmitriy (44 events). Bug reports represent the most active issue category with 76 tracked items, followed by questions (44 items) and enhancement requests (9 items). The repository shares overlapping contributors with major projects including pytorch/pytorch, tensorflow/tensorflow, and huggingface/transformers, indicating its integration within the broader deep learning ecosystem.
The repository covers essential LLM concepts including tokenization, attention mechanisms, transformer architectures, pretraining strategies, and finetuning approaches for both classification and instruction-following tasks. It includes supplementary materials such as a 17-hour video course that mirrors the book structure and a companion sequel titled "Build A Reasoning Model (From Scratch)" that extends the concepts to reasoning and reinforcement learning. The repository also provides a free 170-page PDF with approximately 30 quiz questions per chapter to help users test their understanding of the material.
Fastest rising repos
- PrimeIntellect-ai/prime-agent - +2129 stars (10957 total), language: TypeScript. A self-improving RLM agent for coding workflows and long-running autonomous tasks.
- zhaoxuya520/reverse-skill - +1181 stars (22458 total), language: PowerShell. Reverse Engineering / Authorized Penetration Testing / Security Research Skill Router Pack AI-powered routing + On-demand toolchain bootstrapping + Self-evolving knowledge base Supports Claude Code, Kiro, Cursor, Cline, and other AI coding clients 逆向/渗透/安全技能路由包 - AI 自动路由 + 按需自举工具链 + 自动进化经验库 | 支持 Claude Code / Kiro / Cursor / Cline 等代码 AI 客户端
- mattpocock/skills - +1110 stars (211075 total), language: Shell. Skills for Real Engineers. Straight from my .agents directory.
- msitarzewski/agency-agents - +1002 stars (140622 total), language: Shell. A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables.
- Panniantong/Agent-Reach - +902 stars (69706 total), language: Python. Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Subscriber surge
- PrimeIntellect-ai/prime-agent - +13 subscribers (53 total), +2129 stars. A self-improving RLM agent for coding workflows and long-running autonomous tasks.
- msitarzewski/agency-agents - +9 subscribers (1042 total), +1002 stars. A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables.
- ruvnet/RuView - +8 subscribers (793 total), +136 stars. π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
- rasbt/LLMs-from-scratch - +7 subscribers (837 total), +601 stars. Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
- torvalds/linux - +5 subscribers (8355 total), +55 stars. Linux kernel source tree
Hidden gems
- HarbourMasters/Lighthouse - +5 stars to 339 total stars, 11 subscribers
- redhat-developer/rhdh - +1 stars to 170 total stars, 17 subscribers. The repo formerly known as janus-idp/backstage-showcase
- kubevirt/user-guide - +1 stars to 74 total stars, 14 subscribers. This user guide will walk you through installation and various features.
- coinbase/x402 - +1 stars to 139 total stars, 7 subscribers. A payments protocol for the internet. Built on HTTP.
- littlehorse-enterprises/littlehorse - +1 stars to 392 total stars, 7 subscribers. LittleHorse Server: Workflow Engine for Microservice Orchestration & Business-as-Code, and the core of the Saddle Command Center
Language movers
- python - +14562 stars across 346 repos. Example repos: microsoft/agent-lightning, openai/gpt-oss, volcengine/MineContext
- typescript - +12740 stars across 241 repos. Example repos: nrwl/nx, amantus-ai/vibetunnel, OpenCut-app/OpenCut
- rust - +3496 stars across 85 repos. Example repos: BloopAI/vibe-kanban, farion1231/cc-switch, firecracker-microvm/firecracker
- shell - +2673 stars across 21 repos. Example repos: VoltAgent/awesome-claude-code-subagents, frankbria/ralph-claude-code, obra/superpowers
- javascript - +2562 stars across 53 repos. Example repos: thedotmack/claude-mem, pbakaus/impeccable, Piebald-AI/claude-code-system-prompts
Category spotlight
- machine learning - +6482 stars across 189 repos. Example repos: amantus-ai/vibetunnel, openai/gpt-oss, timescale/pg-aiguide
- automation - +4708 stars across 125 repos. Example repos: microsoft/agent-lightning, shiyu-coder/Kronos, disler/claude-code-hooks-mastery
- ai agents - +3184 stars across 42 repos. Example repos: microsoft/agent-lightning, NousResearch/hermes-agent, MemoriLabs/Memori
- deep learning - +2816 stars across 108 repos. Example repos: openai/gpt-oss, QwenLM/qwen-code, deepinsight/insightface
- natural language processing - +2792 stars across 69 repos. Example repos: fastai/fastai, NVIDIA-NeMo/Gym, KeygraphHQ/shannon
Maintainer watch
- primeintellect-ai - +2129 stars across 1 repos. Example repos: PrimeIntellect-ai/prime-agent
- microsoft - +1494 stars across 39 repos. Example repos: microsoft/terminal, microsoft/agent-lightning, microsoft/VibeVoice
- zhaoxuya520 - +1181 stars across 1 repos. Example repos: zhaoxuya520/reverse-skill
- firecrawl - +1172 stars across 3 repos. Example repos: firecrawl/pdf-inspector, firecrawl/firecrawl, firecrawl/firecrawl-mcp-server
- mattpocock - +1158 stars across 5 repos. Example repos: mattpocock/course-video-manager, mattpocock/skills, mattpocock/sandcastle
