•  14
    Contemporary Artificial Intelligence (AI) systems often engage every input indiscriminately, resulting in unnecessary computation, unpredictable generalisation, and brittle behaviour on unfamiliar tasks. We present the Preprocessing Metacognitive System (PMS) 2.0, a system-agnostic metacognitive layer that evaluates incoming tasks and decides whether to accept, escalate, or refuse them before invoking any downstream reasoning system. PMS 2.0 seeks to provide interpretability at the level of comp…Read more
  •  98
    Machine cognition is currently heavily speed-based. Directly tackling inputs with computation often leads to inefficient steps, such as performing redundant or repetitive computation, or execution without assessing whether a task is within computational capacity. This paper proposes a preprocessing metacognitive system to be implemented in a manner such that it screens all input requests, creating a strategic ‘bottleneck’ to filter, redirect or halt the flow of control before computation begins.…Read more