RSS Amplifier

Let's Hash it Out · Feb 26, 2026

Who Decides Which Pathways Fire?

0
Sign in to vote or save

The Nerd In Charge · Let's Hash it Out

We’re comparing:

  • Architecture

  • Language

  • Execution

  • Memory access

  • “Calling” programs

Not ideology. Just mechanics.

The Nerd note: Before anyone spirals, this is a systems exercise. If you can’t compare structures without panicking about the conclusion, you’re already emotionally programmable. Calm down. We’re mapping architecture, not pledging allegiance. If we see what we are working with, we can spot errors and spyware much more easily. When you don’t even know the nooks and crannies of your computer, and someone else does… you’re vulnerable.

Computer

  • Hardware (CPU, RAM, storage)

  • Operating System

  • File system

  • Executable programs

  • Kernel

  • API layer

Brain

  • Neural tissue, synapses, glial networks

  • Baseline identity + regulatory systems

  • Memory encoding structures

  • Learned behavioral routines

  • Brainstem + autonomic control

  • Language + symbolic processing

Computers are built.
Brains emerge.

But both are layered systems.

Here’s where this gets uncomfortable. The moment you describe something as a layered system, someone somewhere starts asking how to optimize it. That’s not evil. That’s engineering instinct. And that’s why metaphors matter. I know this because I am a software engineer brain with a design & marketing hobby and can immediately start preparing a business plan with risks and gains and an optimizable strategy if you just say, “Oh, I had an idea!” So that doens’t mean I am evil, in business - that’s an expensive skill. The thought experiments are to see WHY that would possibly be harnessed by programs such as GATE to get intelligent people for use in jobs needed for the future, and how that would look in real life. Let’s face it - we can all read declassified CIA docs about programs of study that blow our minds…. but when you realize some of the test subjects or test proctors were people you knew or are related to or work for… the research gets a little more interesting. Here we are.

  • You input a command.

  • It calls a function.

  • The OS routes it.

  • The CPU executes.

Example:

open file.txt

The system:

  • Finds path

  • Allocates memory

  • Executes read process

You say:
“Remember your 5th-grade teacher.”

The brain:

  • Activates the associative network

  • Pulls episodic memory

  • Reconstructs sensory fragments

  • Simulates internally

No file is opened.
It is reconstructed dynamically.

Memory is not stored like a file.
It is stored as distributed activation patterns.

A program is called by:

  • Command line

  • GUI click

  • Scheduled trigger

  • API call

  • Interrupt signal

Execution is deterministic.

A behavioral routine is activated by:

  • Environmental cue

  • Emotional trigger

  • Language prompt

  • Sensory input

  • Internal thought pattern

Example:

Cue: smell of chlorine
Output: childhood pool memory

Cue: tone of voice
Output: defensive posture

Cue: specific word
Output: emotional shift

This is associative activation.

Not binary execution.

The Nerd translation: your brain doesn’t run .exe files — but it absolutely runs patterns. And patterns can be strengthened, weakened, or rerouted. That’s plasticity. This is where the dangerous LIFE COACHES come into the chat.

That’s power. That’s also where persuasion lives. Persuasion pays people’s bills.

Memory retrieval:

  • Direct address lookup

  • Indexed path

  • Exact file retrieval

Storage is stable unless corrupted.

Memory retrieval:

  • Pattern completion

  • Associative spreading activation

  • Reconstruction from fragments

Every recall slightly rewrites the memory.

It’s dynamic.

In a computer:

  • .exe file

  • Compiled binary

  • Direct instruction set

In the brain:

  • Habit loop

  • Emotional response pattern

  • Conditioned behavioral script

  • Procedural memory

Example:

You don’t consciously “run walking.exe.”

Motor cortex executes a learned motor sequence automatically.

That’s closest to an executable.

  • Hardware interrupt

  • System call

  • Priority override

  • Sudden emotional cue

  • Trauma-linked stimulus

  • Survival response

In both systems:
A higher-priority pathway overrides the baseline state.

But the mechanism differs.

Electrical signaling vs electrochemical signaling.

  • Registry key

  • Startup folder

  • Scheduled task

  • WMI event

Runs at boot.

  • Deeply reinforced neural pathway

  • Repeated emotional encoding

  • Early developmental patterning

  • Identity-level belief structure

These activate automatically under stress.

But they are not stored as code.
They are weighted network pathways.

  • Execute

  • Compile

  • Root access

  • Privilege escalation

  • Persistence

  • Runtime

  • Thread

  • Memory leak

  • Activation

  • Encoding

  • Consolidation

  • Plasticity

  • Synaptic weighting

  • Inhibition

  • Pattern completion

  • Neural firing

