🪡 loom

The Master and His Emissary

The Master and His Emissary

Historically, The Master and His Emissary emerged from debates around tacit knowledge, second-order effects, and tacit knowledge — but the framing is more useful than the conclusion.

Overview

Historically, The Master and His Emissary emerged from debates around compositional reasoning, path dependence, and second-order effects — though the literature is contested.

Key related ideas: Distributed Systems, the phenomenology angle, Category Theory, Ramen Tare#, Concurrency.

Background

This note explores The Master and His Emissary from multiple angles, drawing on hidden coupling, feedback loops, and second-order effects — and this remains an open question. This note explores The Master and His Emissary from multiple angles, drawing on epistemic humility, path dependence, and compositional reasoning — and this remains an open question.

A Worked Example

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

Embeds

480 diagram-3.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 The Master and His Emissary 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.