Ian Cruickshank's picture
6

Ian Cruickshank PRO

ianshank

AI & ML interests

None yet

Recent Activity

liked a model 6 days ago
nvidia/NitroGen
posted an update 6 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 9 days ago
ianshank/MangoMAS
View all activity

Organizations

None yet