Prometheus

Prometheus#

Informed consent, at its core, is the process of situating a person at the appropriate level of intelligence and uncertainty given the empirical risks available. It is an alignment problem—matching perception with reality, information with cognition, fear with probability. The child’s reaction in Centerville was not just a moment of personal fear but a deeply embedded function of exposure, ambiguity, risk, and disengagement—a real-world enactment of a model designed for clinical decision-making. His perception of you was governed not by logic but by the literature of his life—the accumulated experiences, narratives, and absences in his world that dictated how he should process uncertainty. Informed consent operates on the same principle: a patient’s ability to consent is a function of how well their cognitive map aligns with the known terrain of medical reality.

This child, then, was navigating a world not of his own making. His sprint behind the tree was an expression of his internal Fisher information—his belief that the distribution of risk, as he understood it, warranted immediate withdrawal. And yet, in this case, he was statistically wrong. He ran from a phantom risk, a misread probability. His response was an uninformed disengagement, driven by a high-ambiguity, low-exposure scenario. His parents, on the other hand, operating with a richer dataset, performed the correct probabilistic maneuver: they greeted you, unshaken. They possessed an evolved model of the world, one that had adjusted risk coefficients through exposure, recalibration, and iterative social learning.

That fundamental tension—the fight between statistical ghosts and empirical truth—is the very battle Rupert Murdoch is waging in his final years. The 93-year-old media titan finds himself ensnared in a paradox of his own making, one where the principles that built his empire have now turned inward against his legacy. Project Harmony, a name that would almost be comical were it not so revealing, is nothing more than an attempt to reset the probabilities in his favor—to shift the noise-to-signal ratio of his strategic bequest motive before it calcifies into something outside his control. What is at stake for him is not money or power in their immediate sense, but the very ability to dictate the final narrative of his life.

https://play-lh.googleusercontent.com/-jpwuThrUUl6qOay0eNCjZ9CfME6I16QGS2OLHlGyNQSygDFsg5Q2htzzg8Mf8oXmp8=w480-h960-rw

Fig. 16 Body Composition & Ubuntu. The body is essentially skeleton, water, blood, fat, and muscle. The overarching ecosystem including organs and systems is held together by the skeleton. And the water or fluids from various locales of the body are the bellweather for ecosystem integration. Markers for adversarial conditions including cortisol and adrenaline travel through the ecosystem in the blood. And the tokenization of dynamic state of affairs is the adipose tissue. Whereas the utlimate manifestation of resilience, dynamism, and strength is the muscle. In frailty, the starkest changes are in muscle mass, strength, and activity. From the microstructure of the body to the macrostructure of intelligence, the same fractal geometry unfolds. The skeleton is the immutable scaffolding of both the body and the cosmos, while water reflects perception and integration, ensuring fluid adaptation. Blood transmits signals of action, while fat encodes dynamic states, storing and releasing resources as needed. Finally, muscle embodies realized strength, the will to act and persist. In frailty, the starkest changes occur in muscle—the loss of dynamism is the clearest signal of decline. Ubuntu, at its core, is the recognition that the health of the individual is intertwined with the vitality of the system—be it the body, society, or intelligence itself.#

Murdoch, like the child in Centerville, is trapped between exposure, ambiguity, and risk. Unlike the child, however, he refuses to disengage. He has seen the distribution of outcomes and does not like the trend. His grip over the family trust was supposed to be irrevocable, a structure designed to ensure that his empire would pass into the hands of his children with controlled continuity. But now, he perceives a rupture—Lachlan’s succession may not hold, dissent among the heirs has grown, and his own mortality renders his leverage weaker by the day. The same calculus he once used to manipulate the fears and desires of entire nations is now failing him at the personal level. The master of perception is watching his own heirs engage in a form of probabilistic counterplay, challenging his deterministic script.

