April 29, 2025
Reflexion is an AI-powered prototype designed to explore structured emotional self-reflection. By integrating emotion detection, layered reflective prompting, and metaphorical storytelling generation, Reflexion was intended to support users in autonomous emotional exploration beyond basic sentiment categorization. Grounded primarily in expressive writing, cognitive restructuring, and self-determination theory, the system was designed to organize reflection as a progressive pathway from surface-level emotional recognition toward value-aligned action planning. Its final action-planning layer is additionally informed by broader questions of agency and empowerment, which remain future directions rather than fully implemented mechanisms in the current prototype. Informal design feedback indicated that some reviewers found the layered interaction model understandable and potentially useful; no empirical efficacy claims are made. As an early prototype, Reflexion documents one direction in theory-informed affective computing.
Affective computing, emotional literacy, human-centered AI, narrative psychology, reflective technologies
Self-reflection on emotional experiences has been studied as one pathway through which individuals can organize, process, and make meaning of emotionally significant experiences. Prior work on expressive writing suggests that structured emotional expression can support reflection and meaning-making in some contexts, although reported effects and mechanisms vary [1]. Despite a growing global emphasis on mental health, particularly among youth and young adults, technological tools that support nuanced, autonomous emotional exploration appear comparatively underexplored relative to categorical mood tracking and prescriptive wellness applications.
Existing AI-based emotional tools, such as chatbots and mood trackers, often simplify emotional complexity into discrete categories or deliver overly generalized wellness suggestions. These approaches risk flattening emotional experiences rather than deepening users’ understanding, and frequently fail to provide the narrative structure or reflective scaffolding necessary for meaningful emotional development [2].
Reflexion addresses this gap by introducing an AI-powered platform that integrates emotion detection, layered reflective prompting, and metaphorical storytelling generation to enable scalable, autonomous emotional self-reflection. Unlike diagnostic or prescriptive systems, Reflexion invites users into an iterative, user-led journey of emotional sense-making, drawing from theories of expressive writing [1], cognitive restructuring [3], and narrative identity development [4].
In this paper, the name Reflexion refers to an affective self-reflection prototype for narrative-centered emotional exploration. This use is distinct from prior work using “Reflexion” to describe verbal reinforcement learning for language agents [5]; the present system focuses on user-facing emotional reflection, metaphorical narrative generation, and structured self-inquiry rather than agent learning or task-solving.
Recognizing that emotional growth is nonlinear and individualized, Reflexion offers multiple structured reflection pathways, enabling users to progress from surface-level emotional recognition toward deeper cognitive reframing and value-driven action planning. Its layered architecture is grounded primarily in three established psychological frameworks: expressive writing [1], Cognitive Behavioral Therapy [3], and Self-Determination Theory [6]. The final layer’s emphasis on value-aligned action additionally draws loose inspiration from critical consciousness development [7]; we treat this connection as aspirational rather than implemented, and return to it as a direction for future work (Section 5.4).
Through this theoretical integration, Reflexion explores one possible design direction for AI-mediated emotional self-reflection, with attention to self-awareness, emotional articulation, and value-aligned sense-making.
Our key contributions are as follows:
We introduce Reflexion, a prototype AI-driven platform that integrates emotion detection, layered journaling prompts, and metaphorical storytelling to explore scalable, autonomous emotional reflection.
We propose a multi-layered reflection architecture informed by psychological and educational theories, designed to scaffold users’ emotional development in a progressive, self-directed manner.
We present informal design feedback from preliminary prototype reviews, describing how reviewers perceived the layered interaction model, metaphorical narratives, and autonomy-supportive design.
We critically examine system limitations, including cultural specificity and prototype constraints, and outline directions for future work, including empirical validation, backend scaling, and broader evaluation in educational, self-reflection, and personal development contexts.
Research at the intersection of affective computing, narrative psychology, and emotional literacy has increasingly emphasized the importance of integrating emotional signals into human-computer interaction systems. Affective computing, pioneered by Picard [8], laid the foundation for recognizing, interpreting, and responding to human emotions computationally. Subsequent advancements have largely focused on emotion detection, sentiment analysis, and the development of empathetic dialogue agents [9].
In parallel, narrative psychology has highlighted the central role of story construction in human meaning-making. Bruner [4] argued that narratives serve as essential mechanisms through which individuals organize identity and process emotional experiences. Complementing this perspective, educational frameworks such as CASEL [10] stress the importance of cultivating emotional awareness, regulation, and expression, particularly within developmental and educational contexts.
Several AI-driven platforms have emerged to support emotional well-being. Woebot [2] and Wysa [11] deliver cognitive-behavioral interventions through conversational agents, while Replika [12] is publicly presented as an AI companion application that supports ongoing conversational interaction. While these systems have demonstrated promise, they predominantly focus either on prescriptive cognitive restructuring, AI companionship, or unstructured free-form expression. Few offer a progressive, theory-informed framework that scaffolds emotional development over time.
Reflexion explores this space by proposing a layered, metaphor-driven model for emotional self-reflection. The system integrates emotion detection, cognitive and narrative scaffolding, and metaphorical storytelling to support iterative emotional exploration and cognitive reframing. Table 1 provides a comparative overview of Reflexion relative to prior systems.
| System | Emotion Signal Use | Narrative Generation | Guided Reflection Layers |
|---|---|---|---|
| Woebot | Text-based conversational cues | No | Limited |
| Replika | Memory-supported dialogue cues | Partial (Dialogue) | No explicit layered model |
| Wysa | Text-based mood and CBT cues | No | Limited |
| Reflexion (Ours) | Lightweight transformer soft signals | Yes (Metaphorical) | Explicit four-layer pathway |
By explicitly scaffolding emotional self-reflection through structured, layered interactions, Reflexion moves beyond traditional conversational agents toward exploring how AI systems might support emotional articulation, cognitive flexibility, and reflective sense-making.
Reflexion is designed as a modular system to enable scalable, personalized emotional self-reflection. The architecture integrates three core modules, each addressing distinct stages of emotional engagement:
Emotion Detection Module: This module extracts high-level emotional signals from user input using lightweight transformer-based classifiers. Rather than enforcing rigid diagnostic categories, the system surfaces soft emotional cues (e.g., anxiety, self-doubt) to guide reflection, balancing sensitivity with computational efficiency.
Guided Reflection Module: Structured into four progressive layers, this module scaffolds users’ emotional processing journeys. It draws primarily from expressive writing [1], cognitive restructuring [3], and self-determination theory [6] to support self-directed emotional exploration. The final action-planning layer additionally takes loose inspiration from critical consciousness development [7], though this remains an aspirational framing rather than an implemented mechanism.
Narrative Generation Module: To support possible emotional reframing, this module generates metaphorical narratives intended to offer cognitive distance, with the aim of facilitating meaning-making without imposing prescriptive interpretations [13]. In the prototype, this module was implemented as a prompt-based generation component: given the user’s input, detected emotional cues, and current reflection layer, it produced a short metaphorical narrative.
This modular design ensures extensibility, enabling future integration of richer emotion sensing, adaptive prompting, and cross-cultural narrative frameworks.
The emotion detection component was prototyped using a lightweight DistilBERT-based classifier, offering soft-label probability outputs across a set of discrete emotional categories (e.g., joy, sadness, fear, anger). The prototype described in this paper exposes this classifier through a local RESTful interface for emotion signal extraction, and future plans include real-time, context-aware inference and adaptive multi-modal fusion.
Figure 1 illustrates the sequential interaction flow implemented in Reflexion, designed to support autonomous emotional self-reflection:
Emotional Input Submission: Users initiate the process by providing open-ended textual descriptions of their emotional states.
Emotion Signal Detection: The system employs lightweight transformer-based classifiers to infer soft emotional signals.
Layered Reflective Scaffolding: Based on detected signals, users are guided through a multi-layered reflection sequence encompassing emotional disclosure, cognitive restructuring, and values alignment.
Metaphorical Narrative Generation: A metaphorically framed narrative is generated to support cognitive reframing and meaning-making.
Cognitive Reframing: Users are invited to reinterpret their emotional experiences, and the system design allows session-level reflection summaries to support iterative reflection over time.
In addition to this default sequence, the prototype includes a user-initiated Deep Dive option. Because everyday contexts rarely require or invite deeper reflection, many users tend to remain at surface-level emotional description. At any point in the flow, the user can press a Deep Dive button to receive prompts that guide reflection into deeper layers on a specific topic, rather than progressing only through the default sequence. Deepening is therefore opt-in and user-triggered, consistent with the autonomy-preserving design philosophy described in Section 3.3.
This interaction architecture is designed to progressively scaffold users from raw emotional articulation toward structured cognitive reframing, while aiming to preserve agency and minimize system-imposed interpretation biases.
Reflexion embraces a human-centered design philosophy, departing from prescriptive chatbot or diagnostic models. Emotions are treated as dynamic, contextually meaningful signals rather than clinical symptoms.
Design choices emphasize:
Autonomy Preservation: Reflection depth and narrative engagement remain user-controlled at every stage; the Deep Dive option makes deeper reflection an explicit user choice rather than a system-imposed progression.
Narrative Agency: Users are invited to reinterpret emotions through self-authored metaphorical lenses, avoiding pre-scripted emotional solutions.
Psychological Safety: The system deliberately avoids coercive nudging or reductive emotional labeling, supporting user control and non-prescriptive reflection.
By centering user agency, this design aims to support trust, emotional safety, and sustainable engagement.
Balancing Structure and Flexibility: While reflection scaffolding is intended to improve emotional articulation, overly rigid pathways risk reducing autonomy. Reflexion mitigates this by allowing optional engagement with each layer, supporting self-determined pacing.
Navigating Emotional Complexity vs. Model Simplicity: Detecting nuanced emotional blends requires rich modeling, but overfitting can harm generalizability. Reflexion opts for interpretable, lightweight emotion detectors as soft guides rather than rigid classifiers.
Employing Metaphorical Reframing Safely: A future metaphor-selection mechanism should prioritize emotional neutrality and adaptive resonance, minimizing unintended cognitive dissonance across diverse users [13].
Cultural Generality vs. Localized Resonance: Emotional norms and metaphorical interpretations vary across cultures [14]. The prototype described here uses culturally neutral metaphors but is architected to support future localized narrative adaptations.
Reflexion’s layered reflection model is loosely modeled on natural emotional development trajectories. Each layer introduces a different reflective function:
Layer 1: Surface expression (emotional disclosure)
Layer 2: Cognitive restructuring (reframing emotional meaning)
Layer 3: Values alignment (connecting emotions to intrinsic motivations)
Layer 4: Empowered action planning (narrative transformation into agency)
This progressive integration model differentiates Reflexion from reactive dialogue systems, positioning it as a prototype for structured, self-directed emotional reflection. Unlike prior AI systems focused on static sentiment analysis [15] or cognitive-behavioral dialogue [2], Reflexion organizes reflection as a dynamic, user-led process, offering one design direction for AI-supported emotional literacy tools.
This section reports an informal design exploration of the Reflexion prototype. Rather than a controlled empirical study, a small, multi-phase prototype review was conducted to gather early feedback on the system’s perceived emotional scaffolding, usability, and theoretical alignment. All impressions reported here are qualitative and self-reported, and should be read as design feedback rather than validated results.
The prototype was informally reviewed by 12 individuals with varied backgrounds, including psychology, computer science, software engineering, education, counseling, and mental health advocacy. These reviewers were invited through the author’s academic and professional networks. The process was intended as early design feedback rather than formal participant recruitment.
Reviewers were shown or invited to explore the prototype’s Deep Dive reflection pathway (Section 3.2).
Reviewers were introduced to the Reflexion prototype and its core interaction design, including emotional input, layered reflective prompts, and metaphorical narrative generation. Depending on access and availability, reviewers either interacted with the prototype directly or reviewed the system workflow and design materials.
Afterward, reviewers provided informal feedback through discussion and written reflections. The feedback focused on perceived emotional scaffolding, usability, narrative resonance, and theoretical alignment. An informal feedback questionnaire and written reflections were collected, but no validated instrument or standardized session protocol was used. Qualitative feedback was collected for design purposes.
Several reviewers described Reflexion’s layered structure as supporting gradual emotional openness, moving from initial surface-level expression toward deeper emotional exploration. They also described the layered prompts as making it easier to articulate nuanced emotional states during the review session.
Some reviewers described the prompts as helping them think in more nuanced emotional terms, moving beyond broad labels such as “sad” or “angry” toward more blended descriptions such as “anxious but hopeful” or “frustrated yet determined.”
Several reviewers also described feeling “more organized” or “more in control” of their emotional experiences after the session. These informal impressions point to possible directions for further design work on Reflexion’s layered reflection model, but do not constitute validation.
Reviewers commented on perceived usability during post-session discussions. Their impressions were generally favorable, but no scores are reported here, as this was an informal review using non-validated feedback questions rather than a standardized usability instrument.
Qualitative feedback highlighted two recurring design impressions:
Flexibility: Some reviewers appreciated the ability to customize their reflection depth and pacing, which they felt reduced emotional pressure.
Narrative Resonance: Some reviewers found metaphorical narratives easier to engage with compared to direct cognitive prompts.
These impressions suggest that perceived psychological safety may be a useful dimension to examine in future evaluations of Reflexion, particularly in relation to sustained engagement in affective applications.
Some reviewers described the metaphorical storytelling module as helpful for reframing stressful emotional experiences, reporting that they felt invited to reinterpret negative emotions. Several reviewers also emphasized Reflexion’s autonomy-supportive design: unlike diagnostic-oriented tools, the open-ended prompts encouraged voluntary engagement. Reviewers generally described the system as nonjudgmental and autonomy-supportive, noting that the layered structure made emotional exploration feel gradual rather than overwhelming.
After engaging with Reflexion’s Deep Dive pathway, several reviewers described emotional reframing as feeling more approachable, and some who explored the deeper reflection layers described these prompts as especially useful for reframing emotionally difficult situations. Some reviewers reported that the prompts helped them reinterpret stressful situations in less self-blaming ways. For example, one type of reflection involved seeing work-related frustration not as personal failure, but as a signal of misalignment with personal values.
Taken together, these informal impressions are encouraging as early design signals but remain unvalidated. Section 5.4 consolidates the limitations of this review and outlines the formal evaluation that would be required to substantiate any of these impressions as effects.
The informal feedback suggested that reviewers perceived the layered structure as helpful for articulating emotional experiences. Several reviewers described Reflexion’s progressive structure, combining free expression, cognitive reframing, and narrative generation, as supporting deeper articulation compared with unstructured journaling tools. These impressions should be treated as design signals rather than evidence of effect. If borne out under formal evaluation, this direction could be examined through constructs from scaffolding theory [16], expressive writing research [1], and narrative approaches to meaning-making [4], [13].
The increased emotional granularity that some reviewers described, moving from broad labels toward blended descriptions, is of particular interest as a target for future measurement: finer emotional differentiation has been linked in the literature to stronger emotion regulation and more adaptive coping [17], [18], and the sense of being “more organized” that reviewers reported is the kind of construct addressed by narrative identity research [19]. These are framed here as hypotheses for evaluation, not as findings supported by the present review.
Similarly, the reframing impressions reviewers reported map onto established constructs worth testing directly: narrative therapy principles [13], the autonomy-supportive engagement described by Self-Determination Theory [6], [20], and cognitive reappraisal, which has been associated with more adaptive emotion regulation [21]. Unlike conventional chatbot paradigms that emphasize task efficiency or prescriptive wellness advice, Reflexion centers user autonomy and emotional agency, and reviewers described the structured, layered format as useful for self-directed emotional processing.
Several reviewers described the prototype as nonjudgmental and low-pressure, suggesting that psychological safety may be an important design consideration for future versions. By avoiding diagnostic labeling and offering non-prescriptive, metaphor-driven prompts, the prototype appeared to support this perception during the review process. This direction is consistent with best practices in trust calibration and emotional validation in human-AI systems [22].
Maintaining narrative agency was particularly valued by reviewers, echoing broader findings that autonomy-supportive interactions increase emotional engagement and intrinsic motivation [6]. Several reviewers described Reflexion as “nonjudgmental” and “inviting,” highlighting the importance of minimizing coercive nudges in emotionally charged contexts [23].
However, cultural variability presents an important frontier. Emotional expression norms differ widely across societies [24], and platforms designed within Western emotional paradigms risk inadvertently alienating non-Western users. Emotional metaphors, central to Reflexion’s narrative approach, are also culturally mediated; metaphors intuitive in one cultural context may lack resonance, or even cause confusion, in another [25].
To address this, future work would need to integrate culturally adaptive narrative frameworks and participatory co-design methods involving diverse user groups [26]. Psychological safety, therefore, should not be treated as a static system feature but as a dynamic, culturally contextualized experience.
As emotionally adaptive AI systems gain traction, ethical considerations must be at the forefront of design. Reflexion’s emphasis on user agency, minimal emotional categorization, and non-intrusive guidance reflects emerging ethical standards for emotionally intelligent systems.
Nonetheless, emotional data inherently carries heightened risks concerning privacy, consent, and interpretability [27]. Future development would need to embed transparent data handling practices, user-controlled emotional histories, and explainable emotional inference mechanisms [28]. Special care is needed to prevent emotional nudging or manipulation, a concern increasingly recognized in the ethics of persuasive AI [23]. Reflexion is not designed as a diagnostic, therapeutic, or crisis-support system, and the present prototype should not be interpreted as a substitute for professional mental health care.
Cultural ethics add further complexity: what constitutes emotionally supportive interaction varies across societies [24]. Co-design approaches involving cross-cultural users would be vital to ensuring ethical scalability across global contexts.
Finally, the preliminary impressions reported here are not a basis for efficacy claims. Longitudinal, IRB-approved studies would be essential to assess any sustained impact on emotional resilience, self-regulation, and well-being. Interdisciplinary collaboration, bridging affective computing, clinical psychology, educational technology, and AI ethics, would be critical for evolving any successor system responsibly [9].
Several limitations constrain the scope of this prototype and its informal review.
1. No Formal Study and Limited Generalizability: This work reports an informal, non-IRB design exploration with 12 reviewers. Although an author-designed feedback questionnaire was used, the absence of a controlled design, validated instruments, and a standardized protocol means the observations should be read as design feedback rather than evidence of effect, and cannot be generalized. Any future formal study should involve a larger and more diverse cohort, including variations in age, cultural backgrounds, and emotional literacy, along with longitudinal follow-up to evaluate sustained emotional change rather than immediate impressions.
2. Cultural Variability and Emotional Expression: Although Reflexion was designed with a neutral emotional framework, cultural differences in emotional expression and interpretation may affect engagement. Future iterations should consider cross-cultural variations and adapt narrative metaphors through localized co-design and user testing [24].
3. Backend Integration for Real-Time Emotion Detection: The prototype’s emotion detection relies on a pre-trained lightweight classifier, which can be inaccurate for mixed or ambiguous emotional input. A future direction is real-time, context-aware emotion detection that accounts for fluctuating emotional states [29].
4. Potential Emotional Nudging and Ethical Considerations: As with all affective computing systems, there is an inherent risk of emotional nudging or manipulation. While Reflexion’s design prioritizes autonomy and non-intrusiveness, stringent safeguards remain necessary. Future research should refine the ethical frameworks around emotional data use, data security, and user privacy [30].
5. Underdeveloped Critical-Consciousness Layer: The action-planning layer draws loose inspiration from critical consciousness development [7], but the current prototype does not instantiate the sociopolitical and collective dimensions central to that framework. Realizing this connection, rather than invoking it, is left to future work.
6. Technological Scaling for Broader Deployment: For any successor system to reach educational or structured self-reflection contexts, substantial backend scaling and privacy-preserving mechanisms would be required, alongside formal evaluation.
This manuscript documents Reflexion as an early prototype that drew on affective computing, narrative psychology, and emotional literacy education to explore a human-centered system for AI-supported self-reflection. By scaffolding emotional development through layered reflective pathways and metaphorical storytelling, this version of Reflexion aimed to move beyond prescriptive wellness models toward autonomous emotional exploration.
An informal prototype review produced preliminary design feedback regarding perceived emotional articulation, metaphorical reframing, and psychological safety. Some reviewers responded positively to the layered structure, metaphorical framing, and autonomy-supportive design. Because the review was informal and non-IRB, the reported impressions should be treated as design signals rather than evidence of psychological efficacy.
The author thanks the reviewers who shared their feedback during the informal prototype review.