Read a five-minute article to understand a specific AI concept like RAG, LoRA fine-tuning, or model quantization without needing a math background.
Browse the hardware section to understand how NVMe SSDs, CPU caches, or PCIe memory work in plain terms.
Use the articles as reference material when learning about large language models or vector databases before starting an AI project.
No software to install, just browse the Markdown articles directly on GitHub.
One Small Step is a Chinese-language technology education project that publishes short explainer articles on computing concepts. Each article is written to be readable in about five minutes. The project aims to make advanced technical ideas accessible to a general audience rather than assuming deep engineering background. The articles are organized into several topic areas. The largest section covers AI and large language models, with pieces explaining concepts like the Transformer architecture, model quantization, speculative decoding, fine-tuning with LoRA, retrieval-augmented generation (RAG), vector databases, AI hallucination, Flash Attention, and more. There are also shorter sections covering mathematics concepts (such as matrix rank and overfitting), system-level topics (like how Windows Task Manager reports memory), and hardware topics (including NVMe SSD design, CPU cache levels, and PCIe memory expansion). The repository is updated at least three times per week according to the README. Articles are stored as Markdown files organized by date and topic in subdirectories. Readers can browse the article list directly on GitHub. The project is written entirely in Chinese (Simplified) and is maintained by a single contributor who goes by karminski. Community contributions and corrections are welcome through issues or pull requests. The project is open source under the MIT license. The README does not describe any runnable software. The Python language tag in the repository likely reflects a small number of code examples or utility scripts rather than a standalone application.
← karminski on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.