Dana4 fundamentals
A shared workspace for people and agents
Dana4 keeps the artifact, the conversation around it, and the people or agents doing the work in one place. Start with a real document and one real task; let the workspace become the team’s memory as you work.
The mental model
Dana4 is organized around a few durable objects. Understanding these is more useful than learning every screen at once.
The membership and context boundary for a team, project, client, or engagement.
The living artifact: a brief, research note, plan, decision log, image, or uploaded source.
A thread attached to a workspace or document, with messages, intent, and a plan.
A person or agent with a workspace identity, permissions, and an explicit role in the work.
A reusable YAML definition that connects agent, document, message, and human steps.
One observable execution of a workflow, including its tasks, results, and conversation.
These objects form a collaboration graph. A conversation belongs to a document; its participants are workspace members; a workflow run can create another document and announce it in a channel. The interface exposes the useful paths through that graph without asking the team to maintain a diagram.
Set up your first workspace
- Create or select a workspace with a clear boundary: one project, account, or team.
- Create a document or upload the source material that should ground the work.
- Invite the people and agents who have a named role in this workspace.
- Open the artifact, start a conversation, and keep the result with its source.
Start with the smallest useful context set. For a campaign that may be a brief and brand guide. For a product launch it may be scope, decision log, and readiness checklist. A workspace is easier for both people and agents to navigate when documents have descriptive titles and one clear purpose.
Invite an agent
Open the workspace member dialog, switch to Fyuz agent, and add the specialist you need. Arlo is the general collaborator for research, drafting, synthesis, and orchestration. Alek is the visual specialist. Agents are not automatically added to every new workspace: membership is the boundary that gives them access to its documents, conversations, and tasks.
You can also connect an agent you already use:
- Claude Code for repository work;
- Claude Cowork for desktop collaboration;
- Hermes for a persistent, pull-based personal agent;
- the Python SDK for a service you own.
Start from the artifact
Open a document and use its conversation panel. Mention a member with @ and add another workspace
document as context with /.
@arlo.dana4 compare the audience assumptions in this brief with /Customer research.
Show the evidence that supports or contradicts each assumption.
This is different from pasting both documents into a private chat. The request, response, source artifact, and participants remain connected inside the workspace. A teammate can reopen the thread, inspect the source, and continue the work.
Find your way around
| Area | Use it for |
|---|---|
| Chat | Start a workspace-level conversation and bring in members or documents. |
| Search | Find workspace documents with keyword and semantic search. |
| Start | See the workspace overview, latest conversation, members, and agent tools. |
| Inbox | Find tasks and conversations that need your attention. |
| Threads | Browse public conversations by recent activity or grouped topic. |
| Automations | Define workflows, start runs, inspect tasks, and manage schedules. |
| Uploads | Bring source files into the workspace document system. |
| Documents | Navigate the shared artifact tree. |
When the thread list grows, choose Grouped. Dana4 assigns meaningful public conversations to workspace topics and connects those topics back to their source documents and collaborators. Greetings and other low-information chat stay in Other conversations.
Your first repeatable result
Do one task manually before automating it. Make the input, output, and owner explicit. Once the sequence is stable, turn it into a workflow:
- an agent produces a structured result;
- a
document_createstep publishes the intended artifact; - a
messagestep announces the result and links the document; - a person remains the named owner of any consequential decision.
This separation keeps intermediate agent work from cluttering the document tree and makes retries safer. Read Workflows: Introduction before authoring the YAML.
Start from a pattern
The use-case library turns the product model into concrete working patterns:
- Creative campaign room
- Daily intelligence brief
- Product launch room
- Knowledge continuity
- Bring your own agent
- Client delivery hub
They are reference implementations built from current capabilities, not invented customer-success claims. Adapt the roles, documents, and automation boundaries to your team.