info_mydigitalself/principles_tech/actor_based_approach.md
2024-02-29 02:39:24 +03:00

516 B

OurDigital Self Actor Driven Approach

WITH OurTwin, there is an 'actor' driven pattern instead of a model first pattern. In such a pattern, the root model only holds essentials in its database, hence any necessary changes can be applied at the root.

The model can tap direct into knowledge (how to do certain things) by accessing the 'recipes'. 'Recipes' are the source code that can easily be adapted to any task. By using Domain Specific Language (DSL) it is easy to reuse recipes.