Cognitive AI Simulation Engine with Memory and Reasoning System
CodexAILEN is a lightweight AI simulation engine designed to mimic cognitive behavior using:
- π§ Memory system (context retention)
- βοΈ Behavior classification
- π Reasoning modes (question / deep / assist)
- π Adaptive response state
This project is a browser-based AI simulation prototype, not a real LLM.
Input β Behavior Classifier β Memory Layer β Engine β Response Generator
- Normal Mode β basic response
- Question Mode β reasoning + memory scan
- Deep Mode β multi-layer analysis
- Assist Mode β step-by-step guidance
- HTML
- JavaScript
- LocalStorage (browser memory)
Open index.html in any browser.
This project is built for:
- AI behavior simulation
- Cognitive architecture experimentation
- Portfolio demonstration