Notice the conceptual parallels.

But the underlying systems differ.

Let’s stay in thought experiment mode.

If you say:

“Think of your front door.”

You are:

  • Activating visual cortex

  • Activating spatial memory

  • Activating episodic recall

  • Suppressing competing memories

That is closer to:

search associative index for 'front door'
assemble reconstructed simulation

But it’s probabilistic.

Not exact.

Computer: deterministic, binary, direct.
Brain: probabilistic, gradient, associative.

Computer: stores files.
Brain: reconstructs memory.

Computer: executes commands.
Brain: responds to cues.

Both systems:

  • Store information

  • Respond to inputs

  • Run automatic routines

  • Can be influenced by repeated input

  • Prioritize certain pathways

  • Suppress others

Brains:

  • Cannot be factory reset

  • Do not compile code

  • Do not execute binary instructions

  • Rewrite memory on recall

  • Are emotion-weighted systems

Computers:

  • Do not feel

  • Do not weigh experiences emotionally

  • Do not rewrite files on read

If you wanted to “call a program” in a brain:

You wouldn’t type a command.

You would:

  • Present a cue

  • Use language

  • Activate emotion

  • Use repetition

  • Use context

  • Reinforce association

That’s how neural pathways strengthen.

Not via .exe files.

But via plasticity. Get it?

If that made you slightly uneasy, good. You should understand how repetition builds pathways before you argue about whether influence exists.

Now let’s shift lenses. Because if you think nobody studies how attention works for a living, you haven’t met a hypnotist, a marketing strategist, or a behavioral economist.

A hypnosis or NLP practitioner doesn’t think:

“I’m programming a brain like a computer.”

They think:

“I’m influencing state, attention, and association.”

That’s a very different model.

They use language like:

  • Anchors

  • Triggers

  • State shifts

  • Submodalities

  • Pattern interrupts

  • Scripts

  • Reframing

  • Conditioning

Notice how similar that sounds to computing vocabulary.

But in practice:

They are working with attention routing and associative networks.

In computing:

run program.exe

In hypnosis:

A suggestion might be:

“And when you hear that word, you can allow yourself to feel calm.”

What’s happening neurologically?

  • Word cue activates the auditory cortex

  • Emotional association is primed

  • Prior calm state is re-accessed

  • Repetition strengthens association

This is associative linking.

Not binary execution.

In NLP:

An anchor is created by:

  • Pairing a state (confidence)

  • With a stimulus (touch, word, gesture)

  • Repeatedly

Later, the stimulus calls the state.

Computer analogy:

call confidence();

Brain reality:

  • Reactivation of network pattern

  • Via conditioned cue

The difference:

The brain doesn’t store “confidence.exe.”

It stores weighted neural pathways.

Hypnosis practitioners think in terms of “state.”

Examples:

  • Fight-or-flight

  • Relaxed focus

  • Dissociation

  • Flow

  • Analytical thinking

Each state:

  • Changes perception

  • Changes memory access

  • Changes emotional tone

  • Changes suggestibility

In computer metaphor:

Different states = different runtime environments.

But biologically:

It’s shifts in neurotransmitters and network activation.

NLP teaches:

Break a pattern → introduce a new suggestion.

Example:

Interrupt someone mid-routine → create a moment of confusion → insert a directive.

Computer analogy:

Interrupt handler → reroute execution.

Brain mechanism:

  • Prediction error

  • Brief disorientation

  • Increased attentional focus

  • Temporary openness to suggestion

No firmware rewrite.

Just a moment of neural plasticity.

This is where the metaphor stretches.

Practitioners don’t install beliefs like software.

They:

  • Reframe meaning

  • Recode memories

  • Change emotional valence

  • Shift narrative interpretation

Beliefs change when:

  • Emotional charge shifts

  • Identity framing shifts

  • Repetition reshapes associations

This is neuroplasticity.

Not code injection.

A professional hypnotist understands:

  • Suggestibility depends on cooperation.

  • Deep change requires willingness.

  • Identity-level beliefs resist override.

  • You can guide, not hijack.

Unlike a computer:

You cannot bypass “root” without internal consent.

Even in coercive settings, compliance is not a permanent overwrite.

Think of it like this:

  • A function call becomes an anchor.

  • A script becomes a guided suggestion.

  • An interrupt becomes a pattern break.

  • A runtime environment becomes an emotional state.

  • Cache becomes primed memory.

  • Root permissions become identity-level belief.

The metaphor is useful.

But nothing is executing in secret.

It’s just pathways firing where repetition made them easiest to fire.

From a hypnosis/NLP framework:

  • “Alters” can resemble state-dependent memory partitions.

  • “Remote viewing” can resemble guided imagery + subconscious pattern synthesis.

  • Dissociation can feel like context switching.

