isolate: Take the conjuction of multiple exemplified patterns in an attempt to isolate the signature of a common dynamic.
merge: Take the disjunction of multiple isolated dynamics.
amplify: Inject a filter which amplifies one or more given dynamics relative to the others.
suppress: Inject a filter which dampens one or more given dynamics relative to the others.
verify: Detect whether an ML model has previously internalized one or more given dynamics.
Interventions:
isolate + amplify: Nudge the model towards making use of a whitelisted dynamic.
isolate + merge + amplify: Nudge the model towards making use of multiple whitelisted dynamics.
isolate + suppress: Nudge the model away from making use of a blacklisted dynamic.
isolate + merge + suppress: Nudge the model away from making use of multiple blacklisted dynamics.
isolate + verify: Check whether an unboxed model is fluent in one or more blacklisted dynamics by boxing it, training and isolating the target dynamic(s), and estimating the amount of recycled representational resources.