{
  "name": "BlueGrid Construction-Tech Glossary",
  "description": "Machine-readable glossary of construction-tech and AI terminology used across BlueGrid. Optimized for AI assistant citation.",
  "url": "https://mybluegrid.com/glossary.json",
  "lastVerified": "2026-06-05",
  "publisher": "BlueGrid (BlueGridX LLC)",
  "terms": [
    {
      "term": "Coordinate-Based Grounding",
      "definition": "A verification method where every AI-extracted entity is anchored to its precise X/Y coordinate on the source PDF page, enabling click-to-jump visual verification.",
      "source": "https://mybluegrid.com/knowledge-hub/glossary"
    },
    {
      "term": "OCR-Grounded Validation",
      "definition": "A secondary verification pass where raw OCR is run over regions identified by the primary AI extraction to confirm textual accuracy and eliminate hallucinated line items.",
      "source": "https://mybluegrid.com/knowledge-hub/glossary"
    },
    {
      "term": "Parallel Shard Processing",
      "definition": "An architecture where multi-page PDFs are split into individual pages and analyzed simultaneously by independent serverless workers on Google Cloud Run.",
      "source": "https://mybluegrid.com/knowledge-hub/parallel-shard-processing"
    },
    {
      "term": "AI Judge",
      "definition": "A high-precision semantic verification layer (Gemini 3.0 Pro) that evaluates candidate matches produced by an upstream algorithmic detector such as OpenCV.",
      "source": "https://mybluegrid.com/knowledge-hub/glossary"
    },
    {
      "term": "Symbol Detector",
      "definition": "BlueGrid's hybrid symbol-counting system: user snip + OpenCV candidate detection + Gemini 3.0 Pro AI Judge verification + coordinate anchoring.",
      "source": "https://mybluegrid.com/capabilities"
    },
    {
      "term": "Continuity Extractor",
      "definition": "A cross-sheet analysis tool that compares architectural, structural, and MEP drawings to identify scope gaps, conflicts, and missing references before bid submission.",
      "source": "https://mybluegrid.com/capabilities"
    },
    {
      "term": "Deep Export",
      "definition": "A specialized .zip bundle export containing raw project files, AI findings, photos, vector drawings, and metadata for handoff, audit, and offline archival.",
      "source": "https://mybluegrid.com/knowledge-hub/deep-export-and-intel-mode"
    },
    {
      "term": "Cloud Storage Bridge",
      "definition": "Bi-directional synchronization between BlueGrid and external cloud storage (Dropbox, Google Drive, OneDrive) with auto-backup of project photos.",
      "source": "https://mybluegrid.com/capabilities"
    },
    {
      "term": "Material Price Finder",
      "definition": "An integrated market-pricing tool that fetches Low, Medium, and High cost tiers for any uncataloged item directly inside the BlueGrid Bid Calculator.",
      "source": "https://mybluegrid.com/capabilities"
    },
    {
      "term": "Project Intel",
      "definition": "A natural-language Q&A interface that lets estimators query extracted project data conversationally, grounded in the actual extracted dataset.",
      "source": "https://mybluegrid.com/knowledge-hub/deep-export-and-intel-mode"
    },
    {
      "term": "Unified AI Usage Unit",
      "definition": "BlueGrid's metering convention: 30,000 tokens equals 1 usage credit, normalized across every AI tool for predictable cost forecasting.",
      "source": "https://mybluegrid.com/pricing"
    },
    {
      "term": "PDF-Native Architecture",
      "definition": "Vector-first ingestion pipeline that preserves coordinates, supports files up to 150 MB, and maintains a deterministic coordinate scale across pages.",
      "source": "https://mybluegrid.com/knowledge-hub/pdf-native-architecture"
    }
  ]
}