Skip to content
View schmerbert's full-sized avatar

Block or report schmerbert

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
schmerbert/README.md

Schmerbert

I build trustworthy memory and terrain for AI agents — so retrieval can find things, and ceremony decides what is allowed to mean something.

The problem

AI assistants forget between sessions — and the usual fixes make it worse. Memory files rot. Summaries come back as facts. A model's guess gets written once and every future session inherits it as ground truth. Similarity can surface text. Similarity cannot tell you whether to trust it.

The work

TheMarble — persistent memory and session handoff

The front door. A manual plus working examples of marbles: small inheritable environments for recurring AI work. Context is labeled by provenance, writes to trusted memory pass through gates that can refuse, and hostile tests prove the refusals are real. Start with START_HERE.md.

Use it if: your agent's memory drifts, or every new session starts from archaeology.

The_Forest — custody-shaped memory

A constitution and SQLite schema for provenance-aware agent memory. Every entry carries who produced it, what kind of thing it is, and where it came from. Nothing becomes ground without a recorded authority act. Similarity can retrieve. Similarity cannot promote.

Use it if: you're building agent memory or RAG and need to know whether to trust what came back, not only what matched.

Forest.Wikipedia.EN — sealed Wikipedia terrain

A populated, local English Wikipedia hangar: 8.4 million article bearings, offline canopy search, and exact depth only where someone walks. Search returns directions, not evidence. Install with pip install "wiki-forest[semantic]".

Use it if: you want a shared wild substrate agents can search and cite without confusing retrieval with adopted truth.

Reading with an AI?

These repos were written to be operated by models. Point your agent at TheMarble, have it read AGENTS.md, and ask it to build a marble for a recurring kind of work. The tests will tell you whether it worked.


The_Biodome — experimental residency: a sealed world, a Forest of sources, and time enough to see what kind of inhabitant emerges.

Popular repositories Loading

  1. TheMarble TheMarble Public

    Persistent memory and session handoff for AI agents — provenance-labeled context, gated writes that can refuse, hostile test suites. Manual + six working examples.

    Python 3

  2. The_Forest The_Forest Public

    Provenance-aware memory spec for AI agents — SQLite schema + constitution. Similarity can retrieve; only ceremony can promote.

    Python 2

  3. schmerbert schmerbert Public

    I build trustworthy memory and terrain for AI agents — The Marble, The Forest, and sealed Wikipedia terrain.

    1

  4. Forest.Wikipedia.EN Forest.Wikipedia.EN Public

    The English Wikipedia forest: populated, local, and ready for people and agents.

    Python

  5. The_Biodome The_Biodome Public

    Give a model a sealed world, a Forest of sources, and a few days — then watch what kind of residency emerges.

    Python