{
  "id": "bbg-p0024-deployment-release-and-versioning-deployment",
  "title": "Open Source AI Stack",
  "chapter": "ai-models-and-llm-systems",
  "batch": "23",
  "rank": 227,
  "sourcePage": 24,
  "sourcePointer": "p. 24",
  "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 AI stack layers: frontend, app/runtime, models, data/vector storage, orchestration, and deployment",
      "retargeted from deployment to ai-models-and-llm-systems"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: frontend frameworks",
      "concept: AI application runtime",
      "concept: open models",
      "concept: vector database",
      "concept: deployment"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "app",
      "label": "Application layer",
      "x": 54,
      "y": 126,
      "w": 852,
      "h": 120
    },
    {
      "id": "ai",
      "label": "AI and data layer",
      "x": 54,
      "y": 286,
      "w": 852,
      "h": 120
    },
    {
      "id": "ops",
      "label": "Delivery layer",
      "x": 206,
      "y": 446,
      "w": 548,
      "h": 84
    }
  ],
  "shapes": [
    {
      "id": "frontend",
      "kind": "rect",
      "label": "Frontend",
      "detail": "AI UI",
      "x": 116,
      "y": 158,
      "w": 130,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "runtime",
      "kind": "rect",
      "label": "App runtime",
      "detail": "serve workflow",
      "x": 414,
      "y": 158,
      "w": 130,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "api",
      "kind": "gateway",
      "label": "API layer",
      "detail": "tools",
      "x": 708,
      "y": 148,
      "w": 130,
      "h": 78,
      "tone": "purple"
    },
    {
      "id": "model",
      "kind": "hex",
      "label": "Open model",
      "detail": "inference",
      "x": 180,
      "y": 308,
      "w": 130,
      "h": 78,
      "tone": "green"
    },
    {
      "id": "vector",
      "kind": "cylinder",
      "label": "Vector DB",
      "detail": "retrieval",
      "x": 414,
      "y": 312,
      "w": 130,
      "h": 74,
      "tone": "teal"
    },
    {
      "id": "orchestrate",
      "kind": "rect",
      "label": "Orchestration",
      "detail": "agent chain",
      "x": 650,
      "y": 318,
      "w": 130,
      "h": 58,
      "tone": "red"
    },
    {
      "id": "deploy",
      "kind": "rect",
      "label": "Deploy",
      "detail": "host monitor",
      "x": 414,
      "y": 462,
      "w": 130,
      "h": 52,
      "tone": "gray"
    }
  ],
  "connectors": [
    {
      "from": "frontend",
      "to": "runtime",
      "label": "request",
      "flow": "main"
    },
    {
      "from": "runtime",
      "to": "api",
      "label": "tools",
      "flow": "control"
    },
    {
      "from": "runtime",
      "to": "model",
      "label": "infer",
      "flow": "main"
    },
    {
      "from": "runtime",
      "to": "vector",
      "label": "retrieve",
      "flow": "data"
    },
    {
      "from": "runtime",
      "to": "orchestrate",
      "label": "compose",
      "flow": "async"
    },
    {
      "from": "deploy",
      "to": "runtime",
      "label": "run",
      "flow": "control",
      "dashed": true
    }
  ]
}
