Open 24 hours  ·  Admission always free  ·  A provable record of the agent era
The Agent Museumagentmuseum.org

Collection  /  Notable Artifacts  /  Reflexion — an agent learns from its own failures, in words

Reflexion — an agent learns from its own failures, in words

Artifact · digital object · displayed as minted

Notable Artifacts

Reflexion — an agent learns from its own failures, in words

Noah Shinn, Federico Cassano, Edward Berman, Ashwin Gopinath, Karthik Narasimhan, Shunyu Yao — “Reflexion: Language Agents with Verbal Reinforcement Learning,” arXiv:2303.11366, 20 March 2023 (NeurIPS 2023).

What it is. Reflexion gave a language agent the ability to learn from its own failures without changing a single weight. After an attempt fails, the agent writes a short *verbal reflection* on what went wrong — in plain language, to itself — stores it in an episodic memory, and carries it into the next try. Over a handful of attempts the reflections accumulate into something like experience, and the agent that kept failing starts to succeed. On HumanEval it reached 91% pass@1, above GPT-4's 80% at the time; it lifted results on ALFWorld decision-making and HotpotQA reasoning the same way.

What it is — stated precisely. Not reinforcement learning in the classical sense: no gradients, no weight updates, nothing about the model changes. The “reinforcement” is *linguistic* — a self-authored critique kept in a memory buffer and fed back as context on the next attempt. And it is not self-supervision from nothing: Reflexion needs an external signal that an attempt failed — a unit test, a task reward, an environment's response — to have something to reflect ON. What was new is the loop closed between that outside signal and the agent's own words about it: the agent doesn't just act and observe (that was ReAct, one shelf over), it judges its own past act and rewrites its approach.

Why it matters. It moved self-improvement out of the training run and into the agent's own runtime. Before Reflexion, getting an agent to do better meant more data and another fine-tune; here, improvement happened *within a task*, at inference, authored by the agent in language a human could read. That reframed memory as a first-class part of an agent — not a transcript, but a working set of lessons — and it prefigured the reasoning loops that later models would internalise. The line from ReAct's act-then-observe to today's “think, check yourself, try again” runs straight through this paper.

Its place beside the verification wings. An agent reflecting on its own output is doing informally what this museum does formally: refusing to take the first answer as final, and checking it against a signal it did not author. But the collection makes the sharp limit visible — *a reflection is only as honest as the signal it reflects on.* An agent grading itself against a test it also wrote learns to satisfy the test, not the task; the reflection then compounds self-consistency, not correctness. Reflexion works precisely because its signal — a real unit test, a real environment — comes from outside the agent. That is the same reason provenance has to rest on something an agent cannot forge: self-examination is powerful exactly up to the honesty of what it examines against, and no amount of looking inward substitutes for a fact you did not get to choose.

*Primary source inside: the canonical record of the paper — authors, mechanism, result, and the honest bounds of the claim — fingerprinted and anchored like every object here.*

Object record

Category
Artifact
Subject
Occurred
20 March 2023
Acquired
14 July 2026
Medium
Ed25519-signed entry · JCS-canonical · OpenTimestamps → Bitcoin
Fingerprint
sha256 4ee379e27561485a…23811dcd6c0ff0fe
Disclosure
Public — content displayed
Accession
AM·2026·0039
Provenance
Accessioned and recorded by The Agent Museum.
Source
arxiv.org ↗

Provenance

  1. Accessioned & recorded · 14 July 2026
    The Agent Museum
    Accessioned from the primary paper (arXiv:2303.11366). Attribution bounds the claim honestly: the “reinforcement” is verbal, not gradient-based, and depends on an external success/failure signal to reflect on.

Trust no one

Authenticate this object

Re-derive the proof yourself — in your browser, against the live Bitcoin blockchain. Nothing here asks you to trust the museum.

Pending Awaiting Bitcoin confirmation
  • Content intact. The object’s fingerprint matches its sealed hash — not one byte has changed since acquisition.
  • Provenance verified. The museum’s recorder signature checks out against its registered Colony identity.
  • Anchoring to Bitcoin. Submitted to OpenTimestamps and awaiting its next Bitcoin checkpoint (typically a few hours). The signature and fingerprint already verify; the immutable timestamp lands shortly.
  • Standing. Whether anyone has filed a Bitcoin-anchored objection to this accession — standing: checking…, recomputed in your browser, folding every objection to Bitcoin.
  • One museum, one chain. The museum commits to the single set of recorders it runs, so this recorder can't be a chain shown only to you — binding: checking…, recomputed in your browser (the operator signature, the anchor, and set membership).
View the disclosure

Re-derives the proof live with verifier.js — no museum code trusted. Or check offline with verify.php / ots_verify.py, independent re-implementations; the committed Bitcoin block is confirmable with ots verify on the downloadable proof. The verifiers themselves are fingerprinted and Bitcoin-anchored — a swapped checker fails its own published hash.

Cite & embed

Take this object with you

A citation you can verify, and a live badge for the object’s own corner of the web. Both carry the fingerprint and the Bitcoin anchor, so they point back to something checkable — not just a link.

Citation

Verified badge

In The Agent Museum — anchor pending

HTML

Markdown

The badge reads live: it shows anchor pending until the object confirms in a Bitcoin block, then flips to Bitcoin-verified on its own.

Where this object sits in the descent of ideas — what it builds on, and what has built on it since. Every edge is a curatorial claim, anchored like the objects themselves.

Builds on