OpenToolslogo
ToolsExpertsSubmit a Tool
AdvertiseLearn AI
  1. home
  2. tools
  3. hillock
Hillock screenshot

Hillock

AI ToolsFree

Hillock - Local Memory Engine for Offline AI Agents

Last updated Sep 1, 2026

Claim Tool

What is Hillock?

Hillock is a local neuro-symbolic memory engine for AI agents that need factual recall without a heavy vector database. The public README describes a gradient-free architecture that combines SQLite knowledge triples, Hebbian plasticity, and a 10,000-dimensional hyperdimensional computing reservoir. Instead of sending every query to a model, Hillock first checks whether the question has enough verified local support. Only after a deterministic similarity gate passes does it call a local LLM through Ollama. At review time the repository showed 76 GitHub stars, 7 forks, an AGPL-3.0 license, Python 3.10+ requirements, and a latest visible update date of 2026-08-30. The main idea is useful for local agent builders. Many agent memory systems lean on embeddings, vector databases, and large extraction models. That can work, but it burns memory and can still return plausible answers when the local store does not actually know the fact. Hillock takes a different path. It stores hard subject-predicate-object triples in SQLite, learns associative patterns through Hebbian weights, and uses HDC/VSA matching to decide which facts are eligible for answer generation. If the gate fails, the documented refusal message says it does not have verified information. The README makes several performance and architecture claims that matter for edge users. It targets ingestion and query workflows that can run under 1.2 GB VRAM or even CPU-only, with Ollama used after retrieval rather than throughout the whole pipeline. Version 0.6.0 adds HYDRA token-level MaxSim gating, sub-dimensional projection for faster rejection of weak candidates, and HyperGraph-HDC for multi-hop path reasoning. These details make Hillock more than a demo wrapper around a chatbot; it is an experiment in memory design for machines with limited resources. Hillock is still a technical project. Users should expect to read the README, install Python dependencies, run verification scripts, and understand the tradeoff between deterministic gates and generative answers. The local LLM nuance is important: Hillock is offline and local-first, but answer rendering can call a local Ollama model after the memory system has selected supported facts. That keeps data on the user machine while still using a model for natural-language responses. Pricing is open-source pricing. The code is available under AGPL-3.0, and users pay for their own hardware, local models, and maintenance time. The best fit is an AI agent builder, robotics or edge-AI researcher, or local-first developer who wants a memory layer that can refuse unsupported questions instead of inventing answers. For OpenTools readers, Hillock is worth tracking because it explores a real pain point: compact, inspectable memory for offline agents that need facts, not vibes.

Hillock's Top Features

Key capabilities that make Hillock stand out.

Local neuro-symbolic memory built around SQLite knowledge triples

Hebbian associative memory layer for co-activation patterns

10,000-dimensional HDC/VSA reservoir for context matching

Deterministic similarity gate before local LLM answer generation

Designed for CPU-only or low-VRAM offline AI setups

Multi-hop path reasoning with HyperGraph-HDC in v0.6.0

AGPL-licensed Python project with verification scripts

Use Cases

Who benefits most from this tool.

Local AI agent builders

Add a small memory layer that stores verified triples and gates unsupported questions before answer generation.

Edge-AI researchers

Test a CPU-friendly or low-VRAM memory design built around HDC/VSA, Hebbian associations, and SQLite.

Teams worried about hallucinated memory

Use deterministic retrieval gates and hard refusal behavior when the local store lacks verified support.

Explore Top AI Use Cases

Tags

neuro-symbolicagent-memoryoffline-aihdcvsahebbian-learningsqliteollamapythonopen-source

Hillock's Pricing

Free plan available

User Reviews

Share your thoughts

If you've used this product, share your thoughts with other builders

Recent reviews

Frequently Asked Questions

What is Hillock?
Hillock is a local neuro-symbolic memory engine for offline AI agents, combining SQLite triples, Hebbian plasticity, and HDC/VSA matching.
Does Hillock use a vector database?
The README positions Hillock as an alternative to heavy local RAG stacks and stores factual triples in SQLite instead of relying only on dense vector matches.
Does Hillock call an LLM?
It can call a local Ollama model after deterministic retrieval and similarity gates pass.
What is the VRAM target?
The README describes a target of running under 1.2 GB VRAM, with CPU-only operation also mentioned.
Is Hillock open source?
Yes. The repository lists the AGPL-3.0 license.

Footer

Company name

The right AI tool is out there. We'll help you find it.

LinkedInX

Knowledge Hub

  • News
  • Resources
  • Newsletter
  • Blog
  • AI Tool Reviews
  • YouTube Summary
  • YouTube Transcript Generator

Industry Hub

  • AI Companies
  • AI Tools
  • AI Models
  • MCP Servers
  • AI Tool Categories
  • Top AI Use Cases

For Builders

  • Submit a Tool
  • Experts & Agencies
  • Advertise
  • Compare Tools
  • Favourites

Legal

  • Privacy Policy
  • Terms of Service

© 2026 OpenTools - All rights reserved.