AI and machine learning
Models trained from scratch, self-improving reasoning engines, evolutionary architecture search, plus the shipped products that lean on them.
A pipeline that runs before, during and after every AI call.
Active AI middleware
CognitiveAI sits between your application and the model. It runs your modules in a defined order on the way in, on every streamed chunk, and on the way out — and records exactly what each one changed and why.
The engine ships with no modules at all. What is here is the machinery: phase ordering, verdicts, auditable mutation, streaming interception, a split local and remote execution plane, policy resolution, and transports that put all of it in front of an application that already exists.
The phase model is an onion. Pre-phase modules run in ascending order and post-phase in descending, so a module that transforms on the way in untransforms on the way out without knowing what else is installed. A module returns one of four verdicts: continue, answer without calling the model, block, or retry after mutating. Guards fail closed; everything else fails open.
Modules never assign to a prompt. Every rewrite records the acting module, the path, the before and after values and a reason, so "who changed this prompt and why" is a lookup rather than an investigation. Every message also carries its provenance — user, tool, retrieval, file, memory or system — because the same text is a question when a person types it and something else entirely when a document contains it.
Teams running models in production who need policy, auditability and provenance around the calls rather than inside every caller.
In active development; contact us about access.
Words this page uses in a specific sense.
| Field | Value |
|---|---|
| Name | CognitiveAI |
| Status | Active |
| Category | AI middleware |
| Platforms | Web, Windows, Linux, macOS |
| Pricing | In active development; contact us about access. |
| Source | Closed source |
| Publisher | Cognitive Industries |
| Published from | Brisbane, Queensland, Australia |
Models trained from scratch, self-improving reasoning engines, evolutionary architecture search, plus the shipped products that lean on them.
Last reviewed · Site changelog