Skip to content

Cognitive Processes Research

Last Updated: 2026-02-06
Content-Type: Explanation
Audience: All
Primary Source: Research on human cognitive processes
Related System: Prompt System


Overview

This research explores how the human brain processes information from receiving input (what another person says/does) to generating a response. Understanding these processes helps design more aware, human-like AI systems through better prompt engineering.

The goal is to model cognitive processes in AI systems to create responses that are more natural, contextually appropriate, and emotionally aware.


Key Features

  • 12 Cognitive Stages - Complete breakdown from sensory reception to feedback & learning
  • Dual Process Theory - Fast (System 1) vs. Deliberate (System 2) processing pathways
  • Visual Diagrams - Mermaid diagrams showing process flows and system architecture
  • Implementation Guide - Step-by-step code examples for integrating cognitive processes
  • Quick Reference - Cheat sheets and decision trees for developers

Documentation Structure

This system's documentation is organized by content type following the Diátaxis framework:

Tutorials

Step-by-step guides for learning cognitive process modeling:

  • Coming soon: Getting Started with Cognitive Process Modeling

How-to Guides

Task-focused instructions for implementation:

Reference

Precise, factual information:

Explanation

Deep context and architecture:


The 12 Cognitive Stages

  1. Sensory Reception (0-50ms) - Raw input encoding
  2. Perceptual Processing (50-150ms) - Feature extraction
  3. Attention & Filtering (100-200ms) - Focus selection
  4. Memory Access (150-300ms) - Context retrieval
  5. Emotional Processing (100-400ms) - Emotional appraisal
  6. Interpretation (200-500ms) - Meaning-making
  7. Decision Strategy (300-600ms) - Fast vs slow choice
  8. Evidence Accumulation (400ms+) - Reasoning
  9. Response Planning (500ms-2s) - Content formulation
  10. Self-Monitoring (200-500ms) - Validation
  11. Response Execution (Varies) - Output delivery
  12. Feedback & Learning (Ongoing) - Improvement

Dual Process Theory

System 1 (Fast/Intuitive)

  • Speed: ~300ms
  • Characteristics: Automatic, pattern-based, emotional
  • Use When: High confidence, low ambiguity, familiar patterns

System 2 (Slow/Deliberate)

  • Speed: 500ms - several seconds
  • Characteristics: Analytical, reasoning-based, conscious
  • Use When: Low confidence, high ambiguity, complex reasoning needed



Implementation Status

  • Phase 1: Foundation - Implemented (fast Perception + Salience)
  • Phase 2: Dual Processing - Partial (protocol-level gating via cognitiveDepth)
  • Phase 3: Advanced Features - Implemented (optional self-monitoring rewrite pass)
  • Phase 4: Integration - Implemented (wired into backend/src/services/aso.service.ts)

Next Steps

  1. Review the research documentation
  2. Prioritize implementation phases
  3. Design prompt templates for each cognitive stage
  4. Create service architecture
  5. Implement and test

Document Version: 1.0
Last Updated: 2024
Status: Active Research

ASO Universal Consciousness System Documentation