Chapter 1#

Friendship, Character, Ethics#

act1/figures/blanche.*

Fig. 10 Umuntu ngumuntu ngabantu—the Zulu equivalent of Casper’s “Friendship, Character, Ethics.” Allegorically, this reflects idealism and the longing for Dante’s Paradiso. However, our hosts seem unaware of the far richer allegory connected to the Nash Program, which aims to bridge the gap between adversarial and cooperative interactions. It provides the most comprehensive vocabulary yet, functioning like an LLM for human intelligence (HI), and could significantly elevate such conversations. This is why I feel a special responsibility. Throughout my life, my family has included Grannies, Dad, Mom, Yours Truly, Spouse, and Offspring. I stand in the middle, capable of understanding and connecting with generations spanning from the beginning to the end of the 20th century, as well as those born in the first half of the 21st.#

Betrayal, Power, Survival#

act1/figures/blanche.*

Fig. 11 Chris Cuomo: Historical Perspective—“The commodity is as old as society: the ‘They’”. The power brokers, the establishment, the elite, whatever you wanna call them. they used to be called the bourgeoisie! Ok, every society has gone through the fact that there are people in society who have “the hand” & influence that makes everything happen, that fucks you over. It’s always been true – beyond what you are being sold.#

Strategy, Payoff, Equilibrium#

act1/figures/blanche.*

Fig. 12 Faith, Hope, and Love/Peace. Abideth these. Only monotheism, a unipolar world, or “final boss” drives players into a cooperative equilibrium, in Paradiso.#

Springstein, Dylan, Adam#

act1/figures/blanche.*

Fig. 13 Jimmy Fallon. He’s quite simply, “The Best!”.#

Brother, Foe, Other#

act1/figures/blanche.*

Fig. 14 Wes Anderson. If ever you doubted his sense of humor :)#

Loyalty, Empathy, Resilience#

Hide code cell source
import matplotlib.pyplot as plt
import numpy as np

def draw_triangle(ax, vertices, labels, color='black'):
    """Draws a triangle given vertices and labels for each vertex with matching color."""
    triangle = plt.Polygon(vertices, edgecolor=color, fill=None, linewidth=1.5)
    ax.add_patch(triangle)
    for i, (x, y) in enumerate(vertices):
        ax.text(x, y, labels[i], fontsize=12, ha='center', va='center', color=color)  # Set label color

def get_triangle_vertices(center, radius):
    """Returns the vertices of an equilateral triangle centered at `center` with a given `radius`."""
    angles = np.linspace(0, 2 * np.pi, 4)[:-1] + np.pi/2  # angles for vertices of an equilateral triangle
    return np.column_stack([center[0] + radius * np.cos(angles),
                            center[1] + radius * np.sin(angles)])

# Create the plot
fig, ax = plt.subplots()
ax.set_aspect('equal')

# Define the layers of the fractal with vertices and labels
centers = [(0, 0)]
radii = [1, 2.5, 4]
triads = [
    ['Betrayal', 'Power', 'Survival'],
    ['Loyalty', 'Empathy', 'Resilience'],
    ['Faith', 'Love', 'Hope']
]

# Set the color scheme: blood red, green, sky blue
colors = ['lightsalmon', 'lightgreen', 'paleturquoise']

# Draw the triangles with increasing radius and corresponding label colors
for radius, triad, color in zip(radii, triads, colors):
    vertices = get_triangle_vertices(centers[0], radius)
    draw_triangle(ax, vertices, triad, color=color)

# Set limits and hide axes to fit the frame
ax.set_xlim(-4.5, 4.5)
ax.set_ylim(-4.5, 4.5)
ax.axis('off')

# Display the plot
plt.show()
../_images/552d0cd6108c7d648060cfb327ce966ab6843f7f9b367f906d2944c6042b8873.png
../_images/blanche.png

