# Projects

The projects are a workshop, not a single product. They share questions and habits—how to represent structure, how to measure uncertainty, and how to make systems observable—but most are independent repositories with their own runtime and release cycle.

# The public center

attobop.net is the publishing surface: the landing page is an interactive Rust/WebAssembly cellular-automata instrument, while the essays explain algorithms, probability, sensing, and representation. The figures and reproduction bundles make the essays checkable; the site does not need the other projects to run.

The coin-sampling and unseen-species essays are representative of the recurring pattern: start with a precise question, expose the assumptions, then connect the result to executable experiments. The colophon documents the publication machinery.

# Research and mathematical tools

These projects supply ideas and experiments for the writing; they are not dependencies of the public site.

# Developer and systems tools

The common thread here is operational rather than architectural: make a hard system inspectable, keep evidence close to the operation, and preserve clear boundaries between components.

# How the pieces fit

questions and observations
          │
          ├── essays and figures ──► attobop.net
          │                              │
          │                              └── reproducible explanations
          │
          ├── geometry, inference, sampling ──► research projects
          │                                      (subsume, fingerprints, flowmatch)
          │
          └── local systems and evidence ─────► developer tools
                                                 (metallix, netbraid, hypha, ...)

The arrows describe shared direction and feedback, not import dependencies. The projects can be built, tested, and used independently.