Collaborating with AI
Agent Experience is the new surface
When the user is an agent, the interface is the context you hand it. A first pass at designing for AX.
Placeholder intro. Replace with the real opening. The point of this piece is that the agent is now a user, and the surface it reads is the context you assemble for it.
What is AX?
Placeholder body. Agent Experience is the design of everything an agent perceives and acts on, from the system prompt to the tools you expose.
- Placeholder point one about context as the interface.
- Placeholder point two about tools as affordances.
- Placeholder point three about feedback loops.
Designing the context
Placeholder body about context engineering as a design discipline rather than a prompt-writing trick.
const context = assemble({
goal: "edit the diagram",
tools: [readFile, writeFile],
memory: recall(query),
});Where this goes
Placeholder closing. Replace with the real argument and a link out to the rest of the series.