---
title: "Reflexion"
created: 2026-05-10
updated: 2026-05-10
type: concept
tags: [agent, self-reflection, reasoning, stub]
sources: []
---

# Reflexion

Reflexion is an agent learning pattern where the agent writes verbal feedback or self-critique after an attempt and reuses that feedback in later attempts.

It is commonly cited as a lightweight alternative to parameter updates for improving agent behavior over repeated tasks.

## Related

- [[agent-memory-system]] — Reflexion-style feedback can be stored as memory.
- [[contextual-agentic-memory]] — Compares verbal self-critique with genuine memory.
- [[self-reflection]] — Broader tag for reflective agent behavior.
