Harvard's ML systems textbook is free to read, plus an AI assistant that answers on iMessage
Harvard put a full textbook on ML systems online for free, and it's the featured pick this week. Not something you install. Something you read, at mlsysbook.ai. It covers the layer most of us skip: hardware, quantization, deployment on tiny devices, what actually happens underneath the model. The industry is full of people (me included) who learned AI by calling APIs. This is the book for closing that gap, and it costs nothing. The other three are things you run. QwenPaw is a personal AI assistant that lives on your own hardware and talks to you through Discord, Telegram, even iMessage, no API key needed out of the box. Dify keeps showing up in production AI stacks: a workflow editor and RAG pipeline you can self-host on Docker. And Logto wants to be the auth system you own instead of rent, with SSO, MFA, and user management and no feature gates on the self-hosted version. A textbook, an assistant, a platform, and an auth layer. No grand theme this week, just four things worth your time.
Machine Learning Systems
The Lens
Machine Learning Systems is a free textbook from Harvard's CS249r course. It's not a tool you install. It's a book you read at mlsysbook.ai. Covers the full ML systems stack: hardware architectures, model optimization, deployment on microcontrollers, on-device training, benchmarking, and security. Written by Harvard professors with contributions from industry practitioners. Regular updates as the field moves. Fully free. No paywall, no premium chapters, no course enrollment required. The entire book is available online at mlsysbook.ai and the source is on GitHub. This is for anyone from students to senior engineers who want to understand ML systems beyond 'call the API.' If you're deploying models to production and don't understand quantization, pruning, or hardware-aware optimization, this fills that gap. The catch: it's an academic textbook. The writing is thorough but dense. If you want a quick practical guide to deploying a model on a Raspberry Pi, this will give you the theory but not the step-by-step tutorial. And the attention it gets is mostly students bookmarking the repo; the GitHub activity doesn't reflect active development in the traditional sense.
Your Personal AI Assistant; easy to install, deploy on your own machine or on the cloud; supports multiple chat apps with easily extensible capabilities.
The Lens
QwenPaw is a personal AI assistant you run yourself instead of renting from OpenAI. It ships with a local runtime so it works with no API key out of the box, and it also plugs into Ollama, LM Studio, and a dozen-plus cloud providers if you want bigger models. The hook is reach: it talks to you through Discord, Telegram, Lark, WeChat, DingTalk, even iMessage, and you extend what it can do with skills. It is open source under Apache-2.0, built by the team behind AgentScope, Alibaba's multi-agent framework. Self-hosting is the default here, not an afterthought. There is Docker support and a one-click path to deploy on Alibaba Cloud if you would rather not run it at home, in which case you pay for the cloud, not the software. It takes its own security seriously for a personal tool: a kernel-level sandbox, a Tool Guard, and a File Guard sit between the model and your machine, which matters once an assistant can run code and touch your files. For a solo developer or a tinkerer who wants an assistant that lives in their own chat apps and on their own hardware, this is one of the more complete self-hosted options going, and it costs nothing. Small teams can share an instance. There is no real large-team story here; it is a personal workstation, not a company-wide deployment, and that is fine. The catch is gravity. It is deep in the Alibaba and Qwen ecosystem, the docs are heavily multi-language, and a lot of the built-in channels (WeChat, DingTalk, Lark) point at a Chinese user base. None of that is a flaw, but if you expected a Western-defaults, English-first assistant, calibrate before you install.
Production-ready platform for agentic workflow development.
The Lens
Dify is a full platform for building AI applications, from simple chatbots to complex multi-step agent workflows. The open source version gives you the workflow editor, RAG pipeline, prompt management, and model integrations with every major provider. You can build and deploy production AI apps without writing much code. Self-hosting runs on Docker Compose with Postgres, Redis, and a few worker services. Not trivial, but the docs are solid and the community is massive. Expect to spend a few hours on initial setup and ongoing attention to model API keys, vector store config, and worker scaling. Solo developers and small teams get enormous value from the free self-hosted version. Dify Cloud starts at $59/mo per workspace if you want managed hosting, which makes sense once you have multiple team members and need usage controls. Enterprise pricing is custom. The catch: Dify does a lot, and that breadth means the learning curve is real. You will spend time understanding their abstraction layers before you ship anything. If you just need a simple RAG chatbot, this might be more platform than you need.
Auth infrastructure for SaaS and AI apps
The Lens
Logto is an auth platform you can self-host for free or use their cloud: login, signup, SSO, MFA, and user management for SaaS apps. Drop in their SDK, get a polished login experience, manage users through their admin console, done. It handles the stuff that's hard to build correctly: OAuth 2.0/OIDC compliance, social login (Google, GitHub, Apple), passwordless auth, MFA, organization management for B2B SaaS, and RBAC (role-based access control, controlling who can do what in your app). MPL-2.0 license. The self-hosted version is fully featured, no artificial feature gates to push you to cloud. The catch: auth is a 'get it wrong and you're on the news' category. Logto is well-built but younger than Auth0 or Keycloak. If you self-host, you're responsible for security patches and uptime of your auth system, and that's not something you want going down at 2am.
Get the next issue in your inbox
Free. No spam. Unsubscribe anytime.