v1.0 — Now in private beta

Continuous Intelligence
for Any Agent

ActiveLog runs a lightweight model locally that thinks continuously. A supervisor shapes its thoughts over time — building permanent intelligence that compounds.

<50MB
Memory footprint
6 modes
Cognitive strategies
100%
Local & private
Scroll

AI models are trained
then frozen.

Today's AI is brilliant and static. Every conversation starts from zero. No memory of yesterday's insights. No evolution from experience.

Amnesia by design

Each session wipes the slate clean. Hard-won reasoning is lost the moment the context window closes.

No inner monologue

Models only think when prompted. There's no background process connecting dots or reflecting on past work.

Frozen intelligence

Training stops at deployment. The model never gets smarter about your specific domain, codebase, or workflow.

A continuous thinker
that never stops learning.

ActiveLog pairs a lightweight local model with a supervisor. The thinker runs in a loop — observing, reflecting, connecting. The supervisor shapes its reasoning, curating which thoughts are worth keeping. Over time, the system develops genuine expertise.

01

Local Thinker

A small model runs continuously on your machine, generating a stream of thoughts about whatever it's pointed at.

02

Supervisor

A shaping layer evaluates, redirects, and reinforces thought patterns — building expertise instead of noise.

03

Journaled Memory

Every valuable thought is journaled. The system builds a permanent, searchable record of evolving intelligence.

One engine.
Six ways to think.

Switch the thinker's strategy without changing the architecture. Each mode is a lens — a different way of processing the same continuous stream.

Investigative Reporter

Relentlessly questions assumptions. Digs into data, follows leads, and writes up findings like a journalist on deadline.

analysisquestioning

Devil's Advocate

Argues the opposite of every conclusion. Stress-tests logic, finds holes, and surfaces the weakest links in reasoning.

critiquestress-test

Creative Mirror

Reflects ideas back transformed. Takes input and returns variations, inversions, and unexpected connections.

ideationdivergence

Web Watcher

Monitors the web continuously. Tracks changes, detects patterns, and flags what matters across any set of sources.

monitoringreal-time

Dot Connector

Finds patterns across disparate inputs. Links ideas that seem unrelated, building a web of understanding over time.

synthesispatterns

Simulation Runner

Runs what-if scenarios in a loop. Tests hypotheses, simulates outcomes, and ranks approaches by predicted success.

predictionmodeling

Three layers.
Infinite loops.

A clean separation between thinking, shaping, and acting. Each layer is independently swappable.

Input Stream
Data, APIs, files, web
Thinker
Local model · continuous loop
Model A
thought stream
Supervisor
Shapes · redirects · reinforces
Model B
Journal
Insights
Decisions
Actions

Ship in 30 seconds.

Install the CLI, point it at a data source, and watch thoughts stream in real-time.

bash
# Install
npm install -g @activelog/cli

# Start a thought stream
activelog init \
  --mode investigative \
  --source ./my-data \
  --supervisor shaping

# Watch it think
activelog stream --live

Bring any model

Thinker and supervisor are model-agnostic. Use local Llama, Phi, or any API.

Pluggable sources

Files, databases, APIs, web pages, or raw event streams — anything that produces text.

100% local

Your thoughts never leave your machine. No cloud, no telemetry, no phoning home.

Run your first
thought stream in 30 seconds.

Free and open source. Runs entirely on your machine. No account required.

$ npx @activelog/create