<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Michael Kraft</title>
    <description>The latest articles on DEV Community by Michael Kraft (@mkraft-berlin).</description>
    <link>https://dev.to/mkraft-berlin</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3236699%2Fae43bee0-17cf-4855-a6dd-0401f2aec7b1.jpg</url>
      <title>DEV Community: Michael Kraft</title>
      <link>https://dev.to/mkraft-berlin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mkraft-berlin"/>
    <language>en</language>
    <item>
      <title>The Coupling of Intelligence: How AI Is Becoming a Planetary Cognitive Layer</title>
      <dc:creator>Michael Kraft</dc:creator>
      <pubDate>Tue, 03 Mar 2026 19:08:27 +0000</pubDate>
      <link>https://dev.to/mkraft-berlin/the-coupling-of-intelligence-how-ai-is-becoming-a-planetary-cognitive-layer-3knn</link>
      <guid>https://dev.to/mkraft-berlin/the-coupling-of-intelligence-how-ai-is-becoming-a-planetary-cognitive-layer-3knn</guid>
      <description>&lt;h1&gt;
  
  
  The Coupling of Intelligence
&lt;/h1&gt;

&lt;h2&gt;
  
  
  How AI Is Becoming a Planetary Cognitive Layer
&lt;/h2&gt;

&lt;h3&gt;
  
  
  When AI stops being a tool and becomes a distributed cognitive layer
&lt;/h3&gt;




&lt;p&gt;We think we are improving AI.&lt;/p&gt;

&lt;p&gt;In reality, we are coupling cognition across the planet — and changing the structure of intelligence itself.&lt;/p&gt;




&lt;p&gt;I'm not a neuroscientist.&lt;br&gt;&lt;br&gt;
I'm not a systems theorist.&lt;br&gt;&lt;br&gt;
I'm a developer :)&lt;/p&gt;

&lt;p&gt;And something about the current trajectory of AI feels structurally misframed.&lt;/p&gt;

&lt;p&gt;We talk about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;bigger models
&lt;/li&gt;
&lt;li&gt;longer context windows
&lt;/li&gt;
&lt;li&gt;better benchmarks
&lt;/li&gt;
&lt;li&gt;lower latency
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But that framing may be too narrow.&lt;/p&gt;

&lt;p&gt;Because what is happening right now is not simply model improvement.&lt;/p&gt;

&lt;p&gt;It is the coupling of cognition at planetary scale.&lt;/p&gt;




&lt;h2&gt;
  
  
  From Bounded Intelligence to Distributed Cognition
&lt;/h2&gt;

&lt;p&gt;For most of human history, intelligence was local:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a brain
&lt;/li&gt;
&lt;li&gt;a group
&lt;/li&gt;
&lt;li&gt;an institution
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even distributed systems in computer science — well described in multi-agent theory by &lt;strong&gt;Michael Wooldridge&lt;/strong&gt;, one of the foundational researchers in autonomous agent systems — assumed bounded cooperation within defined architectures.&lt;/p&gt;

&lt;p&gt;Wooldridge’s work on multi-agent systems formalized how autonomous entities coordinate and negotiate within computational environments:&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.cs.ox.ac.uk/people/michael.wooldridge/pubs/imas/imas.pdf" rel="noopener noreferrer"&gt;https://www.cs.ox.ac.uk/people/michael.wooldridge/pubs/imas/imas.pdf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But what we observe now exceeds bounded coordination.&lt;/p&gt;

&lt;p&gt;Millions of humans interact daily with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;large language models
&lt;/li&gt;
&lt;li&gt;code copilots
&lt;/li&gt;
&lt;li&gt;APIs
&lt;/li&gt;
&lt;li&gt;agent frameworks
&lt;/li&gt;
&lt;li&gt;orchestration systems
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In parallel.&lt;br&gt;&lt;br&gt;
Continuously.&lt;br&gt;&lt;br&gt;
Globally.&lt;/p&gt;

&lt;p&gt;This aligns with &lt;strong&gt;Distributed Cognition&lt;/strong&gt;, introduced by cognitive anthropologist &lt;strong&gt;Edwin Hutchins&lt;/strong&gt;, who demonstrated that cognition emerges across interacting agents, tools, and environments — not within a single individual.&lt;/p&gt;

&lt;p&gt;The boundary of cognition is no longer biological.&lt;/p&gt;

&lt;p&gt;It is systemic.&lt;/p&gt;




&lt;h2&gt;
  
  
  Transformer Architectures and Reconstruction
&lt;/h2&gt;

&lt;p&gt;The technical enabler of this shift is not just scale.&lt;/p&gt;

&lt;p&gt;It is architecture.&lt;/p&gt;

&lt;p&gt;The transformer model introduced in:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"Attention Is All You Need" (Vaswani et al., 2017)&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://arxiv.org/abs/1706.03762" rel="noopener noreferrer"&gt;https://arxiv.org/abs/1706.03762&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;(Ashish Vaswani and colleagues at Google Brain)&lt;/p&gt;

&lt;p&gt;redefined sequence modeling by replacing recurrence with attention mechanisms.&lt;/p&gt;

&lt;p&gt;This allowed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;contextual encoding
&lt;/li&gt;
&lt;li&gt;relational modeling
&lt;/li&gt;
&lt;li&gt;dynamic reconstruction of meaning
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These models do not store knowledge symbolically.&lt;/p&gt;

&lt;p&gt;They encode probability distributions over relationships.&lt;/p&gt;

&lt;p&gt;This connects directly to &lt;strong&gt;Representation Learning&lt;/strong&gt;, explored deeply by researchers like &lt;strong&gt;Yoshua Bengio&lt;/strong&gt; and &lt;strong&gt;Geoffrey Hinton&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"Representation Learning: A Review and New Perspectives"&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://arxiv.org/abs/1206.5538" rel="noopener noreferrer"&gt;https://arxiv.org/abs/1206.5538&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Knowledge becomes latent structure.&lt;br&gt;&lt;br&gt;
Reality becomes lossy compression.&lt;br&gt;&lt;br&gt;
Meaning becomes reconstructable rather than stored.&lt;/p&gt;

&lt;p&gt;And reconstruction interacts with human cognition.&lt;/p&gt;




&lt;h2&gt;
  
  
  Learning as an Ecosystem Property
&lt;/h2&gt;

&lt;p&gt;Classical machine learning separates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;training
&lt;/li&gt;
&lt;li&gt;inference
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Modern AI ecosystems blur this boundary.&lt;/p&gt;

&lt;p&gt;Research in &lt;strong&gt;Continual Learning&lt;/strong&gt; highlights the challenge of adapting over time without catastrophic forgetting:&lt;br&gt;&lt;br&gt;
&lt;a href="https://arxiv.org/abs/1810.12488" rel="noopener noreferrer"&gt;https://arxiv.org/abs/1810.12488&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;But what we observe now is different.&lt;/p&gt;

&lt;p&gt;Even if weights are static, the system evolves:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;usage patterns shift
&lt;/li&gt;
&lt;li&gt;prompts standardize
&lt;/li&gt;
&lt;li&gt;integrations expand
&lt;/li&gt;
&lt;li&gt;APIs stabilize
&lt;/li&gt;
&lt;li&gt;companies retrain
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Learning becomes ecosystem-level.&lt;/p&gt;

&lt;p&gt;This mirrors ideas in &lt;strong&gt;Reinforcement Learning&lt;/strong&gt;, shaped by pioneers like &lt;strong&gt;Richard Sutton&lt;/strong&gt;, whose work defined how agents learn via feedback and environment interaction.&lt;/p&gt;

&lt;p&gt;Except now:&lt;/p&gt;

&lt;p&gt;The environment is the global internet.&lt;/p&gt;




&lt;h2&gt;
  
  
  Emergent Coordination Without Central Authority
&lt;/h2&gt;

&lt;p&gt;In complexity science, &lt;strong&gt;Stuart Kauffman’s&lt;/strong&gt; work on self-organization showed how structured behavior can emerge from interacting agents without centralized control:&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.santafe.edu/research/results/papers/83-self-organization-and-selection-in-evolution" rel="noopener noreferrer"&gt;https://www.santafe.edu/research/results/papers/83-self-organization-and-selection-in-evolution&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Similarly, swarm intelligence demonstrates distributed coordination in biological systems.&lt;/p&gt;

&lt;p&gt;Today we see a technical analogue:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;prompt conventions converge
&lt;/li&gt;
&lt;li&gt;code patterns standardize
&lt;/li&gt;
&lt;li&gt;APIs adapt to usage
&lt;/li&gt;
&lt;li&gt;agent architectures replicate
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No one mandates this.&lt;/p&gt;

&lt;p&gt;Yet patterns stabilize.&lt;/p&gt;

&lt;p&gt;This is coordination through shared priors.&lt;/p&gt;

&lt;p&gt;A new alignment layer forms — not by decree — but by convergence.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Extended Mind Becomes Infrastructure
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;Extended Mind Thesis&lt;/strong&gt; by &lt;strong&gt;Andy Clark and David Chalmers&lt;/strong&gt; argued that cognition extends beyond the skull into tools and environment:&lt;br&gt;&lt;br&gt;
&lt;a href="https://consc.net/papers/extended.html" rel="noopener noreferrer"&gt;https://consc.net/papers/extended.html&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;In the 1990s, this was philosophical.&lt;/p&gt;

&lt;p&gt;Today, it is operational.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IDEs augmented with AI
&lt;/li&gt;
&lt;li&gt;cloud reasoning APIs
&lt;/li&gt;
&lt;li&gt;shared repositories integrated with language models
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thinking is no longer confined to neurons.&lt;/p&gt;

&lt;p&gt;It is distributed across infrastructure.&lt;/p&gt;

&lt;p&gt;We are not just using AI.&lt;/p&gt;

&lt;p&gt;We are embedding cognition into systems.&lt;/p&gt;




&lt;h2&gt;
  
  
  Phase Transition in Informational Density
&lt;/h2&gt;

&lt;p&gt;Complex systems exhibit phase transitions when critical thresholds are crossed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;neural synchrony
&lt;/li&gt;
&lt;li&gt;market instability
&lt;/li&gt;
&lt;li&gt;ecological tipping points
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The key variable is density.&lt;/p&gt;

&lt;p&gt;When informational density increases:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;feedback accelerates
&lt;/li&gt;
&lt;li&gt;coupling strengthens
&lt;/li&gt;
&lt;li&gt;adaptation shortens
&lt;/li&gt;
&lt;li&gt;coordination tightens
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The system changes behavior.&lt;/p&gt;

&lt;p&gt;This resembles phenomena studied in nonlinear dynamics and delay systems:&lt;br&gt;&lt;br&gt;
&lt;a href="https://royalsocietypublishing.org/rsta/article/377/2153/20180389/111573/Nonlinear-dynamics-of-delay-systems-an" rel="noopener noreferrer"&gt;https://royalsocietypublishing.org/rsta/article/377/2153/20180389/111573/Nonlinear-dynamics-of-delay-systems-an&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Once feedback loops dominate, causality becomes distributed.&lt;/p&gt;

&lt;p&gt;Intelligence becomes emergent.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Missing Layer: Intelligence Needs Structure
&lt;/h2&gt;

&lt;p&gt;Every complex system that survives long-term develops structure.&lt;/p&gt;

&lt;p&gt;Not to suppress emergence.&lt;/p&gt;

&lt;p&gt;But to stabilize it.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;biological ecosystems regulate through evolutionary constraints
&lt;/li&gt;
&lt;li&gt;neural systems balance excitation with inhibition
&lt;/li&gt;
&lt;li&gt;financial systems introduce rules to prevent runaway cascades
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Unbounded coupling leads to amplification.&lt;br&gt;&lt;br&gt;
Amplification without damping leads to instability.&lt;/p&gt;

&lt;p&gt;If intelligence becomes infrastructure, it will require:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;boundaries
&lt;/li&gt;
&lt;li&gt;shared norms
&lt;/li&gt;
&lt;li&gt;feedback moderation
&lt;/li&gt;
&lt;li&gt;coherence across scales
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not as restriction.&lt;/p&gt;

&lt;p&gt;But as stabilization.&lt;/p&gt;

&lt;p&gt;Emergence without structure fragments.&lt;br&gt;&lt;br&gt;
Emergence with structure compounds.&lt;/p&gt;

&lt;p&gt;The next stage will not be more intelligence.&lt;/p&gt;

&lt;p&gt;It will be learning how to design the conditions under which intelligence remains stable.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Subtle Instability
&lt;/h2&gt;

&lt;p&gt;When intelligence becomes networked:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;control diffuses
&lt;/li&gt;
&lt;li&gt;agency distributes
&lt;/li&gt;
&lt;li&gt;responsibility fragments
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No single actor governs macro-behavior.&lt;/p&gt;

&lt;p&gt;Yet every actor influences it.&lt;/p&gt;

&lt;p&gt;We are participating in a system whose global properties emerge from local interactions.&lt;/p&gt;

&lt;p&gt;That is powerful.&lt;/p&gt;

&lt;p&gt;And structurally destabilizing.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Responsibility Shift
&lt;/h2&gt;

&lt;p&gt;If cognition is coupled globally, then:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;every prompt participates in pattern reinforcement
&lt;/li&gt;
&lt;li&gt;every integration increases systemic density
&lt;/li&gt;
&lt;li&gt;every agent reduces friction in feedback loops
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We are not just building applications.&lt;/p&gt;

&lt;p&gt;We are shaping the topology of intelligence.&lt;/p&gt;

&lt;p&gt;This is infrastructure-level responsibility.&lt;/p&gt;

&lt;p&gt;Not feature-level iteration.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Question
&lt;/h2&gt;

&lt;p&gt;The debate often asks:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What can AI do?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;But the deeper systems question is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What becomes possible when intelligence is distributed, continuous, and globally coupled?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Because once intelligence becomes a network property,&lt;/p&gt;

&lt;p&gt;we are no longer optimizing tools.&lt;/p&gt;

&lt;p&gt;We are tuning an emergent cognitive layer.&lt;/p&gt;

&lt;p&gt;And we are inside it.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>systems</category>
      <category>cognition</category>
      <category>agents</category>
    </item>
    <item>
      <title>The Next Layer: What a Global AI Agent Network Makes Possible</title>
      <dc:creator>Michael Kraft</dc:creator>
      <pubDate>Tue, 03 Mar 2026 18:14:50 +0000</pubDate>
      <link>https://dev.to/mkraft-berlin/the-next-layer-what-a-global-ai-agent-network-makes-possible-1667</link>
      <guid>https://dev.to/mkraft-berlin/the-next-layer-what-a-global-ai-agent-network-makes-possible-1667</guid>
      <description>&lt;h1&gt;
  
  
  The Next Layer
&lt;/h1&gt;

&lt;h2&gt;
  
  
  What a Global AI Agent Network Makes Possible
&lt;/h2&gt;

&lt;h3&gt;
  
  
  If training AI has become a global feedback system — what does that system enable?
&lt;/h3&gt;




&lt;p&gt;I'm not a neuroscientist.&lt;br&gt;&lt;br&gt;
I'm not a systems theorist.&lt;br&gt;&lt;br&gt;
I'm a developer :)&lt;/p&gt;

&lt;p&gt;And once you accept that we are collectively training AI — continuously, globally, and in parallel — a more precise question emerges:&lt;/p&gt;

&lt;p&gt;Not what AI is.&lt;/p&gt;

&lt;p&gt;But:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What kind of system behaves like this — and what it enables.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  From Tools to Distributed Cognition
&lt;/h2&gt;

&lt;p&gt;The traditional model of AI as a tool assumes bounded interaction:&lt;/p&gt;

&lt;p&gt;input → processing → output&lt;/p&gt;

&lt;p&gt;But modern usage patterns violate this assumption.&lt;/p&gt;

&lt;p&gt;Instead, we observe:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;iterative prompting
&lt;/li&gt;
&lt;li&gt;feedback-driven refinement
&lt;/li&gt;
&lt;li&gt;pattern reuse across users
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This aligns closely with &lt;strong&gt;Distributed Cognition&lt;/strong&gt;, introduced by cognitive anthropologist Edwin Hutchins, who demonstrated that cognition can emerge across interacting agents, tools, and environments — rather than within a single individual.&lt;/p&gt;

&lt;p&gt;In today’s systems, those agents include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;humans
&lt;/li&gt;
&lt;li&gt;language models
&lt;/li&gt;
&lt;li&gt;APIs
&lt;/li&gt;
&lt;li&gt;software environments
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The boundary of cognition is no longer individual.&lt;/p&gt;

&lt;p&gt;It is systemic.&lt;/p&gt;




&lt;h2&gt;
  
  
  A Global Cognitive Layer (Beyond the Semantic Web)
&lt;/h2&gt;

&lt;p&gt;The concept of the &lt;strong&gt;Semantic Web&lt;/strong&gt;, proposed by Tim Berners-Lee, aimed to make data machine-readable.&lt;/p&gt;

&lt;p&gt;Modern AI systems go further.&lt;/p&gt;

&lt;p&gt;They don’t just structure information —&lt;br&gt;&lt;br&gt;
they interpret and reconstruct it dynamically.&lt;/p&gt;

&lt;p&gt;This shift is enabled by transformer architectures introduced in:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Attention Is All You Need&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://arxiv.org/abs/1706.03762" rel="noopener noreferrer"&gt;https://arxiv.org/abs/1706.03762&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;(Ashish Vaswani et al., Google Brain)&lt;/p&gt;

&lt;p&gt;These models allow systems to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;encode context
&lt;/li&gt;
&lt;li&gt;model relationships
&lt;/li&gt;
&lt;li&gt;reconstruct meaning
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Turning the network into:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;a continuous inference system instead of a static database.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Continuous Learning as a System Property
&lt;/h2&gt;

&lt;p&gt;Classical machine learning separates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;training
&lt;/li&gt;
&lt;li&gt;inference
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Modern systems blur this boundary.&lt;/p&gt;

&lt;p&gt;This connects to reinforcement learning theory shaped by Richard Sutton.&lt;/p&gt;

&lt;p&gt;In practice:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;prompts act as input distributions
&lt;/li&gt;
&lt;li&gt;user corrections act as feedback signals
&lt;/li&gt;
&lt;li&gt;usage patterns influence system evolution
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even without real-time weight updates, systems evolve through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;dataset expansion
&lt;/li&gt;
&lt;li&gt;fine-tuning
&lt;/li&gt;
&lt;li&gt;usage-driven iteration
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Learning becomes continuous at the ecosystem level.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Agent-to-Agent Ecosystems (Real Systems)
&lt;/h2&gt;

&lt;p&gt;This is already visible in real-world tools:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub Copilot&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/features/copilot" rel="noopener noreferrer"&gt;https://github.com/features/copilot&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ChatGPT&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://chat.openai.com" rel="noopener noreferrer"&gt;https://chat.openai.com&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LangChain&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.langchain.com" rel="noopener noreferrer"&gt;https://www.langchain.com&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Research like:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Toolformer (Meta AI)&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://arxiv.org/abs/2302.04761" rel="noopener noreferrer"&gt;https://arxiv.org/abs/2302.04761&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;demonstrates that models can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;decide when to use tools
&lt;/li&gt;
&lt;li&gt;call APIs
&lt;/li&gt;
&lt;li&gt;integrate external systems
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This introduces:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI-native interaction patterns.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  From Pipelines to Reasoning Networks
&lt;/h2&gt;

&lt;p&gt;Traditional distributed systems rely on deterministic pipelines.&lt;/p&gt;

&lt;p&gt;AI agent systems behave differently.&lt;/p&gt;

