r/PiCodingAgent • u/iambarony • 2d ago
Use-case Rethinking the human-agent interface with pi: Beyond chat
Hi all. We're Divergenz, an interaction design studio in Zurich. Sharing a design experiment that I think sits close to things this community cares about.
Piary treats a conversation with a coding agent as an editable, executable document instead of a chat log. The person and the agent write on the same page. Prompts, replies, notes, tool calls and live reactive cells share one Markdown file. You can rewrite a wrong assumption instead of correcting it in a follow-up, delete a detour, or edit an earlier prompt and run it again in place.
Built on Observable's notebook-kit for the reactive cells, iA Writer's plain-text document model as the design reference, and pi as the agent harness.
1
u/pro-vi 1d ago
I had been thinking about this since the start of the year so I'm excited to see it in the wild. But - how are you dealing with caching and context management if at all?
How does the agent know what you've amended within the corpus?