Why it matters왜 중요한가
01
From transient reasoning to an explicit asset일회성 추론에서 명시적 프로세스 자산으로
Externalizing the task procedure makes it inspectable before it runs. A process can be traced, reviewed by a domain expert, reused, accumulated in the Process Library, and optimized at design time rather than re-derived at runtime.
작업 절차를 외부화하면 실행 전에 확인할 수 있습니다. 프로세스는 추적과 전문가 검토, 재사용이 가능하고, Process Library에 축적되며, 실행 중이 아니라 설계 단계에서 최적화됩니다.
02
Computation shifts from runtime to design time실행 중 반복되던 추론을 설계 단계에서 선행
APG spends resources up front on process design, then reuses the finalized process across repeated operation — instead of re-forming the task procedure, the tool selection and the invocation order on every execution.
APG는 프로세스 설계에 초기 자원을 투입하고, 확정된 프로세스를 반복 운영에서 재사용합니다. 매 실행마다 작업 절차와 도구 선택, 호출 순서를 다시 구성하지 않습니다.
03
A common framework across building services다양한 building service를 위한 공통 프로세스 설계 체계
APG is not bound to one service logic. From a service's expert and tool specifications, the same framework designs, verifies and provisions its task procedure as an explicit process. In the study, Steps 1–5 were applied unchanged to fault detection and diagnosis, IAQ monitoring and room-load monitoring; each produced a different process, shaped by that service's own information requirements.
APG의 초점은 특정 서비스 로직이 아니라, 서비스별 전문가·도구 사양으로부터 작업 절차를 명시적 프로세스로 설계·검증·제공하는 공통 체계에 있습니다. 논문에서는 동일한 Step 1–5를 고장 검출·진단, 실내공기질 모니터링, 실별 부하 모니터링에 그대로 적용했고, 각 서비스의 정보 요구에 따라 서로 다른 프로세스가 구성되었습니다.