A revolutionary synthetic intelligence system using the sacred geometric pattern of the Flower of Life. This system features 37 AI nodes arranged in a geometric pattern, each capable of inference with real-time ripple echo feedback loops, resonance, and harmonics.
- 37-Node AI Network: Nodes arranged in Flower of Life geometry (1 center + 6 + 12 + 18 nodes)
- Real-time Ripple Echo Feedback: Dynamic propagation of information through the network
- Resonance & Harmonics System: Nodes synchronize and amplify signals through harmonic coupling
- Multiple AI Model Types: Each node simulates a different AI capability (linguistic, visual, logical, creative, etc.)
- Live Visualization: Real-time canvas-based visualization of the network state
- WebSocket Communication: Instant bidirectional communication between client and server
- Simple Chat UI: Clean, modern interface for interacting with the AI network
npm installnpm startThe server will start on http://localhost:3000
- Open your browser and navigate to
http://localhost:3000 - You'll see the Flower of Life visualization with 37 nodes
- Use the chat interface to send messages to the AI network
- Watch as the network processes your input through multiple nodes with ripple effects
- Observe the real-time resonance and harmonics in the visualization
- FlowerOfLife.js: Geometric structure defining the 37-node pattern
- AINode.js: Individual AI node with inference capabilities
- ResonanceSystem.js: Manages ripple propagation and harmonic feedback
- SyntheticIntelligence.js: Main orchestrator coordinating all nodes
- Express.js server with WebSocket support
- RESTful API for network state and processing
- Real-time event broadcasting
- Modern vanilla JavaScript with Canvas API
- Responsive grid layout
- Real-time visualization of network activity
GET /api/health- Health checkGET /api/network/state- Get current network stateGET /api/network/nodes/:id- Get specific node statePOST /api/process- Process input through the networkPOST /api/network/start- Start the networkPOST /api/network/stop- Stop the network
The visualization shows:
- Nodes: Colored by ring (green center, blue inner, pink middle, orange outer)
- Connections: Lines between geometrically connected nodes
- Activation: Node size and glow based on processing activity
- Resonance: Pulsing ripples around active nodes
- Real-time Updates: Live feedback as the network processes information
- Input Processing: User message enters the network through selected nodes
- Initial Inference: Multiple AI nodes process the input in parallel
- Ripple Propagation: Activation ripples through connected nodes
- Resonance Application: Nodes receive and amplify harmonic signals
- Echo Activation: Highly resonant nodes activate for secondary processing
- Synthesis: Results from all nodes are combined into a coherent response
The system can be configured through environment variables:
PORT: Server port (default: 3000)
ISC
- Integration with real AI models (OpenAI, Anthropic, etc.)
- Advanced harmonic patterns and resonance algorithms
- Persistent node memory and learning
- Multi-user collaboration
- Custom node configuration and placement