Sita Docs
  1. Overview
  2. Reference
  3. Glossary

Glossary

Implemented

Searchable Sita terminology.

Terms

TermDefinition
SitaA façade-oriented AI decision-intelligence system and research instrument for decarbonisation in AEC. Not documented as a finished production product.
Structural MemoryProject-specific model graphs: elements, geometry, semantic relations and spatial (RCC8) relations derived from IFC/STEP.
Reference MemoryExternal/contextual knowledge used to reason: materials, cost, lifecycle, codes, and (today) synthetic catalogues. Configured on the Visual Decision Programming canvas.
Decision MemoryThe audit trail of a run: invocations, evidence, alternatives, human verdicts, closures and reports.
Planner AgentOrchestration and synthesis layer. Specialists do not make the project decision; the Planner coordinates them and hands alternatives to a human.
Specialised AgentA heuristic specialist — Material, Cost, Lifecycle, or Regulation — that reads Reference Memory and reports a finding to the Planner.
Project Knowledge GraphThe intended union of multiple model graphs under one project, with cross-model semantic connections. Today graphs are still keyed per file.
Model GraphA per-file :Model / :Element graph in Neo4j, produced by structural ingest.
Semantic RelationAuthoring-model relationships such as :CONTAINS and :CONNECTS, distinct from RCC8 spatial predicates.
Geometry OntologySita's façade ontology: element classes, semantic layer, RCC8 spatial layer, reference links and decision semantics.
RCC8Region Connection Calculus 8. Sita stores JEPD predicates on :SPATIALLY edges. Production classification is AABB unless SITA_GEOMETRY_ENGINE=occt.
Choice SpaceThe set of candidate alternatives before and after Reference Memory and agent constraints. Visualised as convergence; current charts may use simulated analytical data.
Planner ConvergenceThe narrowing from a broad candidate space to viable alternatives the Planner can hand to a human.
HITLHuman-in-the-loop. Sita produces informed alternatives; a named person records ACCEPT / REJECT / REQUEST_REVISION.
Break-evenCost-only lifecycle crossing year: installations(t) = 1 + floor(t / interval); cumulative = element_cost × installations. Carbon is not converted into money.
Graph AnalysisMachine-readable inspection of the project/model graph: counts, coverage, neighbourhoods, filters.
Semantic AnalysisHuman-readable views over the graph. Relation bands are implemented; eight other diagrams are planned.
AlternativeA structured option produced by a run — typically a per-element material swap with metrics, evidence and a graph delta.
EvidenceA frozen reference row or citation persisted on a DecisionRun. Not a live query.
ProvenanceFive keys: org_id, project_id, model_id, model_version_id, source_element_id. Absence is a statement, not a missing column.
Visual Decision ProgrammingThe Reference Memory canvas: agents, sources and skills wired as an acyclic evidence graph. This is the research instrument's configurable AI architecture.
Epistemic labelHow a value is known: deterministic_geometry, rule_derivation, synthetic_data, real_evidence, model_inference, llm_reasoning, human_choice.
10-step frameworkCanonical data-flow steps 1–9 in docs/sita-master-architecture §5. Step 10 is not named there.