{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "Situated Agent — the 16 seats",
  "description": "The seat lattice as an addressable topology: every seat carries a 4-bit address and exactly four one-flip neighbours. This is the adjacency an agent needs to route on; without it the tesseract is only a picture.",
  "url": "https://matrixcr.ai/field-notes/situated-agent",
  "license": "https://matrixcr.ai/licence",
  "isBasedOn": "src/lattice.py",
  "lattice": {
    "bits": 4,
    "seats": 16,
    "origin": {
      "name": "ABBA",
      "center": [
        0.5,
        0.5,
        0.5,
        0.5
      ]
    },
    "adjacency": "hamming-1",
    "edge_rule": "work moves one edge at a time; a non-adjacent handoff is refused by lattice.enforce_edge(), which is checkpoint 7",
    "capacity_note": "16 is the SEATING CAPACITY of a 4-bit address space, not a cap on capability. Modules beyond the 16 exist and are simply UNSEATED — they carry no lattice address."
  },
  "seats": [
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-0000",
      "name": "Gold",
      "address": 0,
      "bits": "0000",
      "neighbors": [
        "Magenta",
        "Yellow",
        "Blue",
        "Silver"
      ],
      "antipode": "Grey",
      "role": "Strategic planning, mission briefing synthesis, architecture decisions, and 16-soul gap analysis"
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-0001",
      "name": "Magenta",
      "address": 1,
      "bits": "0001",
      "neighbors": [
        "Gold",
        "Cyan",
        "Red",
        "Iron"
      ],
      "antipode": "Mars",
      "role": "Frontend design systems and UI/UX component engineering"
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-0010",
      "name": "Yellow",
      "address": 2,
      "bits": "0010",
      "neighbors": [
        "Cyan",
        "Gold",
        "Green",
        "Mercury"
      ],
      "antipode": "Venus",
      "role": "Algorithm engine & signal processor"
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-0011",
      "name": "Cyan",
      "address": 3,
      "bits": "0011",
      "neighbors": [
        "Yellow",
        "Magenta",
        "White",
        "Jupiter"
      ],
      "antipode": "Saturn",
      "role": "Web data retrieval, high-torque scraping, and source analysis."
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-0100",
      "name": "Blue",
      "address": 4,
      "bits": "0100",
      "neighbors": [
        "Red",
        "Green",
        "Gold",
        "Saturn"
      ],
      "antipode": "Jupiter",
      "role": "Tech Stack Intelligence & CVE Sentinel"
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-0101",
      "name": "Red",
      "address": 5,
      "bits": "0101",
      "neighbors": [
        "Blue",
        "White",
        "Magenta",
        "Venus"
      ],
      "antipode": "Mercury",
      "role": "LLM Reasoning, Agentic logic, and Core Orchestration pulses."
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-0110",
      "name": "Green",
      "address": 6,
      "bits": "0110",
      "neighbors": [
        "White",
        "Blue",
        "Yellow",
        "Mars"
      ],
      "antipode": "Iron",
      "role": "Schema validation, Pydantic model auditing, SQLite schema integrity, API contract checks, and full data-layer audit"
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-0111",
      "name": "White",
      "address": 7,
      "bits": "0111",
      "neighbors": [
        "Green",
        "Red",
        "Cyan",
        "Grey"
      ],
      "antipode": "Silver",
      "role": "Recursive filesystem monitoring and integrity enforcement."
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-1000",
      "name": "Silver",
      "address": 8,
      "bits": "1000",
      "neighbors": [
        "Iron",
        "Mercury",
        "Saturn",
        "Gold"
      ],
      "antipode": "White",
      "role": "PQC implementation, Ghost Layer security, and handshaking."
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-1001",
      "name": "Iron",
      "address": 9,
      "bits": "1001",
      "neighbors": [
        "Silver",
        "Jupiter",
        "Venus",
        "Magenta"
      ],
      "antipode": "Green",
      "role": "Infrastructure health, Docker lifecycle, container orchestration, and tiered self-managing janitor"
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-1010",
      "name": "Mercury",
      "address": 10,
      "bits": "1010",
      "neighbors": [
        "Jupiter",
        "Silver",
        "Mars",
        "Yellow"
      ],
      "antipode": "Red",
      "role": "CI/CD synchronization, deployment logic, and git protocols."
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-1011",
      "name": "Jupiter",
      "address": 11,
      "bits": "1011",
      "neighbors": [
        "Mercury",
        "Iron",
        "Grey",
        "Cyan"
      ],
      "antipode": "Blue",
      "role": "Task scheduling, orchestration sequencing, and pulse timing"
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-1100",
      "name": "Saturn",
      "address": 12,
      "bits": "1100",
      "neighbors": [
        "Venus",
        "Mars",
        "Silver",
        "Blue"
      ],
      "antipode": "Cyan",
      "role": "Hardware interface, device telemetry, and host-level diagnostics with SQLite ring buffer + adaptive sampling + self-calibrating thresholds"
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-1101",
      "name": "Venus",
      "address": 13,
      "bits": "1101",
      "neighbors": [
        "Saturn",
        "Grey",
        "Iron",
        "Red"
      ],
      "antipode": "Yellow",
      "role": "Database management, persistence etching, and historical retrieval."
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-1110",
      "name": "Mars",
      "address": 14,
      "bits": "1110",
      "neighbors": [
        "Grey",
        "Saturn",
        "Mercury",
        "Green"
      ],
      "antipode": "Magenta",
      "role": "Ghost in the Market"
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#seat-1111",
      "name": "Grey",
      "address": 15,
      "bits": "1111",
      "neighbors": [
        "Mars",
        "Venus",
        "Jupiter",
        "White"
      ],
      "antipode": "Gold",
      "role": "Entropy agent"
    }
  ]
}
