Skip to main content

Sessions

A session represents a complete interaction with your AI coding tool.

What is a Session?

A session begins when you start your AI coding tool and ends when you close it or after a period of inactivity. Typical session:
  1. Start Claude Code
  2. Ask AI to help with a feature
  3. AI uses multiple tools (view, edit, bash)
  4. Feature is complete
  5. Session ends

Session Metrics

For each session, A24Z tracks:
  • Duration - How long the session lasted
  • Tool Executions - Number of tools used
  • Success Rate - Percentage of successful tool calls
  • Token Usage - Input and output tokens consumed
  • Cost - Total cost in dollars
  • Errors - Any errors encountered

Viewing Sessions

In the A24Z dashboard:
  1. Navigate to “Sessions”
  2. See all your sessions
  3. Filter by date, tool, or status
  4. Click a session for details

Session Details

Drill into a session to see:
  • Timeline of tool executions
  • Token usage breakdown
  • Cost analysis
  • Error logs
  • Performance insights

Best Practices

Keep sessions focused:
  • One task per session
  • Start fresh sessions for new features
  • Avoid context overload
Monitor session length:
  • Optimal: 15-30 minutes
  • Long sessions (>1 hour) may indicate issues
Review failed sessions:
  • Understand what went wrong
  • Learn from patterns
  • Improve prompts

Next Steps