|
|
|
|
|
by overu589
534 days ago
|
|
While playing a modern sandbox adventure game, I became enamored by the logic loop system. Essentially everything is a little machine with inputs and outputs all responding reactively to world state changes. Everything having an interface and a simple list style prioritization. Clicking on anything will show its last message (such as an error message, or that it is working fine.) There could be a “global chat” where everything logs (that environment didn’t have a helpful combined log.) It gave me (a business applications developer) a dream for a simulated environment where our business processes have well defined interfaces (StrictYAML?) and they interact in a world simulation environment (for which inputs and outputs could be interfaces with the real world. Feel me? So I could write an “agent” (logical not necessarily LLM) which performs a data task (periodic searches for a pattern.) these roll up world state and your watchdog agent alerts when preconditions are met (volume, failure rate, drastic change in some frequency.) An effective sandbox for simulation and emulation of the business domain. In this environment one could produce workers which search for and respond to any pattern. |
|