Fig. 15 Spire of Interpersonal, Internecine, International, and Intergalactic Relationships: Strategy, Payoff, Equilibrium. The red triangle describes adversarial games where relatively new rivals test each other out in Inferno (war), whereas the green and blue represent iterative games between worthy adversaries (treaty), and cooperative games with the unworthy sort who’ve been subjugated by a monolithic authority under the veil of benevolence: trust, faith, hope, love, and peace (colonial). Once the monoliths authority & patience is tested, one will be branded a criminal & punished.#

Adam Smith’s The Theory of Moral Sentiments can be understood as having a fractal structure, where key ideas repeat and evolve in a layered way. The first fractal has three main parts. The first part relates to strategy, and in Smith’s framework, the essence of strategy is duty to society. Duty represents the moral obligations individuals must consider in their interactions with others. It’s a foundational aspect of moral reasoning, setting the course for decisions and guiding behavior in a social context.

The second part of the fractal concerns payoffs to oneself, which can be understood as reward and punishment. Smith emphasizes that human behavior is influenced by the social feedback one receives, whether through praise, blame, or other forms of recognition. This dynamic of reward and punishment shapes our moral compass, as individuals adjust their actions based on the anticipated reactions from others.

The third part deals with equilibrium in Paradiso, which is fundamentally about action. For Smith, morality is ultimately expressed through action—whether those actions are appropriate or inappropriate within the given context. Thus, moral judgment is always tied to the decisions we make and the behaviors we exhibit in society. Action is where moral theory is put into practice.

The second iteration of this fractal occurs in parts 4, 5, and 6, where the same structure repeats with more complexity. Here, the strategy shifts to custom, reflecting how societal norms and traditions shape moral duties.

Payoffs in this context are framed as utility, emphasizing the practical benefits or harms that result from moral choices.

Finally, the equilibrium in this second layer is represented by systems of moral philosophy, which formalize and rationalize the interactions between duty, custom, reward, and action. This recursive structure, where each part contains subsections and chapters, gives Smith’s work its depth and allows for a more comprehensive exploration of human morality. It’s through this fractal approach that The Theory of Moral Sentiments systematically addresses how individuals and societies navigate the complexities of moral life.

Hide code cell source
import networkx as nx
import matplotlib.pyplot as plt

# Create a directed graph (DAG)
G = nx.DiGraph()

# Add nodes and edges based on the neuron structure
G.add_edges_from([(1, 4), (2, 4), (3, 4), (4, 5), (5, 6)])

# Define positions for each node
pos = {1: (0, 2), 2: (1, 2), 3: (2, 2), 4: (1, 1), 5: (1, 0), 6: (1, -1)}

# Labels to reflect parts of a neuron
labels = {
    1: 'Directed', 
    2: 'Games', 
    3: 'Allegory', 
    4: 'Paradiso',
    5: 'Limbo', 
    6: 'Inferno'
}

# Softer, pastel colors for the nodes
node_colors = ['lemonchiffon', 'paleturquoise', 'mistyrose', 'thistle', 'lightgreen', 'lightsalmon']  # Gentle, light tones

# Draw the graph with neuron-like labels and color scheme
nx.draw(G, pos, with_labels=True, labels=labels, node_size=5000, node_color=node_colors, arrows=True)
plt.title("Tension in Bow (Cooperative) +\n Release of Arrow (Punishment)")
plt.show()
../_images/00abaaf3c3f83f5b5221e49cc4d5c52d71be19834660c04de481f81ccd2eb193.png
../_images/blanche.png

Fig. 16 While in Limbo: Qualities Necessary are Loyalty, Empathy, Resilience. Empathy means trying to look at one’s own group’s behavior honestly, as it might appear when seen through the other’s eyes, recognizing that his eyes are almost certainly jaundiced, but recognizing also that he has the advantage of not seeing our own group’s behavior through the rose-colored glasses that we ourselves normally wear. We may have grounds for distrust vs. have faith in a contract, fear vs. hope for flourishing, and resentment vs. love. If we apply this empathetic approach to Russian policymakers, we can see that for almost 20 years the United States has acted in ways that, from the Russians’ standpoint, threaten and humiliate Russia – treat them as unworthy adversaries, betraying the cold war contract, displaying power moves through economic sanctions, and through expanding NATO onto the doorstep of Russia to signal an existential threat. The Fall of the Berlin Wall some 30 years ago had signalled to US policy makers a crack in Russia’s economic resilience#

