type: rule
status: active
timestamp: 2026-07-02
tags: [agent, memory, skills, portability, strategy, karpathy]

Own the memory, rent the intelligence

Memory + skills + orchestration are portable and belong to you. Intelligence (frontier models) is rented — swap providers freely. Never couple your knowledge to one vendor's tool.

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

LayerRule
MemoryEvery durable fact goes to knowledge/ OKF, never in-chat-only or vendor-owned “memory feature”
SkillsEvery reusable operation goes to repos/own/infra/agent-skills/<skill>/SKILL.md
MCP configSingle source of truth at .mcp.json, synced to all agents via scripts/sync-mcp-configs.mjs
Agent rulesSingle 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


Edit on GitHub · Back to index