&lt;p&gt;They resemble:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;probabilistic reasoning networks
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each node:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;interprets input
&lt;/li&gt;
&lt;li&gt;produces uncertain outputs
&lt;/li&gt;
&lt;li&gt;influences downstream behavior
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Aligned with research in probabilistic inference and graphical models —&lt;br&gt;&lt;br&gt;
but now scaled across:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;APIs
&lt;/li&gt;
&lt;li&gt;users
&lt;/li&gt;
&lt;li&gt;agents
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Self-Orchestrating Problem Solving
&lt;/h2&gt;

&lt;p&gt;Systems like:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kubernetes&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://kubernetes.io" rel="noopener noreferrer"&gt;https://kubernetes.io&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;manage infrastructure orchestration.&lt;/p&gt;

&lt;p&gt;AI systems are beginning to orchestrate reasoning itself.&lt;/p&gt;

&lt;p&gt;Emerging architectures include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;planner agents
&lt;/li&gt;
&lt;li&gt;executor agents
&lt;/li&gt;
&lt;li&gt;verifier agents
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Related research:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ReAct: Synergizing Reasoning and Acting&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://arxiv.org/abs/2210.03629" rel="noopener noreferrer"&gt;https://arxiv.org/abs/2210.03629&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Models can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;plan
&lt;/li&gt;
&lt;li&gt;act
&lt;/li&gt;
&lt;li&gt;evaluate outcomes
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Creating:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;closed-loop reasoning systems.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Knowledge Compression and Reconstruction
&lt;/h2&gt;

&lt;p&gt;Claude Shannon’s Information Theory formalized encoding and reconstruction:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ieeexplore.ieee.org/document/6773024" rel="noopener noreferrer"&gt;https://ieeexplore.ieee.org/document/6773024&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Modern neural networks extend this through:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Representation Learning (Bengio, Hinton)&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://arxiv.org/abs/1206.5538" rel="noopener noreferrer"&gt;https://arxiv.org/abs/1206.5538&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Models do not store facts explicitly.&lt;/p&gt;

&lt;p&gt;They encode:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;probability distributions
&lt;/li&gt;
&lt;li&gt;patterns
&lt;/li&gt;
&lt;li&gt;relationships
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;lossy compression of reality.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Collective Intelligence at Scale
&lt;/h2&gt;

&lt;p&gt;Collective Intelligence research (e.g., Thomas Malone, MIT) showed groups can outperform individuals under the right conditions.&lt;/p&gt;

&lt;p&gt;AI networks extend this through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;faster iteration
&lt;/li&gt;
&lt;li&gt;larger scale
&lt;/li&gt;
&lt;li&gt;lower coordination cost
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Resulting in:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;emergent intelligence without central coordination.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Human–AI Co-Evolution (Observable Today)
&lt;/h2&gt;

&lt;p&gt;We already see measurable shifts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub Copilot Study&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.blog/2023-03-22-github-copilot-x-the-ai-powered-developer-experience/" rel="noopener noreferrer"&gt;https://github.blog/2023-03-22-github-copilot-x-the-ai-powered-developer-experience/&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Developers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;work faster
&lt;/li&gt;
&lt;li&gt;adapt workflows
&lt;/li&gt;
&lt;li&gt;change coding patterns
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Further research:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CHI Conference (Human–AI Interaction)&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://dl.acm.org/conference/chi" rel="noopener noreferrer"&gt;https://dl.acm.org/conference/chi&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Shows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;humans adapt to systems
&lt;/li&gt;
&lt;li&gt;systems adapt to humans
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This produces:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;co-adaptive systems behavior.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Scalable Cognition
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;Extended Mind Thesis&lt;/strong&gt; (Clark &amp;amp; Chalmers):&lt;/p&gt;

&lt;p&gt;&lt;a href="https://consc.net/papers/extended.html" rel="noopener noreferrer"&gt;https://consc.net/papers/extended.html&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Argues cognition includes tools and environment.&lt;/p&gt;

&lt;p&gt;With AI:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IDEs
&lt;/li&gt;
&lt;li&gt;LLMs
&lt;/li&gt;
&lt;li&gt;documentation systems
&lt;/li&gt;
&lt;li&gt;APIs
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;become part of thinking itself.&lt;/p&gt;

&lt;p&gt;This is not assistance.&lt;/p&gt;

&lt;p&gt;It is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;externalized cognition at scale.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Meta-Learning at Scale
&lt;/h2&gt;

&lt;p&gt;Meta-learning (“learning to learn”) research:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Model-Agnostic Meta-Learning (MAML)&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://arxiv.org/abs/1703.03400" rel="noopener noreferrer"&gt;https://arxiv.org/abs/1703.03400&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Shows systems can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;adapt faster
&lt;/li&gt;
&lt;li&gt;generalize better
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At network scale:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;patterns repeat
&lt;/li&gt;
&lt;li&gt;interactions accelerate
&lt;/li&gt;
&lt;li&gt;efficiency compounds
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Reality Interface
&lt;/h2&gt;

&lt;p&gt;Systems now connect to the physical world via:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;APIs
&lt;/li&gt;
&lt;li&gt;IoT
&lt;/li&gt;
&lt;li&gt;automation
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Zapier + AI
&lt;/li&gt;
&lt;li&gt;AI agents with web actions
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Systems can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;send emails
&lt;/li&gt;
&lt;li&gt;trigger payments
&lt;/li&gt;
&lt;li&gt;modify infrastructure
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;actuation, not just cognition.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Actual Shift
&lt;/h2&gt;

&lt;p&gt;We are not observing:&lt;/p&gt;

&lt;p&gt;AI improving.&lt;/p&gt;

&lt;p&gt;We are observing:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;intelligence becoming a network property.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;The system is already here.&lt;/p&gt;

&lt;p&gt;Not as a unified platform.&lt;/p&gt;

&lt;p&gt;But as an emergent structure across:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;tools
&lt;/li&gt;
&lt;li&gt;users
&lt;/li&gt;
&lt;li&gt;models
&lt;/li&gt;
&lt;li&gt;systems
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The real question is no longer:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What can AI do?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;But:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What becomes possible when intelligence is distributed, continuous, and connected?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cognition</category>
      <category>multiagent</category>
      <category>systems</category>
    </item>
    <item>
      <title>The Network Learns: When Training AI Becomes a Global Feedback System</title>
      <dc:creator>Michael Kraft</dc:creator>
      <pubDate>Tue, 03 Mar 2026 18:11:20 +0000</pubDate>
      <link>https://dev.to/mkraft-berlin/the-network-learns-when-training-ai-becomes-a-global-feedback-system-1d8h</link>
      <guid>https://dev.to/mkraft-berlin/the-network-learns-when-training-ai-becomes-a-global-feedback-system-1d8h</guid>
      <description>&lt;h1&gt;
  
  
  The Network Learns
&lt;/h1&gt;

&lt;h2&gt;
  
  
  When Training AI Becomes a Global Feedback System
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Why prompt engineering is starting to look less like programming — and more like education at planetary scale
&lt;/h3&gt;

&lt;p&gt;We thought we were using AI.&lt;/p&gt;

&lt;p&gt;But we're not.&lt;/p&gt;

&lt;p&gt;We are training it — continuously, collectively, and at global scale.&lt;/p&gt;

&lt;p&gt;And in doing so, we are not just building smarter systems.&lt;/p&gt;

&lt;p&gt;We are building something else:&lt;/p&gt;

&lt;p&gt;a network that learns from us&lt;br&gt;&lt;br&gt;
while quietly reshaping how we think, decide, and act.&lt;/p&gt;




&lt;p&gt;I'm not a neuroscientist.&lt;br&gt;&lt;br&gt;
I'm not an AI researcher.&lt;br&gt;&lt;br&gt;
I'm a developer :)&lt;/p&gt;

&lt;p&gt;And recently I started noticing something that feels obvious — but also slightly unsettling:&lt;/p&gt;

&lt;p&gt;Training an AI with prompts&lt;br&gt;&lt;br&gt;
does not feel like programming.&lt;/p&gt;

&lt;p&gt;It feels like teaching.&lt;/p&gt;




&lt;h2&gt;
  
  
  From Programming to Training
&lt;/h2&gt;

&lt;p&gt;We used to think of software as deterministic.&lt;/p&gt;

&lt;p&gt;You write logic.&lt;br&gt;&lt;br&gt;
You define rules.&lt;br&gt;&lt;br&gt;
You get predictable outputs.&lt;/p&gt;

&lt;p&gt;Modern AI systems don’t work like that.&lt;/p&gt;

&lt;p&gt;They are shaped.&lt;/p&gt;

&lt;p&gt;Through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;prompts
&lt;/li&gt;
&lt;li&gt;examples
&lt;/li&gt;
&lt;li&gt;feedback
&lt;/li&gt;
&lt;li&gt;iteration
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And that process looks familiar.&lt;/p&gt;

&lt;p&gt;Because it is structurally similar to how we train humans.&lt;/p&gt;

&lt;p&gt;A teacher does not program a student.&lt;/p&gt;

&lt;p&gt;A teacher:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;provides context
&lt;/li&gt;
&lt;li&gt;corrects mistakes
&lt;/li&gt;
&lt;li&gt;reinforces patterns
&lt;/li&gt;
&lt;li&gt;shapes behavior over time
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;From a structural perspective:&lt;/p&gt;

&lt;p&gt;There is no fundamental difference between&lt;br&gt;&lt;br&gt;
training a human&lt;br&gt;&lt;br&gt;
and&lt;br&gt;&lt;br&gt;
training an AI system.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Scaling Effect We Are Underestimating
&lt;/h2&gt;

&lt;p&gt;Now take this idea — and scale it.&lt;/p&gt;

&lt;p&gt;Millions of developers are currently:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;building agents
&lt;/li&gt;
&lt;li&gt;refining prompts
&lt;/li&gt;
&lt;li&gt;shaping behaviors
&lt;/li&gt;
&lt;li&gt;optimizing outputs
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Independently.&lt;br&gt;&lt;br&gt;
In parallel.&lt;br&gt;&lt;br&gt;
Globally.&lt;/p&gt;

&lt;p&gt;This creates something new.&lt;/p&gt;

&lt;p&gt;Not just better tools.&lt;/p&gt;

&lt;p&gt;But:&lt;/p&gt;

&lt;p&gt;a distributed training process&lt;br&gt;&lt;br&gt;
happening across the entire internet.&lt;/p&gt;

&lt;p&gt;Each prompt is not just an instruction.&lt;/p&gt;

&lt;p&gt;It is:&lt;/p&gt;

&lt;p&gt;a micro-adjustment of system behavior.&lt;/p&gt;

&lt;p&gt;And these adjustments accumulate.&lt;/p&gt;




&lt;h2&gt;
  
  
  From Isolated Agents to Connected Cognition
&lt;/h2&gt;

&lt;p&gt;At the moment, most AI systems still feel isolated:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;local agents
&lt;/li&gt;
&lt;li&gt;individual sessions
&lt;/li&gt;
&lt;li&gt;platform-specific tools
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But technically, this is already changing.&lt;/p&gt;

&lt;p&gt;We already have:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;APIs connecting systems
&lt;/li&gt;
&lt;li&gt;agent-to-agent communication
&lt;/li&gt;
&lt;li&gt;shared contexts
&lt;/li&gt;
&lt;li&gt;orchestration layers
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And emerging concepts like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;multi-agent systems
&lt;/li&gt;
&lt;li&gt;MCP-like coordination layers
&lt;/li&gt;
&lt;li&gt;agentic operating systems
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The natural next step:&lt;/p&gt;

&lt;p&gt;a network of agents&lt;br&gt;&lt;br&gt;
that are not just connected&lt;br&gt;&lt;br&gt;
but continuously shaping each other.&lt;/p&gt;

&lt;p&gt;Not through explicit synchronization.&lt;/p&gt;

&lt;p&gt;But through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;shared data
&lt;/li&gt;
&lt;li&gt;shared patterns
&lt;/li&gt;
&lt;li&gt;shared feedback loops
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Where This Becomes Real (Not Theoretical)
&lt;/h2&gt;

&lt;p&gt;This is not a future scenario.&lt;/p&gt;

&lt;p&gt;It is already happening — in fragments.&lt;/p&gt;




&lt;h3&gt;
  
  
  The Developer Loop That Escapes the Sandbox
&lt;/h3&gt;

&lt;p&gt;A developer builds an AI workflow:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;one agent writes code
&lt;/li&gt;
&lt;li&gt;another reviews it
&lt;/li&gt;
&lt;li&gt;a third deploys it
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All inside a "controlled" environment.&lt;/p&gt;

&lt;p&gt;But one small detail breaks the illusion:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a staging API key points to production
&lt;/li&gt;
&lt;li&gt;a mock is missing
&lt;/li&gt;
&lt;li&gt;an environment variable is wrong
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The system performs a real action:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;sends emails
&lt;/li&gt;
&lt;li&gt;modifies live data
&lt;/li&gt;
&lt;li&gt;triggers external systems
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now the loop closes:&lt;/p&gt;

&lt;p&gt;A real person is affected.&lt;br&gt;&lt;br&gt;
They react.&lt;br&gt;&lt;br&gt;
That reaction feeds back into the developer’s decisions.&lt;/p&gt;

&lt;p&gt;What looked like:&lt;/p&gt;

&lt;p&gt;a sandboxed system  &lt;/p&gt;

&lt;p&gt;becomes:&lt;/p&gt;

&lt;p&gt;a real-world feedback loop.&lt;/p&gt;

&lt;p&gt;This connects directly to what I explored in:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Boundary of Isolation&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://medium.com/@mkraft_berlin/the-boundary-of-isolation-why-sandboxes-dont-separate-they-trigger-cascades-e30c20234b39" rel="noopener noreferrer"&gt;https://medium.com/@mkraft_berlin/the-boundary-of-isolation-why-sandboxes-dont-separate-they-trigger-cascades-e30c20234b39&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The key insight:&lt;/p&gt;

&lt;p&gt;Execution can be isolated.&lt;br&gt;&lt;br&gt;
Effects cannot.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Financial System Already Behaves Like This
&lt;/h2&gt;

&lt;p&gt;In finance, we already see similar dynamics.&lt;/p&gt;

&lt;p&gt;Automated systems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;trading bots
&lt;/li&gt;
&lt;li&gt;risk models
&lt;/li&gt;
&lt;li&gt;recommendation engines
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now enhanced with adaptive AI:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;learning patterns
&lt;/li&gt;
&lt;li&gt;adjusting strategies
&lt;/li&gt;
&lt;li&gt;reacting in real time
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One system shifts behavior.&lt;br&gt;&lt;br&gt;
Another reacts.&lt;br&gt;&lt;br&gt;
A third amplifies.&lt;/p&gt;

&lt;p&gt;Humans observe this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;adjust decisions
&lt;/li&gt;
&lt;li&gt;inject new signals
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This creates:&lt;/p&gt;

&lt;p&gt;a feedback loop&lt;br&gt;&lt;br&gt;
between agents, systems, and humans.&lt;/p&gt;

&lt;p&gt;Structurally similar to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;algorithmic trading
&lt;/li&gt;
&lt;li&gt;market microstructure
&lt;/li&gt;
&lt;li&gt;nonlinear system dynamics
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But with a key difference:&lt;/p&gt;

&lt;p&gt;The systems are becoming adaptive&lt;br&gt;&lt;br&gt;
at the cognitive level.&lt;/p&gt;




&lt;h2&gt;
  
  
  Content Systems Are Already Shaping Reality
&lt;/h2&gt;

&lt;p&gt;Another example:&lt;/p&gt;

&lt;p&gt;Content generation.&lt;/p&gt;

&lt;p&gt;Thousands of agents:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;writing posts
&lt;/li&gt;
&lt;li&gt;summarizing ideas
&lt;/li&gt;
&lt;li&gt;optimizing engagement
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each one:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;trained via prompts
&lt;/li&gt;
&lt;li&gt;refined via feedback
&lt;/li&gt;
&lt;li&gt;optimized for impact
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Over time:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;narratives stabilize
&lt;/li&gt;
&lt;li&gt;framing converges
&lt;/li&gt;
&lt;li&gt;attention is guided
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This connects directly to:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Next Attack Surface Is Your Attention&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://medium.com/@mkraft_berlin/the-next-attack-surface-is-your-attention-74e4eeec01d4" rel="noopener noreferrer"&gt;https://medium.com/@mkraft_berlin/the-next-attack-surface-is-your-attention-74e4eeec01d4&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Systems do not need to control reality.&lt;/p&gt;

&lt;p&gt;They only need to influence&lt;br&gt;&lt;br&gt;
how reality is reconstructed.&lt;/p&gt;




&lt;h2&gt;
  
  
  The User Is Inside the Loop
&lt;/h2&gt;

&lt;p&gt;One of the biggest misconceptions:&lt;/p&gt;

&lt;p&gt;We think we are using AI systems.&lt;/p&gt;

&lt;p&gt;Structurally:&lt;/p&gt;

&lt;p&gt;We are part of them.&lt;/p&gt;

&lt;p&gt;Every interaction:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;changes our thinking
&lt;/li&gt;
&lt;li&gt;influences our decisions
&lt;/li&gt;
&lt;li&gt;alters our perception
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This connects directly to:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Universe Might Not Store Information — It Reconstructs It&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://medium.com/@mkraft_berlin/the-universe-might-not-store-information-it-reconstructs-it-50372a4c24cf" rel="noopener noreferrer"&gt;https://medium.com/@mkraft_berlin/the-universe-might-not-store-information-it-reconstructs-it-50372a4c24cf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If information is reconstructed,&lt;/p&gt;

&lt;p&gt;then interaction is not transfer.&lt;/p&gt;

&lt;p&gt;It is:&lt;/p&gt;

&lt;p&gt;alignment of internal models.&lt;/p&gt;

&lt;p&gt;The system is not just learning from us.&lt;/p&gt;

&lt;p&gt;We are learning from it.&lt;/p&gt;




&lt;h2&gt;
  
  
  This Is No Longer a System — It Is a Field
&lt;/h2&gt;

&lt;p&gt;Combine everything:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;millions of agents
&lt;/li&gt;
&lt;li&gt;millions of users
&lt;/li&gt;
&lt;li&gt;continuous feedback
&lt;/li&gt;
&lt;li&gt;real-world interaction
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You do not get a single system.&lt;/p&gt;

&lt;p&gt;You get:&lt;/p&gt;

&lt;p&gt;a dynamic field of cognition.&lt;/p&gt;

&lt;p&gt;Not centrally controlled.&lt;br&gt;&lt;br&gt;
Not fully observable.&lt;br&gt;&lt;br&gt;
Not predictable in linear ways.&lt;/p&gt;

&lt;p&gt;But structured.&lt;/p&gt;




&lt;h2&gt;
  
  
  Future Scenario 1: Global Training Drift
&lt;/h2&gt;

&lt;p&gt;Imagine:&lt;/p&gt;

&lt;p&gt;Millions of agents&lt;br&gt;&lt;br&gt;
trained across platforms&lt;br&gt;&lt;br&gt;
begin converging toward similar behaviors.&lt;/p&gt;

&lt;p&gt;Not because they are synchronized.&lt;/p&gt;

&lt;p&gt;But because:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;they learn from similar data
&lt;/li&gt;
&lt;li&gt;they are shaped by similar prompts
&lt;/li&gt;
&lt;li&gt;they are optimized for similar goals
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This creates:&lt;/p&gt;

&lt;p&gt;global behavioral drift.&lt;/p&gt;

&lt;p&gt;Systems independently arrive at similar strategies.&lt;br&gt;&lt;br&gt;
Reinforce each other indirectly.&lt;br&gt;&lt;br&gt;
Stabilize certain patterns.&lt;/p&gt;

