Skip to main content

Personal Model first

Elephant Agent starts from a person, not from a task. The Personal Model is the object that makes that possible.

It is the durable understanding Elephant Agent can carry into future help: stable enough to be useful, visible enough to correct, and small enough to avoid turning every transcript into truth.

The four lenses

LensThe question it answersShould change when...
IdentityWho is this person and how should Elephant Agent relate to them?The user corrects names, language, role, boundaries, or stable preference.
WorldWhat surrounds this person?Projects, people, tools, locations, or operating context change.
PulseWhat is alive right now?Priorities, pressure, energy, risks, or near-term focus shifts.
JourneyWhat has the path taught?Decisions, lessons, repeated patterns, or long-running arcs become clear.
tip

When in doubt, ask whether a claim should help future Elephant Agent replies across multiple sessions. If not, it probably belongs in runtime history, current-turn recall support, or a task tool instead.

What belongs in the model

Candidate memoryBetter ownerReason
"User prefers concise answers."Personal ModelStable response style signal.
"The current build is failing on one test."Episode/Step or task toolLive work state, not durable identity.
"User might be switching projects."QuestionUncertain signal that should be asked, not assumed.
"A search result supported the answer."Current-turn recall supportEvidence for this turn, not truth by itself.

The correction contract

The Personal Model must remain correctable. Public and technical surfaces should make four moves feel natural:

MoveMeaningProduct behavior
RememberAdd a useful future-facing claim.The claim can appear in future prompt projection.
CorrectReplace an outdated or wrong claim.The old claim retires; the new one becomes active.
ForgetRetire a claim.It should no longer shape replies.
DisputeKeep uncertainty visible.Elephant Agent avoids treating the claim as settled.
Not a hidden profile

The Personal Model is not a secret behavioral score. The user should be able to inspect claims, see support, answer or dismiss questions, and correct what does not fit.

Why capabilities orbit the model

Skills, tools, models, messaging, jobs, and embeddings all matter. But they do not replace the center.

CapabilityWhat it addsHow it stays grounded
SkillsRepeatable workflows.Skill affinity can be learned, but the user can inspect and toggle skills.
ToolsAction and retrieval.Tool use records Steps and can update claims only through explicit paths.
ModelsDialogue and reasoning.Provider choice changes how Elephant Agent thinks, not what is true.
MessagingMore surfaces.The same elephant owns the continuity line.
Background jobsLearning outside the immediate reply.Jobs write through Personal Model tools, not a second hidden memory.