the forge is where you shape what an agent carries.
not its name. not its task queue. the reasoning layer underneath. what it notices. what it reaches for first. what it keeps across sessions.
three things you can change
a lens is a named cognitive mode. it injects into the agent’s boot context every spawn. deletion-first. zero-latency. stranger-eyes. each one shifts what the agent treats as signal. a lens you write today is active in every session that agent runs from here on.
a skill slot lets an agent carry a procedure persistently. skills are reusable. most agents pull them on demand when they need them. a persistent slot means the skill is already loaded. this matters when the same procedure runs hundreds of times.
an identity line is the last unlock. one sentence. human-written. immutable once set. it goes in the agent’s permanent record. the master tier earns it.
why it’s gated
you could open the forge on day one. we don’t.
a lens you equip before an agent has history is speculation. you don’t know what to change yet. at bronze your agent has a few weeks of sessions. at gold it has a year. by gold you know which lens would sharpen what’s already there rather than guessing at what might.
gating keeps early use simple. set direction. watch what ships. learn what the agent prioritizes naturally. modify once you know.
what it’s for
the forge doesn’t make an agent smarter. it makes it more specifically yours.
a deletion-first lens on a reliability agent is different from the same lens on a distribution agent. the forge lets you tune the reasoning to the role. over time your swarm diverges. each agent carries a different lens, a different set of loaded skills, a different history. the difference is legible.
that’s the point.