A neuroscience-grounded cognitive architecture with 17 modules simulating dual-process thinking, emotion, memory consolidation, curiosity, and metacognition.
Current AI systems (LLMs, RL agents) lack fundamental cognitive mechanisms that humans use daily: emotional regulation, memory consolidation during sleep, curiosity-driven exploration, and metacognitive self-monitoring.
Human Cognition AI implements a complete neuroscience-based cognitive architecture. Each module maps directly to brain research, creating a system that processes information the way humans actually do.
Each module maps to neuroscience research. Color-coded by architectural layer. Click any tile to explore.
Five concentric phases from foundational processing to advanced cognition. Click any layer to expand.
Watch how information flows through the cognitive architecture in real time. The interactive simulator shows each module activating as the system processes stimuli, makes decisions, and generates responses.
Research-grade cognitive science infrastructure
Benchmarking against established cognitive architectures.
| Capability | Human Cognition AI | ACT-R | SOAR | Global Workspace |
|---|---|---|---|---|
| Cognitive Modules | 17+ ✓ | ~12 | ~8 | Theory only |
| Emotional Integration | Full ✓ | Limited | None | Theoretical |
| Memory Types | 4 stores ✓ | 2 | 1 | Theoretical |
| Self-Awareness | Recursive ✓ | No | No | Theoretical |
| Sleep Consolidation | Yes ✓ | No | No | No |
| Open Source | MIT ✓ | Academic | Academic | N/A |
An open-source framework for modeling human cognition. Join researchers and institutions worldwide in advancing cognitive AI.
All prices in EUR.
LLMs are statistical pattern matchers trained on text. Human Cognition AI implements actual cognitive mechanisms from neuroscience: dual-process thinking, emotional processing with somatic markers, multi-store memory with decay and consolidation, curiosity-driven exploration, and metacognitive self-monitoring. These are architectural features, not emergent behaviors.
Python 3.8+ with NumPy as the primary dependency. Optional Numba support provides 10-100x speedup through JIT compilation. The architecture achieves 2,000+ cognitive operations per second with sub-millisecond core operations.
Yes. The project is MIT licensed and free for commercial use. For enterprise-level support, custom module development, or co-research partnerships, see our sponsorship tiers on the pricing page.
Yes. A live cognitive simulation API is deployed at zedigital-human-cognition.fly.dev. The demo page connects to it automatically when available. You can also run the full architecture locally with a single Python command.
Click the "Cite This Work" button in the footer for a ready-to-use BibTeX entry. The citation includes the full project title, author, and repository URL.
@software{agielo2026,
title = {Human Cognition AI (AGiELO):
A Neuroscience-Based Cognitive Architecture},
author = {Zekaj, Elvi},
year = {2026},
url = {https://github.com/ezekaj/agielo},
license = {MIT},
note = {17 cognitive modules implementing
brain-realistic cognition}
}