{
  "id": "bbg-p0147-ai-models-and-llm-systems",
  "title": "LLM Glossary Map",
  "chapter": "ai-models-and-llm-systems",
  "batch": "04",
  "rank": 33,
  "sourcePage": 147,
  "sourcePointer": "p. 147",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "architecture",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render and extracted text inspected",
      "preserve glossary categories: model types, training, prompts, embeddings, context, and evaluation",
      "omit decorative source layout"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: model types",
      "concept: pretraining and RLHF",
      "concept: fine tuning LoRA guardrails",
      "concept: prompts and context windows",
      "concept: embeddings evaluation"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "models",
      "label": "Models",
      "x": 54,
      "y": 126,
      "w": 250,
      "h": 320
    },
    {
      "id": "adapt",
      "label": "Training and adaptation",
      "x": 354,
      "y": 126,
      "w": 250,
      "h": 320
    },
    {
      "id": "use",
      "label": "Use and evaluate",
      "x": 654,
      "y": 126,
      "w": 250,
      "h": 320
    }
  ],
  "shapes": [
    {
      "id": "foundation",
      "kind": "hex",
      "label": "Foundation",
      "detail": "base model",
      "x": 108,
      "y": 166,
      "w": 132,
      "h": 78,
      "tone": "purple"
    },
    {
      "id": "types",
      "kind": "rect",
      "label": "Model types",
      "detail": "instruction multimodal SLM",
      "x": 116,
      "y": 314,
      "w": 142,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "train",
      "kind": "rect",
      "label": "Pretraining",
      "detail": "RLHF DPO data",
      "x": 406,
      "y": 162,
      "w": 142,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "tune",
      "kind": "rect",
      "label": "Fine tuning",
      "detail": "LoRA guardrails",
      "x": 420,
      "y": 314,
      "w": 142,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "prompt",
      "kind": "rect",
      "label": "Prompts",
      "detail": "system user few-shot",
      "x": 696,
      "y": 162,
      "w": 142,
      "h": 58,
      "tone": "teal"
    },
    {
      "id": "eval",
      "kind": "rect",
      "label": "Evaluation",
      "detail": "quality safety",
      "x": 720,
      "y": 314,
      "w": 142,
      "h": 58,
      "tone": "red"
    }
  ],
  "connectors": [
    {
      "from": "foundation",
      "to": "types",
      "label": "specialize",
      "flow": "main"
    },
    {
      "from": "foundation",
      "to": "train",
      "label": "train",
      "flow": "control"
    },
    {
      "from": "train",
      "to": "tune",
      "label": "adapt",
      "flow": "main"
    },
    {
      "from": "tune",
      "to": "prompt",
      "label": "serve",
      "flow": "main"
    },
    {
      "from": "prompt",
      "to": "eval",
      "label": "measure",
      "flow": "control"
    }
  ]
}
