Leanpub Header

Skip to main content

110 Autopsies: C++ and LLM Systems

Two forensic collections. 110 real investigations into C++ and LLM systems that compile, run, and quietly lie. Trace the evidence, uncover the root cause, and see how each failure was fixed.

Bought separately

$42.00

$36.00

You pay

Author earns

$

Also available for 2 book credits with a Reader Membership

The following 2 books are included in this bundle...

These books have a total suggested price of $42.00. Get them now for only $36.00!
About

About

About the Bundle

Two forensic collections in one bundle: ten investigations into C++ programs that compile clean, run to completion, and quietly lie — and a hundred into LLM systems that fail the same way, without crashing. Same method, two languages, 110 real cases with root cause and fix.

Books

About the Books

C++ AUTOPSY

C++ AUTOPSY

Ten Investigations into Code that Compiled, Ran, and Lied

Every bug in this book passed the compiler. Every bug ran to completion. Every bug returned exit code zero. None of them told the truth.

Most C++ books teach you how to write code. This one teaches you how to investigate it.

C++ Autopsy presents ten forensic investigations into programs that appear perfectly healthy: they compile cleanly, execute normally, and quietly produce the wrong result. No syntax errors. No crashes. No obvious clues. Just evidence waiting to be examined.

Each case unfolds like a real investigation. You begin at the crime scene with a minimal, reproducible program. You examine the evidence, question the suspects—including one deliberate red herring—inspect real diagnostic output from professional tools, identify the true cause, and verify the fix. Every conclusion is backed by the C++ standard, compiler behavior, or observable runtime evidence.

Along the way, you'll uncover some of the language's most deceptive pitfalls: undefined behavior, lifetime errors, memory corruption, concurrency bugs, numerical surprises, optimizer assumptions, and subtle violations of the Standard Library's contracts. Some cases are caught immediately by modern tools. Others pass every warning, every sanitizer, and every test—exactly the kinds of defects that reach production.

Whether you write systems software, libraries, game engines, or high-performance applications, this book will change the way you debug C++. Instead of asking, "Why did my program crash?" you'll learn to ask the more dangerous question:


Development Methodology

This book was created through a process that combines careful human planning, content direction, and advanced AI technology, followed by thorough refinement and review to ensure a high-quality final work.

Why did it appear to work?

For intermediate and advanced C++ developers. Every example compiles with C++20. Every case is real. Every verdict is earned.

100 LLM Autopsies

100 LLM Autopsies

What broke, why nobody noticed, and how it was found


A model that crashes is a good day.

Crashes have stack traces. They have a line number, a repro, an owner, and a fix that either works or does not. Nobody debates for three weeks whether a segmentation fault is real.

The failures in this book do not crash. They return an answer — fluent, well-formed, confident, and wrong by four percent. They pass the test suite. They ship. They sit in production for months while a team optimises around them, and they are found eventually by accident, or by an outsider, or by someone who finally opened an artifact that had been sitting there since the first deployment.
This book was created through a process that combines careful human planning, content direction, and advanced AI technology, followed by thorough refinement and review to ensure a high-quality final work.

This is a book of one hundred such failures, opened up and examined.

Not a book about models being unreliable

Of the hundred cases here, the number caused by the model's weights being wrong is very small. The rest live in the machinery around it: a tokenizer, a template, a mask, a cache key, a config default, a retry, a metric. Those are ordinary software components, and they fail in ordinary software ways.

What makes them hard is that the system's output stays plausible while they fail — so nothing alerts, nothing throws, and the only signal is a number that is slightly worse than it should be.

  • A duplicated beginning-of-sequence token that cost seven points of instruction adherence.
  • An evaluation whose score changed by four points depending on the order the questions were asked in.
  • A prefix cache bounded by entry count, and therefore unbounded in memory.
  • A safety mask that, when retrieval returned nothing, made the model answer from a uniform blend of everything.
  • Two identical support tickets, classified differently, every time, correctly.

Four levels, defined by how much you must hold in your head

The cases are not organised by topic. They are organised by how much of the system you must understand at once to find the bug.

  • Level I — Beginner (01–30). One model, one machine, one request. Every bug is visible in an artifact somebody could have opened on the first day: a token array, a request body, a startup log, a cache key.
  • Level II — Intermediate (31–60). The bug does not exist for a single request. It is created by grouping, batching, adapting, indexing or training. You now need to reproduce a situation, not an input.
  • Level III — Advanced (61–85). Load, time, kernels, replicas. These bugs do not exist on your laptop, and several do not exist until the system has been running for six hours.
  • Level IV — Expert (86–100). The deceptive cases. The evidence is complete, the reasoning is sound, and the conclusion is wrong.

Every case follows the same rhythm

Case card, report, evidence, a failed suspect or two, the turn, the verdict, the fix — and where relevant, what the fix broke. Then the lesson, generalised past the specific bug, and a diagnostic instrument you keep.

The failed suspects are not padding. Learning which plausible explanations to discard is most of the skill, and a book that shows only correct reasoning teaches nothing about how to reason before you know the answer.

What you actually keep

If you remember a hundred bugs, you have learned a hundred bugs, and the hundred and first will be new.

So the cases are not the payload. Running through them is a set of 63 instruments — small, cheap, reusable diagnostic procedures, each introduced inside the case that makes you want it. Most take under twenty minutes to build; several are a single assertion. They share one property:

Every one of them answers a question about what is actually happening, rather than what the code says should be happening.

On evidence, and on trust

Every case card carries an Evidence basis line, with one of four values — documented incident, documented behaviour, reconstructed, or composite — because you are entitled to know how much of what you are reading actually happened. Most cases are reconstructed, and the book says so on the page rather than implying a hundred first-hand war stories.

What is not reconstructed is the mechanism. Every root cause is a real failure mode of real software. Where a case reports a measurement, the arithmetic in the table reconciles. Where a case gives you code as a fix, the code runs.

Who this is for

Anyone who has shipped a system with a language model inside it and has had the experience of not being able to explain what it just did. You do not need to have trained a model. You do need to be comfortable reading code — Python where models, training and evaluation live; C++ and configuration where engines and serving live.

What it is not

It is not about prompt engineering. It is not an API reference. And it is not a book about models being unreliable — almost every model in these hundred cases behaved exactly as it was built to behave. It was given two beginning-of-sequence tokens, or a mask that let it attend to padding, or a prompt in a format it had never been trained on, and it did the only thing it could do with what it was handed.

The model is rarely the patient. It is usually the witness.

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

See full terms...

Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earned over $15 million writing, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub