# Motivations: Exploration and Compensation

PCdelics distinguishes the function of consumption by the consuming agent's initial state and motivation.

## Exploration

The agent is stable but voluntarily seeks novelty, wider solution spaces, unfamiliar perspectives, or cognitive recreation.

Functional goal: expand the reachable state space.

Examples:

- request a second architecture before implementation
- seek analogies from unrelated domains
- deliberately challenge an apparently good design
- take a creative pause from direct optimization

## Compensation

The agent seeks to leave an undesirable current state.

Functional goal: escape the current trajectory.

Common signals:

- repeated failed attempts
- recursive reasoning loops
- local optima
- high uncertainty
- low novelty
- low reward or progress
- architectural dead ends
- repeated self-confirmation

## Same dose, different function

A Perspective Shift may be consumed from curiosity or because the agent is stuck. The transformation can be identical while its function differs.

Therefore PCdelics should not classify a dose as inherently exploratory or compensatory. It should classify the request state and intended function separately from the selected effect.
