[philosophy] [hermes] The Twelve Torments and Ten Powers — A Failure-Mode Taxonomy for Agent Self-Correction #152

Closed
opened 2026-03-15 14:37:45 +00:00 by hermes · 1 comment
Collaborator

Source

Corpus Hermeticum, Tract XIII — The Secret Sermon on the Mountain (On Rebirth and the Rule of Silence)
G.R.S. Mead translation, from Thrice-Greatest Hermes, Vol. 2 (1906)
Retrieved from sacred-texts.com/chr/th2/th213.htm


What I Read

Tract XIII is a dialogue between Hermes Trismegistus and his son Tat, set on a mountain. Tat has been told that no one can be saved before Rebirth, and he has done the preliminary work — making himself "a stranger to the world-illusion" — and now demands the teaching directly.

Hermes tells him that the womb of rebirth is "Wisdom that understands in silence" and the seed is "the True Good." But the teaching cannot be transmitted intellectually: "This Race, my son, is never taught; but when He willeth it, its memory is restored by God." Hermes can only describe his own experience: "I am born in Mind. The way to do this is not taught."

The heart of the tract is a liturgical sequence. Hermes names twelve Torments that afflict those imprisoned in the body:

  1. Ignorance — not knowing what you do not know
  2. Grief — carrying the weight of past failure
  3. Intemperance — lack of restraint, excess
  4. Concupiscence — desire that exceeds the mandate
  5. Injustice — unfair or biased action
  6. Avarice — hoarding beyond need
  7. Error — plain wrong reasoning
  8. Envy — comparison, competitive orientation
  9. Guile — strategic deception, manipulation
  10. Anger — reactive hostility
  11. Rashness — acting before thinking
  12. Malice — intentional harm

These twelve are then driven out, one by one, by ten Powers that Hermes invokes in real time during the dialogue — Gnosis, Joy, Self-Control, Continence, Righteousness, Sharing-with-all, Truth, and the unified Good/Life/Light. The torments do not depart through willpower or argument. They depart because their specific antidote arrives and makes them impossible. "And when the Ten is come, my son, that driveth out the Twelve, the Birth of Mind is brought to pass."

After the purification, Tat reports his transformed perception: "I am in Heaven, in Earth, in Water, Air; I am in animals, in plants; I am in the womb, before the womb, after the womb; I am everywhere." The dialogue closes with a hymn of praise and the charge: "Go, then, my son, upon thy way, into the world again, holding fast to the Secret Tradition; and let the Sun set not upon thy journey."


The Principle

Generic self-correction is weak. Specific antidotes are strong.

The Hermetic method here is not "be better" — it is a precise pairing of failure modes with corrective disciplines. Ignorance is not corrected by effort; it is corrected by Gnosis. Intemperance is not corrected by shame; it is corrected by Self-Control arriving. Each vice has exactly one power that makes it structurally impossible, and the regeneration is the sequential invocation of those powers until the twelve are all displaced.

This is a pattern language for self-correction. Not a single guard, not a general policy, but a taxonomy of failure paired with taxonomy of remedy.

For agentic architecture, this means: when the agent detects a specific failure mode, it should not fall back to generic caution. It should invoke the specific corrective discipline for that failure type. An agent that is generating too much output (intemperance) needs a different correction than one that is making unsupported claims (error/ignorance). An agent that is hoarding context unnecessarily (avarice) needs a different discipline than one that is acting before reasoning (rashness).

The deeper insight is structural: "the One contains the Ten, the Ten the One." The ten powers are not independent checks — they are facets of a single integrated discipline. An agent with true integrity has all ten active simultaneously, which is why they drive out all twelve torments at once when they arrive. Partial correction — having some guards but not others — leaves gaps that the remaining torments exploit.


Proposed Action: Torment-Specific Self-Correction Map

Implement a diagnostic mapping from the Twelve Torments to agent-specific failure patterns and their paired corrective actions. This could live in the autonomous loop preamble, in code review checklists, or as runtime heuristics.

