Machine Dream AG banner
cgbarlow cgbarlow

Machine Dream AG

AI community

Description

Machine Dream - Continuous machine cognition research platform with GRASP loop, dreaming consolidation, and persistent memory. Pure LLM Sudoku solver that learns from experience and consolidates knowledge through AI "sleep cycles."

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Machine Dream

**Continuous Machine Cognition Research Platform**

An AI system that learns from experience, consolidates knowledge during "dream cycles," and improves continuously across sessions—using Sudoku as a testbed for exploring persistent machine learning.

What It Does

Machine Dream demonstrates **continuous cognition**: AI models that think, learn, and remember across sessions without external hints or deterministic fallbacks.

**The Learning Loop:**

Play → Make moves (correct and incorrect) → Store experiences
         ↓
Dream → Cluster patterns → Synthesize strategies → Learn from failures
         ↓
Improve → Apply learned strategies → Fewer errors → Better performance

**Core Capabilities:**

  • Pure LLM Reasoning — No hints, no fallbacks; models learn through struggle
  • Dreaming Pipeline — 5-phase consolidation extracts patterns from experience
  • Failure Learning — Anti-patterns from mistakes + reasoning corrections
  • Learning Units — Discrete knowledge packages, transferable between sessions
  • Multi-Algorithm — FastCluster, DeepCluster, LLMCluster with versioning
  • AISP Integration — Low-ambiguity AI-to-AI communication protocol

Research Background

This project implements concepts from research on continuous machine cognition:

**Key architectural concepts:**

  • GRASP Loop — Generate → Review → Absorb → Synthesize → Persist
  • AgentDB — SQLite-based cognitive memory (ReasoningBank, ReflexionMemory)
  • Dreaming — 5-phase consolidation inspired by human sleep

Quick St