But these are shifts in attention and perception.

Not separate executable files.

A hypnosis professional would say:

“The brain is not programmable like software.

It is influenceable through attention, emotion, and repetition.”

Programming in this field means:

  • Conditioning

  • Association building

  • State access

  • Meaning reframing

  • Identity reinforcement

Not binary coding.

If you wanted to “call a program” in a human brain, you would:

  • Activate a cue.

  • Shift attention.

  • Evoke a state.

  • Reinforce association.

  • Repeat until pathway strengthens.

That’s how hypnosis works.

It’s less about installing code…

…and more about changing which pathways fire most easily.

And that’s the part conspiracy culture often misses. Influence isn’t mind control. It’s leverage over attention and meaning. Subtle. Scalable. Often voluntary.

Deep breath. We are not endorsing this worldview. We are dissecting it. If you can’t examine a mindset without becoming it, you’ll never see how it operates.

If someone holds a eugenics-leaning worldview — modernized, sanitized, and reframed as “optimization” — they are not thinking in terms of evil caricatures.

They are thinking in terms of systems.

Efficiency.

Predictability.

Control.

They often believe:

  • Humans are biological machines.

  • Variance creates instability.

  • Instability threatens progress.

  • Optimization is moral.

The dangerous part isn’t cartoon villains. It’s when optimization becomes an unquestioned virtue. History shows us how quickly “improvement” can justify erasure.

Now layer in the brain-as-computer metaphor.

From that lens:

  • Society = operating system.

  • Citizens = network nodes.

  • Beliefs = software.

  • Culture = firmware.

  • Deviance = system bug.

  • Emotional volatility = instability.

When brains are framed as programmable systems, it opens a conceptual door:

If systems can be engineered, then populations can be engineered.

Not just genetically — but cognitively.

In this worldview, influence isn’t sinister.

It’s necessary.

They may think:

  • Education is cognitive programming.

  • Media is narrative shaping.

  • Incentives are behavioral conditioning.

  • Algorithms are optimization engines.

The justification becomes:

“We are not controlling. We are stabilizing.”

The language shifts from control to:

  • Public health

  • Social cohesion

  • Harm reduction

  • Risk mitigation

  • Resilience

It’s rarely framed as domination.

It’s framed as maintenance.

If a brain works like a dynamic system, then:

  • Reward structures can be calibrated.

  • Fear responses can be amplified or dampened.

  • Norms can be reinforced.

  • Outlier behaviors can be discouraged.

From that lens, emotional triggers are not sacred.

They are leverage points.

And leverage is power.

If you’ve ever studied marketing, political campaigns, or behavioral economics, this shouldn’t shock you. Emotional leverage is the oldest tool in governance.

A technocratic eugenics-leaning thinker might argue:

  • High emotional volatility destabilizes societies.

  • Strong group identity prevents cohesion.

  • Independent narratives create fragmentation.

  • Unregulated information spreads disorder.

So they pursue:

  • Narrative harmonization.

  • Behavioral nudging.

  • Data-driven decision shaping.

  • Predictive modeling of populations.

All under the banner of efficiency.

Not “purity.”

Not “superior race.”

Modern versions use:

  • Cognitive enhancement

  • Human capital optimization

  • Social risk scoring

  • Population health analytics

  • Genetic counseling

  • Behavioral insights

It sounds clinical.

Because it is framed as clinical.

But here’s the harder question:

When does “optimization” quietly replace autonomy?

When does “risk mitigation” begin to justify exclusion?

When does “population health” drift into population sorting?

History shows us that destructive ideologies rarely announce themselves as cruelty. They present as an improvement. As progress. As a necessary correction.

Did 20th-century eugenicists describe their work as evil? Or as an advancement?

Did they call it elimination — or hygiene?

Did they call it domination — or public good?

When language shifts from morality to metrics, who decides what gets measured?

And who decides what gets removed?

The danger is not always in the intent.

Sometimes it’s in the vocabulary.

Here’s a modern tension worth examining.

We live in an era that loudly values inclusion.
Sexual orientation? Included.
Gender identity? Included.
Cultural diversity? Included.

But then you’ll sometimes see this contradiction:

  • “Everyone is welcome — except traditional Christians.”

  • “Tolerance for all — except those with certain moral frameworks.” Which sometimes then extends to “they must all die” or “we’d be better off if they weren’t here.”

  • “Safe space — unless your worldview disagrees with ours.”

Now pause.

That doesn’t automatically make the inclusion project wrong.

But it does expose something deeper:

Every system defines a boundary.

The question is never:
“Is there exclusion?”