Literary & Ecumenical Criticism#

His horses are bred better, for, besides that they are fair with their feeding, they are taught their manage and to that end riders dearly hired; but I, his brother, gain nothing under him but growth, for the which his animals on his dunghills are as much bound to him as I. – Orlando in As You Like It

Psalm 23 is pure in its simplicity, a timeless expression of faith. My critique introduces a more cynical perspective, borrowed from the dynamics of “cooperative games,” which always rely on a monolith, a monopoly, or a monotheistic structure—anchored by a clear hierarchy. This, of course, introduces an undertone of control, especially when faith is coupled with the imagery of guidance and protection.

../_images/rod_and_staff.jpg

Fig. 17 A Critique of Psalms 23. The Lord is my shepherd; I shall not want. \(^1\) He maketh me to lie down in green pastures: he leadeth me beside the still waters. \(^2\) He restoreth my soul: he leadeth me in the paths of righteousness for his name’s sake. \(^3\) Yea, though I walk through the valley of the shadow of death, I will fear no evil: for thou art with me; thy rod and thy staff they comfort me. \(^4\) Thou preparest a table before me in the presence of mine enemies: thou anointest my head with oil; my cup runneth over. \(^5\) Surely goodness and mercy shall follow me all the days of my life: and I will dwell in the house of the Lord forever. \(^6\)#

Danger 🐑

He maketh you lie down in green pastures & leadeth you beside still waters so that you may be as special as Kobe beef! And you will dwell in the house of the Lord forever?

The Risk of Mixed Metaphors#

In sacred texts, metaphors are often layered to evoke deep, multiple meanings. But when mixed metaphors collide awkwardly, as in the critique that likens divine guidance to the pampered life of Kobe beef, the dissonance becomes apparent. It risks trivializing the profound message of Psalm 23 through an unexpected and jarring imagery.

Rod and Staff: Guidance and Protection#

Psalm 23 uses the rod and staff to symbolize care and protection, conjuring images of trust and safety under a divine shepherd. However, likening this care to the pampering of Kobe beef—a commodity treated with luxury for the purpose of consumption—brings in a cynical twist. The comparison suggests that divine care might not be about freedom or flourishing, but rather about being “fattened” for a final, unknown end.

The Danger of Undermining the Sacred#

The pastoral metaphors of Psalm 23 represent spiritual nourishment and moral guidance, whereas the Kobe beef metaphor shifts the tone toward materialism and physical indulgence. This contrast undermines the spiritual intent by reducing divine protection to a commodified process of pampering. “Dwelling in the house of the Lord forever” becomes not a symbol of eternal peace, but of passive luxury, like Kobe beef awaiting its inevitable fate.

Why This Metaphor Fails#

When metaphors don’t align in tone or message, they risk distorting the original meaning. Psalm 23’s pastoral imagery works because it creates a consistent framework of spiritual care. The introduction of Kobe beef—associated with indulgence and consumerism—turns that care into a superficial comfort. This modern lens breaks the sacredness of the text, collapsing the coherence of the metaphor.

Subtlety in Critique#

To further refine this critique, focus on the disruptive potential of mixed metaphors. Introducing consumerist imagery into a religious context might alienate readers from the original spiritual message, trivializing its depth. Kobe beef’s pampering leads to consumption and death, a stark contrast to the redemptive arc of Psalm 23, which promises peace and salvation.

Moreover, this critique subtly touches on the relationship between Israel and America, with “David’s” confidence being emboldened by the strong, hierarchical backdrop of his protector. This geopolitical layer adds another dimension to the critique—one that should be handled delicately to avoid offense. Let the subtlety of these dynamics shine, highlighting sensibilities and nuance, without losing the sacred thread of the original text.