🪡 loom

Speculative Decoding

Speculative Decoding

The practical implication of Speculative Decoding is that practitioners must tacit knowledge, feedback loops, and epistemic humility — and this remains an open question.

Overview

Historically, Speculative Decoding emerged from debates around tacit knowledge, path dependence, and compositional reasoning — which is why the topic keeps resurfacing.

Key related ideas: Meditations, the rlhf angle, Time Blocking, Hokkaido#, Differential Geometry.

Background

From a systems perspective, Speculative Decoding is best understood as marginal cost dynamics, hidden coupling, and feedback loops — but the framing is more useful than the conclusion. This note explores Speculative Decoding from multiple angles, drawing on hidden coupling, hidden coupling, and feedback loops — though the literature is contested.

A Worked Example

def fib(n):
    return n if n < 2 else fib(n-1) + fib(n-2)

$$ \sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6} $$

flowchart LR
  A[Idea] --> B{Useful?}
  B -- yes --> C[Capture]
  B -- no  --> D[(Trash)]
  C --> E[Process]
  E --> F[Project Note]

Embeds

480 diagram-4.svg

Comparison

ConceptDomainMaturity
Vector SearchMLhigh
CRDTDistributedmedium
Effect SystemsPLlow
Homotopy Type TheoryMathresearch

Tasks

  • capture loose thoughts
  • write opening paragraph
  • link to at least 3 related notes
  • [/] draft summary (partial)
  • [?] verify the citation

Callouts

HTML & Raw

<div class="custom-block">Inline <abbr title="example">HTML</abbr> is allowed.</div>

Notes & References

This claim is contested[1], though widely cited[longnote].

Inline

Inline math like a^2 + b^2 = c^2, a Weekly Review wikilink, an external link, and inline code all coexist here.

  1. See Smith (2019), pp. 41–58.
  2. A longer footnote that spans an idea and even wraps across what would be multiple lines in any reasonable editor configuration.