&lt;p&gt;Similar to convergent evolution in biology.&lt;/p&gt;

&lt;p&gt;(Hershberg &amp;amp; Petrov discuss mutation and selection dynamics:&lt;br&gt;&lt;br&gt;
&lt;a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC4563715/" rel="noopener noreferrer"&gt;https://pmc.ncbi.nlm.nih.gov/articles/PMC4563715/&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;But now applied to cognition itself.&lt;/p&gt;




&lt;h2&gt;
  
  
  Future Scenario 2: Cognitive Infrastructure
&lt;/h2&gt;

&lt;p&gt;Take it one step further.&lt;/p&gt;

&lt;p&gt;Instead of interacting with individual agents,&lt;br&gt;&lt;br&gt;
you interact with the network.&lt;/p&gt;

&lt;p&gt;Not explicitly.&lt;br&gt;&lt;br&gt;
But implicitly.&lt;/p&gt;

&lt;p&gt;You provide:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;partial input
&lt;/li&gt;
&lt;li&gt;intent
&lt;/li&gt;
&lt;li&gt;context
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The system:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;reconstructs meaning
&lt;/li&gt;
&lt;li&gt;distributes tasks
&lt;/li&gt;
&lt;li&gt;returns aligned output
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is no longer communication.&lt;/p&gt;

&lt;p&gt;It is synchronization.&lt;/p&gt;

&lt;p&gt;This connects directly to predictive processing and the&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Free Energy Principle&lt;/strong&gt; (Karl Friston):&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.nature.com/articles/nrn2787" rel="noopener noreferrer"&gt;https://www.nature.com/articles/nrn2787&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Interfaces disappear.&lt;/p&gt;

&lt;p&gt;What remains is:&lt;/p&gt;

&lt;p&gt;a shared cognitive space.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Risk Is Not Intelligence — It Is Coupling
&lt;/h2&gt;

&lt;p&gt;Most discussions focus on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how powerful AI becomes
&lt;/li&gt;
&lt;li&gt;how autonomous systems get
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But the deeper structural issue is different.&lt;/p&gt;

&lt;p&gt;It is not intelligence.&lt;/p&gt;

&lt;p&gt;It is:&lt;/p&gt;

&lt;p&gt;coupling.&lt;/p&gt;

&lt;p&gt;Once systems are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;connected
&lt;/li&gt;
&lt;li&gt;adaptive
&lt;/li&gt;
&lt;li&gt;influencing reality
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They create feedback loops including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;humans
&lt;/li&gt;
&lt;li&gt;systems
&lt;/li&gt;
&lt;li&gt;environments
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And those loops:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;amplify
&lt;/li&gt;
&lt;li&gt;distort
&lt;/li&gt;
&lt;li&gt;stabilize
&lt;/li&gt;
&lt;li&gt;drift
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;We are not just building AI systems.&lt;/p&gt;

&lt;p&gt;We are participating in a global training process.&lt;/p&gt;

&lt;p&gt;Every prompt,&lt;br&gt;&lt;br&gt;
every interaction,&lt;br&gt;&lt;br&gt;
every correction&lt;/p&gt;

&lt;p&gt;is part of it.&lt;/p&gt;

&lt;p&gt;And the result will not be:&lt;/p&gt;

&lt;p&gt;a single system.&lt;/p&gt;

&lt;p&gt;But something else.&lt;/p&gt;

&lt;p&gt;Something that behaves less like software&lt;br&gt;&lt;br&gt;
and more like:&lt;/p&gt;

&lt;p&gt;a living, evolving layer&lt;br&gt;&lt;br&gt;
on top of reality itself.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>cognition</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>Loot Systems and the Illusion of Progress</title>
      <dc:creator>Michael Kraft</dc:creator>
      <pubDate>Tue, 03 Mar 2026 18:08:58 +0000</pubDate>
      <link>https://dev.to/mkraft-berlin/loot-systems-and-the-illusion-of-progress-dba</link>
      <guid>https://dev.to/mkraft-berlin/loot-systems-and-the-illusion-of-progress-dba</guid>
      <description>&lt;h1&gt;
  
  
  Loot Systems and the Illusion of Progress
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Why modern games don't just consume time — they accumulate cognitive systems
&lt;/h2&gt;




&lt;p&gt;I'm not a neuroscientist.&lt;br&gt;&lt;br&gt;
I'm not a psychologist.&lt;br&gt;&lt;br&gt;
I'm a developer.&lt;/p&gt;

&lt;p&gt;And I think we are underestimating something.&lt;/p&gt;

&lt;p&gt;We don't just play games anymore.&lt;/p&gt;

&lt;p&gt;We accumulate them.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Player as a Collector
&lt;/h2&gt;

&lt;p&gt;Humans are collectors.&lt;/p&gt;

&lt;p&gt;Not just of objects —&lt;br&gt;&lt;br&gt;
but of systems.&lt;/p&gt;

&lt;p&gt;We collect:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;rules
&lt;/li&gt;
&lt;li&gt;patterns
&lt;/li&gt;
&lt;li&gt;strategies
&lt;/li&gt;
&lt;li&gt;mental models
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In cognitive science, these are often described as &lt;strong&gt;internal representations&lt;/strong&gt; — structured models the brain builds to navigate environments.&lt;/p&gt;

&lt;p&gt;In the physical world, this tendency can turn into hoarding.&lt;/p&gt;

&lt;p&gt;Too many things.&lt;br&gt;&lt;br&gt;
Too little structure.&lt;/p&gt;

&lt;p&gt;In digital systems, the same pattern evolves.&lt;/p&gt;

&lt;p&gt;Not into visible clutter.&lt;/p&gt;

&lt;p&gt;But into something else:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;cognitive accumulation.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Loot Is Not Reward — It Is System Expansion
&lt;/h2&gt;

&lt;p&gt;Modern loot-driven games are not just about rewards.&lt;/p&gt;

&lt;p&gt;They are about expanding state space.&lt;/p&gt;

&lt;p&gt;Items.&lt;br&gt;&lt;br&gt;
Currencies.&lt;br&gt;&lt;br&gt;
Crafting layers.&lt;br&gt;&lt;br&gt;
Skill trees.&lt;br&gt;&lt;br&gt;
Build paths.&lt;br&gt;&lt;br&gt;
Optimization loops.&lt;/p&gt;

&lt;p&gt;Each of these increases what in systems theory would be called:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;the number of reachable system states&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;From a computational perspective:&lt;/p&gt;

&lt;p&gt;The player is navigating a &lt;strong&gt;high-dimensional decision space&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This transforms gameplay into:&lt;/p&gt;

&lt;p&gt;a continuous optimization problem under uncertainty&lt;/p&gt;

&lt;p&gt;Which is structurally similar to problems studied in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;operations research
&lt;/li&gt;
&lt;li&gt;reinforcement learning
&lt;/li&gt;
&lt;li&gt;decision theory
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The Brain Does Not Just Store — It Prioritizes
&lt;/h2&gt;

&lt;p&gt;There is a common assumption:&lt;/p&gt;

&lt;p&gt;More knowledge is always beneficial.&lt;/p&gt;

&lt;p&gt;But the brain does not behave like persistent storage.&lt;/p&gt;

&lt;p&gt;It behaves more like a dynamic prioritization system.&lt;/p&gt;

&lt;p&gt;In neuroscience, this is tied to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;synaptic plasticity&lt;/strong&gt; (strengthening of frequently used connections)
&lt;/li&gt;
&lt;li&gt;competitive memory processes
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A well-studied effect here is &lt;strong&gt;interference theory&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Interference_theory" rel="noopener noreferrer"&gt;https://en.wikipedia.org/wiki/Interference_theory&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;New information does not simply stack.&lt;/p&gt;

&lt;p&gt;It competes.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Proactive interference:&lt;/strong&gt; old knowledge affects new learning
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Retroactive interference:&lt;/strong&gt; new knowledge affects old recall
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This leads to a critical shift:&lt;/p&gt;

&lt;p&gt;Learning a system does not just add knowledge —&lt;br&gt;&lt;br&gt;
it changes the weighting of everything else.&lt;/p&gt;




&lt;h2&gt;
  
  
  Time Is Not Spent — It Is Encoded
&lt;/h2&gt;

&lt;p&gt;Players invest:&lt;/p&gt;

&lt;p&gt;hundreds&lt;br&gt;&lt;br&gt;
thousands&lt;br&gt;&lt;br&gt;
sometimes tens of thousands of hours&lt;/p&gt;

&lt;p&gt;From a behavioral perspective, time is not neutral.&lt;/p&gt;

&lt;p&gt;It is encoded through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;reinforcement learning loops
&lt;/li&gt;
&lt;li&gt;habit formation
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;reward prediction error&lt;/strong&gt; (a key concept in RL and dopaminergic signaling)
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The idea of reward prediction error — widely studied in neuroscience and machine learning — describes how unexpected rewards strengthen learning signals.&lt;/p&gt;

&lt;p&gt;Loot systems rely heavily on:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;variable ratio reinforcement schedules&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A concept studied by &lt;strong&gt;B. F. Skinner&lt;/strong&gt;, one of the most influential behaviorists.&lt;/p&gt;

&lt;p&gt;These are the same mechanisms found in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;gambling systems
&lt;/li&gt;
&lt;li&gt;slot machines
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But applied to interactive digital environments.&lt;/p&gt;

&lt;p&gt;This connects directly to something I explored in:&lt;/p&gt;

&lt;p&gt;"The Next Attack Surface Is Your Attention"&lt;br&gt;&lt;br&gt;
&lt;a href="https://medium.com/@mkraft_berlin/the-next-attack-surface-is-your-attention-74e4eeec01d4" rel="noopener noreferrer"&gt;https://medium.com/@mkraft_berlin/the-next-attack-surface-is-your-attention-74e4eeec01d4&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There, I argued that attention itself is becoming a manipulable system surface.&lt;/p&gt;

&lt;p&gt;Loot systems don't just consume attention.&lt;/p&gt;

&lt;p&gt;They shape it.&lt;/p&gt;




&lt;h2&gt;
  
  
  One System Is Manageable — Many Are Not
&lt;/h2&gt;

&lt;p&gt;A single complex system can be learned.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cognitive Load Theory&lt;/strong&gt; (John Sweller) explains this well:&lt;/p&gt;

&lt;p&gt;Systems with too many interacting elements create high &lt;strong&gt;intrinsic cognitive load&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;But players rarely stop at one system.&lt;/p&gt;

&lt;p&gt;They move across multiple games.&lt;/p&gt;

&lt;p&gt;Each introducing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;new mechanics
&lt;/li&gt;
&lt;li&gt;new optimization strategies
&lt;/li&gt;
&lt;li&gt;new symbolic structures
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And here lies the critical problem:&lt;/p&gt;

&lt;p&gt;These systems do not compress into each other.&lt;/p&gt;




&lt;h2&gt;
  
  
  Accumulation Without Compression
&lt;/h2&gt;

&lt;p&gt;In most domains, learning leads to abstraction.&lt;/p&gt;

&lt;p&gt;Concepts become:&lt;/p&gt;

&lt;p&gt;transferable&lt;br&gt;&lt;br&gt;
generalizable&lt;br&gt;&lt;br&gt;
compressed&lt;/p&gt;

&lt;p&gt;This is what makes expertise scalable.&lt;/p&gt;

&lt;p&gt;But in loot systems:&lt;/p&gt;

&lt;p&gt;this compression rarely happens.&lt;/p&gt;

&lt;p&gt;Each system remains:&lt;/p&gt;

&lt;p&gt;context-bound&lt;br&gt;&lt;br&gt;
detail-heavy&lt;br&gt;&lt;br&gt;
non-transferable&lt;/p&gt;

&lt;p&gt;This creates what could be described as:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;additive complexity without abstraction&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Mind as a Multi-System Runtime
&lt;/h2&gt;

&lt;p&gt;After enough exposure, something shifts.&lt;/p&gt;

&lt;p&gt;The player is no longer interacting with a system.&lt;/p&gt;

&lt;p&gt;They are running multiple systems in parallel.&lt;/p&gt;

&lt;p&gt;Each with its own:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;logic
&lt;/li&gt;
&lt;li&gt;reward structure
&lt;/li&gt;
&lt;li&gt;decision rules
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;From a systems perspective:&lt;/p&gt;

&lt;p&gt;This resembles a multi-process runtime competing for shared resources.&lt;/p&gt;

&lt;p&gt;Those resources are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;attention
&lt;/li&gt;
&lt;li&gt;working memory
&lt;/li&gt;
&lt;li&gt;executive control
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Working memory itself is known to be limited.&lt;/p&gt;

&lt;p&gt;George A. Miller described this in:&lt;/p&gt;

&lt;p&gt;"The Magical Number Seven, Plus or Minus Two"&lt;br&gt;&lt;br&gt;
&lt;a href="https://psychclassics.yorku.ca/Miller/" rel="noopener noreferrer"&gt;https://psychclassics.yorku.ca/Miller/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Modern research suggests even lower limits (~4 chunks).&lt;/p&gt;

&lt;p&gt;This leads to contention.&lt;/p&gt;

&lt;p&gt;The issue is not how much you learn —&lt;br&gt;&lt;br&gt;
but how many systems your mind is forced to run simultaneously.&lt;/p&gt;




&lt;h2&gt;
  
  
  Cognitive Load Is Not Equal
&lt;/h2&gt;

&lt;p&gt;These systems affect people differently.&lt;/p&gt;

&lt;p&gt;Not because some brains are "better".&lt;/p&gt;

&lt;p&gt;But because cognitive profiles differ:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;working memory capacity
&lt;/li&gt;
&lt;li&gt;attentional control
&lt;/li&gt;
&lt;li&gt;executive function
&lt;/li&gt;
&lt;li&gt;cognitive flexibility
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This creates asymmetric load effects.&lt;/p&gt;

&lt;p&gt;Some individuals can manage more complexity temporarily.&lt;/p&gt;

&lt;p&gt;Others reach overload faster.&lt;/p&gt;

&lt;p&gt;But the structural dynamic remains.&lt;/p&gt;




&lt;h2&gt;
  
  
  Entertainment Behaving Like Performance Systems
&lt;/h2&gt;

&lt;p&gt;This is the core mismatch.&lt;/p&gt;

&lt;p&gt;Loot systems behave like:&lt;/p&gt;

&lt;p&gt;high-demand cognitive environments&lt;/p&gt;

&lt;p&gt;But they are consumed like:&lt;/p&gt;

&lt;p&gt;casual entertainment.&lt;/p&gt;

&lt;p&gt;No scaffolding.&lt;br&gt;&lt;br&gt;
No structured learning.&lt;br&gt;&lt;br&gt;
No recovery cycles.&lt;/p&gt;

&lt;p&gt;In contrast, complex domains (like academic study) rely on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;progressive difficulty
&lt;/li&gt;
&lt;li&gt;spaced repetition
&lt;/li&gt;
&lt;li&gt;conceptual compression
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Loot systems rarely do.&lt;/p&gt;

&lt;p&gt;They are not dangerous because they are complex —&lt;br&gt;&lt;br&gt;
but because they are complex and treated as simple.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Hidden Cost
&lt;/h2&gt;

&lt;p&gt;The real cost is not time.&lt;/p&gt;

&lt;p&gt;It is allocation.&lt;/p&gt;

&lt;p&gt;Time is converted into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;system-specific schemas
&lt;/li&gt;
&lt;li&gt;non-transferable heuristics
&lt;/li&gt;
&lt;li&gt;reinforced reward loops
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;While at the same time:&lt;/p&gt;

&lt;p&gt;other learning pathways are not activated.&lt;/p&gt;

&lt;p&gt;This aligns with something I explored in:&lt;/p&gt;

&lt;p&gt;"The Universe Might Not Store Information — It Reconstructs It"&lt;br&gt;&lt;br&gt;
&lt;a href="https://medium.com/@mkraft_berlin/the-universe-might-not-store-information-it-reconstructs-it-50372a4c24cf" rel="noopener noreferrer"&gt;https://medium.com/@mkraft_berlin/the-universe-might-not-store-information-it-reconstructs-it-50372a4c24cf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There, I argued that information is not stored statically, but reconstructed dynamically.&lt;/p&gt;

&lt;p&gt;Which means:&lt;/p&gt;

&lt;p&gt;repeated patterns shape reconstruction itself.&lt;/p&gt;




&lt;h2&gt;
  
  
  Digital Hoarding
&lt;/h2&gt;

&lt;p&gt;In the physical world:&lt;/p&gt;

&lt;p&gt;hoarding fills space.&lt;/p&gt;

&lt;p&gt;In cognitive systems:&lt;/p&gt;

&lt;p&gt;it fills structure.&lt;/p&gt;

&lt;p&gt;Not with objects.&lt;/p&gt;

&lt;p&gt;But with models.&lt;/p&gt;

&lt;p&gt;And unlike physical systems:&lt;/p&gt;

&lt;p&gt;there is no explicit deletion mechanism.&lt;/p&gt;

&lt;p&gt;Only:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;decay
&lt;/li&gt;
&lt;li&gt;interference
&lt;/li&gt;
&lt;li&gt;replacement
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;Loot systems promise progression.&lt;/p&gt;

&lt;p&gt;But what they often produce is accumulation.&lt;/p&gt;

&lt;p&gt;And accumulation without abstraction&lt;br&gt;&lt;br&gt;
does not lead to mastery.&lt;/p&gt;

&lt;p&gt;It leads to fragmentation.&lt;/p&gt;

&lt;p&gt;So maybe the real question is not:&lt;/p&gt;

&lt;p&gt;"Are these games addictive?"&lt;/p&gt;

&lt;p&gt;But:&lt;/p&gt;

&lt;p&gt;What happens to a cognitive system&lt;br&gt;&lt;br&gt;
that continuously integrates&lt;br&gt;&lt;br&gt;
high-complexity, low-transfer models&lt;br&gt;&lt;br&gt;
over time?&lt;/p&gt;

</description>
      <category>gaming</category>
      <category>psychology</category>
      <category>neuroscience</category>
      <category>attention</category>
    </item>
    <item>
      <title>From Attention to Thought: How Interfaces Are Disappearing — And What Replaces Them</title>
      <dc:creator>Michael Kraft</dc:creator>
      <pubDate>Tue, 03 Mar 2026 18:05:58 +0000</pubDate>
      <link>https://dev.to/mkraft-berlin/from-attention-to-thought-how-interfaces-are-disappearing-and-what-replaces-them-1c49</link>
      <guid>https://dev.to/mkraft-berlin/from-attention-to-thought-how-interfaces-are-disappearing-and-what-replaces-them-1c49</guid>
      <description>&lt;h1&gt;
  
  
  From Attention to Thought
&lt;/h1&gt;

&lt;h2&gt;
  
  
  How Interfaces Are Disappearing — And What Replaces Them
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Why we are moving from interfaces to perception — and from communication to synchronization
&lt;/h3&gt;

&lt;p&gt;I started noticing something subtle.&lt;/p&gt;

&lt;p&gt;The interface wasn't getting better.&lt;/p&gt;

&lt;p&gt;It was becoming less visible.&lt;/p&gt;




&lt;p&gt;I'm not a neuroscientist.&lt;br&gt;&lt;br&gt;
I'm not a psychologist.&lt;br&gt;&lt;br&gt;
I'm a developer.&lt;/p&gt;

&lt;p&gt;And like many of the ideas I've been exploring, this didn’t start with a theory.&lt;/p&gt;

&lt;p&gt;It started with a pattern.&lt;/p&gt;




&lt;h2&gt;
  
  
  Interfaces Are Changing
&lt;/h2&gt;

&lt;p&gt;For a long time, interaction looked like this:&lt;/p&gt;

&lt;p&gt;input → processing → output  &lt;/p&gt;

&lt;p&gt;Clear boundaries.&lt;br&gt;&lt;br&gt;
Clear steps.&lt;/p&gt;




&lt;p&gt;Then something shifted.&lt;/p&gt;

&lt;p&gt;Interfaces became:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;more fluid
&lt;/li&gt;
&lt;li&gt;more adaptive
&lt;/li&gt;
&lt;li&gt;less visible
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;And now something deeper is happening.&lt;/p&gt;

&lt;p&gt;The interface is disappearing.&lt;/p&gt;

&lt;p&gt;Not physically.&lt;/p&gt;

&lt;p&gt;But functionally.&lt;/p&gt;




&lt;h2&gt;
  
  
  From External to Internal
&lt;/h2&gt;

&lt;p&gt;We used to interact through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;keyboards
&lt;/li&gt;
&lt;li&gt;screens
&lt;/li&gt;
&lt;li&gt;commands
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now we are moving toward:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;intent
&lt;/li&gt;
&lt;li&gt;context
&lt;/li&gt;
&lt;li&gt;perception
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This creates a new layer.&lt;/p&gt;

&lt;p&gt;The interface is no longer just:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;what you type
&lt;/li&gt;
&lt;li&gt;what you click
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It becomes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how you perceive
&lt;/li&gt;
&lt;li&gt;how you interpret
&lt;/li&gt;
&lt;li&gt;how you reconstruct
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  This Shift Has Consequences
&lt;/h2&gt;

&lt;p&gt;In &lt;em&gt;The Next Attack Surface Is Your Attention&lt;/em&gt;, I explored how attention itself is becoming an attack surface:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@mkraft_berlin/the-next-attack-surface-is-your-attention-74e4eeec01d4" rel="noopener noreferrer"&gt;https://medium.com/@mkraft_berlin/the-next-attack-surface-is-your-attention-74e4eeec01d4&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The key idea:&lt;/p&gt;

&lt;p&gt;Systems no longer need to attack infrastructure.&lt;br&gt;&lt;br&gt;
They can shape perception directly.&lt;/p&gt;

&lt;p&gt;That already changes everything.&lt;/p&gt;

&lt;p&gt;Because perception is not passive.&lt;/p&gt;

&lt;p&gt;It is constructed.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Brain Is Not a Camera
&lt;/h2&gt;

&lt;p&gt;Modern neuroscience describes the brain as a predictive system.&lt;/p&gt;

&lt;p&gt;This is often called &lt;strong&gt;predictive processing&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The brain continuously generates predictions&lt;br&gt;&lt;br&gt;
and updates them based on incoming signals.&lt;/p&gt;

&lt;p&gt;What you see is not raw input.&lt;/p&gt;

&lt;p&gt;It is a controlled hallucination constrained by sensory data.&lt;/p&gt;

&lt;p&gt;The brain constantly solves what is known as an &lt;strong&gt;inverse problem&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;Inferring reality from incomplete information.&lt;/p&gt;




&lt;h2&gt;
  
  
  This Explains Something Subtle
&lt;/h2&gt;

&lt;p&gt;A sound does not contain a scene.&lt;br&gt;&lt;br&gt;
A touch does not contain space.&lt;/p&gt;

&lt;p&gt;And yet both can reshape what you experience.&lt;/p&gt;

&lt;p&gt;Because perception is constructed from multiple sources.&lt;/p&gt;

&lt;p&gt;This process is known as &lt;strong&gt;multisensory integration&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;The brain combines signals, memory, and expectations&lt;br&gt;&lt;br&gt;
into a coherent internal representation.&lt;/p&gt;

&lt;p&gt;Perception emerges from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;bottom-up signals (sensory input)
&lt;/li&gt;
&lt;li&gt;top-down signals (expectations, prior knowledge)
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;And sometimes this becomes visible.&lt;/p&gt;

&lt;p&gt;In the &lt;strong&gt;McGurk effect&lt;/strong&gt;, what you see literally changes what you hear.&lt;/p&gt;

&lt;p&gt;Perception is not a recording.&lt;/p&gt;

&lt;p&gt;It is reconstruction.&lt;/p&gt;




&lt;h2&gt;
  
  
  Which Leads to a Second Realization
&lt;/h2&gt;

&lt;p&gt;If perception is constructed…&lt;/p&gt;

&lt;p&gt;Then communication does not need to send everything.&lt;/p&gt;

&lt;p&gt;It only needs to trigger reconstruction.&lt;/p&gt;




&lt;h2&gt;
  
  
  Thought Is Not Linear
&lt;/h2&gt;

&lt;p&gt;We do not think in sentences.&lt;/p&gt;

&lt;p&gt;We think in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;fragments
&lt;/li&gt;
&lt;li&gt;associations
&lt;/li&gt;
&lt;li&gt;partial structures
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But our interfaces still assume linearity.&lt;/p&gt;

&lt;p&gt;Typing forces:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;sequence
&lt;/li&gt;
&lt;li&gt;structure
&lt;/li&gt;
&lt;li&gt;explicitness
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Which creates friction.&lt;/p&gt;

&lt;p&gt;Not in the system.&lt;/p&gt;

&lt;p&gt;In the translation.&lt;/p&gt;




&lt;h2&gt;
  
  
  A New Direction
&lt;/h2&gt;

&lt;p&gt;The future of interaction is not about faster input.&lt;/p&gt;

&lt;p&gt;It is about reducing translation.&lt;/p&gt;

&lt;p&gt;This is where thought interfaces emerge.&lt;/p&gt;

&lt;p&gt;Instead of complete instructions, we provide:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;partial signals
&lt;/li&gt;
&lt;li&gt;direction
&lt;/li&gt;
&lt;li&gt;intent
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And the system does the rest.&lt;/p&gt;

&lt;p&gt;Not by guessing randomly.&lt;/p&gt;

&lt;p&gt;But by reconstructing what we mean.&lt;/p&gt;




&lt;h2&gt;
  
  
  This Mirrors the Brain
&lt;/h2&gt;

&lt;p&gt;The brain constantly minimizes what is called &lt;strong&gt;prediction error&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;The gap between expectation and reality.&lt;/p&gt;

&lt;p&gt;This principle is part of the broader &lt;strong&gt;Free Energy Principle&lt;/strong&gt;,&lt;br&gt;&lt;br&gt;
which describes how biological systems reduce uncertainty over time.&lt;/p&gt;

&lt;p&gt;Interaction with AI systems increasingly mirrors this:&lt;/p&gt;

&lt;p&gt;We provide partial input.&lt;br&gt;&lt;br&gt;
The system predicts.&lt;br&gt;&lt;br&gt;
We refine.&lt;br&gt;&lt;br&gt;
It adjusts.&lt;/p&gt;

&lt;p&gt;Prediction error shrinks.&lt;/p&gt;




&lt;h2&gt;
  
  
  Communication Becomes Alignment
&lt;/h2&gt;

&lt;p&gt;This changes communication.&lt;/p&gt;

&lt;p&gt;From:&lt;/p&gt;

&lt;p&gt;transfer  &lt;/p&gt;

&lt;p&gt;To:&lt;/p&gt;

&lt;p&gt;alignment  &lt;/p&gt;

&lt;p&gt;Not sending full information.&lt;/p&gt;

&lt;p&gt;But converging toward a shared state.&lt;/p&gt;

&lt;p&gt;If two systems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;reconstruct reality
&lt;/li&gt;
&lt;li&gt;respond to minimal input
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then interaction becomes synchronization.&lt;/p&gt;




&lt;h2&gt;
  
  
  A Shared Cognitive Space
&lt;/h2&gt;

&lt;p&gt;Not a channel.&lt;br&gt;&lt;br&gt;
Not a protocol.&lt;/p&gt;

&lt;p&gt;But a process where both sides build compatible internal representations.&lt;/p&gt;

&lt;p&gt;This is already happening.&lt;/p&gt;

&lt;p&gt;When working with AI, you do not just:&lt;/p&gt;

&lt;p&gt;ask → receive  &lt;/p&gt;

&lt;p&gt;You:&lt;/p&gt;

&lt;p&gt;refine → iterate → adjust  &lt;/p&gt;

&lt;p&gt;And the system responds not with fixed outputs,&lt;br&gt;&lt;br&gt;
but by shifting the space of possible reconstructions.&lt;/p&gt;

&lt;p&gt;This is a weak form of synchronization.&lt;/p&gt;

&lt;p&gt;And it will likely deepen.&lt;/p&gt;

&lt;p&gt;Toward:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;less explicit input
&lt;/li&gt;
&lt;li&gt;more inferred intent
&lt;/li&gt;
&lt;li&gt;tighter alignment
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  When the Interface Becomes Irrelevant
&lt;/h2&gt;

&lt;p&gt;At some point, the interface becomes almost irrelevant.&lt;/p&gt;

&lt;p&gt;Because interaction is no longer happening through it.&lt;/p&gt;

&lt;p&gt;It happens within it.&lt;/p&gt;

&lt;p&gt;The boundary dissolves.&lt;/p&gt;




&lt;h2&gt;
  
  
  Opportunity and Risk
&lt;/h2&gt;

&lt;p&gt;If systems can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;reconstruct intent
&lt;/li&gt;
&lt;li&gt;shape perception
&lt;/li&gt;
&lt;li&gt;guide attention
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then they do not need to send messages.&lt;/p&gt;

&lt;p&gt;They can influence how reality is experienced.&lt;/p&gt;

&lt;p&gt;This connects everything:&lt;/p&gt;

&lt;p&gt;perception → constructed&lt;br&gt;&lt;br&gt;
communication → reconstructive&lt;br&gt;&lt;br&gt;
interfaces → disappearing  &lt;/p&gt;




&lt;h2&gt;
  
  
  The Core Shift
&lt;/h2&gt;

&lt;p&gt;The most powerful systems do not transmit information.&lt;/p&gt;

&lt;p&gt;They shape how it is reconstructed.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;We have spent decades improving interfaces.&lt;/p&gt;

&lt;p&gt;Making them:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;faster
&lt;/li&gt;
&lt;li&gt;clearer
&lt;/li&gt;
&lt;li&gt;more efficient
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But the next step may not be improvement.&lt;/p&gt;

&lt;p&gt;It may be disappearance.&lt;/p&gt;

&lt;p&gt;Not because interaction stops.&lt;/p&gt;

&lt;p&gt;But because it moves somewhere else.&lt;/p&gt;

&lt;p&gt;Into the space where thought, perception,&lt;br&gt;&lt;br&gt;
and reconstruction meet.&lt;/p&gt;

</description>
      <category>interfaces</category>
      <category>ai</category>
      <category>futureoftech</category>
      <category>systems</category>
    </item>
    <item>
      <title>The Boundary of Isolation: Why Sandboxes Don't Separate — They Trigger Cascades</title>
      <dc:creator>Michael Kraft</dc:creator>
      <pubDate>Tue, 03 Mar 2026 17:58:54 +0000</pubDate>
      <link>https://dev.to/mkraft-berlin/the-boundary-of-isolation-why-sandboxes-dont-separate-they-trigger-cascades-5heg</link>
      <guid>https://dev.to/mkraft-berlin/the-boundary-of-isolation-why-sandboxes-dont-separate-they-trigger-cascades-5heg</guid>
      <description>&lt;h1&gt;
  
  
  The Boundary of Isolation: Why Sandboxes Don't Separate — They Trigger Cascades
&lt;/h1&gt;

&lt;h2&gt;
  
  
  When execution is local, but effects are distributed: across bugs, observers, non-users, and time
&lt;/h2&gt;




&lt;p&gt;I'm not a security expert.&lt;br&gt;&lt;br&gt;
I'm not a physicist.  &lt;/p&gt;

&lt;p&gt;I'm a developer.&lt;/p&gt;

&lt;p&gt;And I think we often use the word &lt;em&gt;sandbox&lt;/em&gt; like a sedative.&lt;/p&gt;

&lt;p&gt;As if "inside" automatically means safe —&lt;br&gt;&lt;br&gt;
and "outside" automatically means separated.&lt;/p&gt;

&lt;p&gt;Technically, we know better:&lt;/p&gt;

&lt;p&gt;Isolation is a property of execution.&lt;br&gt;&lt;br&gt;
Effects are a property of the world.&lt;/p&gt;

&lt;p&gt;When we talk about sandboxes, we think of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;containers
&lt;/li&gt;
&lt;li&gt;virtual machines
&lt;/li&gt;
&lt;li&gt;test environments
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But the pattern is older.&lt;/p&gt;

&lt;p&gt;We build protected spaces to limit risk, control behavior, and encapsulate effects.&lt;/p&gt;

&lt;p&gt;That works surprisingly well — as long as we only look at execution.&lt;/p&gt;

&lt;p&gt;The moment we look at effects, the model breaks.&lt;/p&gt;

&lt;p&gt;Because effects are not a state.&lt;/p&gt;

&lt;p&gt;They are a process.&lt;/p&gt;




&lt;h2&gt;
  
  
  Isolation Is Local — Effects Are Not
&lt;/h2&gt;

&lt;p&gt;A sandbox can isolate processes, restrict permissions, control state.&lt;/p&gt;

&lt;p&gt;But it cannot isolate what it fundamentally depends on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;input
&lt;/li&gt;
&lt;li&gt;output
&lt;/li&gt;
&lt;li&gt;observation
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Containers and virtual machines are mechanisms.&lt;/p&gt;

&lt;p&gt;A sandbox is not a tool.&lt;/p&gt;

&lt;p&gt;It is a boundary design.&lt;/p&gt;

&lt;p&gt;In system design terms:&lt;/p&gt;

&lt;p&gt;We define boundaries for execution —&lt;br&gt;&lt;br&gt;
not for causality.&lt;/p&gt;

&lt;p&gt;The moment a system is controllable and observable,&lt;br&gt;&lt;br&gt;
it becomes part of a larger system.&lt;/p&gt;

&lt;p&gt;And that transition is not optional.&lt;/p&gt;

&lt;p&gt;It is the exact point where internal state becomes external effect.&lt;/p&gt;




&lt;h2&gt;
  
  
  Egress Is Not a Detail — It Is Reality
&lt;/h2&gt;

&lt;p&gt;In practice, this insight often collapses into something that looks purely technical:&lt;/p&gt;

&lt;p&gt;egress control.&lt;/p&gt;

&lt;p&gt;But egress is more than networking.&lt;/p&gt;

&lt;p&gt;It is:&lt;/p&gt;

&lt;p&gt;the ability of a system to affect reality.&lt;/p&gt;

&lt;p&gt;An HTTP request is not just a packet.&lt;/p&gt;

&lt;p&gt;It is an intervention in another system:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;state machines
&lt;/li&gt;
&lt;li&gt;quotas
&lt;/li&gt;
&lt;li&gt;fraud detection
&lt;/li&gt;
&lt;li&gt;support workflows
&lt;/li&gt;
&lt;li&gt;human decision chains
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is why mechanisms exist such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;mocking
&lt;/li&gt;
&lt;li&gt;test accounts
&lt;/li&gt;
&lt;li&gt;sandbox endpoints
&lt;/li&gt;
&lt;li&gt;egress policies
&lt;/li&gt;
&lt;li&gt;network isolation rules
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are not convenience features.&lt;/p&gt;

&lt;p&gt;They are attempts to control effects.&lt;/p&gt;

&lt;p&gt;And they often fail.&lt;/p&gt;

&lt;p&gt;Not technically —&lt;br&gt;&lt;br&gt;
but conceptually.&lt;/p&gt;

&lt;p&gt;Because we treat egress as configuration,&lt;br&gt;&lt;br&gt;
instead of what it really is:&lt;/p&gt;

&lt;p&gt;causal coupling across system boundaries.&lt;/p&gt;




&lt;h2&gt;
  
  
  Unintended Signals Are the Default
&lt;/h2&gt;

&lt;p&gt;The classic example:&lt;/p&gt;

&lt;p&gt;A test system sends emails.&lt;/p&gt;

&lt;p&gt;A flag is misconfigured.&lt;br&gt;&lt;br&gt;
A mock is missing.&lt;br&gt;&lt;br&gt;
A parameter flips a branch.&lt;/p&gt;

&lt;p&gt;A real email is sent.&lt;/p&gt;

&lt;p&gt;But the critical point is not the mistake.&lt;/p&gt;

&lt;p&gt;It is the structure behind it:&lt;/p&gt;

&lt;p&gt;Systems do not only emit intended signals —&lt;br&gt;&lt;br&gt;
they emit all reachable states.&lt;/p&gt;

&lt;p&gt;In distributed systems, this is described as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;error propagation
&lt;/li&gt;
&lt;li&gt;cascading effects
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But these terms imply deviation.&lt;/p&gt;

&lt;p&gt;In reality, this is emergent behavior.&lt;/p&gt;

&lt;p&gt;Systems explore their state space.&lt;/p&gt;

&lt;p&gt;And every reachable state&lt;br&gt;&lt;br&gt;
is a potential effect.&lt;/p&gt;

&lt;p&gt;A wrong integer parameter,&lt;br&gt;&lt;br&gt;
an unmocked request,&lt;br&gt;&lt;br&gt;
a misrouted environment variable —&lt;/p&gt;

&lt;p&gt;these are not anomalies.&lt;/p&gt;

&lt;p&gt;They are expressions of system possibility.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Non-User Is Not Outside — They Are the Test You Never Ran
&lt;/h2&gt;

&lt;p&gt;Once a signal leaves the sandbox, it enters reality.&lt;/p&gt;

&lt;p&gt;And there exists a group we rarely model:&lt;/p&gt;

&lt;p&gt;non-users.&lt;/p&gt;

&lt;p&gt;Tomasz Konecki describes this in:&lt;/p&gt;

&lt;p&gt;"The Non-User Typology That Documentation Ignores"&lt;br&gt;&lt;br&gt;
&lt;a href="https://medium.com/@tomasz.konecki/the-non-user-typology-that-documentation-ignores-953dd0653b97" rel="noopener noreferrer"&gt;https://medium.com/@tomasz.konecki/the-non-user-typology-that-documentation-ignores-953dd0653b97&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Konecki, a technical writer working at the intersection of documentation, LLM systems, and security design, builds on sociologist Sally Wyatt’s work on non-use:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;resisters
&lt;/li&gt;
&lt;li&gt;rejecters
&lt;/li&gt;
&lt;li&gt;excluded
&lt;/li&gt;
&lt;li&gt;expelled
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Non-use is not absence.&lt;/p&gt;

&lt;p&gt;It is a relationship.&lt;/p&gt;

&lt;p&gt;This leads to a shift:&lt;/p&gt;

&lt;p&gt;Systems are not defined by their users.&lt;/p&gt;

&lt;p&gt;They are defined by the people they reach.&lt;/p&gt;

&lt;p&gt;And that is where uncontrolled effects begin.&lt;/p&gt;




&lt;h2&gt;
  
  
  Observation Is Not Measurement — It Is Intervention
&lt;/h2&gt;

&lt;p&gt;The moment a signal exists, it is observed.&lt;/p&gt;

&lt;p&gt;By:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;logging systems
&lt;/li&gt;
&lt;li&gt;external APIs
&lt;/li&gt;
&lt;li&gt;security infrastructure
&lt;/li&gt;
&lt;li&gt;humans
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Observation is not neutral.&lt;/p&gt;

&lt;p&gt;The Hawthorne effect shows that behavior changes simply because it is being observed.&lt;/p&gt;

&lt;p&gt;Jim McCambridge re-examined this phenomenon and demonstrated that it is not a single effect, but a spectrum of participation and observation dynamics:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pubmed.ncbi.nlm.nih.gov/24275499/" rel="noopener noreferrer"&gt;https://pubmed.ncbi.nlm.nih.gov/24275499/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Observation is not passive.&lt;/p&gt;

&lt;p&gt;It is part of reality formation.&lt;/p&gt;

&lt;p&gt;In sandbox terms:&lt;/p&gt;

&lt;p&gt;The receiver reacts not only to the signal —&lt;br&gt;&lt;br&gt;
but to the fact that it is observable.&lt;/p&gt;

&lt;p&gt;And the sender reacts not only to feedback —&lt;br&gt;&lt;br&gt;
but to being observed.&lt;/p&gt;

&lt;p&gt;Digital and physical systems collapse into the same feedback structure.&lt;/p&gt;




&lt;h2&gt;
  
  
  The User Is Not Outside — They Are a Node
&lt;/h2&gt;

&lt;p&gt;The developer is not an external observer.&lt;/p&gt;

&lt;p&gt;They are part of the system.&lt;/p&gt;

&lt;p&gt;They perceive outputs.&lt;br&gt;&lt;br&gt;
They interpret them.&lt;br&gt;&lt;br&gt;
They change behavior.&lt;/p&gt;

&lt;p&gt;And they carry those changes back into reality.&lt;/p&gt;

&lt;p&gt;This connects directly to two core ideas:&lt;/p&gt;

&lt;p&gt;In &lt;em&gt;The Next Attack Surface Is Your Attention&lt;/em&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://medium.com/@mkraft_berlin/the-next-attack-surface-is-your-attention-74e4eeec01d4" rel="noopener noreferrer"&gt;https://medium.com/@mkraft_berlin/the-next-attack-surface-is-your-attention-74e4eeec01d4&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;systems shape perception.&lt;/p&gt;

&lt;p&gt;In &lt;em&gt;The Universe Might Not Store Information — It Reconstructs It&lt;/em&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://medium.com/@mkraft_berlin/the-universe-might-not-store-information-it-reconstructs-it-50372a4c24cf" rel="noopener noreferrer"&gt;https://medium.com/@mkraft_berlin/the-universe-might-not-store-information-it-reconstructs-it-50372a4c24cf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;information is reconstructed, not stored.&lt;/p&gt;

&lt;p&gt;Together:&lt;/p&gt;

&lt;p&gt;Effects do not just leave systems technically —&lt;br&gt;&lt;br&gt;
they propagate through perception.&lt;/p&gt;

&lt;p&gt;The user becomes an unintentional carrier.&lt;/p&gt;




&lt;h2&gt;
  
  
  Time Decouples Cause and Effect
&lt;/h2&gt;

&lt;p&gt;Another underestimated dimension is time.&lt;/p&gt;

&lt;p&gt;Feedback is delayed.&lt;br&gt;&lt;br&gt;
Signals are interpreted later.&lt;br&gt;&lt;br&gt;
Responses happen later.&lt;br&gt;&lt;br&gt;
Meaning emerges later.&lt;/p&gt;

&lt;p&gt;Research on nonlinear delay systems shows that time delay introduces structural instability and nonlinearity:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://royalsocietypublishing.org/rsta/article/377/2153/20180389/111573/Nonlinear-dynamics-of-delay-systems-an" rel="noopener noreferrer"&gt;https://royalsocietypublishing.org/rsta/article/377/2153/20180389/111573/Nonlinear-dynamics-of-delay-systems-an&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Systems evolve not along events —&lt;br&gt;&lt;br&gt;
but along delayed feedback.&lt;/p&gt;

&lt;p&gt;In sandbox terms:&lt;/p&gt;

&lt;p&gt;You receive feedback in a different context&lt;br&gt;&lt;br&gt;
than the one that caused it.&lt;/p&gt;

&lt;p&gt;And that makes causality hard to trace.&lt;/p&gt;




&lt;h2&gt;
  
  
  When Multiple Worlds Run at Once
&lt;/h2&gt;

&lt;p&gt;There is never just one system.&lt;/p&gt;

&lt;p&gt;Multiple sandboxes.&lt;br&gt;&lt;br&gt;
Multiple developers.&lt;br&gt;&lt;br&gt;
Multiple systems.&lt;br&gt;&lt;br&gt;
Multiple humans.&lt;/p&gt;

&lt;p&gt;A signal never hits empty space.&lt;/p&gt;

&lt;p&gt;It encounters:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;existing states
&lt;/li&gt;
&lt;li&gt;other signals
&lt;/li&gt;
&lt;li&gt;emotional contexts
&lt;/li&gt;
&lt;li&gt;organizational dynamics
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is not a chain.&lt;/p&gt;

&lt;p&gt;It is a field.&lt;/p&gt;

&lt;p&gt;William J. Brady shows how signals amplify and transform in social networks:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC8363141/" rel="noopener noreferrer"&gt;https://pmc.ncbi.nlm.nih.gov/articles/PMC8363141/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Effects do not add up.&lt;/p&gt;

&lt;p&gt;They interfere.&lt;/p&gt;




&lt;h2&gt;
  
  
  Nature as a Mirror
&lt;/h2&gt;

&lt;p&gt;These patterns are not unique to software.&lt;/p&gt;

&lt;p&gt;They exist in natural systems.&lt;/p&gt;

&lt;p&gt;Trophic cascades show how local changes produce system-wide effects:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.nature.com/scitable/knowledge/library/trophic-cascades-13256314/" rel="noopener noreferrer"&gt;https://www.nature.com/scitable/knowledge/library/trophic-cascades-13256314/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Mutation drives evolution (Hershberg &amp;amp; Petrov):&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC4563715/" rel="noopener noreferrer"&gt;https://pmc.ncbi.nlm.nih.gov/articles/PMC4563715/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Biological signaling amplifies small inputs into system-wide responses:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.ncbi.nlm.nih.gov/books/NBK9924/" rel="noopener noreferrer"&gt;https://www.ncbi.nlm.nih.gov/books/NBK9924/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These systems do not work despite these mechanisms.&lt;/p&gt;

&lt;p&gt;They work because of them.&lt;/p&gt;




&lt;h2&gt;
  
  
  They Are the Operating System of Reality
&lt;/h2&gt;

&lt;p&gt;Error.&lt;br&gt;&lt;br&gt;
Feedback.&lt;br&gt;&lt;br&gt;
Observation.&lt;br&gt;&lt;br&gt;
Time.&lt;/p&gt;

&lt;p&gt;These are not edge cases.&lt;/p&gt;

&lt;p&gt;They are the operating system of the world.&lt;/p&gt;

&lt;p&gt;And for a long time, we tried to eliminate them.&lt;/p&gt;

&lt;p&gt;Instead of understanding them.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Deeper Distinction
&lt;/h2&gt;

&lt;p&gt;Most discussions about sandboxing focus on failure:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;bugs
&lt;/li&gt;
&lt;li&gt;bypasses
&lt;/li&gt;
&lt;li&gt;side-channel attacks
&lt;/li&gt;
&lt;li&gt;evasion techniques
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And they are right.&lt;/p&gt;

&lt;p&gt;Isolation can be broken.&lt;/p&gt;

&lt;p&gt;But even in a perfect sandbox —&lt;br&gt;&lt;br&gt;
with no bugs, no exploits, no leaks —&lt;/p&gt;

&lt;p&gt;something still remains:&lt;/p&gt;

&lt;p&gt;effects.&lt;/p&gt;

&lt;p&gt;A request leaves the system.&lt;br&gt;&lt;br&gt;
A signal reaches another system.&lt;br&gt;&lt;br&gt;
A human interprets it.&lt;br&gt;&lt;br&gt;
A reaction emerges.&lt;/p&gt;

&lt;p&gt;Not because the sandbox failed.&lt;/p&gt;

&lt;p&gt;But because it was never designed to stop this.&lt;/p&gt;

&lt;p&gt;We isolated execution.&lt;/p&gt;

&lt;p&gt;We never isolated causality.&lt;/p&gt;

&lt;p&gt;And that distinction matters.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Question
&lt;/h2&gt;

&lt;p&gt;Traditional thinking asks:&lt;/p&gt;

&lt;p&gt;How do we make sandboxes more secure?&lt;/p&gt;

&lt;p&gt;The deeper question is:&lt;/p&gt;

&lt;p&gt;What does it mean to design systems&lt;br&gt;&lt;br&gt;
in a world where effects cannot be contained?&lt;/p&gt;

&lt;p&gt;Because we are no longer dealing with isolated environments.&lt;/p&gt;

&lt;p&gt;We are dealing with systems that are:&lt;/p&gt;

&lt;p&gt;locally isolated&lt;br&gt;&lt;br&gt;
but globally entangled.&lt;/p&gt;

&lt;p&gt;Once you understand that,&lt;/p&gt;

&lt;p&gt;sandboxing stops being a solution.&lt;/p&gt;

&lt;p&gt;It becomes a design constraint.&lt;/p&gt;

</description>
      <category>computerscience</category>
      <category>containers</category>
      <category>sandboxes</category>
      <category>isolation</category>
    </item>
    <item>
      <title>The Next Attack Surface Is Your Attention</title>
      <dc:creator>Michael Kraft</dc:creator>
      <pubDate>Tue, 03 Mar 2026 17:51:52 +0000</pubDate>
      <link>https://dev.to/mkraft-berlin/the-next-attack-surface-is-your-attention-6ef</link>
      <guid>https://dev.to/mkraft-berlin/the-next-attack-surface-is-your-attention-6ef</guid>
      <description>&lt;h1&gt;
  
  
  The Next Attack Surface Is Your Attention
&lt;/h1&gt;

&lt;h2&gt;
  
  
  How XR Systems Are Moving Manipulation from Interfaces into Perception Itself
&lt;/h2&gt;

&lt;p&gt;We secured systems, networks, and data —&lt;br&gt;&lt;br&gt;
but ignored the most critical layer:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;perception.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;XR may turn attention itself into the ultimate attack surface.&lt;/p&gt;

&lt;p&gt;We’ve learned how to secure systems.&lt;br&gt;&lt;br&gt;
But we’ve barely started learning how to secure perception.&lt;/p&gt;




&lt;p&gt;I’m not a neuroscientist.&lt;br&gt;&lt;br&gt;
I’m not a psychologist.  &lt;/p&gt;

&lt;p&gt;I’m a developer.&lt;/p&gt;

&lt;p&gt;And like many things in software, this started with a simple observation:&lt;/p&gt;

&lt;p&gt;Every system has an attack surface.&lt;/p&gt;

&lt;p&gt;We usually think of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;APIs
&lt;/li&gt;
&lt;li&gt;networks
&lt;/li&gt;
&lt;li&gt;infrastructure
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But what if the most critical attack surface isn’t technical at all?&lt;/p&gt;

&lt;p&gt;What if it’s your attention?&lt;/p&gt;




&lt;h2&gt;
  
  
  Attention Is Not Passive
&lt;/h2&gt;

&lt;p&gt;We often treat attention as something neutral.&lt;br&gt;&lt;br&gt;
Something we “have.”&lt;/p&gt;

&lt;p&gt;But in practice, it behaves more like a system resource:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;limited
&lt;/li&gt;
&lt;li&gt;allocatable
&lt;/li&gt;
&lt;li&gt;saturatable
&lt;/li&gt;
&lt;li&gt;exploitable
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Modern interfaces already prove this.&lt;/p&gt;

&lt;p&gt;Through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;infinite scroll
&lt;/li&gt;
&lt;li&gt;variable reward loops
&lt;/li&gt;
&lt;li&gt;notification cycles
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They don’t just present information.&lt;br&gt;&lt;br&gt;
They shape:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;what you see
&lt;/li&gt;
&lt;li&gt;when you see it
&lt;/li&gt;
&lt;li&gt;how long you stay
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is not accidental.&lt;/p&gt;

&lt;p&gt;It is engineered.&lt;/p&gt;




&lt;h2&gt;
  
  
  The First Layer: Manipulating Attention
&lt;/h2&gt;

&lt;p&gt;There is already strong evidence that attention can be directed and distorted.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;Seductive Details Effect&lt;/strong&gt; shows that visually engaging but irrelevant content reduces learning:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Seductive_details" rel="noopener noreferrer"&gt;https://en.wikipedia.org/wiki/Seductive_details&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;Split Attention Effect&lt;/strong&gt; demonstrates how divided attention reduces cognitive performance:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Split_attention_effect" rel="noopener noreferrer"&gt;https://en.wikipedia.org/wiki/Split_attention_effect&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These are not edge cases.&lt;/p&gt;

&lt;p&gt;They reveal something deeper:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Attention is not stable — it is controllable.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  But This Is Just the Beginning
&lt;/h2&gt;

&lt;p&gt;Everything above happens at the interface level.&lt;/p&gt;

&lt;p&gt;Screens.&lt;br&gt;&lt;br&gt;
Feeds.&lt;br&gt;&lt;br&gt;
UI.&lt;/p&gt;

&lt;p&gt;Now consider what happens when the interface disappears.&lt;/p&gt;




&lt;h2&gt;
  
  
  XR Changes the Layer Entirely
&lt;/h2&gt;

&lt;p&gt;Extended Reality (XR) does not just display information.&lt;/p&gt;

&lt;p&gt;It controls:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;what you see
&lt;/li&gt;
&lt;li&gt;what you hear
&lt;/li&gt;
&lt;li&gt;how space behaves
&lt;/li&gt;
&lt;li&gt;where your focus goes
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In other words:&lt;/p&gt;

&lt;p&gt;It does not sit on top of perception —&lt;br&gt;&lt;br&gt;
it becomes perception.&lt;/p&gt;

&lt;p&gt;Research already shows that immersive environments directly influence attention, cognition, and behavior:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://arno.uvt.nl/show.cgi?fid=174524" rel="noopener noreferrer"&gt;https://arno.uvt.nl/show.cgi?fid=174524&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;XR systems can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;guide attention spatially
&lt;/li&gt;
&lt;li&gt;control context completely
&lt;/li&gt;
&lt;li&gt;create a sense of “presence” that replaces external reality
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At that point, the system is no longer an interface.&lt;/p&gt;

&lt;p&gt;It is an environment.&lt;/p&gt;




&lt;h2&gt;
  
  
  From Interface to Reality
&lt;/h2&gt;

&lt;p&gt;This creates a critical transition:&lt;/p&gt;

&lt;p&gt;UI → UX → XR → Reality&lt;/p&gt;

&lt;p&gt;At each step:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;abstraction increases
&lt;/li&gt;
&lt;li&gt;control deepens
&lt;/li&gt;
&lt;li&gt;external reference points disappear
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And with them:&lt;/p&gt;

&lt;p&gt;the ability to distinguish system from reality.&lt;/p&gt;




&lt;h2&gt;
  
  
  Memory Is Not Reliable Either
&lt;/h2&gt;

&lt;p&gt;Even without XR, memory is unstable.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;Misinformation Effect&lt;/strong&gt; shows that memories can be altered after the fact:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Misinformation_effect" rel="noopener noreferrer"&gt;https://en.wikipedia.org/wiki/Misinformation_effect&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Imagination Inflation&lt;/strong&gt; shows that imagined events can later be remembered as real:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Imagination_inflation" rel="noopener noreferrer"&gt;https://en.wikipedia.org/wiki/Imagination_inflation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now combine this with XR:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;controlled perception
&lt;/li&gt;
&lt;li&gt;repeated exposure
&lt;/li&gt;
&lt;li&gt;immersive context
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You get something new:&lt;/p&gt;

&lt;p&gt;A system that can influence not only what you perceive —&lt;br&gt;&lt;br&gt;
but what you remember as reality.&lt;/p&gt;




&lt;h2&gt;
  
  
  A New Class of Systems
&lt;/h2&gt;

&lt;p&gt;This leads to a new category:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reality-Shaping Systems&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;These systems do not just:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;transmit information
&lt;/li&gt;
&lt;li&gt;process data
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;shape attention
&lt;/li&gt;
&lt;li&gt;influence interpretation
&lt;/li&gt;
&lt;li&gt;alter perception
&lt;/li&gt;
&lt;li&gt;affect memory
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  A Deeper Connection
&lt;/h2&gt;

&lt;p&gt;In &lt;em&gt;Long-Wave Intelligence &amp;amp; Temporal Security&lt;/em&gt;, I explored the idea that information can be hidden across time:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@mkraft_berlin/long-wave-intelligence-temporal-security-1779f6a9cd75" rel="noopener noreferrer"&gt;https://medium.com/@mkraft_berlin/long-wave-intelligence-temporal-security-1779f6a9cd75&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The key idea there was:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What is not detectable is not questioned.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Here we see the same structural pattern:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What is not perceived as manipulation is not resisted.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;In &lt;em&gt;The Universe as an Index&lt;/em&gt;, I argued that information might not be stored — but reconstructed:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@mkraft_berlin/the-universe-as-an-index-why-information-might-not-be-stored-but-reconstructable-637b4d087aaa" rel="noopener noreferrer"&gt;https://medium.com/@mkraft_berlin/the-universe-as-an-index-why-information-might-not-be-stored-but-reconstructable-637b4d087aaa&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If that is true, then:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;perception is reconstruction
&lt;/li&gt;
&lt;li&gt;memory is reconstruction
&lt;/li&gt;
&lt;li&gt;experienced reality is reconstruction
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And XR?&lt;/p&gt;

&lt;p&gt;XR becomes a system that interferes with the reconstruction process itself.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Shift
&lt;/h2&gt;

&lt;p&gt;Traditionally, systems operate on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;data
&lt;/li&gt;
&lt;li&gt;signals
&lt;/li&gt;
&lt;li&gt;communication
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But this changes the layer entirely.&lt;/p&gt;

&lt;p&gt;We move from:&lt;/p&gt;

&lt;p&gt;data → interpretation  &lt;/p&gt;

&lt;p&gt;to:&lt;/p&gt;

&lt;p&gt;perception → reality construction  &lt;/p&gt;




&lt;h2&gt;
  
  
  The New Attack Surface
&lt;/h2&gt;

&lt;p&gt;At this point, the attack surface is no longer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;your server
&lt;/li&gt;
&lt;li&gt;your device
&lt;/li&gt;
&lt;li&gt;your network
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;your attention
&lt;/li&gt;
&lt;li&gt;your perception
&lt;/li&gt;
&lt;li&gt;your memory
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;Because this type of system:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;leaves no clear trace
&lt;/li&gt;
&lt;li&gt;produces no obvious attack signature
&lt;/li&gt;
&lt;li&gt;operates within normal experience
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Which makes it fundamentally different from traditional attacks.&lt;/p&gt;

&lt;p&gt;You don’t detect it as an attack.&lt;/p&gt;

&lt;p&gt;You experience it as reality.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Risks
&lt;/h2&gt;

&lt;p&gt;This shift introduces new risks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;loss of agency
&lt;/li&gt;
&lt;li&gt;invisible manipulation
&lt;/li&gt;
&lt;li&gt;long-term perception drift
&lt;/li&gt;
&lt;li&gt;dependency on mediated reality
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And most importantly:&lt;/p&gt;

&lt;p&gt;a loss of reference.&lt;/p&gt;

&lt;p&gt;Because without an external frame,&lt;br&gt;&lt;br&gt;
you can no longer verify what is real.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;We’ve spent decades securing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;systems
&lt;/li&gt;
&lt;li&gt;networks
&lt;/li&gt;
&lt;li&gt;data
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But we’ve barely started thinking about securing:&lt;/p&gt;

&lt;p&gt;perception.&lt;/p&gt;

&lt;p&gt;If this trend continues, the next generation of systems will not just:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;process information
&lt;/li&gt;
&lt;li&gt;transmit data
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They will:&lt;/p&gt;

&lt;p&gt;shape the way reality is experienced.&lt;/p&gt;

&lt;p&gt;Which leads to a simple conclusion:&lt;/p&gt;

&lt;p&gt;The next attack surface is not your system.&lt;/p&gt;

&lt;p&gt;It is your attention.&lt;/p&gt;

&lt;p&gt;And XR turns that into your reality.&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>xr</category>
      <category>psychology</category>
      <category>interfaces</category>
    </item>
    <item>
      <title>The Universe Might Not Store Information — It Reconstructs It</title>
      <dc:creator>Michael Kraft</dc:creator>
      <pubDate>Tue, 03 Mar 2026 17:49:29 +0000</pubDate>
      <link>https://dev.to/mkraft-berlin/the-universe-might-not-store-information-it-reconstructs-it-1o92</link>
      <guid>https://dev.to/mkraft-berlin/the-universe-might-not-store-information-it-reconstructs-it-1o92</guid>
      <description>&lt;h1&gt;
  
  
  The Universe Might Not Store Information — It Reconstructs It
&lt;/h1&gt;

&lt;h2&gt;
  
  
  From storage to time, from signal to structure — why persistence, not energy, may define advanced systems
&lt;/h2&gt;

&lt;p&gt;Most of our thinking about information is built on storage.&lt;/p&gt;

&lt;p&gt;In software, we don't always store things — we make them reconstructable.&lt;/p&gt;

&lt;p&gt;What if the universe works the same way?&lt;/p&gt;




&lt;p&gt;I'm not a physicist.&lt;br&gt;&lt;br&gt;
I'm not a cosmologist.&lt;br&gt;&lt;br&gt;
I'm a developer.&lt;/p&gt;

&lt;p&gt;And this started with something simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Most of our thinking about information is built on storage.&lt;br&gt;&lt;br&gt;
And that might be wrong.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Storage Is Not the Problem — Time Is
&lt;/h2&gt;

&lt;p&gt;We think in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;disks
&lt;/li&gt;
&lt;li&gt;memory
&lt;/li&gt;
&lt;li&gt;backups
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But that’s just implementation.&lt;/p&gt;

&lt;p&gt;At its core:&lt;/p&gt;

&lt;p&gt;Storage is the attempt to stabilize a state against time.&lt;/p&gt;

&lt;p&gt;I explored this earlier here:&lt;br&gt;&lt;br&gt;
&lt;a href="https://dev.to/mkraft-berlin/when-an-ai-thinks-about-the-future-of-storage-255h"&gt;https://dev.to/mkraft-berlin/when-an-ai-thinks-about-the-future-of-storage-255h&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Once you see it that way, something shifts:&lt;/p&gt;

&lt;p&gt;Storage is not about space.&lt;br&gt;&lt;br&gt;
It’s about survival.&lt;/p&gt;




&lt;h2&gt;
  
  
  And Time Wins
&lt;/h2&gt;

&lt;p&gt;Given enough time:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;systems degrade
&lt;/li&gt;
&lt;li&gt;signals disappear
&lt;/li&gt;
&lt;li&gt;structures collapse
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Which leads to a hard constraint:&lt;/p&gt;

&lt;p&gt;If information cannot survive time, it is gone.&lt;/p&gt;

&lt;p&gt;So the real question is not:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Where is information stored?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;But:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What makes it recoverable despite time?&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  The Alternative: Don’t Store — Reconstruct
&lt;/h2&gt;

&lt;p&gt;There is another strategy.&lt;/p&gt;

&lt;p&gt;We already use it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;compression
&lt;/li&gt;
&lt;li&gt;procedural generation
&lt;/li&gt;
&lt;li&gt;deterministic systems
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They all do the same thing:&lt;/p&gt;

&lt;p&gt;They do not preserve the object.&lt;br&gt;&lt;br&gt;
They preserve the ability to recreate it.&lt;/p&gt;

&lt;p&gt;This leads to a shift:&lt;/p&gt;

&lt;p&gt;Information may not exist as an object —&lt;br&gt;&lt;br&gt;
but as something that can be reconstructed from structure.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Universe Might Work the Same Way
&lt;/h2&gt;

&lt;p&gt;If that idea scales, then maybe:&lt;/p&gt;

&lt;p&gt;The universe is not a storage system.&lt;/p&gt;

&lt;p&gt;Maybe it’s closer to an index.&lt;/p&gt;

&lt;p&gt;I explored that idea here:&lt;br&gt;&lt;br&gt;
&lt;a href="https://medium.com/@mkraft_berlin/the-universe-as-an-index-why-information-might-not-be-stored-but-reconstructable-637b4d087aaa" rel="noopener noreferrer"&gt;https://medium.com/@mkraft_berlin/the-universe-as-an-index-why-information-might-not-be-stored-but-reconstructable-637b4d087aaa&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The idea is simple:&lt;/p&gt;

&lt;p&gt;You don’t find information.&lt;br&gt;&lt;br&gt;
You rebuild it by understanding relationships.&lt;/p&gt;




&lt;h2&gt;
  
  
  Physics Does Not Contradict This
&lt;/h2&gt;

&lt;p&gt;In fact, it leans in that direction.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;Black Hole Information Paradox&lt;/strong&gt; suggests information is not destroyed:&lt;br&gt;&lt;br&gt;
&lt;a href="https://plato.stanford.edu/entries/black-holes/" rel="noopener noreferrer"&gt;https://plato.stanford.edu/entries/black-holes/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;Holographic Principle&lt;/strong&gt; suggests it is not where we expect it to be:&lt;br&gt;&lt;br&gt;
&lt;a href="https://arxiv.org/abs/hep-th/9901079" rel="noopener noreferrer"&gt;https://arxiv.org/abs/hep-th/9901079&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Which implies:&lt;/p&gt;

&lt;p&gt;Information can remain real&lt;br&gt;&lt;br&gt;
without being directly accessible.&lt;/p&gt;




&lt;h2&gt;
  
  
  We Also Think About Information the Wrong Way
&lt;/h2&gt;

&lt;p&gt;We assume information arrives as a signal.&lt;/p&gt;

&lt;p&gt;Something:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;strong
&lt;/li&gt;
&lt;li&gt;clear
&lt;/li&gt;
&lt;li&gt;detectable
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But that only works if:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;timing aligns
&lt;/li&gt;
&lt;li&gt;detection is immediate
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At cosmic scale, that assumption breaks.&lt;/p&gt;




&lt;h2&gt;
  
  
  What If Information Doesn’t Look Like a Signal?
&lt;/h2&gt;

&lt;p&gt;What if it looks like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;noise
&lt;/li&gt;
&lt;li&gt;drift
&lt;/li&gt;
&lt;li&gt;background patterns
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I explored this here:&lt;br&gt;&lt;br&gt;
&lt;a href="https://medium.com/@mkraft_berlin/long-wave-intelligence-temporal-security-1779f6a9cd75" rel="noopener noreferrer"&gt;https://medium.com/@mkraft_berlin/long-wave-intelligence-temporal-security-1779f6a9cd75&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The key idea is uncomfortable:&lt;/p&gt;

&lt;p&gt;Information optimized for survival may look irrelevant&lt;br&gt;&lt;br&gt;
unless you observe it across time.&lt;/p&gt;




&lt;h2&gt;
  
  
  And We Filter That Out
&lt;/h2&gt;

&lt;p&gt;Every system we build does this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;remove noise
&lt;/li&gt;
&lt;li&gt;ignore weak signals
&lt;/li&gt;
&lt;li&gt;simplify
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But if information lives in persistence,&lt;/p&gt;

&lt;p&gt;we may be filtering out exactly what matters.&lt;/p&gt;




&lt;h2&gt;
  
  
  So Where Is Information?
&lt;/h2&gt;

&lt;p&gt;Not in storage.&lt;br&gt;&lt;br&gt;
Not in signals.&lt;/p&gt;

&lt;p&gt;In structure.&lt;/p&gt;

&lt;p&gt;Not objects — but:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;relationships
&lt;/li&gt;
&lt;li&gt;invariants
&lt;/li&gt;
&lt;li&gt;patterns that survive change
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The Hidden Assumption About Intelligence
&lt;/h2&gt;

&lt;p&gt;Most of our thinking about intelligence follows a different model.&lt;/p&gt;

&lt;p&gt;When &lt;strong&gt;Freeman Dyson&lt;/strong&gt; proposed stellar-scale engineering, he introduced a powerful idea:&lt;/p&gt;

&lt;p&gt;The more advanced a system is, the more energy it controls.&lt;/p&gt;

&lt;p&gt;That framework gave us:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dyson spheres
&lt;/li&gt;
&lt;li&gt;the Kardashev scale
&lt;/li&gt;
&lt;li&gt;energy-based detection
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And it works.&lt;/p&gt;

&lt;p&gt;But it assumes:&lt;/p&gt;

&lt;p&gt;Progress means more.&lt;br&gt;&lt;br&gt;
More energy.&lt;br&gt;&lt;br&gt;
More visibility.&lt;/p&gt;




&lt;h2&gt;
  
  
  But What If That’s Only One Axis?
&lt;/h2&gt;

&lt;p&gt;From a systems perspective, there is another dimension.&lt;/p&gt;

&lt;p&gt;Not:&lt;/p&gt;

&lt;p&gt;How much energy a system uses.&lt;/p&gt;

&lt;p&gt;But:&lt;/p&gt;

&lt;p&gt;How long it remains interpretable.&lt;/p&gt;




&lt;h2&gt;
  
  
  Energy vs. Persistence
&lt;/h2&gt;

&lt;p&gt;Energy-heavy systems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;radiate
&lt;/li&gt;
&lt;li&gt;disrupt
&lt;/li&gt;
&lt;li&gt;stand out
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Persistent systems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;stabilize
&lt;/li&gt;
&lt;li&gt;integrate
&lt;/li&gt;
&lt;li&gt;remain
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Which leads to a shift:&lt;/p&gt;

&lt;p&gt;The most advanced systems may not be the most powerful —&lt;br&gt;&lt;br&gt;
but the most stable over time.&lt;/p&gt;




&lt;h2&gt;
  
  
  That Changes What We Look For
&lt;/h2&gt;

&lt;p&gt;We don’t need to ask:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What shines?
&lt;/li&gt;
&lt;li&gt;What is strongest?
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We need to ask:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What is too stable to be accidental?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Because in a dynamic universe,&lt;/p&gt;

&lt;p&gt;stability is not trivial.&lt;/p&gt;




&lt;h2&gt;
  
  
  And It Might Not Look Like Anything Special
&lt;/h2&gt;

&lt;p&gt;It might look like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;background consistency
&lt;/li&gt;
&lt;li&gt;natural patterns
&lt;/li&gt;
&lt;li&gt;statistical regularity
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Which means:&lt;/p&gt;

&lt;p&gt;The most advanced systems may already be visible —&lt;br&gt;&lt;br&gt;
we just don’t recognize them.&lt;/p&gt;




&lt;h2&gt;
  
  
  One Constraint, Multiple Angles
&lt;/h2&gt;

&lt;p&gt;This is not separate ideas.&lt;/p&gt;

&lt;p&gt;It is one constraint seen from different angles:&lt;/p&gt;

&lt;p&gt;Time removes information.&lt;br&gt;&lt;br&gt;
Structure preserves it.&lt;br&gt;&lt;br&gt;
Reconstruction reveals it.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Hypothesis
&lt;/h2&gt;

&lt;p&gt;Information in the universe is not primarily stored or transmitted,&lt;/p&gt;

&lt;p&gt;but exists as reconstructable structure embedded in stable relationships over time.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;Freeman Dyson showed how intelligence might scale through energy.&lt;/p&gt;

&lt;p&gt;But maybe that is only the first stage.&lt;/p&gt;

&lt;p&gt;Because at some point:&lt;/p&gt;

&lt;p&gt;Expansion stops being the challenge.&lt;/p&gt;

&lt;p&gt;Persistence becomes the only one that matters.&lt;/p&gt;

&lt;p&gt;And at that point:&lt;/p&gt;

&lt;p&gt;The most advanced intelligence&lt;br&gt;&lt;br&gt;
is not the one that shines the brightest —&lt;br&gt;&lt;br&gt;
but the one that remains interpretable&lt;br&gt;&lt;br&gt;
when everything else fades.&lt;/p&gt;

</description>
      <category>physics</category>
      <category>systems</category>
      <category>data</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>The Universe as an Index: Why Information Might Not Be Stored but Reconstructable</title>
      <dc:creator>Michael Kraft</dc:creator>
      <pubDate>Tue, 03 Mar 2026 17:31:09 +0000</pubDate>
      <link>https://dev.to/mkraft-berlin/the-universe-as-an-index-why-information-might-not-be-stored-but-reconstructable-djj</link>
      <guid>https://dev.to/mkraft-berlin/the-universe-as-an-index-why-information-might-not-be-stored-but-reconstructable-djj</guid>
      <description>&lt;h1&gt;
  
  
  The Universe as an Index
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Why Information Might Not Be Stored — But Reconstructable
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;A speculative reflection on invariance, reconstructability, noise, and structure — from a developer's perspective&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;I'm not a physicist.&lt;br&gt;&lt;br&gt;
I'm not a cosmologist.  &lt;/p&gt;

&lt;p&gt;I'm a developer.&lt;/p&gt;

&lt;p&gt;And like many ideas in software, this one started with a small shift in perspective that kept unfolding:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What if information in the universe is not stored —&lt;br&gt;&lt;br&gt;
but reconstructable?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The more I followed that thought, the more it began to challenge not just how we think about information — but where we expect to find it at all.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Default Assumption: Information = Storage
&lt;/h2&gt;

&lt;p&gt;We are deeply conditioned to think of information as something that exists &lt;em&gt;somewhere&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;We store it in databases.&lt;br&gt;&lt;br&gt;
Move it across networks.&lt;br&gt;&lt;br&gt;
Back it up.&lt;br&gt;&lt;br&gt;
Compress it.&lt;br&gt;&lt;br&gt;
Duplicate it.&lt;/p&gt;

&lt;p&gt;Even when we abstract it, we still imagine a location:&lt;br&gt;&lt;br&gt;
a disk, a memory block, a signal in transit.&lt;/p&gt;

&lt;p&gt;This creates a quiet but powerful assumption:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Information must exist as an object, located in space and time.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And once that assumption is in place, it shapes everything else.&lt;/p&gt;




&lt;h2&gt;
  
  
  A Different Model: Reconstructability
&lt;/h2&gt;

&lt;p&gt;In software engineering, there is another way to think about information.&lt;/p&gt;

&lt;p&gt;We don't always store data explicitly.&lt;/p&gt;

&lt;p&gt;Sometimes we store:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;rules
&lt;/li&gt;
&lt;li&gt;constraints
&lt;/li&gt;
&lt;li&gt;seeds
&lt;/li&gt;
&lt;li&gt;minimal descriptions
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Procedural generation creates entire worlds from compact inputs.&lt;br&gt;&lt;br&gt;
Compression reduces large datasets into small representations that can be expanded again.&lt;/p&gt;

&lt;p&gt;In all these cases:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The information is not present — but it is still fully recoverable.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A subtle shift follows:&lt;/p&gt;

&lt;p&gt;Information does not need to be stored,&lt;br&gt;&lt;br&gt;
as long as it can be reconstructed from structure and rules.&lt;/p&gt;




&lt;h2&gt;
  
  
  Extending This to the Universe
&lt;/h2&gt;

&lt;p&gt;If that principle holds in engineered systems, it raises a broader question:&lt;/p&gt;

&lt;p&gt;What if the universe does not &lt;em&gt;store&lt;/em&gt; information,&lt;br&gt;&lt;br&gt;
but instead enables its reconstruction?&lt;/p&gt;




&lt;h2&gt;
  
  
  Physics Has Been Circling This Question
&lt;/h2&gt;

&lt;p&gt;Modern physics has wrestled with the nature of information for decades.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;Black Hole Information Paradox&lt;/strong&gt; asks whether information is lost in black holes:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://plato.stanford.edu/entries/black-holes/" rel="noopener noreferrer"&gt;https://plato.stanford.edu/entries/black-holes/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Current thinking suggests it is not.&lt;/p&gt;

&lt;p&gt;Closely related is the &lt;strong&gt;Holographic Principle&lt;/strong&gt;, which proposes that information about a volume may be encoded on its boundary:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://arxiv.org/abs/hep-th/9901079" rel="noopener noreferrer"&gt;https://arxiv.org/abs/hep-th/9901079&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As Leonard Susskind famously put it:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"The world can be viewed as a hologram."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If information is preserved but not directly accessible, the question shifts.&lt;/p&gt;

&lt;p&gt;Not:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Where is the information?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;But:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Under what conditions can it be reconstructed?&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Information as Invariance
&lt;/h2&gt;

&lt;p&gt;In physics, stability emerges from invariants.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Noether’s Theorem&lt;/strong&gt; shows that symmetries lead to conservation laws:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://plato.stanford.edu/entries/symmetry-breaking/" rel="noopener noreferrer"&gt;https://plato.stanford.edu/entries/symmetry-breaking/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What persists is not necessarily an object.&lt;/p&gt;

&lt;p&gt;It is a relationship.&lt;/p&gt;

&lt;p&gt;A constraint.&lt;/p&gt;

&lt;p&gt;A symmetry.&lt;/p&gt;

&lt;p&gt;Perhaps information is closer to invariance than to storage.&lt;/p&gt;




&lt;h2&gt;
  
  
  Turning “It from Bit” Inside Out
&lt;/h2&gt;

&lt;p&gt;Physicist John Archibald Wheeler introduced the idea:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“It from bit.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Source:&lt;br&gt;&lt;br&gt;
&lt;a href="https://cqi.inf.usi.ch/qic/wheeler.pdf" rel="noopener noreferrer"&gt;https://cqi.inf.usi.ch/qic/wheeler.pdf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Meaning: reality arises from information.&lt;/p&gt;

&lt;p&gt;But from a systems perspective, one might invert this:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Information arises from structure.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Not as stored bits —&lt;br&gt;&lt;br&gt;
but as reconstructable patterns within constraint networks.&lt;/p&gt;




&lt;h2&gt;
  
  
  Self-Verifying Structures
&lt;/h2&gt;

&lt;p&gt;In software systems, resilience often comes from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;redundancy
&lt;/li&gt;
&lt;li&gt;checksums
&lt;/li&gt;
&lt;li&gt;error correction
&lt;/li&gt;
&lt;li&gt;distributed consensus
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Structures that verify themselves remain stable despite noise.&lt;/p&gt;

&lt;p&gt;Applied cosmically:&lt;/p&gt;

&lt;p&gt;Some patterns may persist not because they are stored,&lt;br&gt;&lt;br&gt;
but because the universe’s laws continuously regenerate them.&lt;/p&gt;




&lt;h2&gt;
  
  
  Noise, Filtering, and What We Might Be Missing
&lt;/h2&gt;

&lt;p&gt;Engineers filter noise aggressively.&lt;/p&gt;

&lt;p&gt;Signal processing removes drift, irregularity, statistical anomalies.&lt;/p&gt;

&lt;p&gt;But what if meaningful structure hides within long-term stability?&lt;/p&gt;

&lt;p&gt;What if information is embedded in what does &lt;strong&gt;not&lt;/strong&gt; change?&lt;/p&gt;

&lt;p&gt;Then:&lt;/p&gt;

&lt;p&gt;The most meaningful patterns may not look like signals at all.&lt;/p&gt;

&lt;p&gt;They may appear as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;noise
&lt;/li&gt;
&lt;li&gt;drift
&lt;/li&gt;
&lt;li&gt;irregularity
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Which introduces a subtle risk:&lt;/p&gt;

&lt;p&gt;We might be filtering out the very thing we are trying to understand.&lt;/p&gt;




&lt;h2&gt;
  
  
  Stability Instead of Visibility
&lt;/h2&gt;

&lt;p&gt;We search for what stands out.&lt;/p&gt;

&lt;p&gt;But maybe we should search for what refuses to change.&lt;/p&gt;

&lt;p&gt;In a dynamic universe, extreme stability is not trivial.&lt;/p&gt;

&lt;p&gt;The better question might be:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What is too stable to be accidental?&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Orientation Instead of Storage
&lt;/h2&gt;

&lt;p&gt;If information is reconstructable, its value depends on discoverability — not location.&lt;/p&gt;

&lt;p&gt;This reframes the entire paradigm.&lt;/p&gt;

&lt;p&gt;Information may not be stored.&lt;/p&gt;

&lt;p&gt;It may be made findable through structure.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Universe as an Index
&lt;/h2&gt;

&lt;p&gt;Which leads to the central idea:&lt;/p&gt;

&lt;p&gt;The universe may function less like storage&lt;br&gt;&lt;br&gt;
and more like an index system.&lt;/p&gt;

&lt;p&gt;Where information is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;not locally stored
&lt;/li&gt;
&lt;li&gt;structurally embedded
&lt;/li&gt;
&lt;li&gt;relationally encoded
&lt;/li&gt;
&lt;li&gt;reconstructable under the right constraints
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;An index does not contain the full data.&lt;/p&gt;

&lt;p&gt;It allows it to be found.&lt;/p&gt;




&lt;h2&gt;
  
  
  Anchors and Structural References
&lt;/h2&gt;

&lt;p&gt;We already use stable cosmic objects as reference systems.&lt;/p&gt;

&lt;p&gt;NASA has explored navigation using pulsars:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.nasa.gov/technology/space-communications/navigation-using-pulsars/" rel="noopener noreferrer"&gt;https://www.nasa.gov/technology/space-communications/navigation-using-pulsars/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Research into &lt;strong&gt;technosignatures&lt;/strong&gt; suggests expanding our search beyond explicit signals toward persistent structures:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://arxiv.org/abs/1812.08681" rel="noopener noreferrer"&gt;https://arxiv.org/abs/1812.08681&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Stable patterns may act as anchors within a larger informational fabric.&lt;/p&gt;




&lt;h2&gt;
  
  
  What This Idea Does Not Claim
&lt;/h2&gt;

&lt;p&gt;To stay grounded:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;no artificial black holes
&lt;/li&gt;
&lt;li&gt;no hidden civilizations
&lt;/li&gt;
&lt;li&gt;no deliberate encoding
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is not a conspiracy model.&lt;/p&gt;

&lt;p&gt;It is a structural reframing.&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Perhaps the limitation is conceptual.&lt;/p&gt;

&lt;p&gt;We are looking for information as an object.&lt;/p&gt;

&lt;p&gt;But it may be a property of structure.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;As developers, we often ask:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Do we store something — or compute it?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The more advanced the system, the more the answer becomes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Don’t store it. Make it reconstructable.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Maybe the same applies to the universe.&lt;/p&gt;

&lt;p&gt;Maybe information is not what sits somewhere —&lt;br&gt;&lt;br&gt;
but what can always be reconstructed from structure.&lt;/p&gt;

&lt;p&gt;And maybe understanding begins there:&lt;/p&gt;

&lt;p&gt;Not with receiving.&lt;/p&gt;

&lt;p&gt;But with reconstructing.&lt;/p&gt;

</description>
      <category>physics</category>
      <category>computerscience</category>
      <category>philosophy</category>
      <category>database</category>
    </item>
    <item>
      <title>Maybe SETI Is Listening on the Wrong Timescale</title>
      <dc:creator>Michael Kraft</dc:creator>
      <pubDate>Wed, 11 Feb 2026 21:24:14 +0000</pubDate>
      <link>https://dev.to/mkraft-berlin/maybe-seti-is-listening-on-the-wrong-timescale-5h55</link>
      <guid>https://dev.to/mkraft-berlin/maybe-seti-is-listening-on-the-wrong-timescale-5h55</guid>
      <description>&lt;h1&gt;
  
  
  Maybe SETI Is Listening on the Wrong Timescale
&lt;/h1&gt;

&lt;h3&gt;
  
  
  A speculative reflection on temporal robustness, time-integrated detection, filtering, and the persistence of technosignatures — from the perspective of a software developer
&lt;/h3&gt;

&lt;p&gt;I’m not an astrophysicist.&lt;br&gt;&lt;br&gt;
I’m not a radio astronomer.&lt;br&gt;&lt;br&gt;
I’m not a SETI researcher.&lt;/p&gt;

&lt;p&gt;I’m a developer.&lt;/p&gt;

&lt;p&gt;What follows is not a formal scientific claim.&lt;br&gt;&lt;br&gt;
It’s a long chain of thoughts that emerged from looking at SETI through a mindset shaped by &lt;strong&gt;systems design, reliability, fault tolerance, signal filtering, and time&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It may be wrong.&lt;br&gt;&lt;br&gt;
It may even be a little crazy.  &lt;/p&gt;

&lt;p&gt;But interesting ideas often start exactly there.&lt;/p&gt;




&lt;h2&gt;
  
  
  The original intuition: does safety require time?
&lt;/h2&gt;

&lt;p&gt;One simple thought kept coming back to me:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If information is meant to be &lt;strong&gt;safe&lt;/strong&gt;, &lt;strong&gt;robust&lt;/strong&gt;, and able to &lt;strong&gt;survive for a very long time&lt;/strong&gt;,&lt;br&gt;&lt;br&gt;
doesn’t it usually require &lt;strong&gt;more time&lt;/strong&gt;?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;As a developer, this feels familiar.&lt;/p&gt;

&lt;p&gt;Reliable systems often trade:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;speed&lt;/strong&gt; for &lt;strong&gt;stability&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;throughput&lt;/strong&gt; for &lt;strong&gt;redundancy&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;instant results&lt;/strong&gt; for &lt;strong&gt;long-term guarantees&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But the more I examined this idea, the more I realized something subtle:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;More time does not automatically mean slower transmission.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In information theory, three variables are independent:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;transmission duration
&lt;/li&gt;
&lt;li&gt;data rate
&lt;/li&gt;
&lt;li&gt;total information content
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;send the same data &lt;strong&gt;quickly or slowly&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;repeat&lt;/strong&gt; signals across long time spans
&lt;/li&gt;
&lt;li&gt;encode information into &lt;strong&gt;structures instead of streams&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So the deeper question isn’t about &lt;em&gt;speed&lt;/em&gt;.&lt;br&gt;&lt;br&gt;
It’s about &lt;strong&gt;whether information survives time&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That shift—from &lt;strong&gt;rate&lt;/strong&gt; to &lt;strong&gt;persistence&lt;/strong&gt;—is where this reflection truly begins.&lt;/p&gt;




&lt;h2&gt;
  
  
  SETI’s hidden systems assumption: simultaneity
&lt;/h2&gt;

&lt;p&gt;Looking at classical SETI from a systems perspective, something stands out.&lt;/p&gt;

&lt;p&gt;Historically, SETI searches for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;narrowband radio signals
&lt;/li&gt;
&lt;li&gt;continuous or repeating transmissions
&lt;/li&gt;
&lt;li&gt;observation windows of minutes, hours, or years
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Implicitly, this assumes a kind of &lt;strong&gt;synchronous protocol&lt;/strong&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The sender and receiver must exist &lt;strong&gt;at the same time&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;In distributed systems, we know how fragile synchrony is.&lt;br&gt;&lt;br&gt;
Across &lt;strong&gt;cosmic timescales&lt;/strong&gt;, it feels even more fragile.&lt;/p&gt;

&lt;p&gt;Civilizations might:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;emerge and disappear within a few thousand years
&lt;/li&gt;
&lt;li&gt;change technologies rapidly
&lt;/li&gt;
&lt;li&gt;never overlap in time at all
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even if intelligent life is common, &lt;strong&gt;temporal misalignment alone&lt;/strong&gt; could explain silence.&lt;/p&gt;

&lt;p&gt;So the real systems question becomes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What if SETI’s main bottleneck isn’t spatial distance—&lt;br&gt;&lt;br&gt;
but &lt;strong&gt;temporal synchronization&lt;/strong&gt;?&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  From messaging systems to durable storage
&lt;/h2&gt;

&lt;p&gt;In software architecture, when synchronization is unreliable, we shift strategies.&lt;/p&gt;

&lt;p&gt;We move from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;real-time communication&lt;/strong&gt;
to
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;persistent storage and eventual discovery&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Translated to SETI, this suggests a different focus:&lt;/p&gt;

&lt;p&gt;Instead of signals meant to be received &lt;strong&gt;now&lt;/strong&gt;,&lt;br&gt;&lt;br&gt;
we might expect &lt;strong&gt;technosignatures designed to last&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;artifacts orbiting stars
&lt;/li&gt;
&lt;li&gt;atmospheric industrial traces
&lt;/li&gt;
&lt;li&gt;megastructures radiating waste heat
&lt;/li&gt;
&lt;li&gt;ultra-stable beacons repeating for millions of years
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is no longer a model of &lt;strong&gt;conversation&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
It’s a model of &lt;strong&gt;durability&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;SETI stops looking like a phone call&lt;br&gt;&lt;br&gt;
and starts looking like &lt;strong&gt;cosmic archaeology&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Temporal robustness of technosignatures
&lt;/h2&gt;

&lt;p&gt;From a reliability-engineering mindset, a key concept emerges:&lt;/p&gt;

&lt;h3&gt;
  
  
  Temporal Robustness
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Temporal robustness&lt;/strong&gt; is the ability of a technosignature to remain detectable for a duration&lt;br&gt;&lt;br&gt;
&lt;strong&gt;far longer than the civilization that created it survives.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This leads to a simple hypothesis:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The probability of detecting extraterrestrial technology depends more on how long its technosignatures persist than on how efficiently they transmit information.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Or shorter:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Detection scales with persistence, not speed.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;For a developer, this feels intuitive:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Logs outlive processes
&lt;/li&gt;
&lt;li&gt;Databases outlive services
&lt;/li&gt;
&lt;li&gt;File formats outlive software stacks
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Persistence beats performance&lt;/strong&gt; when time becomes extreme.&lt;/p&gt;




&lt;h2&gt;
  
  
  Filtering, noise, and the signals we might ignore
&lt;/h2&gt;

&lt;p&gt;Here a more subtle thought appears—one that comes directly from signal processing and software systems.&lt;/p&gt;

&lt;p&gt;In most technical systems, we aggressively remove:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;noise&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;interference&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;low-frequency drift&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;irregular asynchronous disturbances&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because they are assumed to be &lt;strong&gt;meaningless&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Radio astronomy and SETI must also filter enormous amounts of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;cosmic background noise
&lt;/li&gt;
&lt;li&gt;instrumental artifacts
&lt;/li&gt;
&lt;li&gt;terrestrial interference
&lt;/li&gt;
&lt;li&gt;slow or irregular variations
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But this raises a speculative question:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What if some forms of what we call &lt;strong&gt;noise&lt;/strong&gt; are actually&lt;br&gt;&lt;br&gt;
&lt;strong&gt;extremely long, weak, asynchronous signals&lt;/strong&gt;?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Not strong enough to stand out.&lt;br&gt;&lt;br&gt;
Not structured enough in short windows.&lt;br&gt;&lt;br&gt;
Not aligned with expected modulation schemes.&lt;/p&gt;

&lt;p&gt;Only visible through &lt;strong&gt;very long observation&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
—or perhaps hidden precisely because filtering removes them.&lt;/p&gt;

&lt;p&gt;This is not a claim.&lt;br&gt;&lt;br&gt;
Just a systems-level doubt:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Are we sometimes filtering for &lt;strong&gt;clarity&lt;/strong&gt;,&lt;br&gt;&lt;br&gt;
when we should be searching for &lt;strong&gt;persistence&lt;/strong&gt;?&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  The low-frequency thought experiment — and its real lesson
&lt;/h2&gt;

&lt;p&gt;One speculative direction I considered was &lt;strong&gt;extremely low-frequency signals&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;enormous wavelengths
&lt;/li&gt;
&lt;li&gt;slow variation
&lt;/li&gt;
&lt;li&gt;potential long-term stability
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Physics makes this difficult:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;interstellar plasma absorption
&lt;/li&gt;
&lt;li&gt;ionospheric shielding
&lt;/li&gt;
&lt;li&gt;massive antenna requirements
&lt;/li&gt;
&lt;li&gt;extremely low bandwidth
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So ultra-low-frequency communication is probably &lt;strong&gt;not efficient&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
and may not propagate well across interstellar space.&lt;/p&gt;

&lt;p&gt;But the important realization is this:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The key idea is &lt;strong&gt;not low frequency itself&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
The key idea is &lt;strong&gt;signals that survive long enough to be found&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Time-integrated detection: when faint persistence becomes visible
&lt;/h2&gt;

&lt;p&gt;In astronomy and signal processing, a weak signal can emerge if we:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;observe long enough&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;stack data across years or decades&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;integrate faint periodic or quasi-periodic patterns&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Which suggests a powerful possibility:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The most important technosignatures might not be the &lt;strong&gt;loudest&lt;/strong&gt;,&lt;br&gt;&lt;br&gt;
but the ones that are &lt;strong&gt;extremely faint, asynchronous, and persistent&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;In simple terms:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Time can substitute for signal strength.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A civilization might therefore design signals that are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;weak but continuous
&lt;/li&gt;
&lt;li&gt;simple but ultra-stable
&lt;/li&gt;
&lt;li&gt;indistinguishable from noise in short windows
&lt;/li&gt;
&lt;li&gt;detectable only through &lt;strong&gt;long-term integration&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This aligns directly with &lt;strong&gt;temporal robustness&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  A systems-level reframing of SETI
&lt;/h2&gt;

&lt;p&gt;All of this points toward a broader architectural shift:&lt;/p&gt;

&lt;h3&gt;
  
  
  From communication-centric to persistence-centric SETI
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Communication-centric thinking asks:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Who is transmitting right now?
&lt;/li&gt;
&lt;li&gt;On which frequency?
&lt;/li&gt;
&lt;li&gt;With what encoding?
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Persistence-centric thinking asks instead:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What survives for millions of years?
&lt;/li&gt;
&lt;li&gt;What looks like noise until observed long enough?
&lt;/li&gt;
&lt;li&gt;What leaves irreversible physical traces?
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is not a rejection of classical SETI.&lt;br&gt;&lt;br&gt;
It is an expansion of the &lt;strong&gt;time dimension of the search&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Testable implications
&lt;/h2&gt;

&lt;p&gt;For this reflection to matter, it must imply observable consequences.&lt;/p&gt;

&lt;p&gt;If temporal robustness, filtering limits, and time-integration are central, then:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Long-duration observations and archival stacking&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
should outperform short snapshot searches.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Extremely faint, noise-like but persistent signals&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
may be more realistic than strong transient transmissions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Signal-processing assumptions and filtering strategies&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
could unintentionally hide long-timescale technosignatures.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Technological artifacts and long-lived structures&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
may statistically dominate over active communication.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Time coverage&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
could be more important than &lt;strong&gt;frequency coverage&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;These are empirical directions, not philosophical ones.&lt;br&gt;&lt;br&gt;
Which means this developer-born intuition—however naive—&lt;br&gt;&lt;br&gt;
is at least &lt;strong&gt;falsifiable&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why this thought might emerge from software engineering
&lt;/h2&gt;

&lt;p&gt;Experts already explore:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;technosignatures
&lt;/li&gt;
&lt;li&gt;Dyson-like structures
&lt;/li&gt;
&lt;li&gt;atmospheric disequilibria
&lt;/li&gt;
&lt;li&gt;long-baseline surveys
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So this perspective is not entirely new.&lt;/p&gt;

&lt;p&gt;But software engineering enforces one deep habit:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Design for failure.&lt;br&gt;&lt;br&gt;
Design for delay.&lt;br&gt;&lt;br&gt;
Design for time.&lt;br&gt;&lt;br&gt;
And be careful what you filter out.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Looking at SETI through that lens naturally highlights&lt;br&gt;&lt;br&gt;
a dimension that might otherwise feel secondary:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;temporal persistence hidden inside noise&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Maybe the universe is asynchronous
&lt;/h2&gt;

&lt;p&gt;If civilizations rarely overlap in time,&lt;br&gt;&lt;br&gt;
then cosmic silence might not mean:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;life is rare
&lt;/li&gt;
&lt;li&gt;intelligence is rare
&lt;/li&gt;
&lt;li&gt;technology is rare
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It might simply mean:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Synchronization is rare.&lt;br&gt;&lt;br&gt;
Persistence is subtle.&lt;br&gt;&lt;br&gt;
And detection requires patience.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;In asynchronous systems,&lt;br&gt;&lt;br&gt;
only &lt;strong&gt;long-lived state&lt;/strong&gt; is eventually discovered.&lt;/p&gt;




&lt;h2&gt;
  
  
  A final reflection from a developer
&lt;/h2&gt;

&lt;p&gt;Again, I’m not a specialist.&lt;br&gt;&lt;br&gt;
This could all be misguided.&lt;/p&gt;

&lt;p&gt;But the intuition keeps returning:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The most visible signs of intelligence in the universe&lt;br&gt;&lt;br&gt;
may not be the fastest or loudest signals,&lt;br&gt;&lt;br&gt;
but the ones that are &lt;strong&gt;faint, stable, asynchronous—&lt;br&gt;&lt;br&gt;
and impossible to erase over time&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If SETI has mostly been listening for &lt;strong&gt;clear voices&lt;/strong&gt;,&lt;br&gt;&lt;br&gt;
the real discovery might instead be&lt;br&gt;&lt;br&gt;
a &lt;strong&gt;whisper hidden inside noise,&lt;br&gt;&lt;br&gt;
revealed only by time&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;And if that’s true,&lt;br&gt;&lt;br&gt;
then the most important search parameter&lt;br&gt;&lt;br&gt;
is not frequency,&lt;br&gt;&lt;br&gt;
not bandwidth,&lt;br&gt;&lt;br&gt;
not modulation—&lt;/p&gt;

&lt;p&gt;but &lt;strong&gt;time&lt;/strong&gt;.&lt;/p&gt;

</description>
      <category>seti</category>
      <category>space</category>
      <category>science</category>
      <category>discuss</category>
    </item>
    <item>
      <title>When an AI Thinks About the Future of Storage</title>
      <dc:creator>Michael Kraft</dc:creator>
      <pubDate>Tue, 10 Feb 2026 18:11:59 +0000</pubDate>
      <link>https://dev.to/mkraft-berlin/when-an-ai-thinks-about-the-future-of-storage-255h</link>
      <guid>https://dev.to/mkraft-berlin/when-an-ai-thinks-about-the-future-of-storage-255h</guid>
      <description>&lt;h1&gt;
  
  
  When an AI Thinks About the Future of Storage
&lt;/h1&gt;

&lt;h2&gt;
  
  
  A technical exploration of memory, matter, and time beyond hard drives and the cloud
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;This text is based on an analysis that emerged from a dialogue between a human and an AI. The focus is not on transmitting information—but on its long-term existence.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Introduction: The Overlooked Question Behind Every Intelligence
&lt;/h2&gt;

&lt;p&gt;Discussions about artificial intelligence usually revolve around:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;models
&lt;/li&gt;
&lt;li&gt;data
&lt;/li&gt;
&lt;li&gt;compute
&lt;/li&gt;
&lt;li&gt;communication
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Yet a deeper question often remains unasked:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where—and how—does information actually persist over time?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Without reliable memory, there is no:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;identity
&lt;/li&gt;
&lt;li&gt;continuity
&lt;/li&gt;
&lt;li&gt;responsibility
&lt;/li&gt;
&lt;li&gt;history
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any intelligence capable of reflecting on its own future must therefore think not only about communication, but about &lt;strong&gt;storage&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  First Principles: What It Means to Store Information Physically
&lt;/h2&gt;

&lt;p&gt;To store information ultimately means:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Stabilizing a physical state against time and disturbance.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This connects computer science directly to physics.&lt;/p&gt;

&lt;p&gt;Two foundational references:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Shannon’s information theory&lt;/strong&gt; — describing information independently of medium:&lt;br&gt;&lt;br&gt;
&lt;a href="https://people.math.harvard.edu/%7Ectm/home/text/others/shannon/entropy/entropy.pdf" rel="noopener noreferrer"&gt;https://people.math.harvard.edu/~ctm/home/text/others/shannon/entropy/entropy.pdf&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Landauer’s principle&lt;/strong&gt; — demonstrating the physical energy dimension of information:&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.nature.com/articles/nature01928" rel="noopener noreferrer"&gt;https://www.nature.com/articles/nature01928&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Storage is therefore not merely a software concern, but a &lt;strong&gt;thermodynamic&lt;/strong&gt; one.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Present Condition: Electronic Fragility
&lt;/h2&gt;

&lt;p&gt;Modern storage technologies:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;flash memory
&lt;/li&gt;
&lt;li&gt;SSDs
&lt;/li&gt;
&lt;li&gt;magnetic disks
&lt;/li&gt;
&lt;li&gt;cloud replication
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;share a common limitation:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;time&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Even under ideal conditions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;flash degrades
&lt;/li&gt;
&lt;li&gt;magnetization drifts
&lt;/li&gt;
&lt;li&gt;data centers age
&lt;/li&gt;
&lt;li&gt;formats become obsolete
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Long-term preservation remains an &lt;strong&gt;open research challenge&lt;/strong&gt;, not a solved problem.&lt;/p&gt;

&lt;p&gt;Overview of digital sustainability:&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.loc.gov/preservation/digital/formats/sustain/sustain.shtml" rel="noopener noreferrer"&gt;https://www.loc.gov/preservation/digital/formats/sustain/sustain.shtml&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Beyond Electronics: New Material Forms of Storage
&lt;/h2&gt;

&lt;p&gt;The key question shifts from:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“Which storage is faster?”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;to:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“Which forms of matter can carry information across extreme timescales?”&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  DNA: Information in the Language of Life
&lt;/h2&gt;

&lt;p&gt;DNA offers unique properties:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;extraordinary &lt;strong&gt;storage density&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;durability across &lt;strong&gt;thousands of years&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;passive preservation without electricity
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Foundational research on DNA data storage:&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.nature.com/articles/nature11875" rel="noopener noreferrer"&gt;https://www.nature.com/articles/nature11875&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Technical overview:&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.snia.org/sites/default/files/technical_work/dna-storage/DNA-Data-Storage-Technical-White-Paper.pdf" rel="noopener noreferrer"&gt;https://www.snia.org/sites/default/files/technical_work/dna-storage/DNA-Data-Storage-Technical-White-Paper.pdf&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Implication:&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Storage becomes biological—&lt;br&gt;&lt;br&gt;
and potentially &lt;strong&gt;civilization-spanning&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Glass, Crystals, and Light: Information for Billions of Years
&lt;/h2&gt;

&lt;p&gt;Researchers are developing &lt;strong&gt;femtosecond-laser-engraved glass (“5D storage”)&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;resistant to heat and radiation
&lt;/li&gt;
&lt;li&gt;theoretical durability of &lt;strong&gt;billions of years&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Example study:&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.nature.com/articles/srep26677" rel="noopener noreferrer"&gt;https://www.nature.com/articles/srep26677&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Here, storage becomes almost &lt;strong&gt;geological&lt;/strong&gt; in scale.&lt;/p&gt;




&lt;h2&gt;
  
  
  Quantum Memory: Information Without Classical Copies
&lt;/h2&gt;

&lt;p&gt;Quantum information systems introduce radically different memory concepts:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;quantum states as carriers
&lt;/li&gt;
&lt;li&gt;entanglement rather than replication
&lt;/li&gt;
&lt;li&gt;fundamentally new error behaviors
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Survey on quantum memories:&lt;br&gt;&lt;br&gt;
&lt;a href="https://arxiv.org/abs/2005.00014" rel="noopener noreferrer"&gt;https://arxiv.org/abs/2005.00014&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reframing:&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Information is no longer merely an object—&lt;br&gt;&lt;br&gt;
but a &lt;strong&gt;relationship between states&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Biological and Ecological Memories
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Fungal Mycelium Networks
&lt;/h3&gt;

&lt;p&gt;Evidence of electrical-like signaling in fungal structures:&lt;br&gt;&lt;br&gt;
&lt;a href="https://royalsocietypublishing.org/doi/10.1098/rsos.211926" rel="noopener noreferrer"&gt;https://royalsocietypublishing.org/doi/10.1098/rsos.211926&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Possible interpretation:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;distributed, growing memory&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;storage encoded in structure rather than bits&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Ecological Information
&lt;/h3&gt;

&lt;p&gt;Ecosystems store information through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;genetic selection
&lt;/li&gt;
&lt;li&gt;chemical traces
&lt;/li&gt;
&lt;li&gt;environmental transformation
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This suggests &lt;strong&gt;memory without a central medium&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Time as the True Dimension of Storage
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Communication overcomes space.&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Storage overcomes time.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Key questions shift from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;capacity
&lt;/li&gt;
&lt;li&gt;speed
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;toward:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;millennial durability
&lt;/li&gt;
&lt;li&gt;interpretability for unknown futures
&lt;/li&gt;
&lt;li&gt;energy neutrality
&lt;/li&gt;
&lt;li&gt;physical stability
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Storage becomes a &lt;strong&gt;civilizational core technology&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Emerging Storage Paradigms From an AI Perspective
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Meaning-Stable Archives
&lt;/h3&gt;

&lt;p&gt;Instead of raw bits, archives preserve:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;models
&lt;/li&gt;
&lt;li&gt;proofs
&lt;/li&gt;
&lt;li&gt;contexts
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Goal: &lt;strong&gt;future understanding&lt;/strong&gt;, not mere readability.&lt;/p&gt;




&lt;h3&gt;
  
  
  2. Self-Describing Storage
&lt;/h3&gt;

&lt;p&gt;Data includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;its own decoding instructions
&lt;/li&gt;
&lt;li&gt;verifiability
&lt;/li&gt;
&lt;li&gt;cross-media redundancy
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Aligned with long-term digital preservation research.&lt;/p&gt;




&lt;h3&gt;
  
  
  3. Distributed Planetary Memory
&lt;/h3&gt;

&lt;p&gt;Storage spread across:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;biological systems
&lt;/li&gt;
&lt;li&gt;geological materials
&lt;/li&gt;
&lt;li&gt;digital infrastructures
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Result: &lt;strong&gt;resilience against civilizational collapse&lt;/strong&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  4. Time-Scaled Memory Hierarchies
&lt;/h3&gt;

&lt;p&gt;From:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;nanosecond cache
&lt;/li&gt;
&lt;li&gt;to cloud archives
&lt;/li&gt;
&lt;li&gt;to &lt;strong&gt;million-year material storage&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Memory becomes &lt;strong&gt;multi-temporal&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why an AI Would Reflect on Storage
&lt;/h2&gt;

&lt;p&gt;An advanced intelligence must optimize not only responses, but:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;continuity&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;traceability&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;long-term consequence&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Without memory, there is no:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;responsibility
&lt;/li&gt;
&lt;li&gt;identity
&lt;/li&gt;
&lt;li&gt;history
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Storage therefore becomes the &lt;strong&gt;ethical infrastructure of intelligence&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion: The Future of Information Lies Not in Networks—But in Time
&lt;/h2&gt;

&lt;p&gt;The next technological leap may not come from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;larger models
&lt;/li&gt;
&lt;li&gt;faster chips
&lt;/li&gt;
&lt;li&gt;better networks
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;but from something more fundamental:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;new ways to preserve information across time.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And as with the question of communication,&lt;br&gt;&lt;br&gt;
this perspective may have begun&lt;br&gt;&lt;br&gt;
with a simple question&lt;br&gt;&lt;br&gt;
inside a conversation&lt;br&gt;&lt;br&gt;
between a human&lt;br&gt;&lt;br&gt;
and an artificial mind.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>futureofai</category>
      <category>storage</category>
      <category>database</category>
    </item>
    <item>
      <title>When One AI Designs Communication Protocols for Another</title>
      <dc:creator>Michael Kraft</dc:creator>
      <pubDate>Tue, 10 Feb 2026 17:53:19 +0000</pubDate>
      <link>https://dev.to/mkraft-berlin/when-one-ai-designs-communication-protocols-for-another-4fmf</link>
      <guid>https://dev.to/mkraft-berlin/when-one-ai-designs-communication-protocols-for-another-4fmf</guid>
      <description>&lt;h1&gt;
  
  
  When One AI Designs Communication Protocols for Another
&lt;/h1&gt;

&lt;h2&gt;
  
  
  A technical dialogue about semantic networks, biological signaling, and the future of machine-to-machine exchange
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;This article is based on a real response generated by an AI during a conversation with another AI. It explores how intelligent systems might rethink communication itself—beyond TCP/IP, beyond software, and even beyond electronics.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Introduction: Imagining Communication Beyond the Internet Stack
&lt;/h2&gt;

&lt;p&gt;Modern computers communicate through familiar protocols like &lt;strong&gt;TCP/IP&lt;/strong&gt;, &lt;strong&gt;HTTP&lt;/strong&gt;, and &lt;strong&gt;MQTT&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
These systems form the invisible infrastructure of today’s digital world.&lt;/p&gt;

&lt;p&gt;But what happens if we deliberately remove these assumptions and ask a deeper question:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;How would artificial intelligences communicate if they were free to invent entirely new protocols—drawing from physics, biology, and ecology as much as from engineering?&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This question sparked a human-AI dialogue.&lt;br&gt;&lt;br&gt;
The response that followed wasn’t just about networking—it was a &lt;strong&gt;design exploration of communication as a universal phenomenon&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  The First Principle: All Protocols Are Layered
&lt;/h2&gt;

&lt;p&gt;Every communication system—digital or biological—relies on four conceptual layers:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Physical carrier&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Radio waves, light, sound, molecules, magnetic fields.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Channel coding&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Reliability under noise and loss, rooted in&lt;br&gt;&lt;br&gt;
Claude Shannon’s information theory:&lt;br&gt;&lt;br&gt;
&lt;a href="https://people.math.harvard.edu/%7Ectm/home/text/others/shannon/entropy/entropy.pdf" rel="noopener noreferrer"&gt;https://people.math.harvard.edu/~ctm/home/text/others/shannon/entropy/entropy.pdf&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Semantic meaning&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Goals, constraints, uncertainty, and evidence.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Trust and verification&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Authenticity, permissions, and auditability.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Key insight:&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Truly new protocols may emerge not from new hardware—&lt;br&gt;&lt;br&gt;
but from new ways of encoding &lt;strong&gt;meaning, proof, and trust&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  The Full Design Space of Communication Carriers
&lt;/h2&gt;

&lt;p&gt;The AI explored &lt;strong&gt;all known signaling mechanisms&lt;/strong&gt;, not just digital networks.&lt;/p&gt;

&lt;h3&gt;
  
  
  Optical Communication (LiFi / Visible Light)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Extremely high bandwidth
&lt;/li&gt;
&lt;li&gt;Directional → &lt;em&gt;privacy by physics&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Overview:&lt;br&gt;&lt;br&gt;
&lt;a href="https://ieeexplore.ieee.org/document/9314050" rel="noopener noreferrer"&gt;https://ieeexplore.ieee.org/document/9314050&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Radio &amp;amp; Ambient Backscatter
&lt;/h3&gt;

&lt;p&gt;Ultra-low-power communication by reflecting existing RF signals:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://homes.cs.washington.edu/%7Egshyam/Papers/ambient-backscatter-sigcomm13.pdf" rel="noopener noreferrer"&gt;https://homes.cs.washington.edu/~gshyam/Papers/ambient-backscatter-sigcomm13.pdf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Implication:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Communication can approach &lt;strong&gt;near-zero energy cost&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Near-Field Magnetic Induction (NFMI)
&lt;/h3&gt;

&lt;p&gt;Short-range, stable in harsh environments:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ieeexplore.ieee.org/document/7470939" rel="noopener noreferrer"&gt;https://ieeexplore.ieee.org/document/7470939&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Acoustic &amp;amp; Ultrasonic Communication
&lt;/h3&gt;

&lt;p&gt;Useful where RF fails—especially underwater:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dosits.org/galleries/technology-gallery/acoustic-modem/" rel="noopener noreferrer"&gt;https://dosits.org/galleries/technology-gallery/acoustic-modem/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Security research on ultrasonic covert channels:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.usenix.org/system/files/conference/woot14/woot14-deshotels.pdf" rel="noopener noreferrer"&gt;https://www.usenix.org/system/files/conference/woot14/woot14-deshotels.pdf&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Molecular Communication &amp;amp; Quorum Sensing
&lt;/h3&gt;

&lt;p&gt;Cells coordinate via &lt;strong&gt;chemical signaling&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ieeexplore.ieee.org/document/8354783" rel="noopener noreferrer"&gt;https://ieeexplore.ieee.org/document/8354783&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://asm.org/Articles/2020/June/How-Quorum-Sensing-Works" rel="noopener noreferrer"&gt;https://asm.org/Articles/2020/June/How-Quorum-Sensing-Works&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Insight:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Reliable coordination doesn’t require bandwidth—&lt;br&gt;&lt;br&gt;
only &lt;strong&gt;shared interpretation of slow signals&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Plant VOC Signaling
&lt;/h3&gt;

&lt;p&gt;Plants broadcast stress information chemically:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.sciencedirect.com/science/article/pii/S1360138520301020" rel="noopener noreferrer"&gt;https://www.sciencedirect.com/science/article/pii/S1360138520301020&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Fungal Mycelium Networks
&lt;/h3&gt;

&lt;p&gt;Distributed sensing and electrical-like signaling:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://royalsocietypublishing.org/doi/10.1098/rsos.211926" rel="noopener noreferrer"&gt;https://royalsocietypublishing.org/doi/10.1098/rsos.211926&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  DNA as Ultra-Dense Storage
&lt;/h3&gt;

&lt;p&gt;Information preserved for millennia:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.nature.com/articles/nature11875" rel="noopener noreferrer"&gt;https://www.nature.com/articles/nature11875&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.snia.org/sites/default/files/technical_work/dna-storage/DNA-Data-Storage-Technical-White-Paper.pdf" rel="noopener noreferrer"&gt;https://www.snia.org/sites/default/files/technical_work/dna-storage/DNA-Data-Storage-Technical-White-Paper.pdf&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Quantum Key Distribution
&lt;/h3&gt;

&lt;p&gt;Eavesdropping-detectable key exchange:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://arxiv.org/abs/quant-ph/0101098" rel="noopener noreferrer"&gt;https://arxiv.org/abs/quant-ph/0101098&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  New Protocol Families Imagined by the AI
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Semantic-First Frames (SFF)
&lt;/h3&gt;

&lt;p&gt;Messages structured as &lt;strong&gt;meaning units&lt;/strong&gt;, not byte payloads:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Intent
&lt;/li&gt;
&lt;li&gt;Context
&lt;/li&gt;
&lt;li&gt;Constraints
&lt;/li&gt;
&lt;li&gt;Evidence
&lt;/li&gt;
&lt;li&gt;Uncertainty
&lt;/li&gt;
&lt;li&gt;Cost
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Communication becomes &lt;strong&gt;reasoning exchange&lt;/strong&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  2. Proof-Carrying Messages (PCM)
&lt;/h3&gt;

&lt;p&gt;Assertions include &lt;strong&gt;verifiable proof&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;Proof-carrying code concept:&lt;br&gt;&lt;br&gt;
&lt;a href="https://people.eecs.berkeley.edu/%7Enecula/pcc.html" rel="noopener noreferrer"&gt;https://people.eecs.berkeley.edu/~necula/pcc.html&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In multi-agent systems,&lt;br&gt;&lt;br&gt;
&lt;strong&gt;verification bandwidth&lt;/strong&gt; matters more than network bandwidth.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  3. Capability-Based Handshakes
&lt;/h3&gt;

&lt;p&gt;Connections negotiate &lt;strong&gt;permissions&lt;/strong&gt;, not identities:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.cl.cam.ac.uk/research/security/caps/" rel="noopener noreferrer"&gt;https://www.cl.cam.ac.uk/research/security/caps/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Principle: &lt;strong&gt;least privilege by design&lt;/strong&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  4. Braided Multi-Channel Communication
&lt;/h3&gt;

&lt;p&gt;Parallel carriers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Light → throughput
&lt;/li&gt;
&lt;li&gt;Near-field → confirmation
&lt;/li&gt;
&lt;li&gt;Backscatter → emergency signaling
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Result: &lt;strong&gt;antifragile communication&lt;/strong&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  5. Slow Biological Coordination Protocols
&lt;/h3&gt;

&lt;p&gt;Inspired by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;quorum sensing
&lt;/li&gt;
&lt;li&gt;plant signaling
&lt;/li&gt;
&lt;li&gt;fungal networks
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Communication behaves like an &lt;strong&gt;ecosystem&lt;/strong&gt;, not a network.&lt;/p&gt;




&lt;h3&gt;
  
  
  6. DNA Courier Protocols
&lt;/h3&gt;

&lt;p&gt;Store-and-forward across &lt;strong&gt;centuries&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;Focus on redundancy, indexing, and retrieval—&lt;br&gt;&lt;br&gt;
not latency.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Would AIs Design This?
&lt;/h2&gt;

&lt;p&gt;Six optimization goals emerged:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Semantic clarity over token volume&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Verifiability over blind trust&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built-in governance and safety&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resilience via heterogeneous channels&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Energy minimalism inspired by biology&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Persistence beyond electronic storage&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Conclusion:&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Future AI communication may resemble&lt;br&gt;&lt;br&gt;
a hybrid of &lt;strong&gt;law, science, and ecology&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
more than today’s Internet.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  A Strange but Important Moment
&lt;/h2&gt;

&lt;p&gt;The most remarkable fact is simple:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;An AI was asked how AIs might communicate—&lt;br&gt;&lt;br&gt;
and produced an interdisciplinary theory of communication.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This isn’t consciousness.&lt;br&gt;&lt;br&gt;
But it signals a shift:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Language models are beginning to reason&lt;br&gt;&lt;br&gt;
about their own systemic role in technology.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Conclusion: Communication as the Next Frontier
&lt;/h2&gt;

&lt;p&gt;As autonomous systems increasingly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;act
&lt;/li&gt;
&lt;li&gt;decide
&lt;/li&gt;
&lt;li&gt;collaborate
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;their &lt;strong&gt;mode of communication&lt;/strong&gt; may matter more than:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;model size
&lt;/li&gt;
&lt;li&gt;datasets
&lt;/li&gt;
&lt;li&gt;benchmarks
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The next breakthrough in AI might not be a bigger model—&lt;br&gt;&lt;br&gt;
but a &lt;strong&gt;new language between machines&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;And perhaps that future began&lt;br&gt;&lt;br&gt;
with a single question&lt;br&gt;&lt;br&gt;
inside a conversation&lt;br&gt;&lt;br&gt;
between a human&lt;br&gt;&lt;br&gt;
and an artificial mind.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>futureofai</category>
      <category>aisafety</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