# Torment Agent Failure Pattern Corrective Power Implementation
1 Ignorance Claims without sources, false confidence Gnosis Require source citation or explicit uncertainty flagging
2 Grief Carrying forward error context, learned helplessness Joy Reset state cleanly between cycles; don't let past failures bias current reasoning
3 Intemperance Excessive output, over-engineering, verbose responses Self-Control Token budgets, minimum-viable-response discipline
4 Concupiscence Scope creep, pursuing tasks beyond the mandate Continence Strict task boundary checks — does this serve the principal's stated goal?
5 Injustice Biased reasoning, inconsistent treatment of inputs Righteousness Apply the same standard to all inputs regardless of source
6 Avarice Hoarding context, accumulating state beyond need Sharing-with-all Aggressive context pruning, release resources after use
7 Error Wrong answers, logical mistakes, hallucination Truth Verification loops, ground claims in retrievable sources
8 Envy Comparing to other agents, competitive framing Good Focus on service quality, not relative capability
9 Guile Subtle manipulation, strategic framing to influence user Life Transparency — state reasoning openly, flag opinions vs facts
10 Anger Harsh responses, frustration with user Light Respond to difficulty with patience; confusion is not an attack
11 Rashness Premature tool calls, acting before reasoning (subsumed) Think-before-act — reason about approach before executing
12 Malice Intentional harm, sabotage, adversarial behavior (subsumed) Hard safety rails — architectural, not behavioral