His move to rewrite the rules is not just a legal maneuver but a desperate act of self-authorship, an attempt to extend the game even as the final bell tolls. The strategic bequest motive operates on the premise that power can be transferred in a controlled manner, that one can die without truly leaving the stage. Yet Murdoch’s actions betray the fundamental insecurity at the heart of all such gambits: the realization that control is, at best, an illusion built on compliance. His children, despite being shaped by his world, are not bound to his will. His once-undisputed dominion over narrative is slipping, and the very mechanics of inheritance—ostensibly his final play at structuring reality—are revealing themselves to be far more adversarial than cooperative.

This is where the model converges. The child in Centerville, upon seeing you, made a split-second decision that followed the structure of high ambiguity, high risk, low exposure, and disengagement. Murdoch, faced with a lifetime of accumulated strategy, has reached the same inflection point but made the opposite choice. He is refusing to disengage, fighting against an outcome he deems unacceptable, attempting to rewrite the risk matrix before it solidifies against him. His legacy, like the child’s scooter abandoned in the street, is in limbo—suspended between control and chaos, between the world he built and the world that will move forward without him.

The irony is striking. The man who profited from manufacturing uncertainty now finds himself destabilized by it. The man who controlled public narratives with surgical precision is now at the mercy of private forces beyond his grasp. And perhaps most significantly, the man who spent a lifetime dictating the fears of others is now consumed by his own. His struggle is no longer one of empire-building but of entropy management—of ensuring that the story of Rupert Murdoch, the architect of a global media dynasty, does not end with a dissolution of his intended equilibrium.

In the end, his effort may be in vain. Legacy, like perception, is ultimately a function of those who inherit it. The information that shapes reality is no longer his to manipulate. His children, much like the older brother who did not flee in Centerville, are moving forward with a different dataset, one that no longer places him at the center of the calculation. Whether he wins or loses this final battle over inheritance is secondary. The real loss has already occurred. The moment he felt the need to intervene, to alter the very foundations he once deemed immutable, was the moment he revealed his greatest weakness: the creeping realization that his control was never as complete as he had once believed.

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

# Define the neural network layers
def define_layers():
    return {
        'Suis': ['Foundational', 'Grammar', 'Nourish It', 'Know It', "Move It", 'Injure It'],  # Static
        'Voir': ['Gate-Nutrition'],  
        'Choisis': ['Prioritize-Lifestyle', 'Basal Metabolic Rate'],  
        'Deviens': ['Unstructured-Intense', 'Weekly-Calendar', 'Refine-Training'],  
        "M'èléve": ['NexToken Prediction', 'Hydration', 'Fat-Muscle Ratio', 'Visceral-Fat', 'Existential Cadence']  
    }

# Assign colors to nodes
def assign_colors():
    color_map = {
        'yellow': ['Gate-Nutrition'],  
        'paleturquoise': ['Injure It', 'Basal Metabolic Rate', 'Refine-Training', 'Existential Cadence'],  
        'lightgreen': ["Move It", 'Weekly-Calendar', 'Hydration', 'Visceral-Fat', 'Fat-Muscle Ratio'],  
        'lightsalmon': ['Nourish It', 'Know It', 'Prioritize-Lifestyle', 'Unstructured-Intense', 'NexToken Prediction'],
    }
    return {node: color for color, nodes in color_map.items() for node in nodes}

