Search papers, labs, and topics across Lattice.
This paper introduces an architectural pattern that integrates large language models (LLMs) with deterministic edge inference systems for generating stakeholder-specific reports in agricultural flood detection. By enforcing unidirectional consumption and utilizing a persona-as-configuration approach, the authors ensure that the generative layer remains non-deterministic while the edge system retains its auditability and replayability. The proposed method received positive evaluations across multiple quality dimensions, particularly for its effective separation of concerns, indicating its potential for reliable stakeholder communication in cyber-physical systems.
Stakeholder-specific reporting in agricultural flood detection can now leverage LLMs without sacrificing the auditability of deterministic systems.
Cyber-physical systems built on deterministic edge inference, such as on-vehicle flood detection for agricultural fields, produce structured decision logs that must be interpreted differently by heterogeneous stakeholders. Pairing such systems with large language models (LLMs) to generate stakeholder-specific reports introduces a tension: the generative layer is non-deterministic, while the edge plane must remain replayable and auditable. We propose an architectural pattern resting on two invariants: unidirectional consumption, in which the generative layer is a strict read-only consumer of the deterministic plane and never writes back, and persona-as-configuration, in which stakeholder adaptation is a versioned prompt-template artifact rather than runtime improvisation. We instantiate the pattern as a context-aware dashboard layer over the JSON decision logs of a previously published edge-based standing-water detection system, and analyse how the integration boundary admits standard generative-reliability mitigations as configuration- or middleware-level extension points. A structured expert review rated the pattern favourably across five ISO/IEC 25010-aligned quality dimensions, with strongest agreement on separation of concerns. End-user evaluation with agricultural stakeholders is planned for future work.