Tag
A detailed guide on building and understanding the TD4 4-bit DIY CPU kit from Aliexpress, covering soldering, schematics, and operation principles.
NielsRogge added a blog explaining the Moshi full-duplex voice model as a project page on Papers With Code, aiming to increase accessibility to the state-of-the-art architecture.
A post aimed at agent builders, offering tips or tools to improve existing implementations.
A detailed explanation of Perlin noise and its implementation in ClojureScript, including code snippets and a visualization of moving water filaments.
This tutorial explains how to create statically-linked executables for Haskell projects using Nix, covering configuration of GHC for static builds and integration with Docker.
A blog post detailing the author's experience learning Lustre, a type-safe functional frontend framework for Gleam, focusing on its Model-View-Update architecture and benefits for building web applications.
This article is a practical tutorial that details how to use the Cloudflare Workers/Pages free tier to deploy a low-cost VPN, based on the open-source project edgetunnel, and used with clients like Clash and Shadowrocket.
Recommended: A 60-minute video by a Cambridge MD and YouTube million-subscriber blogger, teaching beginners how to use Claude Code to improve life and work efficiency. Suitable for AI newcomers and existing users.
EveryonesLLM is an open-source Google Colab-based tutorial repository for building a nanoGPT-style LLM from scratch, with step-by-step chapters covering dataloading, embeddings, attention, training, and instruction tuning.
A guide on building a Voice AI capable of performing mathematical calculations and generating accurate quotes.
Promoting a complete Claude AI hands-on course, urging users to spend 1 hour learning how to build from scratch and automate tasks, gaining a new hard skill.
A walkthrough of common mistakes when using Hermes Agent and how to build effective workflows, crons, and dashboards for automation.
A blog post discussing the debate on gate normalization in Mixture of Experts (MoE) models.
This is an introductory tutorial video about GitHub, teaching users how to register, search, and download open-source projects from scratch.
A practical guide for non-coders on using Claude Code to build clickable prototypes and small internal tools by describing ideas in plain English, with step-by-step setup instructions.
This article recommends an open-source full-stack AI engineering course called 'ai-engineering-from-scratch', containing 503 lessons covering from mathematical foundations to production deployment, with 33.6k stars.
A comprehensive book explaining data compression techniques including information theory, coding methods, modeling, and transforms, targeting programmers with math skills.
A user built a fully offline and open-source RAG system on their laptop, emphasizing no data sent to OpenAI. They provide a 6-step guide.
This open-source tutorial 'Build Your Own Redis' teaches you to implement a fully functional Redis server from scratch using C/C++, with in-depth explanations of network programming, data structures, and low-level C, accompanied by code and detailed instructions.
Mastra released a course for beginners to build an AI agent with TypeScript, covering project structure, tools, MCP, memory, and deployment.