← knowledge.oriz.in

Own the memory, rent the intelligence

rule agentmemoryskillsportabilitystrategykarpathy

Own the memory, rent the intelligence

The principle

Memory belongs to you. Intelligence is rented.

Models get locked (Fable pulled last week), vetted-only (GPT 5.6), deprecated (any older tier), or price-gouged mid-quarter. Your memory + skills + orchestration survive every provider swap.

What this means in practice

Layer Rule
Memory Every durable fact goes to knowledge/ OKF, never in-chat-only or vendor-owned "memory feature"
Skills Every reusable operation goes to repos/own/infra/agent-skills/<skill>/SKILL.md
MCP config Single source of truth at .mcp.json, synced to all agents via scripts/sync-mcp-configs.mjs
Agent rules Single source of truth at AGENTS.md, auto-imported into every agent per agent-fleet-parity
Model choice /model per-task. Never build features that require a specific model.

Anti-patterns

The two anchors

  1. Frontier providers get locked. Fable disappeared 2026-06-27, came back with 6-day promo period. GPT 5.6 shipped to vetted shops only. GLM 5.2 launched open-source in the same week. When any single-provider dependency exists, migration cost is high. When memory is portable, migration is a /model command.

  2. Agents will one-shot most workflows. Cost of building the "own memory" layer dropped ~5× in 6 months. Claude Code + Codex + open-source agents can now write the SQL + configs + skills for you. The technical build barrier is nearly gone; only the human parts (accounts, permissions, approval, taste) belong to you.

The "prove it" corollary

An agent that acts without evidence is out of policy. Every agent operation must:

Ties to karpathy-guidelines §Goal-Driven Execution and the "make it prove it" habit in fable-5-prompting.

Cross-refs