DEV Community

Cover image for Loot Systems and the Illusion of Progress
Michael Kraft
Michael Kraft

Posted on • Originally published at Medium

Loot Systems and the Illusion of Progress

Loot Systems and the Illusion of Progress

Why modern games don't just consume time — they accumulate cognitive systems


I'm not a neuroscientist.

I'm not a psychologist.

I'm a developer.

And I think we are underestimating something.

We don't just play games anymore.

We accumulate them.


The Player as a Collector

Humans are collectors.

Not just of objects —

but of systems.

We collect:

  • rules
  • patterns
  • strategies
  • mental models

In cognitive science, these are often described as internal representations — structured models the brain builds to navigate environments.

In the physical world, this tendency can turn into hoarding.

Too many things.

Too little structure.

In digital systems, the same pattern evolves.

Not into visible clutter.

But into something else:

cognitive accumulation.


Loot Is Not Reward — It Is System Expansion

Modern loot-driven games are not just about rewards.

They are about expanding state space.

Items.

Currencies.

Crafting layers.

Skill trees.

Build paths.

Optimization loops.

Each of these increases what in systems theory would be called:

the number of reachable system states

From a computational perspective:

The player is navigating a high-dimensional decision space.

This transforms gameplay into:

a continuous optimization problem under uncertainty

Which is structurally similar to problems studied in:

  • operations research
  • reinforcement learning
  • decision theory

The Brain Does Not Just Store — It Prioritizes

There is a common assumption:

More knowledge is always beneficial.

But the brain does not behave like persistent storage.

It behaves more like a dynamic prioritization system.

In neuroscience, this is tied to:

  • synaptic plasticity (strengthening of frequently used connections)
  • competitive memory processes

A well-studied effect here is interference theory:

https://en.wikipedia.org/wiki/Interference_theory

New information does not simply stack.

It competes.

  • Proactive interference: old knowledge affects new learning
  • Retroactive interference: new knowledge affects old recall

This leads to a critical shift:

Learning a system does not just add knowledge —

it changes the weighting of everything else.


Time Is Not Spent — It Is Encoded

Players invest:

hundreds

thousands

sometimes tens of thousands of hours

From a behavioral perspective, time is not neutral.

It is encoded through:

  • reinforcement learning loops
  • habit formation
  • reward prediction error (a key concept in RL and dopaminergic signaling)

The idea of reward prediction error — widely studied in neuroscience and machine learning — describes how unexpected rewards strengthen learning signals.

Loot systems rely heavily on:

variable ratio reinforcement schedules

A concept studied by B. F. Skinner, one of the most influential behaviorists.

These are the same mechanisms found in:

  • gambling systems
  • slot machines

But applied to interactive digital environments.

This connects directly to something I explored in:

"The Next Attack Surface Is Your Attention"

https://medium.com/@mkraft_berlin/the-next-attack-surface-is-your-attention-74e4eeec01d4

There, I argued that attention itself is becoming a manipulable system surface.

Loot systems don't just consume attention.

They shape it.


One System Is Manageable — Many Are Not

A single complex system can be learned.

Cognitive Load Theory (John Sweller) explains this well:

Systems with too many interacting elements create high intrinsic cognitive load.

But players rarely stop at one system.

They move across multiple games.

Each introducing:

  • new mechanics
  • new optimization strategies
  • new symbolic structures

And here lies the critical problem:

These systems do not compress into each other.


Accumulation Without Compression

In most domains, learning leads to abstraction.

Concepts become:

transferable

generalizable

compressed

This is what makes expertise scalable.

But in loot systems:

this compression rarely happens.

Each system remains:

context-bound

detail-heavy

non-transferable

This creates what could be described as:

additive complexity without abstraction


The Mind as a Multi-System Runtime

After enough exposure, something shifts.

The player is no longer interacting with a system.

They are running multiple systems in parallel.

Each with its own:

  • logic
  • reward structure
  • decision rules

From a systems perspective:

This resembles a multi-process runtime competing for shared resources.

Those resources are:

  • attention
  • working memory
  • executive control

Working memory itself is known to be limited.

George A. Miller described this in:

"The Magical Number Seven, Plus or Minus Two"

https://psychclassics.yorku.ca/Miller/

Modern research suggests even lower limits (~4 chunks).

This leads to contention.

The issue is not how much you learn —

but how many systems your mind is forced to run simultaneously.


Cognitive Load Is Not Equal

These systems affect people differently.

Not because some brains are "better".

But because cognitive profiles differ:

  • working memory capacity
  • attentional control
  • executive function
  • cognitive flexibility

This creates asymmetric load effects.

Some individuals can manage more complexity temporarily.

Others reach overload faster.

But the structural dynamic remains.


Entertainment Behaving Like Performance Systems

This is the core mismatch.

Loot systems behave like:

high-demand cognitive environments

But they are consumed like:

casual entertainment.

No scaffolding.

No structured learning.

No recovery cycles.

In contrast, complex domains (like academic study) rely on:

  • progressive difficulty
  • spaced repetition
  • conceptual compression

Loot systems rarely do.

They are not dangerous because they are complex —

but because they are complex and treated as simple.


The Hidden Cost

The real cost is not time.

It is allocation.

Time is converted into:

  • system-specific schemas
  • non-transferable heuristics
  • reinforced reward loops

While at the same time:

other learning pathways are not activated.

This aligns with something I explored in:

"The Universe Might Not Store Information — It Reconstructs It"

https://medium.com/@mkraft_berlin/the-universe-might-not-store-information-it-reconstructs-it-50372a4c24cf

There, I argued that information is not stored statically, but reconstructed dynamically.

Which means:

repeated patterns shape reconstruction itself.


Digital Hoarding

In the physical world:

hoarding fills space.

In cognitive systems:

it fills structure.

Not with objects.

But with models.

And unlike physical systems:

there is no explicit deletion mechanism.

Only:

  • decay
  • interference
  • replacement

Final Thought

Loot systems promise progression.

But what they often produce is accumulation.

And accumulation without abstraction

does not lead to mastery.

It leads to fragmentation.

So maybe the real question is not:

"Are these games addictive?"

But:

What happens to a cognitive system

that continuously integrates

high-complexity, low-transfer models

over time?

Top comments (0)