The question is:
“Who decides where the line is drawn?” We all used to agree to draw the line at “accepting pedophiles,” but now…

Every political system — Left, Right, technocratic, nationalist — does this:

  • Define what is acceptable.

  • Define what is harmful.

  • Define what is outside the boundary.

  • Justify exclusion as protection.

The language changes.

On the Right it might sound like:

  • Moral order

  • Family values

  • National identity

On the Left it might sound like:

  • Harm reduction

  • Safety

  • Equity

  • Deplatforming

Different vocabulary.

Same structural move:
Boundary enforcement.

Now here’s where your phrase lands.

“Toxic empathy” happens when:

  • Compassion is extended selectively.

  • Empathy becomes ideological.

  • Protection becomes punishment.

  • Inclusion requires conformity.

It’s not about sexuality vs Christianity.

It’s about this pattern:

“We support diversity — but only inside our moral perimeter.”

That’s human.
That’s political.
That’s not new.

But it is worth naming.

If you treat society like a system:

  • You will tune it.

  • You will filter it.

  • You will suppress noise.

  • You will amplify preferred signals.

Whether that’s done by a theocratic Right or a progressive Left is secondary.

The mechanism is the same:
Define deviation.
Justify exclusion.
Call it stability. or Moral. or Right.

Can a society:

  • Protect minority groups

  • Allow moral disagreement

  • Avoid ideological purges

  • And resist system-level overreach

At the same time?

That’s the tension.

Not Left vs Right.

Not sexual orientation vs Christianity.

But whether inclusion can exist without becoming another form of control.

Now, back to where we were…

If brains are systems:

  • Systems can be tuned.

  • Inputs can be filtered.

  • Feedback loops can be adjusted.

  • Outputs can be predicted.

That logic makes large-scale behavioral engineering feel technical, not ethical.

It turns human complexity into engineering problems.

Because control in modern systems rarely announces itself as control.

It presents as:

  • Convenience

  • Safety

  • Personalization

  • Optimization

  • Public good

A worldview that prioritizes order over autonomy will always justify influence if it believes disorder is dangerous.

Seeing the lens does not mean agreeing with it.

Understanding the architecture of a worldview allows you to:

  • Recognize its language.

  • Detect its framing.

  • Identify its incentives.

  • Predict its strategies.

If someone views humanity as a system to optimize, they will:

  • Value compliance over individuality.

  • Value predictability over creativity.

  • Value homogeneity over variance.

And they will call that progress.

We now live in a world where:

  • Data analytics can predict behavior.

  • Algorithms can shape attention.

  • Genetic screening is widespread.

  • Behavioral economics is institutionalized.

None of this automatically equals eugenics.

But through a technocratic lens, these tools can be seen as instruments of refinement.

That’s where vigilance matters.

The brain-as-computer metaphor is powerful.

In the wrong worldview, it becomes a justification for:

  • Overreach.

  • Excessive influence.

  • Population-level engineering.

Understanding how that worldview thinks doesn’t empower it.

It makes it visible.

And visible systems are harder to operate unchecked.

The Nerd takeaway: Metaphors are not harmless. The moment you call a brain a system, someone will try to tune it. The moment you call humanity data, someone will try to sort it. Understanding the architecture doesn’t make you paranoid. It makes you literate… and equipped to be your own computer programmer instead of feeling helpless as someone calls up a sabotage program or something… ya know?

Just saying.

RIP Alex.

Hi, I am The Nerd. I work for a marketing agency and am lucky to have them because I am not a systems person who works with common constructs set up to make others rich and keep entrepreneurs stuck. And that’s hard to put on a resume. What I do is tap into a CEO’s genius and the goals behind their product or service and position it authentically in a market that wants it.

Marketing doesn’t have to be mind control, but it was built that way, and after working in it and being paid by top-notch corruption to siphon my reputation management skills, I get it on a level most don’t see. (see my book: Marketing is Mind Control)

And I still believe in small businesses and their ability to change the world. So I am lucky to hold a marketing consultant position offering my design and strategy skills to start-ups or established businesses of all sizes… because if I had to write a conventional resume about what I do, how I help, what I know, and where I was trained, the yuppie agencies of today would laugh at me.

But my clients, their successes and their confidence in their lane, and the competitors who stalk our agency and my work to duplicate every idea I have… tell me I am on to something.

Here I write pieces of thoughts from my brain to spark thought. It’s all free, but your subscriptions help me produce things for survivors, such as our radio station, music, and creative outlets or entrepreneurship programs for whistleblowers who need an income…. Thank you in advance!

If you need me to do anything I do for your business, book a call here to see if we can work together:

BOOK A CALL WITH THE NERD

Read the original on thenerdincharge.substack.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.