Show HN: VAC — AI with Human-Like Hierarchical Memory that Learns and Improves

1 VAC-AGI 0 8/11/2025, 7:21:17 PM github.com ↗
I’m Victor Kuznetsov. For the last ~6 weeks I’ve been building ViktorADAM Core (VAC) — an AI system with a human-like memory stack (working, episodic, semantic, procedural, meta) used directly for reasoning. Unlike typical RAG, VAC runs entirely offline and adapts over time to the user.

Why it’s interesting

Human-like memory: consolidates context across sessions; periodic cleanup keeps long-term state sane.

Self-learning (Q-utility): prioritizes what to remember/retrieve based on usefulness.

Self-reflection: validates and corrects its own reasoning traces.

Languages: English + Russian today; CN/ES planned.

Real-world test Ran in an air-gapped setup processing 15–20 MB PDFs (policies/protocols) and answering multi-hour dialogue queries without any external APIs.

Tech notes

FAISS for ms-level semantic search

SQLite for offline storage

Async pipeline; streaming responses

Rule/logic parser for “if A and B then C” style queries

Web UI + REST API (/api/chat, /api/upload); modular LLM backend (currently Ollama)

Repo (public marketing repo; core code abstracted for privacy): https://github.com/vac-architect/vac-agi

Comments (0)

No comments yet