An agentic system, built for real people.
Memory systems with context you can inspect line by line.
About Now Data is a simple memory system based on Markdown.
It keeps identity, current priorities, and durable knowledge separate enough to remain legible for both humans and agents.
The goal is not just better memory inference. The goal is memory that stays inspectable, editable, portable, and focused.
Stable, defining, foundational.
This is where identity, values, rules, and boundaries live.
Brief, current, actionable.
This is where active priorities, recent activity, next steps, risks, and opportunities live.
Structured depth.
This is where projects, references, notes, tools, and supporting detail live without polluting the core.
About.md
Now.md
Data/
Minimal by design.
One About file. One Now file. One Data folder.
This repo contains the public site for About Now Data.
index.html Home
learn.html Explanation
examples.html Examples
shared.css Shared styling
LICENSE MIT license
The site is intentionally lightweight and static.
Run a static server from the repo root:
python3 -m http.server 4173Then open:
http://127.0.0.1:4173/index.html
Production deploy:
vercel deploy --prod -yMost memory systems optimize for hidden capture, silent consolidation, and black-box recall.
About Now Data takes the opposite position.
Memory should be legible.
Stable context and changing context should not be mixed.
Human control matters more than hidden cleverness.
MIT