LinksPlatform icon indicating copy to clipboard operation
LinksPlatform copied to clipboard

Pattern inference for GitHub bot or any automation

Open konard opened this issue 3 years ago • 0 comments

7EFC1868-EE27-49AF-A82A-62CEB85159D5

a, b - are operations, actions or events. a;b;a;b;a;b;a;b; is a sequence of operations. It is possible to infer pattern (ab){4} (regular expressions syntax) using that sequence. It should be possible to record every event/operation/action and by inferring patterns we could make algorithms out of a sequence of steps. When we have missing information about an intermediate process, we could ask the user of the system what actions are missing, how the user was thinking and so on. So it will be possible to collect all missing data to have complete sequence of actions that were performed to solve some task. x y are actions before missing sequence. m n c are actions after missing sequence. d e f is the missing sequence what is asked for after the task solving process is complete.

konard avatar May 02 '22 15:05 konard