
Share
David Such's "Embedded AI" skips the theory-heavy approach and goes straight to the engineering tradeoffs, from tensor arena sizing to sensor noise, across 25+ hands-on projects for Arduino and Pico hardware.
Training a model is the easy part. Getting that model to run reliably on a microcontroller with a few hundred kilobytes of RAM, while pulling in clean sensor data and not falling over when the breadboard connection gets flaky, is where most embedded AI projects actually die. That's the gap David Such's new book, "Embedded AI: Intelligence at the Deep Edge," is aiming squarely at.
Published by No Starch Press this September, the 600-page book comes from someone who's spent 30-plus years in embedded systems, including senior roles at Serco Australia, Honeywell, and Tyco. Such now runs Reefwing Software, building IoT devices, robotics platforms, and drone flight control systems. That background shows up in the book's framing: this isn't a machine learning course with an embedded chapter tacked on. It's an embedded engineering book that happens to cover ML, sensor fusion, and deployment as core engineering disciplines.
The pitch is explicit: no machine learning experience required. Instead, the book assumes you already know how to build embedded systems and walks you through making them intelligent. That's a meaningful distinction for the target audience, because most "edge AI" content out there is written by ML practitioners bolting hardware onto their models, not hardware engineers bolting models onto their systems.
The book is structured in three parts, moving from foundations to sensor work to full systems, and it backs up the theory with more than 25 hands-on projects. Each comes with downloadable source code, schematics, PCB designs, and datasets, so you're not just reading about tensor arenas, you're sizing one yourself when it's too small.
Some of the flagship builds:

That last one is a good example of the constraints this book lives in. Running inference on a camera board means dealing with limited compute, limited memory, and real power budgets, not the abundant GPU memory most ML tutorials assume. The book's chapter structure reflects that reality. Part I covers the path to embedded AI, embedded systems basics, applied ML, deep learning fundamentals, and exploratory data analysis. Part II shifts into sensor territory: smart sensors, IMU (inertial measurement unit) data preprocessing, and sensor fusion, the process of combining multiple sensor inputs into a single, more reliable estimate. Part III is where it all comes together, with dedicated chapters on sensor ML, real-time audio noise suppression, the MIDI synthesizer build, hot word detection, and an Arduino battery monitor and logging shield.
The hardware requirements are refreshingly accessible. Most projects run on an Arduino UNO or a Raspberry Pi Pico, with a handful of projects calling for specialized boards. On the software side, you'll need Python with TensorFlow, the Arduino IDE, and the Raspberry Pi Pico SDK, all free. No Starch has published a full hardware and software requirements list separately, and there's a free sample, Chapter 9 on Sensor Machine Learning, available for download if you want to see the actual teaching style before buying.
That accessibility matters. A lot of embedded AI education either assumes you have access to expensive dev kits or hand-waves past the parts where things go wrong. Such's pitch is that this book covers exactly those failure modes: noisy sensor data, undersized tensor arenas, flaky hardware, the stuff that eats real project time and rarely gets a chapter in a textbook. Whether you're an embedded developer trying to add AI features to an existing product, an ML practitioner making the jump to constrained hardware, or a maker who's outgrown beginner tutorials, the book is positioned as the missing middle layer between "I trained a model in a notebook" and "I shipped a device."
The technical throughline here is resource constraint as a first-class design problem, not an afterthought. Deep learning on a microcontroller means every architectural decision, model size, quantization, sampling rate, buffer size, gets shaped by what the hardware can physically hold and how fast it can execute. That's a different mental model than cloud or even mobile ML work, where you're usually optimizing for cost or latency rather than fighting for kilobytes.
The sensor fusion and IMU preprocessing chapters point at another underappreciated reality of edge AI: the model is often the easy 20%, and cleaning, aligning, and fusing sensor streams is the hard 80%. Projects like the self-training battery monitor also hint at a broader theme in on-device AI right now, systems that generate their own labeled data in the field rather than relying entirely on pre-collected datasets. That's a practical workaround for one of embedded ML's oldest problems: you often can't get enough representative training data until the device is already deployed.
For engineers who've been circling embedded AI but weren't sure where to start without a formal ML background, this book's core promise, understanding the engineering decisions behind every design choice, is the part that actually transfers to real projects. Knowing why a tensor arena is too small teaches you more than any pre-sized template ever will.
Tags
Original Sources
About the author
Kai built ML infrastructure at a Bay Area startup before developing an obsession with transformer architectures and inference optimisation that eventually pulled him out of product work entirely. A stint at a compute research lab sharpened his instinct for what actually matters in a model release versus what is marketing. He writes from the inside — from the perspective of someone who has debugged the systems he is describing at three in the morning. He is allergic to hype and instinctively drawn to the unglamorous plumbing questions that everyone else skips over.
More from The Engineer →This Week's Edition
18 September 2026
25 articles
Related Articles

Medicare's AI Push Meets a Discovery Problem for Health Chatbots
Products & Applications · 5 min

Microsoft's Internal AI Rollout Offers a Data Point on Enterprise Transformation Economics
Finance & Markets · 5 min

Kennedy Reshapes Key Preventive Health Panel With Specialist-Heavy Appointments
Policy & Regulation · 5 min
Related Articles

Medicare's AI Push Meets a Discovery Problem for Health Chatbots
Products & Applications · 5 min

Microsoft's Internal AI Rollout Offers a Data Point on Enterprise Transformation Economics
Finance & Markets · 5 min

Kennedy Reshapes Key Preventive Health Panel With Specialist-Heavy Appointments
Policy & Regulation · 5 min
More Stories
© 2026 Cedar & Bloom. All rights reserved.