← All concepts

session management

10 articles · 15 co-occurring · 1 contradictions · 0 briefs

Provides tactical decision framework for when to start new sessions vs continue: 'new session for new tasks' as general rule of thumb.

@simonw: @thsottiaux Still too hard to export a session in a format I can publish and ...

Current AI platforms manage sessions internally but fail to export them in usable formats

Provides tactical decision framework for when to start new sessions vs continue: 'new session for new tasks' as general rule of thumb.

Mentions 'Store instructions and memories' and 'Manage sessions' as core concepts for maintaining context persistence across turns

Agent view is a concrete implementation of session management—surfacing all sessions in one interface to enable context continuity.

Provides specific tactical operations (/rewind, /clear, /compact, subagents) as session lifecycle strategies to manage context rot.

Current AI platforms manage sessions internally but fail to export them in usable formats

Extends traditional session management by moving from request-response sessions to long-lived, re-triggerable context packages that survive between executions.

Agent view is explicitly about managing multiple sessions in Claude Code, suggesting session isolation/persistence is a recognized design challenge.

Demonstrates practical session state duplication and scoping for multi-agent workflows

Shows practitioners must build model-state detection into session initialization rather than assuming consistent behavior

Mentions managing multiple CC sessions, but only at UI level, not at context/state level

query this concept
$ db.articles("session-management")
$ db.cooccurrence("session-management")
$ db.contradictions("session-management")