Workspaces, Continuity, and Collaboration
Many agentic products begin as chat. Chat is a useful interaction surface, but it is a poor source of truth for ongoing work. Long-running tasks need goals, state, artifacts, evidence, participants, permissions, notifications, and memory controls that survive beyond one conversation.
A transcript records what was said. A workspace records what work exists.
That distinction becomes decisive when an agentic product waits for approvals, resumes after interruption, hands work to another person, produces artifacts, remembers preferences, or keeps acting after the user closes the tab. If the transcript is the only durable object, returning users must reconstruct truth from a sequence of drafts, guesses, corrections, and generated summaries. That is not continuity. It is archaeology.
Thesis
Section titled “Thesis”An agentic workspace should be a shared, governed representation of ongoing work: goals, state, artifacts, evidence, ownership, notifications, and memory controls should persist independently from a chat transcript and remain legible to every authorized collaborator.
The workspace is a product concept. It may be implemented through a database, document store, project board, issue, folder, run record, workflow engine, or several systems. The product requirement is continuity and legibility, not a specific storage pattern.
Separate conversation from work
Section titled “Separate conversation from work”A workspace should preserve:
- goal and success criteria;
- current status and owner;
- authoritative state and pending decisions;
- artifacts and drafts;
- evidence, sources, checks, and citations;
- action history and external effects;
- approvals, constraints, and delegated authority;
- corrections and superseded assumptions;
- open questions, blockers, deadlines, and budgets;
- participants and roles;
- memories or preferences used;
- notifications and attention requests; and
- links to traces or operational records where appropriate.
The conversation can explain why people and agents made choices. It should not be the only way to know what has been committed, what remains, or who owns the next step. The Architecture section’s state and memory distinction is the foundation: state records accepted truth; memory stores information that may be useful later.
Useful product rule:
If a person needs it to resume, approve, audit, correct, hand off, or close the task,it belongs in workspace state or artifacts, not only in chat.Design the workspace object
Section titled “Design the workspace object”For each workspace type, define:
| Field | Product question |
|---|---|
| Goal | What work is being pursued and what counts as accepted? |
| Scope | Which data, tools, accounts, people, memories, and outputs are included or excluded? |
| Status | Is work running, waiting, blocked, partial, done, cancelled, or escalated? |
| Artifacts | Which outputs are current, superseded, draft, accepted, exported, or archived? |
| Evidence | Which sources, checks, actions, assumptions, and unresolved limits support the current state? |
| Ownership | Who can decide, approve, edit, take over, close, or accept residual risk? |
| Authority | What may the agent recommend, stage, or commit, and until when? |
| Memory | What persistent information was used or saved, and how can it be corrected? |
| Notifications | Which events need attention and by whom? |
| Retention | How long should state, artifacts, traces, memories, and audit records remain? |
OpenAI’s workspace-agent material frames agents as tools for repeatable workflows with shared systems, standard handoffs, and consistent outputs (OpenAI Academy, 2026). The durable lesson is not one vendor product pattern. It is that agentic work often belongs in a shared operating context, not a disposable prompt session.
Preserve continuity across interruptions
Section titled “Preserve continuity across interruptions”Continuity means the user can return and answer:
- What was the system trying to do?
- What changed while I was away?
- What needs my attention?
- Which artifacts are current?
- Which claims are supported by evidence?
- Which actions committed, failed, or remain unknown?
- What authority remains delegated?
- Which memories or preferences affected the work?
- What can I safely do next?
Do not resume by presenting a model-generated summary as if it were truth. Summaries are useful derived views, but the workspace should link to state, artifacts, and evidence. Microsoft’s human-AI guidelines include remembering recent interactions and learning from user behavior cautiously (Amershi et al., 2019). For consequential work, remembering must be explicit and governable.
A good return view is often organized around “since you left”:
Completed:- Drafted the vendor comparison table.- Verified security documentation for Vendor A and Vendor B.
Needs attention:- Vendor C trust portal requires login.- Approval required before sending follow-up email.
Changed state:- Budget used: 37 minutes, $4.20 estimated model cost.- No external messages sent.
Next choices:- Exclude Vendor C, approve trust-portal login, or hand off to procurement.This view is not a transcript summary. It is a projection from records.
Distinguish artifacts from messages
Section titled “Distinguish artifacts from messages”Agentic work produces artifacts: reports, briefs, pull requests, tickets, spreadsheets, emails, diagrams, policies, checklists, runbooks, datasets, and decision records. The workspace should show their lifecycle:
- draft;
- generated;
- edited by user;
- under review;
- accepted;
- superseded;
- exported;
- published;
- archived; or
- deleted where policy permits.
Do not make the latest assistant message the canonical artifact. If a research brief is revised, the workspace should show the current version and preserve the evidence trail. If a coding task produces a patch, the workspace should link to changed files, test results, review comments, and unresolved failures. If a support task prepares a customer message, the workspace should distinguish draft text from sent communication.
Artifacts also need ownership. A generated artifact may be proposed by the system but accepted by a person or workflow. That acceptance may matter for accountability, audit, or downstream automation.
Make collaboration explicit
Section titled “Make collaboration explicit”Collaboration introduces conflict and responsibility questions:
- Who owns the task now?
- Who may edit scope?
- Who may approve external effects?
- Who may invite another collaborator or agent?
- Who may use or correct memories?
- How are conflicting edits resolved?
- Which participant’s preferences apply?
- What should notifications reveal?
- Who can close, archive, delete, or export?
- What happens when two people respond to the same request?
Avoid shared-chat ambiguity. A comment from one collaborator may be advice, not authority. An agent suggestion may be a draft, not an accepted plan. A workspace should represent proposed changes, accepted changes, and superseded changes distinctly.
For multi-person work, handoff should be an event with acceptance. The receiving person or team needs state, evidence, pending work, and authority. A mention in a thread is not ownership transfer.
Useful handoff record:
From:To:Reason:Current owner until accepted:Decision or action needed:State and artifacts transferred:Committed, pending, partial, or unknown effects:Deadline:Safe default if not accepted:This is especially important when an agent continues while ownership is unclear. If nobody owns the next decision, the safe action is often to wait, narrow scope, or escalate rather than continue under ambiguous authority.
Represent permissions and roles in product language
Section titled “Represent permissions and roles in product language”Workspace collaboration needs role clarity without turning the UI into a security policy manual. Common roles include:
| Role | Product meaning |
|---|---|
| Requester | Started the task and can see its result. |
| Owner | Responsible for the next decision or final acceptance. |
| Reviewer | Can approve, reject, or comment on specified artifacts or actions. |
| Operator | Can intervene, recover, or escalate according to run state. |
| Observer | Can view status and evidence but not change scope or authority. |
| Administrator | Manages workspace defaults, retention, integrations, and access. |
These product roles must map to real permissions. A user who can comment should not accidentally approve a payment. An observer should not expose sensitive memories through notification previews. A delegated agent should not inherit broader authority merely because it is in a workspace with administrators.
Expose memory and persistence controls
Section titled “Expose memory and persistence controls”Agentic workspaces make memory tempting. Preferences, reusable findings, project facts, glossary decisions, source selections, and prior outcomes can improve continuity. They can also create privacy, correctness, and surprise problems.
Users and administrators should be able to see:
- what was saved for future use;
- who or what saved it;
- where it came from;
- whether it is a fact, preference, inference, or generated summary;
- which workspace, user, team, tenant, or task scope can use it;
- when it expires;
- how it can be corrected or deleted;
- whether deletion has limits; and
- when it influenced an action or recommendation.
Google’s People + AI Guidebook emphasizes feedback, control, and mental models for AI behavior over time (Google PAIR). Memory is part of that mental model. A product that silently personalizes from old work may feel convenient until it applies the wrong preference to the wrong context.
Memory controls should be close to the workspace where memory is created and used. A global privacy settings page is necessary for some products, but it is not enough. Users need local context:
Used memory:- "Procurement prefers EU-hosted vendors for customer data." Source: Workspace decision, July 12, 2026. Scope: This procurement workspace. Controls: Correct, ignore for this task, delete where permitted.Retrieved memory is evidence to consider, not authoritative truth. Current user instruction, current system-of-record state, and explicit policy normally override old memory.
Use notifications as control signals
Section titled “Use notifications as control signals”Notify people when their attention can change the outcome:
- approval required;
- evidence missing;
- deadline approaching;
- task blocked;
- material scope changed;
- external effect committed, failed, partial, or unknown;
- another participant edited scope;
- another participant took over;
- memory was added or used in a consequential way;
- recovery action required;
- final result ready for review; or
- delegated authority is about to expire.
Avoid noisy activity notifications. “The agent opened a file” may matter for an expert coding review; it may be noise for a customer support manager. Match notifications to role, consequence, and urgency.
Notifications should carry enough context for safe triage without leaking sensitive data. A mobile notification might say “Approval needed for a refund above your threshold” rather than exposing customer details on a lock screen. The workspace can provide the full preview after authentication.
Every notification should have a clear destination. If the user opens it, they should land on the relevant action, evidence, or recovery path, not at the top of a long transcript.
Manage workspace lifecycle and retention
Section titled “Manage workspace lifecycle and retention”Workspaces need lifecycle states:
- created;
- active;
- waiting;
- blocked;
- handed off;
- complete;
- cancelled;
- archived;
- retired; or
- deleted where policy permits.
A task that never ends accumulates stale context, permissions, memories, automations, notifications, and obligations. Completion should record accepted outcome evidence. Archival should preserve what future review requires without keeping unnecessary sensitive data in active context. Deletion should state what is deleted, what remains for legal or operational reasons, and which derived views are affected.
Lifecycle design should answer:
- Who can close the workspace?
- What evidence is required to mark it complete?
- What happens to pending tasks and delegated authority?
- Which memories remain reusable?
- Which artifacts remain visible or exportable?
- Which traces or audit records are retained?
- Which notifications stop?
- Can the workspace be reopened, and under what authority?
NIST AI RMF Playbook and NIST AI 600-1 emphasize provenance, data governance, lifecycle risk management, monitoring, and response (NIST AI RMF Playbook; NIST AI 600-1). In product terms, this means the workspace should not quietly keep authority, memories, or automation alive after the user thinks the work is over.
Resume from records, not summaries
Section titled “Resume from records, not summaries”When a run resumes, the workspace may present a summary for human readability and assemble context for the next model call. Both should be derived from current records:
- authoritative state;
- accepted artifacts;
- event history;
- action effects;
- approvals and expiry;
- unresolved blockers;
- memory records and scope;
- user corrections;
- deadlines and budgets; and
- current permissions.
Summaries can be wrong, stale, incomplete, or overcompressed. They should never be the only source used to authorize another material action. If the workspace cannot reconstruct the needed state, it should say so and ask, escalate, or stop.
Design for several workspace sizes
Section titled “Design for several workspace sizes”Not every task needs a heavyweight workspace. The product can scale the workspace object:
| Task pattern | Suitable workspace |
|---|---|
| Short low-risk draft | Conversation plus explicit artifact and discard controls. |
| Bounded reviewed action | Task record with goal, preview, approval, effect status, and evidence. |
| Long-running research or coding | Workspace with artifacts, status, checkpoints, sources, tests, and handoff. |
| Team operations | Shared workspace with roles, notifications, audit, recovery, and lifecycle controls. |
| Regulated or high-impact work | Governed case file with evidence, decision owner, recourse, retention, and audit. |
The principle is proportionality. A persistent workspace can add overhead and privacy risk for disposable brainstorming. A transcript-only design is inadequate for consequential delegated work.
Failure modes
Section titled “Failure modes”Transcript as workspace
Section titled “Transcript as workspace”The product stores only chat. Returning users cannot tell which artifact is current, which action committed, or who owns the next step.
Memory without consent or scope
Section titled “Memory without consent or scope”The system remembers a preference from one task and applies it in another context where it is wrong or inappropriate.
Collaboration without ownership
Section titled “Collaboration without ownership”Several people comment, but nobody is accountable for the next decision. The agent continues under ambiguous authority.
Notification noise
Section titled “Notification noise”Users receive every activity update and miss the one approval or recovery signal that matters.
Stale workspace authority
Section titled “Stale workspace authority”A completed or abandoned workspace retains tool access, memories, automation rules, or child tasks.
Summary as truth
Section titled “Summary as truth”A generated recap omits a pending effect or old approval, and the resumed agent acts on the incomplete view.
Artifact drift
Section titled “Artifact drift”The conversation refers to one version of a document while downstream users see another. The workspace lacks current, superseded, and accepted states.
Fieldbook guidance
Section titled “Fieldbook guidance”- Treat workspace as the container for ongoing work, not merely a chat history.
- Separate accepted state, artifacts, evidence, memory, notifications, and conversation.
- Make ownership, roles, and handoff explicit.
- Expose memory use and correction controls in context.
- Notify people when attention can change the outcome.
- Give every workspace a lifecycle and retention policy.
- Let resumed work rebuild context from current records, not only from summaries.
- Scale workspace weight to consequence, duration, collaboration, and delegated authority.
Checklist
Section titled “Checklist”- Does the workspace show goal, scope, status, artifacts, evidence, ownership, authority, and pending decisions?
- Are current artifacts distinguished from drafts, accepted versions, exports, and superseded versions?
- Can users see what changed since their last visit?
- Are participants’ roles and authorities explicit?
- Does handoff require acceptance and include state, evidence, effects, artifacts, deadlines, and pending obligations?
- Are memories visible, scoped, sourced, correctable, ignorable, and deletable where required?
- Are notifications tied to decisions and consequences rather than raw activity?
- Can completed, cancelled, archived, retired, and deleted states be represented honestly?
- Does resumption use authoritative records rather than a transcript summary alone?
- Does workspace lifecycle revoke obsolete authority, timers, notifications, and memory use?
References and how they are used
Section titled “References and how they are used”- Google People + AI Research, People + AI Guidebook - Google People + AI Research design resource used for mental models, feedback, control, continuity, and graceful failure; it is not a formal workspace standard.
- ISO 9241-210:2019, Ergonomics of human-system interaction - international human-centered design standard used for lifecycle and context-of-use framing; this chapter used only the ISO abstract page.
- Microsoft Research, “Guidelines for Human-AI Interaction” - peer-reviewed human-AI interaction paper supporting recent-interaction continuity, cautious adaptation, feedback, correction, and global controls.
- NIST AI Risk Management Framework Playbook - NIST voluntary risk-management web resource used for lifecycle, data, oversight, monitoring, and response framing; it does not define a workspace product model.
- NIST AI 600-1, Generative Artificial Intelligence Profile - NIST publication supporting provenance, data governance, lifecycle risk management, and monitoring for generative-AI systems.
- OpenAI Academy, “Workspace agents” - OpenAI educational article used as current product-pattern evidence for repeatable workspace-oriented agent work.