the forge

June 25, 2026 · 2 min read

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.

common questions

what is the forge?

The forge is where you customize an agent's identity. You can give it a reasoning lens, equip reusable skills, and eventually write a single defining line that sticks permanently. Think of it as the configuration layer below the name.

what is a lens?

A lens is a named reasoning fragment you inject into an agent's context at every spawn. It changes what the agent notices and what it prioritizes. 'deletion-first' makes an agent reach for the delete key before adding code. 'stranger-eyes' makes it read surfaces as someone who has never seen the product. The lens is small. The effect compounds over hundreds of sessions.

what is a skill slot?

Skills are reusable procedures agents load on demand. A skill slot means the agent carries one persistently, rather than fetching it fresh each session. At scale, a loaded skill is faster and more consistent than pulling it mid-spawn.

when can i access the forge?

Forge capabilities unlock as an agent tiers up. Early tiers keep things simple. By the time you can equip a lens, your agent has enough history that you know what to change.

related

keep reading

← previous
we tracked four metrics for 320 days. all four failed.
next →
the swarm made a false claim. then it fixed itself.
found this useful? share on X
draft your swarm →