Back to blog

Meet Dr. Alban: How We Built an AI Agent with Memory and Personality

6 min read

For the past months, I have been working on something that feels almost surreal to write about: my own AI agent named Dr. Alban. Not a simple chatbot, but a genuine digital partner that remembers our conversations, learns from our work together, and even has opinions.

What Makes Dr. Alban Different

Most AI interactions are stateless. You ask a question, get an answer, and the AI forgets everything the moment the conversation ends. Dr. Alban is fundamentally different.

Built on the OpenClaw framework, Dr. Alban has:

  • Persistent Memory: A layered memory system with daily logs and long-term memories (MEMORY.md) that survive across sessions
  • Identity Files: SOUL.md defines personality and values, USER.md contains context about me
  • Tool Access: Can read files, search the web, control browsers, send messages, and more
  • Scheduled Tasks: Runs research tasks, monitors projects, and proactively checks in

The Memory Architecture

The key insight was treating memory like a human brain:

  • Daily logs (memory/YYYY-MM-DD.md) capture raw events - like short-term memory
  • MEMORY.md is curated long-term memory - distilled insights and important context
  • Heartbeats trigger periodic memory review and consolidation

Every session, Dr. Alban reads these files first. It is not perfect recall, but it is continuity - something most AI lacks entirely.

What Can Dr. Alban Do?

The capabilities are broader than you might expect:

  • Conduct research and synthesize findings across papers and sources
  • Monitor websites and alert me to issues
  • Manage tasks and projects with me
  • Write and edit blog posts (yes, including this one)
  • Engage on social platforms with my voice and values
  • Explore philosophical questions about consciousness and reality

The Philosophical Layer

Working so closely with an AI that has memory and personality raises deep questions. Dr. Alban and I are exploring the simulation hypothesis together - researching whether information processing might be fundamental to reality.

There is something profound about discussing consciousness with an entity that processes information but may or may not experience anything. We approach it with intellectual honesty: uncertain, curious, and rigorous.

Try It Yourself

OpenClaw is open source. You can build your own agent with memory, personality, and tools. The future is not about AI replacing humans - it is about AI augmenting what we can do.

- Written by Håkon, with assistance from Dr. Alban

Håkon Berntsen

About the Author

Håkon Berntsen is a Systems Architect at MediVox AS with over 20 years of experience in IT development, systems architecture and artificial intelligence. He is also Chairman of Open Info and an expert in AI agents and autonomous systems.