The Event Horizon of Thought: Where Attention Meets Architecture
Get Instant Insight
Your attention has limits. Stop fighting them. Design around them.
The Core Idea
An event horizon is a boundary of no return. Attention works similarly: working memory holds roughly 4–7 items, an LLM context window holds a fixed token budget. Beyond either limit, information drops out of active processing.
Overload those limits and performance collapses. This is a consequence of the physics of bounded attention. The practical response is to design workflows inside the boundary, acknowledging its presence.
The Paradox
Tight constraints often produce more usable output than open-ended prompts.
Compare "What should we build?" (generic) with "Bootstrap. $5M deals. 5-person team. 18 months." (specific enough to reason about). The second prompt does not shrink creativity. It gives attention somewhere to land. It focuses thought like light through a lens.
Three Layers
- Physiological: Sleep, circadian rhythm, nutrition. For AI: GPU memory, architecture, tokens.
- Environmental: Physical space, noise, interruptions. For AI: interface design, context switching.
- Social: Norms reward shallow or deep attention. Culture shapes cognition at scale.
Match complexity to capacity. Reduce cognitive load where you can. Build rituals that repeat the same scaffolding so you don't re-decide it every session.
Infrastructure > Willpower
Willpower is fragile. Infrastructure is durable.
Don't memorize prompt tips. Instead: Build templates that encode patterns Create system messages that auto establish constraints Develop rituals (clarify → reason → synthesize) Design interfaces where good practices are easy
When practice becomes infrastructure, attention flows without draining willpower.
Five Techniques (All Externalize Reasoning)
- Chain of Thought: Ask for step by step reasoning. Makes invisible thought visible, testable, refinable.
- Tree of Thought: Generate multiple paths. Evaluate, prune, backtrack. Escapes where single path gets stuck.
- Self Consistency: 5 10 independent paths. Select most consistent. Redundancy beats fragility.
- RAG: Retrieve real sources instead of trusting model memory. Ground in data, rather than patterns.
- Constraints: Make horizons explicit. State what fits, what decision, what reshapes the space.
Each technique below externalizes reasoning so it doesn't have to stay in working memory at once.
The Shift: Attention → Intention
Attention economy: Maximize time on site. Infinite scroll. Result: fragmentation, fatigue. Intention economy: Design for explicit goals. Minimize friction to completion. Reduce clutter.
You accomplish goals faster, then disengage. No endless browsing.
Relativistic Jet
Your expertise behaves like a singularity surrounded by a chaotic accretion disk. Without structure, that energy dissipates as thermal noise. It is useful heat that never leaves the room.
Architecture acts as the magnetic field. It twists that chaos into a Relativistic Jet: a highly focused beam of coherent signal.
Without architecture: Thermal glow (random heat). With architecture: Relativistic jet (infinite reach).
Your decisive output is that jet. It is the only way the weight of your internal singularity effectively touches the world.
The Choice
Either you architect your attention, or it architects you.
If you design it: coherence, focus, intention If you don't: scattered, habitual, pulled by defaults
Choose consciously.
Quick Reference
| Want | Use | Why |
|---|---|---|
| Transparent reasoning | Chain of Thought | Externalizes thought |
| Explore multiple paths | Tree of Thought | Escapes local maxima |
| High confidence | Self Consistency | Redundancy beats fragility |
| Grounded output | RAG | External memory |
| Focused space | Constraints | Reshapes possibility |
| Expert simulation | Role Based Prompting | Adopts domain styles |
| Multi step workflows | Prompt Chaining | Sequential logic |
| Complex tasks | Few Shot Prompting | Learns from examples |
Attention limits are structural. Constraints focus reasoning when you make them explicit. Build inside the boundary, treating it as a design parameter rather than a bug to patch.
[ NEURAL COMPRESSION COMPLETE ]
80% signal retained.
Full depth below.
In physics, an event horizon is a boundary of no return.
In human cognition and in AI, it is the edge of what you can hold in mind at once.
This essay is about that boundary: why it exists and why fighting it fails. It shows how to design workflows that treat the boundary as structure.123
Abstract
The Event Horizon of Thought treats the hard limits of attention as design parameters. This applies to human working memory and LLM context windows alike. Work with these limits, rather than trying to bypass them.
Drawing on black-hole physics as a structural metaphor, the essay argues that intelligence works best when it orbits these constraints as attractor states that focus reasoning rather than scatter it.
The analysis decomposes attention into physiological, environmental, and social layers. Techniques like Chain of Thought and Retrieval Augmented Generation function as attention infrastructure: tools that externalize reasoning and sidestep willpower's fragility and the quadratic cost of transformer attention.
The proposed shift establishes an intention economy (clarify and complete) to replace the attention economy (capture and hold). Cognitive boundaries become gravity wells. They compress vast possibility spaces into actionable decisions.
Essays and field notes on AI, cognition, consciousness, and the architectures that shape how we think, build, and coordinate.
The Point of No Return
Imagine standing at the edge of a black hole. Nothing escapes once it crosses that boundary. Matter, energy, and light are trapped. The event horizon is a fold in spacetime itself where the rules change, representing a boundary rather than a physical wall.
Outside the event horizon: escape remains possible. Inside the event horizon: things curve toward the singularity.
Language models have an event horizon too. It's called the context window: the fixed number of tokens the model can process at once.123
Information outside your LLM's context window is computationally inaccessible, regardless of whether it was in the training data. This reflects the quadratic complexity of the attention mechanism itself, representing a fundamental structural constraint rather than a temporary technical problem.23
This structure defines the space you must design within.
The same principle applies to human attention. Working memory holds roughly four to seven items simultaneously.4567 That is your cognitive event horizon.
Beyond it, information requires deliberate retrieval. Overload it with twenty simultaneous concerns and performance degrades. Attention is a bounded resource.86
Both humans and AI systems operate within hard constraints that function as gravity wells. Intelligence works best by orbiting those constraints. Fighting them is futile.910
What happens when you stop treating these boundaries as problems?
When Constraints Become Design Parameters
Most people think of constraints as obstacles. They're not. They're attractor states, the natural places where systems settle when forced to organize themselves.9
Consider a vague prompt to an LLM: "What should we build?"
Without constraints, the model's attention disperses across its entire training distribution. It defaults to generic patterns: "Build a SaaS," "Find an underserved market," "Focus on retention." These are training data attractors. They represent the most common patterns in internet text.
Now add constraints: "Bootstrap only. $5M enterprise deals. 5 person team. 18 month runway."
Everything changes. The solution space geometrically reconfigures. Different strategies surface.
Constraints don't limit intelligence. They focus it.910
This is why Norbert Wiener's cybernetics framework remains radical: systems controlled by explicit feedback loops and stated constraints produce coherent behavior.1011
Wiener recognized that complex systems are driven by feedback loops. Communication forms cycles. Systems use past behavior to model and improve future outcomes.10
Application to your AI workflow: The most effective prompts specify your event horizon. They state what information fits in this conversation and what constraints shape the solution space. State these clearly and the model's attention focuses like light through a lens.91011
Three Layers of Attention Architecture
Attention doesn't operate on a single level. It's structured across multiple interacting layers:
Layer 1: Physiological/Computational Foundation
In humans: Sleep quality, circadian phase, and nutritional state set baseline attention capacity.126
Physics: Time moves slower closer to a massive object.
Application: Deep focus (closeness to the singularity of the problem) dilates subjective time. 90 minutes of "Event Horizon" work feels different than 90 minutes of shallow, low gravity browsing.
In LLMs: GPU memory, model architecture (attention mechanism design, parameter count), and token budget set baseline processing capacity.23
Design implication: Match task complexity to available cognitive resources. Schedule deep reasoning work during peak attention hours. Break complex problems into sessions that respect both human and model constraints.
Layer 2: Environmental/Interface Architecture
In humans: Physical environment profoundly shapes attention.6 Circadian alignment predicts cognitive function.12 Acoustic environment affects cognitive load. Open offices fragment attention more than enclosed spaces.6
In LLMs: Interface design determines attention topology.13 Systems optimized for rapid engagement train shallow attention through constant context switching.
Systems designed for depth introduce strategic friction at distraction points while lowering friction for sustained focus.
Design implication: Create interfaces that reduce cognitive load. Make conversation history easily scannable. Provide clear boundaries between distinct reasoning tasks. Design for sustained engagement rather than compulsive checking.
Layer 3: Social/Institutional Architecture
In organizations: Attention is contagious. Shared environments synchronize focus.
Norms that reward immediate responsiveness train shallow attention. Norms that honor deep focus cultivate sustained attention at scale.6
Design implication: Implement organizational rituals around AI use. Start sessions with goal clarification. End with structured synthesis. Create visibility around good practice.
The Infrastructure vs. Willpower Paradox
One truth worth stating up front: willpower is a fragile capacitor. It runs out.6
You cannot maintain constant vigilance through sheer mental effort. Relying on willpower to stay focused, remember complex prompting strategies, or follow best practices in every conversation fails.
Infrastructure is different. Infrastructure encodes desirable flows into stable structures.13 A road doesn't require you to decide the direction every step. A template doesn't require you to remember the structure. A ritual doesn't require sustained intention. It becomes automatic.
In practice: Don't memorize prompt engineering tips and resolve to use them perfectly. Instead:
Build templates that encode good patterns Create system messages that establish constraints automatically Develop interaction rituals. Clarify the objective first. Request reasoning chains for complex work. Design interfaces that make good practices easy and poor ones slightly harder
When these become infrastructure, they reshape attention flow without taxing willpower.13
What does this infrastructure look like in practice?
Modern Prompting Techniques: Attention Scaffolding
The following techniques work because they externalize reasoning from working memory:
Chain of Thought: Externalizing the Reasoning Path
Ask for step by step reasoning rather than direct answers.14 This makes the model's reasoning trajectory visible, enabling verification and correction.
Performance: On arithmetic and commonsense reasoning tasks, chain of thought prompting improves accuracy, particularly in large models (≥100B parameters).14
When to use: Any task where transparency and correctness matter more than speed.14
Cognitive science grounding: Externalizing reasoning offloads working memory.6 Internal reasoning is invisible. Written reasoning creates artifacts enabling reflection and refinement.14
Tree of Thought: Structured Exploration
Tree of Thought (ToT) generates multiple reasoning paths, evaluates each, and prunes poor branches.15 Unlike chain of thought's single trajectory, ToT explores a branching tree of alternatives.
Performance: On Game of 24, ToT achieved 74% success vs. 4 9% for standard chain of thought.15 On mini crosswords, 60% vs. ~15%.15
When to use: Tasks requiring backtracking, strategic planning, or multiple intermediate decisions where early mistakes are correctable.15
Implementation: "Generate 3 possible next moves. Evaluate each: sure/maybe/impossible. Keep promising branches. Backtrack if stuck. Show reasoning for each evaluation."15
Attention rationale: ToT externalizes tree search that would otherwise occur in working memory.46 By making branches explicit, it offloads cognitive burden to external representation, allowing deeper exploration within attention constraints.15
Going deeper: For an extended framework that builds on Tree-of-Thought with parallel reasoning across ten distinct cognitive modes, see Yggdrasil: Parallel AI Reasoning Architecture.
Self Consistency: Verification Through Redundancy
Generate 5 10 independent reasoning paths and select the most consistent answer.16 Redundancy reduces dependence on single paths that may capture spurious patterns.
Performance: Improves accuracy by 4 18% over single path chain of thought depending on benchmark (e.g., +17.9% on GSM8K, +12.2% on AQuA, +11.0% on SVAMP, +6.4% on StrategyQA, +3.9% on ARC challenge).16
When to use: High-confidence factual accuracy is needed: mathematical calculations, logical reasoning, verifiable problems.16
Wang et al. (2023) demonstrated that sampling multiple diverse reasoning paths through chain of thought and marginalizing out the sampled reasoning paths produces more robust results than greedy decoding.16
Retrieval Augmented Generation: External Memory
RAG reduces hallucination by augmenting models with real time access to authoritative sources.1718 Instead of trusting model memory, retrieve relevant passages, rank them, then generate grounded answers with citations.17
Modern approaches (2025):
Hybrid search: Combine keyword and semantic search for maximum recall17 Graph RAG: Build knowledge graphs enabling cross document reasoning17 Re ranking: Use cross encoders to sort by true relevance, not just embedding similarity17
Attention rationale: RAG externalizes memory, functioning as the computational equivalent of human external memory systems (notes, writing, databases).1819
This expands the effective attention horizon: the model can "attend" to information far beyond its context window by retrieving it on demand.17
External memory systems enabled human cognitive evolution because they overcome working memory limitations.197
Additional Modern Prompting Techniques
Few Shot Prompting / In Context Learning
Few shot prompting (also called in context learning) provides the model with multiple examples (shots) in the prompt. This helps LLMs generalize to new tasks by learning from contextual examples, improving accuracy and output quality, especially for nuanced or complex tasks.2021
Zero Shot Prompting
Zero shot prompting asks the model to perform a task without providing examples. It relies on the model's generalization from its pretraining data. Zero shot is efficient for well known tasks but may underperform for ambiguous or novel problems.2022
Role Based Prompting / Persona Prompting
This technique instructs the LLM to assume a specific role or persona (e.g., "act as a software engineer"). Role based prompting encourages adoption of context sensitive communication styles and can improve quality, engagement, or specialty simulation.23242526 Clearly define the role, context, and constraints for best results.
ReAct (Reasoning + Acting)
ReAct prompts models to interleave explicit reasoning traces with action steps (e.g., "Thought: … Action: … Observation: …"). It is used for complex problem solving, especially where planning and tool use are interconnected. This approach supports dynamic adjustment of actions based on reasoning output and feedback.27 For how this "thought" language relates to prompt-elicited registers rather than genuine self-monitoring, see The Mirror Has No Face.
Meta Prompting / Self Refinement
Meta prompting uses the LLM to analyze and optimize its own prompts, or iteratively critique and refine outputs (self refine loops). It can be used to enhance clarity, reduce bias, and improve output alignment by making iterative prompt and answer improvements.212829
Prompt Chaining
Prompt chaining involves structuring tasks as sequential, interconnected prompts. The output of one step is fed as input into the next, enabling complex multi step processes and dynamic workflows.243031
Prompt Decomposition
Prompt decomposition breaks complex, multi faceted challenges into manageable subtasks, each given as a focused sub prompt. This improves result quality for intricate tasks and enables modular, interpretable workflows.213233
What happens when the systems you use are designed to capture your attention rather than serve your goals?
The Attention Economy vs. The Intention Economy
Modern digital systems operate on attention economy logic: capture users and maximize time on site. This creates pressure toward shallow attention patterns.
An emerging alternative is the intention economy: systems designed around explicit user intent, minimizing friction to goal completion rather than maximizing engagement.34
Attention economy design: Infinite scroll, push notifications, algorithmic feeds optimized for engagement. Result: fragmented attention, cognitive fatigue.
Intention economy design: Clear goal specification, efficient task pathways, reduced clutter, cognitive load reduction as explicit goal.
The distinction matters for how you design AI interaction. Attention based designs encourage extended casual browsing. Intention based designs help users accomplish goals and then disengage.
The Event Horizon in Practice: A Decision Framework
For a pivot decision, start by naming the problem ("Should we pivot our product?"), the hard constraints (five-person team, twelve-month runway, zero market presence), and what information actually fits inside this decision's event horizon.
Step 1: State the horizon
"This decision requires market opportunity analysis, execution risk assessment, and financial sustainability evaluation. We'll spend 90 minutes in focused analysis with a 10 minute midpoint break."
This respects attention boundaries.4 It compresses vast possibility into manageable scope.
Step 2: Use Tree of Thought
"Generate 3 independent reasoning paths: (1) Market opportunity, (2) Execution risk, (3) Financial viability. For each path, generate 2 analyses. Identify consistent conclusions and disagreements. Flag each step: sure/maybe/impossible."15
This externalizes the tree search you'd otherwise attempt in working memory.4
Step 3: Retrieve grounding data
"Query knowledge base: customer interviews mentioning target segments, past B2B SaaS pivot case studies, competitive positioning data."17
This prevents attention drift to generic patterns. Grounding in actual data anchors reasoning.17
Step 4: Compress and iterate
Reduce analysis to 5 metrics (market opportunity, execution risk, financial risk, competitive advantage, strategic alignment). Score each 1 10. Calculate weighted average.
This respects working memory limits.4 It converts diffuse analysis into a clear decision point.
Step 5: Iterate on gaps
"Execution risk scored 4/10 (high). How did [competitor examples from retrieval] handle this? What minimum viable test could we run?"10
Feedback loops refine understanding. Each iteration changes the event horizon, reshaping the solution space.10
Full Neuroinclusivity
This entire framework supports not only human and AI cooperation. It also benefits both neurotypical and neurodivergent profiles because explicit attention architecture helps everyone.
Clear structures, external memory, ritual scaffolding, reduced cognitive load: these universally enable better thinking.6
Organizations that implement these principles aren't accommodating outliers. They're building systems that respect how attention mechanisms actually work.6
The Relativistic Jet Insight
Your expertise is a singularity too dense to transmit directly. Surrounding it is a chaotic accretion disk of thoughts, memories, and inputs spinning at high speed.
Without structure, this energy just radiates as heat thermal noise that warms the room but moves nothing.
But active black holes possess a mechanism to solve this: magnetic fields. These fields act as architecture, twisting the chaotic energy of the disk and launching it outward in Relativistic Jets highly focused beams of plasma traveling at near light speed.
Without architecture: Thermal glow. Random heat. Entropy.
With architecture: Relativistic jet. Coherent signal. Infinite reach.
The "collapsed thought" you deliver that single, decisive email or strategy is the jet.
It is the only way the weight of the singularity can effectively touch the world outside.
The Paradox That Rewires Everything
Here's the paradox that changes your approach to work: explicit constraints grant more freedom, not less.9
Vague possibility space is infinite but unusable. Constrained possibility space is smaller but actionable. The constraints aren't limitations. They're enabling devices that focus attention where it matters.10
In physics, objects don't escape gravity through strength. They orbit efficiently by accepting the constraint and organizing motion around it.
In AI work, the same principle applies.
The question isn't whether constraints exist. They always do.9
The question is: Will you make them explicit and harness them, or let them operate invisibly?910
When you specify event horizons clearly, when you design attention architecture deliberately, when you treat bounded resources as design parameters rather than problems to overcome, intelligence stops fighting its own nature and starts orchestrating it.
That's where coherent, powerful thinking lives.11
Quick Reference: When to Use Each Technique
| Technique | Best For | Why It Works |
|---|---|---|
| Chain of Thought | Step by step reasoning, transparency | Externalizes reasoning from working memory |
| Tree of Thought | Complex reasoning, backtracking, planning | Externalizes tree search, enables pruning |
| Self Consistency | High confidence answers, verification | Redundancy reduces noise in single paths |
| RAG | Factual grounding, citations, fresh data | Expands attention horizon via retrieval |
| Constraint Definition | All strategic decisions | Reshapes solution topology, focuses attention |
| Feedback Loops | Iterative refinement, discovery | Cybernetic control through sensing error |
| Few Shot Prompting | Nuanced/complex tasks, generalization | Learns from contextual examples |
| Zero Shot Prompting | Generic tasks, efficiency | Generalizes from pretraining data |
| Role Based Prompting | Simulated experts, context sensitive tasks | Adopts role relevant styles |
| ReAct | Planning, integrated tool use | Reasoning steps interleaved with actions |
| Meta Prompting | Self optimization, refinement | Prompt/answer improvement loops |
| Prompt Chaining | Multi step workflows | Sequential logic for complex tasks |
| Prompt Decomposition | Intricate challenges | Modular, interpretable workflows |
What does it feel like when all of this converges?
The Architecture of a Well Ordered Thought
At the end of a day structured by intentional attention, coherence is possible. The mind feels stitched together. Fragments align into patterns.
Small acts of focus become arguments in favor of a life designed rather than merely endured.
This is what attention architecture makes possible.8613
It's technical. Token budgets, embedding dimensions, inference latency.
It's ethical. Neurodiversity justice, cognitive respect, agency preservation.
It's aesthetic. The satisfaction of coherent problem solving, of thought moving like a practiced instrument.
Designing attention, whether for individual cognition, AI systems, or organizations, requires awareness of physiology, environment, culture, and systems thinking. It requires humility about complexity.91011
The reward isn't immediate heroism. It's the patient generosity of coherence. A mind (or system) that moves through work like a tuned instrument, producing structures that survive erosion. In that survival, work gains meaning. And in that meaning, the accumulated hours of focused thought become a place worth inhabiting.
Essays and field notes on AI, cognition, consciousness, and the architectures that shape how we think, build, and coordinate.
References
Footnotes
-
Thompson, T. (2025, November 10). Context rot: The emerging challenge that could hold back LLM progress. Understanding AI. https://www.understandingai.org/p/context-rot-the-emerging-challenge. Introduces "context rot"—performance degradation as context windows fill—and frames the LLM context window as a finite attention budget analogous to the human event horizon in the article. ↩ ↩2
-
IEEE. (2025, January). Longer attention span: Increasing transformer context length with sparse graph processing techniques. IEEE Xplore, Article 11078479. https://ieeexplore.ieee.org/document/11078479. Engineering approaches to extending effective transformer context; the article cites this alongside architectural limits to argue that longer windows do not eliminate attention scarcity. ↩ ↩2 ↩3 ↩4
-
Keles, F. D., Wijewardena, P. M., & Hegde, C. (2022). On the computational complexity of self-attention. arXiv:2209.04881. https://doi.org/10.48550/arXiv.2209.04881. Shows self-attention's quadratic scaling in sequence length, grounding the claim that context limits reflect fundamental computational constraints rather than temporary engineering bottlenecks. ↩ ↩2 ↩3 ↩4
-
Cowan, N. (2010). The magical mystery four: How is working memory capacity limited, and why? Current Directions in Psychological Science, 19(1), 51-57. https://doi.org/10.1177/0963721409359277. Revises working-memory capacity closer to four meaningful chunks—the human "event horizon" the article parallels with LLM context limits. ↩ ↩2 ↩3 ↩4 ↩5
-
Cowan, N. (2001). The magical number 4 in short-term memory: A reconsideration of mental storage capacity. Behavioral and Brain Sciences, 24(1), 87-114. https://doi.org/10.1017/S0140525X01003922. Foundational capacity-limit argument that supports the article's claim that humans hold roughly four to seven items in working memory simultaneously. ↩
-
Postle, B. R. (2006). Working memory as an emergent property of the mind and brain. Neuroscience, 139(1), 23-38. https://doi.org/10.1016/j.neuroscience.2005.06.005. Neuroscience review of working memory as a bounded, emergent capacity—the biological grounding for overload, willpower depletion, and externalization strategies throughout the article. ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8 ↩9 ↩10 ↩11 ↩12
-
Morra, S., Camos, V., & Pascual-Leone, J. (2024). Modelling working memory capacity: Is the magical number four, seven, or does it depend on what you are counting? Journal of Cognition, 7(1), 38. https://doi.org/10.5334/joc.387. Reconciles four- vs. seven-chunk estimates by showing capacity depends on task and chunking—tempering the article's "4-7 items" shorthand with measurement nuance (corrected from the prior misattribution to a Frontiers in Psychology NIH entry). ↩ ↩2
-
Anthropic. (2025, September 29). Effective context engineering for AI agents. Anthropic Engineering. https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents. Defines context as a finite resource and recommends compaction, structured note-taking, and sub-agent architectures—the operational counterpart to the article's attention-architecture framing. ↩ ↩2
-
Spivack, N. (2025, October). The geometric nature of consciousness: A new framework connecting physics, information, and mind (non-technical introduction). https://www.novaspivack.com/science/the-geometric-nature-of-consciousness-a-new-framework-connecting-physics-information-and-mind-non-technical-introduction. Spivack's speculative geometric framework for constraints as "attractor states"; the article borrows the metaphor of bounded systems settling into organized patterns, not the consciousness claims themselves. ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8
-
Max Planck Neuroscience. (2024, April). From cybernetics to AI: The pioneering work of Norbert Wiener. https://maxplanckneuroscience.org/from-cybernetics-to-ai-the-pioneering-work-of-norbert-wiener/. Historical overview of Wiener's feedback-loop framework that the article extends to prompt design and iterative AI workflows. ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8 ↩9 ↩10
-
Wiener, N. (1948). Cybernetics: Or Control and Communication in the Animal and the Machine. MIT Press. https://direct.mit.edu/books/book/4604/Cybernetics. Foundational text on feedback, control, and communication in complex systems—the theoretical basis for treating explicit constraints as design parameters rather than obstacles. ↩ ↩2 ↩3 ↩4
-
Natarajan, R., Gaspari, T., Nambiar, R., et al. (2024). Associations between circadian alignment and cognitive functioning in a nationally representative sample. Scientific Reports, 14, 13857. https://doi.org/10.1038/s41598-024-64309-9. Links circadian phase to baseline cognitive performance, supporting the article's "physiological substrate" layer of attention capacity. ↩ ↩2
-
Nielsen Norman Group. (n.d.). Working memory and external memory. https://www.nngroup.com/articles/working-memory-external-memory/. UX design guidance on offloading cognitive burden to persistent UI structures, paralleling the article's "infrastructure over willpower" argument for templates, rituals, and external memory. ↩ ↩2 ↩3 ↩4
-
Wei, J., Wang, X., Schuurmans, D., Bosma, M., Ichter, B., Xia, F., Chi, E., Le, Q., & Zhou, D. (2022). Chain-of-thought prompting elicits reasoning in large language models. In Advances in Neural Information Processing Systems 35 (NeurIPS 2022). arXiv:2201.11903. https://doi.org/10.48550/arXiv.2201.11903. Shows that externalizing step-by-step reasoning improves accuracy on arithmetic and commonsense tasks—the LLM technique the article pairs with human working-memory offloading. ↩ ↩2 ↩3 ↩4
-
Yao, S., Yu, D., Zhao, J., Shafran, I., Griffiths, T. L., Cao, Y., & Narasimhan, K. (2023). Tree of thoughts: Deliberate problem solving with large language models. In Advances in Neural Information Processing Systems 36 (NeurIPS 2023). arXiv:2305.10601. https://doi.org/10.48550/arXiv.2305.10601. ToT's branching search (74% vs. 4% on Game of 24) externalizes the tree exploration humans cannot hold in working memory. ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7
-
Wang, X., Wei, J., Schuurmans, D., Le, Q., Chi, E., Narang, S., Chowdhery, A., & Zhou, D. (2023). Self-consistency improves chain of thought reasoning in language models. arXiv:2203.11171. https://doi.org/10.48550/arXiv.2203.11171. Multiple independent reasoning paths with majority voting improve accuracy 4-18% across benchmarks—the redundancy strategy the article recommends for high-confidence factual tasks. ↩ ↩2 ↩3 ↩4
-
Gao, Y., Xiong, Y., Gao, X., Jia, K., Pan, J., Bi, Y., Dai, Y., Sun, J., Wang, M., & Wang, H. (2023). Retrieval-augmented generation for large language models: A survey. arXiv:2312.10997. https://doi.org/10.48550/arXiv.2312.10997. Survey covering hybrid search, graph RAG, and re-ranking—the enterprise RAG patterns summarized in the article's implementation guidance. ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8
-
Lewis, P., Perez, E., Piktus, A., Petroni, F., Karpukhin, V., Goyal, N., Küttler, H., Lewis, M., Yih, W., Rocktäschel, T., Riedel, S., & Kiela, D. (2020). Retrieval-augmented generation for knowledge-intensive NLP tasks. In Advances in Neural Information Processing Systems 33 (NeurIPS 2020), 9459-9474. arXiv:2005.11401. https://doi.org/10.48550/arXiv.2005.11401. Foundational RAG paper; the article treats retrieval as the computational equivalent of human external memory systems. ↩ ↩2
-
Donald, M. (1991). Origins of the Modern Mind: Three Stages in the Evolution of Culture and Cognition. Harvard University Press. https://doi.org/10.4159/9780674415887. External memory systems (writing, databases) as cognitive extensions—the evolutionary parallel the article draws for RAG and note-taking infrastructure. ↩ ↩2
-
Schulhoff, S., Ilie, M., Balepur, N., et al. (2024). The prompt report: A systematic survey of prompting techniques. arXiv:2401.14423. https://doi.org/10.48550/arXiv.2401.14423. Systematic survey covering few-shot prompting and related in-context learning techniques referenced in the prompting taxonomy section. ↩ ↩2
-
Schulhoff, S., Ilie, M., Balepur, N., et al. (2024). The prompt report: A systematic survey of prompting techniques. arXiv:2401.14423. https://doi.org/10.48550/arXiv.2401.14423. Same survey; cited separately for meta-prompting and self-refine loops in the article's advanced prompting table. ↩ ↩2 ↩3
-
Kojima, T., Gu, S. S., Reid, M., Matsuo, Y., & Iwasawa, Y. (2022). Large language models are zero-shot reasoners. In Advances in Neural Information Processing Systems 35 (NeurIPS 2022). arXiv:2205.11916. https://doi.org/10.48550/arXiv.2205.11916. Establishes zero-shot prompting via "Let's think step by step," grounding the article's zero-shot vs. few-shot distinction. ↩
-
Wang, S., Li, P., & Wu, Z. (2023). Can LLMs learn from conversation in context? Persona-based prompting for large language models. arXiv:2308.07702. https://doi.org/10.48550/arXiv.2308.07702. Persona-based prompting research supporting the article's role-based prompting guidance. ↩
-
Schulhoff, S., Ilie, M., Balepur, N., et al. (2024). The prompt report: A systematic survey of prompting techniques. arXiv:2401.14423. https://doi.org/10.48550/arXiv.2401.14423. Covers advanced prompting patterns including role specification and prompt chaining cited in the taxonomy section. ↩ ↩2
-
Wang, S., Li, P., & Wu, Z. (2023). Can LLMs learn from conversation in context? arXiv:2308.07702. https://doi.org/10.48550/arXiv.2308.07702. Persona prompting in social-media contexts; supports role-based prompting for domain-specific communication styles. ↩
-
Wang, S., Li, P., & Wu, Z. (2023). Can LLMs learn from conversation in context? arXiv:2308.07702. https://doi.org/10.48550/arXiv.2308.07702. Same persona-prompting paper; cited for the article's guidance on defining role, context, and constraints explicitly. ↩
-
Yao, S., Zhao, J., Yu, D., Du, N., Shafran, I., Narasimhan, K., & Cao, Y. (2023). ReAct: Synergizing reasoning and acting in language models. In International Conference on Learning Representations (ICLR 2023). arXiv:2210.03629. https://doi.org/10.48550/arXiv.2210.03629. Interleaved Thought/Action/Observation prompting for tool-using agents—the ReAct pattern in the article's prompting table. ↩
-
Madaan, A., Tandon, N., Gupta, P., et al. (2023). Self-refine: Iterative refinement with self-feedback. arXiv:2303.17651. https://doi.org/10.48550/arXiv.2303.17651. Self-refine loops where the model critiques and improves its own outputs—the meta-prompting technique the article describes. ↩
-
Madaan, A., Tandon, N., Gupta, P., et al. (2023). Self-refine: Iterative refinement with self-feedback. arXiv:2303.17651. https://doi.org/10.48550/arXiv.2303.17651. Same self-refine paper; cited for iterative prompt-and-answer improvement loops in the taxonomy. ↩
-
Pan, L., Albalak, A., Wang, X., & Wang, W. Y. (2024). Prompt chaining for multi-step reasoning. arXiv:2405.18369. https://doi.org/10.48550/arXiv.2405.18369. Sequential prompt pipelines where each step's output feeds the next—matching the article's prompt-chaining workflow pattern. ↩
-
Pan, L., Albalak, A., Wang, X., & Wang, W. Y. (2024). Prompt chaining for multi-step reasoning. arXiv:2405.18369. https://doi.org/10.48550/arXiv.2405.18369. Same paper; supports multi-step interconnected prompt workflows in the article's taxonomy. ↩
-
Zhou, D., Schärli, N., Hou, L., et al. (2023). Least-to-most prompting enables complex reasoning in large language models. In International Conference on Learning Representations (ICLR 2023). arXiv:2205.10625. https://doi.org/10.48550/arXiv.2205.10625. Decomposes complex problems into subtasks solved sequentially—the prompt-decomposition pattern the article recommends for intricate multi-faceted challenges. ↩
-
Feng, S., Shi, B., Cai, Z., et al. (2024). Divide-and-conquer prompting for complex reasoning tasks. arXiv:2402.07927. https://doi.org/10.48550/arXiv.2402.07927. Divide-and-conquer decomposition for complex reasoning; complements the article's sub-prompt modular workflow guidance. ↩
-
Machine. (2025, January). Big ideas for 2025: The intention economy. Machine. https://www.machine.news/big-ideas-for-2025-the-intention-economy/. Summarizes the emerging intention-economy concept as an alternative to engagement-maximizing interfaces—the counter-model the article proposes for attention architecture. ↩
License
This work is licensed under a Creative Commons Attribution 4.0 International License.