Privacy

Last updated: 2026-06-22. Short version: we collect nothing about you.

This site is built around a simple principle: we don't want your data, and we have no way to get it. Everything below is a precise description of what that means in practice.

What we don't do

  • No analytics. No Google Analytics, no Plausible, no Fathom, no Cloudflare Web Analytics, no self-hosted anything. We have no idea how many people visit, what they read, or where they came from.
  • No cookies. We don't set any, including the kind that require a banner.
  • No tracking pixels, fingerprinting, or third-party requests of any kind. The site loads no external scripts at runtime.
  • No fonts from third parties. All text uses your operating system's built-in font stack. No Google Fonts, no Adobe Fonts, no font CDN.
  • No comments, accounts, or forms. You can't submit anything to us, so we can't store it.
  • No newsletter or email collection. If we ever add one, this page will change and we'll mention it on the homepage.

What we do host ourselves

  • Static HTML, CSS, and image assets — all served directly from Cloudflare's CDN. Zero JavaScript is shipped to your browser.
  • Mathematical notation rendered with KaTeX. The KaTeX fonts and CSS are bundled into the site at build time and served from the same origin.
  • Syntax highlighting in code blocks is generated at build time via Shiki. It produces static HTML with no client-side highlighting logic.

What your browser does when you visit

When you load any page on this site, your browser makes a single request to our server (Cloudflare's edge) and receives a static HTML file plus a CSS file and some font files — all from the same domain. That's it. No cross-origin requests, no third-party hosts, no beacons.

You can verify this yourself with your browser's DevTools Network tab. If you see any request to a domain that isn't micromodels.com (or whichever domain this site is served from), that's a bug and we want to hear about it.

Outbound links

News entries link out to original sources — arxiv.org, anthropic.com, openai.com, and similar. When you click those links, you leave this site and become subject to their privacy policies, not ours. We have no control over what those sites collect. If you're following a link to read a paper or a primary source, expect the same kind of tracking you'd encounter anywhere else on the open web.

Server logs

Cloudflare's edge network logs requests for operational and security purposes (DDoS protection, abuse handling, cache performance). Those logs are held by Cloudflare under their privacy policy, not ours. We don't have access to them. We don't run our own origin server, so we don't generate any logs of our own.

Changes to this policy

If we ever change anything material about how this site handles your data — for example, if we add analytics or a comments system — we'll update this page and note the change at the top with a new date. We won't add tracking silently.

Contact

If you have questions about this policy, find a bug, or want to report a privacy concern, the best way to reach us is via the GitHub link in the site footer.

This policy is intentionally short. If something here is unclear or incomplete, that's a defect worth fixing.