Arcane Quantum Brain is an experimental, next-generation neural interface and memory consolidation engine. Designed to simulate cognitive processes, it acts as an intelligent knowledge graph that autonomously organizes thoughts, visualizes semantic clusters, and surfaces insights using simulated reinforcement learning (RL) and autonomous background processing.
- Neural Memory Consolidation (REM Sleep): The system monitors user activity and, during periods of inactivity, enters a "Dreaming" phase. It autonomously synthesizes raw memories into structured insight clusters.
- Reinforcement Learning (RL) Engine: A proactive agent that tracks sentiment drift and Q-value convergence to suggest memory nudges, creative insights, and proactive consolidation proposals.
- Telemetry Dashboard & Real-Time Visualization: Monitor the health of the "brain" in real-time, including metrics like Memory Formation rates, Policy Convergence, and Semantic Density using dynamic charts.
- Interactive Knowledge Graphs: Visualize interconnected thoughts and data points through an interactive Mind Map.
- Auto Debugger: An integrated neural event stream that monitors system logs, alerts, and critical anomalies in real-time.
- Cognitive Sculpting: Advanced workspace for direct integration with the agent's logic modules.
- Dark/Light Themes: A heavily stylized, premium user interface built with aesthetic precision.
- Framework: React 18 & Vite
- Language: TypeScript
- Styling: Tailwind CSS
- Animations: Motion (Framer)
- Data Visualization: Recharts
- Icons: Lucide React
- Backend / DB: Firebase Firestore
/src
├── components/ # Modular UI components (MindMap, TelemetryDashboard, AutoDebugger, BrainsTab, etc.)
├── lib/ # Core engine logic (RL-agent, API utilities)
├── types.ts # Global TypeScript interfaces (SystemLog, Memory, etc.)
├── App.tsx # Main application orchestrator and neural layout
└── index.css # Global Tailwind styling
Make sure you have Node.js installed on your machine.
-
Clone the repository:
git clone https://github.com/your-username/arcane-quantum-brain.git cd arcane-quantum-brain -
Install dependencies:
npm install
-
Configure Environment Variables: Copy
.env.exampleto.envand fill in your Firebase configuration and any necessary API keys. -
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000to interact with your neural engine.
Arcane Quantum Brain was built on the principle of Architectural Honesty combined with Cognitive Simulation. It goes beyond standard note-taking by mimicking how the human brain actually processes information: taking raw inputs, drawing connections while idle, and surfacing those connections precisely when relevant.
Crafted with precision.