← Back to Reports

current-platform-architecture.md

NGIE-AI Current Platform Architecture

Snapshot date: July 6, 2026
Detailed reference: docs/NGIE_AI_ARCHITECTURE_OVERVIEW.md

What NGIE-AI Is Today

NGIE-AI is now a deterministic Business Knowledge Operating System that can ingest ecosystem websites, convert them into structured knowledge, build relationships, generate business intelligence, make rule-based recommendations, and produce client-ready ecosystem assessments without using AI APIs yet.

Websites
   ↓
Extraction Pipeline
   ↓
Knowledge Objects
   ↓
Search + Review + Explorer
   ↓
Knowledge Graph
   ↓
Business Intelligence
   ↓
Decision Engine
   ↓
Ecosystem Assessment
   ↓
Future Client Products

The current implementation includes an Industry Solutions bridge between the Decision Engine and Ecosystem Assessment.

Folder Flow

sources/
   ↓
knowledge/
   ↓
knowledge/objects/
   ↓
knowledge/relationships/     (logical; relationships currently live in objects)
   ↓
knowledge/graph/
   ↓
reports/
   ↓
reports/client-assessments/

Current Platform Summary

AreaCurrent status
Website pages processed137 across 6 websites
Metadata files137
Canonical knowledge objects137
Review29 approved; 100 pending; 3 needs revision; 5 rejected
Review warnings0 unresolved thin objects; 0 active duplicates
Graph859 nodes; 2,958 edges; 1 component; no orphans or dangling edges
Business Intelligence21.2% approved; 6 organizations; not ready for AI reasoning
Decision Engine6 deterministic business profiles
Industry Solutions6 blueprints; deployment disabled
Ecosystem AssessmentOperational and tested; JSON, Markdown, PDF placeholder
Workflow Engine3 deterministic workflows; allow-list, dry-run, fail-fast, and audit records
Sample assessment39/100; 17 approved supporting objects
ChatGPT preparationReady, but no official export is present

Component Status

#ComponentMain inputMain outputStatus
1Website Source Registrysources/websites.yamlActive source definitionsComplete
2Website Knowledge ExtractionRegistry and websitesknowledge/<site>/{raw,cleaned,pages,metadata,reports}Operational
3ChatGPT Export PreparationFuture conversations.jsonPrivate import folders and readiness checkPrepared; awaiting export
4Website Knowledge Object GeneratorPage Markdown and metadataknowledge/objects/*.jsonOperational; 137 objects
5Local Knowledge SearchCanonical objectsRanked local results and optional indexOperational
6Knowledge Review WorkflowCanonical objectsReview fields and status reportsOperational
7Knowledge ExplorerObjects and ID mapInteractive terminal explorationOperational
8Knowledge GraphObjects and relationshipsGraph JSON/JSONL and metricsOperational
9Business IntelligenceObjects and graphintelligence/* and BI reportOperational; gated
10Decision EngineObjects, graph, and BISix business profilesOperational
11Ecosystem AssessmentClient input and all downstream platform layersClient assessment JSON, Markdown, and PDFOperational and tested
12Workflow EngineWorkflow registry and local platform dependenciesAudited workflow runs and step logsOperational and tested

Component Connections

  1. The registry selects active sources.
  2. The crawler turns websites into raw HTML, cleaned HTML, Markdown, and metadata.
  3. The object generator normalizes extracted pages into the canonical schema.
  4. Search, review, and the Explorer expose and govern canonical objects.
  5. The graph materializes object relationships.
  6. BI summarizes quality, coverage, organizations, and graph signals.
  7. The Decision Engine creates organization profiles and rule-based candidates.
  8. Industry Solutions package approved evidence into industry blueprints.
  9. The Ecosystem Assessment combines declared client inputs with approved evidence and produces client-facing artifacts.
  10. The Workflow Engine makes refresh, validation, and assessment execution reproducible without adding autonomous behavior.

Architecture Observations Requiring Validation

  • knowledge/objects/ contains 137 canonical objects.
  • knowledge/classification-index.json and the persisted search index contain 322 derived documents. These must remain clearly separated from canonical counts.
  • There is no physical knowledge/relationships/ directory. Relationship fields are stored in objects and graph edges.
  • Website caps left 1,061 discovered URLs queued or deferred.
  • Only 29 canonical objects are approved, so BI correctly reports that the repository is not ready for AI reasoning.
  • Assessment recommendations are evidence-linked and deterministic, but the PDF is still a placeholder.
  • The official private ChatGPT export has not been imported.

Recommended Next Build

  1. Architecture validation report.
  2. Test assessment using one sample business.
  3. Assessment report template improvements.
  4. Simple local dashboard.
  5. AI reasoning layer after validation.

This report documents current state only. It does not introduce new runtime features.