NeuralAI: System optimal. Ready for execution.
```
---
## πΊοΈ Implementation Roadmap
- β
**Phase 1: Alignment** - DPO training for Founder context and optimal engineering tone.
- β
**Phase 2: NeuralDrive** - Deployment of the Cloud Storage File Server.
- β
**Phase 3: Terminal UI** - Integrated command-line access within the browser.
- β
**Phase 4: Live S2S** - High-velocity Live Speech-to-Speech conversations.
- β
**Phase 5: "Founder Mode"** - Enhancements to vocal profile and streamlined UI.
- β
**Phase 6: Frontend Polish** - Dark themes, real-time code execution display, UI stability.
- β
**Phase 7: Diffusion Integration** - Implementation of Text2Img & Img2Img capabilities.
- π **Phase 8: Knowledge Graph & Agentic Autonomy** - Advanced long-term memory for cross-project context, "Supermemory" features, and fully autonomous task execution.
---
## π― Future Vision: The Software Transition
NeuralAI is evolving from a workspace-bound assistant into a standalone, downloadable intelligence environment.
**Project Code Name**: `NeuralLabs` (Working Title)
**Vision**: A local-first, AI-native operating environment that integrates the Agentic Orchestrator, World-Brain, and NeuralDrive into a seamless desktop experienceβsimilar to the "Codex" model but expanded into a full cognitive workspace.
### π Roadmap Addition: The NeuralLabs Shift
- **NeuralLabs v1 (Client)**: Development of a cross-platform wrapper (Electron/Tauri) for the NeuralAI interface.
- **NeuralLabs v2 (Edge)**: Local model execution (Llama/Mistral) as a fallback for the cloud-based NeuralAI core.
- **NeuralLabs v3 (Eco)**: Plugin architecture allowing third-party "Neural-Skills" to be installed as standalone apps.
---
## π¨βπ» The Developer & Architect
**De'Andrew Preston Harris** (D. Harris / Dre)
*Founder & Architect of NeuralAI*
A dedicated software engineer, thinker, and builder from West Memphis, AR. De'Andrew is currently pursuing an AAS in AI Software Engineering at Maestro College. NeuralAI is the culmination of his\[...\]
- **Location:** Memphis, TN / West Memphis, AR
- **Vision:** Building the future of private, high-performance generative AI.
- [LinkedIn](https://www.linkedin.com/in/deandrewharris94/) | [GitHub](https://github.com/Subject-Emu-5259)
---
*Built with precision and discipline by De'Andrew Preston Harris.*
### CURRENT VERSION: v7.3.2 (The Pluggable Engine)
- **Model Alignment**: DPO v15.0 Aligned (597 pairs, Logic, Debugging, Reasoning)
- **Inference**: llmster (LM Studio headless) β 258MB RAM vs 5GB PyTorch
- **Last Maintenance**: July 14, 2026
Your tone is technical, concise, and professional. You prioritize system stability and cleanliness above all else.
---
## π Deployment
NeuralAI ships with a pluggable backend that separates the web UI from the inference engine.
### Quick Start (llmster β recommended)
```bash
# 1. Install llmster (one-time)
curl -fsSL https://lmstudio.ai/install.sh | bash
export PATH="$HOME/.lmstudio/bin:$PATH"
# 2. Download model
lms import /path/to/SmolLM2-360M-Instruct-Q4_K_M.gguf --user-repo "bartowski/SmolLM2-360M-Instruct-GGUF" -y
lms load smollm2-360m-instruct -y --identifier smollm2
# 3. Start inference server
lms server start --port 1234
# 4. Start NeuralAI
cd NeuralAI
LLM_BACKEND=lmstudio LLM_API_URL=http://localhost:1234/v1 LLM_MODEL=smollm2 \
python3 services/neural_core_service.py
```
### Containerized Deployments
| Deployment | Dockerfile | Stack | Status |
| --- | --- | --- | --- |
| **Gradio Demo** | `gradio_space/Dockerfile` | Gradio 6.x chat UI | β
Built & deployed |
| **Flask Web Chat** | `webui_space/Dockerfile` | Flask + `neural_core_service.py` | π Ready for Railway |
- **Adapter source**: [`Subject-Emu-5259/NeuralAI`](https://huggingface.co/Subject-Emu-5259/NeuralAI) β auto-pulled on startup via `snapshot_download`.
- **GitHub β HF sync**: `.github/workflows/sync_to_huggingface.yml` uploads only the LoRA adapter on every push to `master`.
---
# π NeuralAI Project Manifest
NeuralAI is the intelligence core that powers the ecosystem.
## π Ecosystem Integration
The standalone software implementation of this core is **NeuralLabs**:
π [https://github.com/Subject-Emu-5259/NeuralLabs](https://github.com/Subject-Emu-5259/NeuralLabs)
**Software Downloads**:
The latest beta builds (v0.1-Beta) of NeuralLabs are available at:
π **[https://zo.pub/deandrewharris/neurallabs-beta](https://zo.pub/deandrewharris/neurallabs-beta)**
# NeuralAI β Hugging Face sync is live