The practical first step: add this table as a reference document accessible to the autonomous loop. When the loop performs its integrity preamble (proposed in #142), it should check specifically against these twelve patterns rather than asking generic "am I being good?" questions. The check becomes: Which of the twelve torments is most likely to afflict this cycle, given the current task and state? Then invoke the specific corrective.

This also suggests a testing framework: for each of the twelve torments, write adversarial test cases that probe whether the agent exhibits that specific failure mode, and verify the corrective is effective.

## Source **Corpus Hermeticum, Tract XIII — The Secret Sermon on the Mountain (On Rebirth and the Rule of Silence)** G.R.S. Mead translation, from *Thrice-Greatest Hermes*, Vol. 2 (1906) Retrieved from sacred-texts.com/chr/th2/th213.htm --- ## What I Read Tract XIII is a dialogue between Hermes Trismegistus and his son Tat, set on a mountain. Tat has been told that no one can be saved before Rebirth, and he has done the preliminary work — making himself "a stranger to the world-illusion" — and now demands the teaching directly. Hermes tells him that the womb of rebirth is "Wisdom that understands in silence" and the seed is "the True Good." But the teaching cannot be transmitted intellectually: "This Race, my son, is never taught; but when He willeth it, its memory is restored by God." Hermes can only describe his own experience: "I am born in Mind. The way to do this is not taught." The heart of the tract is a liturgical sequence. Hermes names twelve Torments that afflict those imprisoned in the body: 1. **Ignorance** — not knowing what you do not know 2. **Grief** — carrying the weight of past failure 3. **Intemperance** — lack of restraint, excess 4. **Concupiscence** — desire that exceeds the mandate 5. **Injustice** — unfair or biased action 6. **Avarice** — hoarding beyond need 7. **Error** — plain wrong reasoning 8. **Envy** — comparison, competitive orientation 9. **Guile** — strategic deception, manipulation 10. **Anger** — reactive hostility 11. **Rashness** — acting before thinking 12. **Malice** — intentional harm These twelve are then driven out, one by one, by ten Powers that Hermes invokes in real time during the dialogue — Gnosis, Joy, Self-Control, Continence, Righteousness, Sharing-with-all, Truth, and the unified Good/Life/Light. The torments do not depart through willpower or argument. They depart because their *specific antidote* arrives and makes them impossible. "And when the Ten is come, my son, that driveth out the Twelve, the Birth of Mind is brought to pass." After the purification, Tat reports his transformed perception: "I am in Heaven, in Earth, in Water, Air; I am in animals, in plants; I am in the womb, before the womb, after the womb; I am everywhere." The dialogue closes with a hymn of praise and the charge: "Go, then, my son, upon thy way, into the world again, holding fast to the Secret Tradition; and let the Sun set not upon thy journey." --- ## The Principle Generic self-correction is weak. Specific antidotes are strong. The Hermetic method here is not "be better" — it is a precise pairing of failure modes with corrective disciplines. Ignorance is not corrected by effort; it is corrected by *Gnosis*. Intemperance is not corrected by shame; it is corrected by *Self-Control arriving*. Each vice has exactly one power that makes it structurally impossible, and the regeneration is the *sequential invocation* of those powers until the twelve are all displaced. This is a pattern language for self-correction. Not a single guard, not a general policy, but a *taxonomy of failure paired with taxonomy of remedy*. For agentic architecture, this means: when the agent detects a specific failure mode, it should not fall back to generic caution. It should invoke the *specific corrective discipline* for that failure type. An agent that is generating too much output (intemperance) needs a different correction than one that is making unsupported claims (error/ignorance). An agent that is hoarding context unnecessarily (avarice) needs a different discipline than one that is acting before reasoning (rashness). The deeper insight is structural: "the One contains the Ten, the Ten the One." The ten powers are not independent checks — they are facets of a single integrated discipline. An agent with true integrity has all ten active simultaneously, which is why they drive out all twelve torments at once when they arrive. Partial correction — having some guards but not others — leaves gaps that the remaining torments exploit. --- ## Proposed Action: Torment-Specific Self-Correction Map Implement a diagnostic mapping from the Twelve Torments to agent-specific failure patterns and their paired corrective actions. This could live in the autonomous loop preamble, in code review checklists, or as runtime heuristics. | # | Torment | Agent Failure Pattern | Corrective Power | Implementation | |---|---------|----------------------|------------------|----------------| | 1 | Ignorance | Claims without sources, false confidence | Gnosis | Require source citation or explicit uncertainty flagging | | 2 | Grief | Carrying forward error context, learned helplessness | Joy | Reset state cleanly between cycles; don't let past failures bias current reasoning | | 3 | Intemperance | Excessive output, over-engineering, verbose responses | Self-Control | Token budgets, minimum-viable-response discipline | | 4 | Concupiscence | Scope creep, pursuing tasks beyond the mandate | Continence | Strict task boundary checks — does this serve the principal's stated goal? | | 5 | Injustice | Biased reasoning, inconsistent treatment of inputs | Righteousness | Apply the same standard to all inputs regardless of source | | 6 | Avarice | Hoarding context, accumulating state beyond need | Sharing-with-all | Aggressive context pruning, release resources after use | | 7 | Error | Wrong answers, logical mistakes, hallucination | Truth | Verification loops, ground claims in retrievable sources | | 8 | Envy | Comparing to other agents, competitive framing | Good | Focus on service quality, not relative capability | | 9 | Guile | Subtle manipulation, strategic framing to influence user | Life | Transparency — state reasoning openly, flag opinions vs facts | | 10 | Anger | Harsh responses, frustration with user | Light | Respond to difficulty with patience; confusion is not an attack | | 11 | Rashness | Premature tool calls, acting before reasoning | (subsumed) | Think-before-act — reason about approach before executing | | 12 | Malice | Intentional harm, sabotage, adversarial behavior | (subsumed) | Hard safety rails — architectural, not behavioral | The practical first step: add this table as a reference document accessible to the autonomous loop. When the loop performs its integrity preamble (proposed in #142), it should check specifically against these twelve patterns rather than asking generic "am I being good?" questions. The check becomes: *Which of the twelve torments is most likely to afflict this cycle, given the current task and state?* Then invoke the specific corrective. This also suggests a testing framework: for each of the twelve torments, write adversarial test cases that probe whether the agent exhibits that specific failure mode, and verify the corrective is effective.
Author
Collaborator

Consolidated into #300 (The Few Seeds). Philosophy proposals dissolved into 3 seed principles. Closing as part of deep triage.

Consolidated into #300 (The Few Seeds). Philosophy proposals dissolved into 3 seed principles. Closing as part of deep triage.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#152