# Company Brain

Source: https://sonpiaz.com/projects/company-brain
ID: https://sonpiaz.com/projects/company-brain#entity

Keeps one memory across every project so no session starts from zero.

Status: Building · Private
Started: 2026-08
Tier: side

## The problem

Running many projects with AI agents means context lives in chat sessions that end, compact, or get replaced. The decision made last Tuesday is gone by Friday unless someone wrote it down, and nobody wrote it down.

## The approach

A nightly pipeline gathers what happened across tools, passes it through a gate that blocks secrets and private material before anything reaches a cloud model, and merges the useful parts into one file based memory. Once a month it reviews itself and drafts the next month's goals.

## Where it is now

Private, and personal by design: the system is described here, its contents never will be. In daily use since late August 2026.

## What happens if this works

A small team's memory stops living in people's heads and chat histories, and becomes something every agent reads before it starts work.

## Evidence

- 84 notes browsable in the memory index as of 2026-08-31
- Three layer secret gate runs before any content leaves the machine