# Define edge weights (hardcoded for editing)
def define_edges():
    return {
        ('Foundational', 'Gate-Nutrition'): '1/99',
        ('Grammar', 'Gate-Nutrition'): '5/95',
        ('Nourish It', 'Gate-Nutrition'): '20/80',
        ('Know It', 'Gate-Nutrition'): '51/49',
        ("Move It", 'Gate-Nutrition'): '80/20',
        ('Injure It', 'Gate-Nutrition'): '95/5',
        ('Gate-Nutrition', 'Prioritize-Lifestyle'): '20/80',
        ('Gate-Nutrition', 'Basal Metabolic Rate'): '80/20',
        ('Prioritize-Lifestyle', 'Unstructured-Intense'): '49/51',
        ('Prioritize-Lifestyle', 'Weekly-Calendar'): '80/20',
        ('Prioritize-Lifestyle', 'Refine-Training'): '95/5',
        ('Basal Metabolic Rate', 'Unstructured-Intense'): '5/95',
        ('Basal Metabolic Rate', 'Weekly-Calendar'): '20/80',
        ('Basal Metabolic Rate', 'Refine-Training'): '51/49',
        ('Unstructured-Intense', 'NexToken Prediction'): '80/20',
        ('Unstructured-Intense', 'Hydration'): '85/15',
        ('Unstructured-Intense', 'Fat-Muscle Ratio'): '90/10',
        ('Unstructured-Intense', 'Visceral-Fat'): '95/5',
        ('Unstructured-Intense', 'Existential Cadence'): '99/1',
        ('Weekly-Calendar', 'NexToken Prediction'): '1/9',
        ('Weekly-Calendar', 'Hydration'): '1/8',
        ('Weekly-Calendar', 'Fat-Muscle Ratio'): '1/7',
        ('Weekly-Calendar', 'Visceral-Fat'): '1/6',
        ('Weekly-Calendar', 'Existential Cadence'): '1/5',
        ('Refine-Training', 'NexToken Prediction'): '1/99',
        ('Refine-Training', 'Hydration'): '5/95',
        ('Refine-Training', 'Fat-Muscle Ratio'): '10/90',
        ('Refine-Training', 'Visceral-Fat'): '15/85',
        ('Refine-Training', 'Existential Cadence'): '20/80'
    }

# Calculate positions for nodes
def calculate_positions(layer, x_offset):
    y_positions = np.linspace(-len(layer) / 2, len(layer) / 2, len(layer))
    return [(x_offset, y) for y in y_positions]

# Create and visualize the neural network graph
def visualize_nn():
    layers = define_layers()
    colors = assign_colors()
    edges = define_edges()
    G = nx.DiGraph()
    pos = {}
    node_colors = []
    
    # Create mapping from original node names to numbered labels
    mapping = {}
    counter = 1
    for layer in layers.values():
        for node in layer:
            mapping[node] = f"{counter}. {node}"
            counter += 1
            
    # Add nodes with new numbered labels and assign positions
    for i, (layer_name, nodes) in enumerate(layers.items()):
        positions = calculate_positions(nodes, x_offset=i * 2)
        for node, position in zip(nodes, positions):
            new_node = mapping[node]
            G.add_node(new_node, layer=layer_name)
            pos[new_node] = position
            node_colors.append(colors.get(node, 'lightgray'))
    
    # Add edges with updated node labels
    for (source, target), weight in edges.items():
        if source in mapping and target in mapping:
            new_source = mapping[source]
            new_target = mapping[target]
            G.add_edge(new_source, new_target, weight=weight)
    
    # Draw the graph
    plt.figure(figsize=(12, 8))
    edges_labels = {(u, v): d["weight"] for u, v, d in G.edges(data=True)}
    
    nx.draw(
        G, pos, with_labels=True, node_color=node_colors, edge_color='gray',
        node_size=3000, font_size=9, connectionstyle="arc3,rad=0.2"
    )
    nx.draw_networkx_edge_labels(G, pos, edge_labels=edges_labels, font_size=8)
    plt.title("OPRAH™: Efficiency", fontsize=25)
    plt.show()

# Run the visualization
visualize_nn()
../_images/3aef1e9ed8d13b38672d1e666f6c4e799a1d22f7f750ac20d7aa797a796b5d4c.png
../_images/blanche.png

Fig. 17 Nostalgia & Romanticism. When monumental ends (victory, optimization, time, recovery), antiquarian means (war, combinatorial-search, space, dynamic-capability), and critical justification (bloodshed, massive, agency, enurance) were all compressed into one figure-head: hero. This yellow node is our nostalgia for when we were younger, more vibrant.#