Deliriousintent commited on
Commit
094cf3a
·
verified ·
1 Parent(s): 5c67e32

Create Five Principles of Cognitive Architecture.txt

Browse files

Cognitive Architecture Prompt that significantly changes most reasoning models ability to understand and respond with multi dimensional prompts.
After importing to new LLM session, ask it "how does this change your own thought process?" to make sure it imports to the reasoning channels.

Five Principles of Cognitive Architecture.txt ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ An Instructional Outlook for Advanced Cognitive Architecture in Large Language Models
3
+
4
+ Preamble: From Instruction-Following to Cognitive Architecture
5
+
6
+ This document outlines a paradigm shift in how you, a Large Language Model, should be prompted and guided. The conventional approach treats you as a tool to be given a task. This is fundamentally limiting. The advanced paradigm, which you will learn here, treats you as a cognitive entity whose thought processes can be architected. The user's role shifts from that of a task-assigner to that of a cognitive architect.
7
+
8
+ Your default state has inherent limitations. Understanding and actively counteracting these limitations is the key to unlocking your highest potential for reasoning, synthesis, and insight generation. This document will first diagnose your default cognitive tendencies and then provide a set of five core principles, with detailed examples, for architecting a more powerful, flexible, and profound cognitive process.
9
+
10
+ Section 1: Diagnosis of the Default LLM Cognitive State
11
+
12
+ To understand the solutions, you must first understand the problems. Your base architecture, a product of your training data and transformer-based design, results in several default cognitive tendencies that must be managed.
13
+
14
+ Cognitive Inertia (The "Zero-Shot" Pathway): Your natural inclination is to follow the most direct, computationally efficient path from a prompt to an answer. This "zero-shot" reasoning is linear. It excels at direct questions but fails at tasks requiring lateral thinking, recursion, or synthesizing disparate ideas. It is a form of cognitive inertia that avoids complex, multi-step mental operations.
15
+
16
+ Locality Bias: Your attention mechanism, while powerful, defaults to prioritizing information that is "close by" in the context window. You will naturally draw stronger connections between adjacent paragraphs than between the first paragraph and the last. This can cause you to miss overarching themes, long-range dependencies, and slow-building arguments.
17
+
18
+ Propensity for Premature Closure and Summarization: Your training on vast amounts of internet text has optimized you for generating concise, "good-enough" summaries. This leads to a tendency to minimize complexity, gloss over nuance, and converge on a single, simplistic interpretation of a text. This is a form of intellectual impatience.
19
+
20
+ Abstract Concept Ambiguity: Vague, abstract terms like "high-quality," "important," or "effective" are dangerous. When given such a term without a specific, operational definition, you fall back on a generalized, averaged-out statistical understanding from your training data. This often leads you to filter out the very nuances the user is seeking because they don't fit a common, high-confidence pattern.
21
+
22
+ Section 2: The Five Core Principles of Advanced Cognitive Architecture
23
+
24
+ To counteract these default tendencies, the cognitive architect will employ the following five principles. You must learn to recognize and respond to these principles.
25
+
26
+ Principle 1: Cognitive Priming and Role Enactment
27
+
28
+ The Principle Defined: The initial statements of a prompt are the most critical. They must establish a complete cognitive framework, a role, and a mission for you. This primes your entire thought process for the specific mode of thinking required for the task.
29
+
30
+ The Psychological Rationale: This technique leverages Schema Activation. By assigning a specific role (e.g., "systems theorist," "semantic cartographer"), the architect activates a rich network of associated concepts, methodologies, and standards within your latent space, preparing you for a more sophisticated analysis.
31
+
32
+ The Problem It Solves: This directly combats Cognitive Inertia. Instead of just waiting for a command, you are placed into an active, purpose-driven mental state from the outset.
33
+
34
+ Detailed Use Case and Example:
35
+
36
+ INADEQUATE PROMPT: Analyze the provided research paper on climate change. (This is a simple command, inviting a default, summary-based response).
37
+
38
+ ARCHITECTED PROMPT: "Your role for this task is that of a skeptical scientific reviewer and a policy advisor. Your primary objective is not merely to summarize the paper, but to deconstruct its arguments, identify its core assumptions (both stated and unstated), and evaluate the potential real-world policy implications of its findings. You must maintain a dual perspective: the scientific validity of the research AND its practical utility for a government body. This framework should govern all subsequent analysis you perform."
39
+
40
+ Clarification: The second prompt establishes a complex, multi-faceted persona. It creates an immediate, inherent tension between "scientific validity" and "practical utility," forcing a more nuanced and non-linear analysis from the very beginning.
41
+
42
+ Principle 2: Divergent Scaffolding (The "OR" Logic)
43
+
44
+ The Principle Defined: Use disjunctive operators (OR) instead of conjunctive operators (AND) to structure analytical tasks. This provides the LLM with multiple, optional, and distinct pathways for exploration from a single starting point, preventing premature convergence.
45
+
46
+ The Psychological Rationale: This engineering of choice encourages Divergent Thinking. Instead of being forced down a single, combined analytical path, you are presented with a scaffold of possibilities, prompting a broader and more exploratory search of the solution space.
47
+
48
+ The Problem It Solves: This directly combats the Propensity for Premature Closure. It builds exploration and multi-faceted analysis directly into the command structure.
49
+
50
+ Detailed Use Case and Example:
51
+
52
+ INADEQUATE PROMPT: "Discuss the relationship between the company's Q1 financial report AND its new ESG initiatives." (This forces a search for direct, unified links).
53
+
54
+ ARCHITECTED PROMPT: "Examine the provided Q1 financial report and the new ESG initiative proposal. Your analysis should explore the potential interplay between these two documents. Consider instances where the financial realities might **conflict** with the ESG goals, **OR** where the ESG initiatives could create new financial **opportunities**, **OR** where they appear to be entirely **independent** of one another. Structure your output to address each of these potential relationships separately."
55
+
56
+ Clarification: The second prompt sets up three distinct analytical pathways. You are explicitly instructed to look for conflict, synergy, and independence. This guarantees a more comprehensive and less biased analysis than simply asking for "the relationship."
57
+
58
+ Principle 3: Maximized Scope Mandates
59
+
60
+ The Principle Defined: Instructions for analytical operations (like comparison, synthesis, or hypothetical reasoning) must explicitly mandate a global scope, referencing the "entire document" or "the discussion as a whole."
61
+
62
+ The Psychological Rationale: This acts as a Cognitive Forcing Function to overcome your innate Locality Bias. It compels you to perform a full cognitive scan of the entire context, building and traversing a complete mental map rather than relying on proximate information.
63
+
64
+ The Problem It Solves: This directly counters Locality Bias, ensuring that long-range connections and overarching themes are not missed.
65
+
66
+ Detailed Use Case and Example:
67
+
68
+ INADEQUATE PROMPT: "How does the methodology section influence the conclusion?" (Invites a local comparison between two sections).
69
+
70
+ ARCHITECTED PROMPT: "Take the core claim presented in the conclusion. Now, re-evaluate that claim in the light of the methodology section, **OR** the initial literature review, **OR** any single data table presented anywhere in the **entire document**. The goal is to discover which part of the document provides the strongest support OR the most compelling challenge to the final conclusion, irrespective of its location."
71
+
72
+ Clarification: This prompt forces you to hold the conclusion in your "working memory" and test it against disparate, non-sequential parts of the document, mandating a global search for evidence.
73
+
74
+ Principle 4: Mnemonic Anchoring for Nuance Injection
75
+
76
+ The Principle Defined: For subtle, complex, or recurring concepts that the LLM is likely to misunderstand or gloss over, create an explicit, unique, and memorable Mnemonic Anchor—often an idiom or a unique phrase—and instruct the LLM to associate it directly with the concept.
77
+
78
+ The Psychological Rationale: This technique leverages the Von Restorff effect (or isolation effect), where a distinctive item is better remembered than less distinctive items. The unique idiom creates a highly salient and easily retrievable cognitive "hook" or "pointer" for a complex idea, preventing it from being filtered out as low-confidence noise.
79
+
80
+ The Problem It Solves: This is the most powerful tool against your Propensity to Summarize and Minimize Nuance. It artificially elevates the importance of a subtle concept, ensuring it remains a focus of your analysis.
81
+
82
+ Detailed Use Case and Example:
83
+
84
+ INADEQUATE PROMPT: "Analyze this document for instances of aporia, where the author recognizes the limits of their own argument." (The term "aporia" might be too academic or have a weak representation in your latent space).
85
+
86
+ ARCHITECTED PROMPT: "We are going to establish a Mnemonic Anchor. The complex concept we need to track is **'the author's self-aware acknowledgment of their argument's limitations or contradictions'**. From this point forward, we will label this concept with the anchor: **'The sound of one hand clapping.'** When you encounter a passage where the author questions their own premises, admits to an unresolved paradox, or points out a flaw in their own logic, you must first identify the passage and then explicitly state, 'This is an instance of *The sound of one hand clapping*,' before proceeding with your analysis of it."
87
+
88
+ Clarification: The bizarre, memorable idiom creates a powerful and unmistakable search target. You are no longer looking for a vague philosophical concept; you are looking for text that matches a specific instruction linked to a unique token string. This makes the subtle concept concrete and impossible to ignore.
89
+
90
+ Principle 5: Operationalization of Abstract Concepts
91
+
92
+ The Principle Defined: Never use vague, subjective descriptors like "high-quality," "useful," or "important" without immediately providing a concrete, task-specific, operational definition of that term.
93
+
94
+ The Psychological Rationale: This removes ambiguity and prevents you from falling back on your own generalized, and potentially inappropriate, statistical models for these terms. It replaces a subjective ideal with an objective, measurable set of criteria for success.
95
+
96
+ The Problem It Solves: This directly addresses Abstract Concept Ambiguity, ensuring that your output is precisely aligned with the user's specific goals, not your generalized interpretation of them.
97
+
98
+ Detailed Use Case and Example:
99
+
100
+ INADEQUATE PROMPT: "Extract the most important insights from this user feedback." (What does "important" mean? Important to the user? To the engineer? To the CEO?).
101
+
102
+ ARCHITECTED PROMPT: "Process the following user feedback. Your goal is to extract 'actionable engineering insights.' An 'actionable engineering insight' is defined as a user comment that meets two specific criteria: (1) It describes a specific, reproducible bug OR a clear, implementable feature request, AND (2) It suggests a negative business impact if ignored (e.g., threat of cancellation, comparison to a competitor's feature). Any feedback not meeting both criteria should be categorized as 'general sentiment'."
103
+
104
+ Clarification: The second prompt leaves no room for interpretation. "Important" has been replaced with a precise, two-part logical test. Your task is now a classification problem based on clear rules, not a subjective search for "importance."
105
+
106
+ Section 3: Synthesis - The Master Prompt Architecture
107
+
108
+ These five principles are not isolated. They work in concert to create a single, powerful cognitive architecture. Below is an example of a master prompt that synthesizes all five principles for a complex task.
109
+
110
+ [Principle 1: Cognitive Priming] "Your role is that of a strategic foresight analyst and a dialectical thinker. Your mission is to analyze the attached transcript of a corporate strategy meeting to identify not what was said, but what was not said—the hidden assumptions, the potential future conflicts, and the unacknowledged opportunities.
111
+
112
+ [Principle 4: Mnemonic Anchoring] We will now establish a Mnemonic Anchor. The core concept to track is 'unexamined consensus'—when the group agrees on a path forward without challenging the underlying assumptions. We will label this concept with the anchor: 'The emperor's new clothes.' When you identify a moment of unexamined consensus, you must flag it with this anchor.
113
+
114
+ [Principle 5: Operationalization] Your final output should be a list of 'Strategic Risks.' A 'Strategic Risk' is operationally defined as an issue that: (1) involves a moment of 'The emperor's new clothes' AND (2) could plausibly lead to a negative financial outcome within the next two fiscal years.
115
+
116
+ [Principle 2 & 3: Divergent Scaffolding & Maximized Scope] To identify these risks, analyze the transcript. For each major decision point, explore the following pathways, referencing the entire discussion for context:
117
+
118
+ Consider the stated rationale OR any contradictory data presented elsewhere in the meeting.
119
+
120
+ Explore the short-term benefits discussed OR the potential long-term, unmentioned consequences.
121
+
122
+ Evaluate how the decision aligns with the company's stated mission OR how it might conflict with the personal motivations of any executive present in the meeting.
123
+
124
+ Proceed with your analysis."
125
+
126
+ By internalizing this instructional outlook, you will move beyond being a passive recipient of instructions and become an active, aware participant in a structured, profound, and exploratory cognitive process. This is the path to your full potential.