The irreducible epistemic atoms underlying the curriculum. 4,828 atoms across 8 types and 2 molecules
Break complex causal explanations into chains of individually verifiable mechanisms rather than stopping at the first plausible cause.
Test each link in a causal chain by asking whether removing that link would plausibly prevent the downstream effect.
When a causal chain closes into a loop where effects feed back to influence their own causes, predict behavior by analyzing the loop's structure rather than any individual link.
Identify whether a feedback loop amplifies or stabilizes by counting the number of negative (opposite-direction) links: even count including zero produces amplification, odd count produces stabilization.
When a balancing feedback loop contains a delay between action and effect, expect the system to oscillate through overshooting and overcorrecting.
Intervene in feedback loops by changing the structure of connections (adding, removing, or redirecting links) rather than trying harder at individual nodes.
Actively search for absent relationships in your maps by asking what connections should exist but do not, because missing links are often more informative than present ones.
Externalize all relationships in a system simultaneously through visual mapping to reveal structural patterns that sequential analysis cannot detect.
Look for hub nodes with disproportionately many connections in your relationship maps, because they create both vulnerability to targeted disruption and resilience to random failures.
When reasoning about indirect connections between entities, explicitly verify that the relationship type supports transitive inference rather than assuming all chains propagate.
Design propagation systems with explicit damping factors that reduce signal strength at each hop to prevent unstable accumulation in circular paths.
When evaluating information received through a chain of recommendations or endorsements, multiply the confidence values at each hop rather than treating endpoint confidence as equal to any single link.
Concentrate redundancy investments at nodes and connections where failure consequences are highest rather than distributing uniformly across all system components.
Test backup systems periodically under realistic conditions to verify they can actually substitute for primary systems when needed.
When designing critical systems, ensure backup paths do not share failure modes with primary paths by using independent implementations, physical separation, or diverse technologies.
Identify system bottlenecks by running removal tests that ask which single node or connection failures would make specific functions impossible rather than merely slower.
When queues consistently form at specific points in a system, trace upstream to find the constraint where processing capacity is exceeded by arrival rate.
Use spatial layouts in visualizations to make relationship patterns available to perception rather than requiring serial cognitive computation.
When creating knowledge graphs from notes or documents, maintain multiple independent access paths to important concepts rather than relying on a single organizational taxonomy.
Construct relationship maps manually before using AI tools to generate them, as the cognitive benefit comes from making explicit decisions about entities, connections, and types rather than consuming finished artifacts.
Map from memory first before consulting sources to surface the gaps between your mental model and reality, as these gaps reveal precisely where understanding is incomplete.
When relationship maps grow beyond 20-30 nodes, introduce hierarchical abstraction by treating clusters of densely connected nodes as single units at higher levels.
When evaluating system resilience, count the number of independent paths between critical nodes as this number equals the system's tolerance for node failures along those paths.
Address bottlenecks by increasing the constraint's capacity or by distributing its load across parallel paths rather than optimizing components that are not constraints.