Search papers, labs, and topics across Lattice.
The paper introduces REGAL, a registry-driven architecture for grounding LLM-based agents in enterprise telemetry, addressing challenges like limited context, semantic concept localization, and evolving metric interfaces. REGAL uses a Medallion ELT pipeline to produce semantically compressed telemetry and a registry-driven compilation layer to synthesize Model Context Protocol (MCP) tools from declarative metric definitions. A prototype implementation demonstrates deterministic grounding, improving latency, token efficiency, and operational governance.
Forget finetuning—REGAL shows how a clever architecture using deterministic telemetry computation and semantic compilation can deterministically ground LLMs in enterprise data, boosting efficiency and governance.
Enterprise engineering organizations produce high-volume, heterogeneous telemetry from version control systems, CI/CD pipelines, issue trackers, and observability platforms. Large Language Models (LLMs) enable new forms of agentic automation, but grounding such agents on private telemetry raises three practical challenges: limited model context, locally defined semantic concepts, and evolving metric interfaces. We present REGAL, a registry-driven architecture for deterministic grounding of agentic AI systems in enterprise telemetry. REGAL adopts an explicitly architectural approach: deterministic telemetry computation is treated as a first-class primitive, and LLMs operate over a bounded, version-controlled action space rather than raw event streams. The architecture combines (1) a Medallion ELT pipeline that produces replayable, semantically compressed Gold artifacts, and (2) a registry-driven compilation layer that synthesizes Model Context Protocol (MCP) tools from declarative metric definitions. The registry functions as an"interface-as-code"layer, ensuring alignment between tool specification and execution, mitigating tool drift, and embedding governance policies directly at the semantic boundary. A prototype implementation and case study validate the feasibility of deterministic grounding and illustrate its implications for latency, token efficiency, and operational governance. This work systematizes an architectural pattern for enterprise LLM grounding; it does not propose new learning algorithms, but rather elevates deterministic computation and semantic compilation to first-class design primitives for agentic systems.