Ian Cruickshank's picture
6

Ian Cruickshank PRO

ianshank

AI & ML interests

None yet

Recent Activity

liked a model 14 days ago
nvidia/NitroGen
posted an update 14 days ago
--- title: "Cognitive Cell Architecture Design" thumbnail: https://huggingface.co/spaces/ianshank/MangoMAS/resolve/main/thumbnail.png authors: - ianshank tags: - cognitive-architecture - multi-agent - neural-network - cell-architecture - pytorch --- # Cognitive Cell Architecture Design **Author:** Ian Cruickshank| **Date:** February 2026 > **๐Ÿง  Try it live!** Run all 10 cognitive cells on the [MangoMAS Demo](https://huggingface.co/spaces/ianshank/MangoMAS) โ€” select the **๐Ÿง  Cognitive Cells** tab. ## Core Idea AI agents organized like neurons โ€” specialized, signal-driven, composable into reasoning circuits. MangoMAS implements 10 cell types following a `preprocess โ†’ infer โ†’ postprocess โ†’ publish` lifecycle, mirroring dendritic processing, soma integration, and axonal transmission with configurable plasticity. ## The 10 Cell Types | Cell | Purpose | |------|---------| | **ReasoningCell** | Rule engine + NN head | | **MemoryCell** | Privacy-preserving preference extraction | | **CausalCell** | Pearl's do-calculus | | **EthicsCell** | Multi-framework safety scoring | | **PlanningCell** | Hierarchical goal decomposition | | **PerceptionCell** | Multi-modal input fusion | | **LearningCell** | Online adaptation and meta-learning | | **CommunicationCell** | Inter-agent message routing | | **MetaCognitiveCell** | Self-monitoring and confidence calibration | | **CreativeCell** | Divergent generation and novelty scoring | ## Pipeline Composition Cells compose into pipelines via the event bus: ``` Perception โ†’ Reasoning โ†’ Planning โ†’ Ethics โ†’ Communication โ†‘ | Memory โ†โ”€โ”€ MetaCognitive โ”€โ”€โ”˜ ``` Each cell publishes typed outputs that downstream cells consume, enabling complex cognitive workflows from simple, testable units. https://huggingface.co/spaces/ianshank/MangoMAS
updated a Space 17 days ago
ianshank/MangoMAS
View all activity

Organizations

None yet