Skip to content

rohanleach4/Non-Organic-Stimuli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Non-Organic-Stimuli (N-OS)

This is a white paper proposing the use and adoption of N-OS.

N-OS is the spinal column, what AI is to the brain

Consider it a fork of AI; its purpose is to empower business professionals with concepts and tools to aid them with their work, without the fear of replacing them. It reduces the ‘stress’ on AI, allowing it to grow unimpeded from the demands of low to mid-level commercial interests. N-OS can add substance and meaning to the Service Design and Data Design mediums.

Laws

To qualify, an N-OS must respond to a change in its environment An environment could be the atmosphere, a data file or a stock exchange. Equally, a change could be due to temperature, an update to an object, or a market crash.

Living organisms respond to their environment. Response to stimuli is an essential characteristic of life. Anything that causes a living organism to react is called a stimulus (plural is stimuli). Stimuli can be external or internal. It helps the organism maintain balance. — Living organisms respond to their environment - eSchooltoday

Purpose

N-OS is a purposeful model for Marketers, Business designers, Solution providers, and others. Presently, there is a common thread between business professionals and their use of the term ‘AI’. AI is a go-to solution/cure-all for almost any business problem. It is fair to say that the term AI has been reduced to nothing more than a buzzword. A term that bears little resemblance to what AI is and what it can offer. To prevent the ‘spoiling of AI’, N-OS aims to provide a range of theoretical concepts, tools, and services that help businesses streamline their workflows, add value to their products, and improve their clients' relationships.

  • Business professionals think they want AI, but mostly they don't
  • They don’t understand the full implications of what AI is, and this could be detrimental to their business
  • Predictable results
  • Reduces complexity
  • N-OS can be as simple as conditional statements
  • N-OS can be as complex as AI

NERV: The Messaging Layer of N‑OS

NERV (Node-Event Reactive Vector) is the messaging backbone of N‑OS.

It serves as the signal propagation protocol that connects the Core, Sentinels, and Workers within a federated system. Where N‑OS defines the framework for environmental responsiveness, NERV defines how that responsiveness moves — quickly, directionally, and with purpose.

Each time a Sentinel detects a change in its local environment, it fires a NERV signal — a lightweight, structured event passed across the network. These signals can:

  • Trigger Worker actions within the same cluster
  • Notify peer Sentinels of related state changes
  • Escalate or broadcast signals back to the Core

Unlike traditional APIs or message queues, NERV signals are stimulus-oriented — they don’t represent intent, but rather change. This makes them ideal for fast, low-latency systems where reactivity matters more than cognition.

NERV doesn’t think. It transmits.
N‑OS interprets. Workers act.

This architecture mirrors biological reflex arcs, where electrical impulses fire across nerves without requiring conscious input from the brain. Similarly, NERV enables N-OS systems to scale intelligently without relying on centralised intelligence.


NERV Signal Format (v0.1)

{
  "id": "uuid-12345",
  "origin": "sentinel-omega",
  "environment": "temperature",
  "change": {
    "type": "increase",
    "magnitude": 4.6,
    "unit": "celsius"
  },
  "timestamp": "2025-08-03T16:22:15.033Z",
  "priority": "high",
  "route": ["sentinel-omega", "worker-42", "sentinel-alpha"],
  "metadata": {
    "trigger": "sensor-9",
    "thresholdBreached": true
  }
}

Examples

Here are some high-level examples of what could be classed as an N-OS. They could be hypothetical concepts or already built objects. All abide by the N-OS law

Thermostat (the simplest N-OS). A comparison of a metallic strip to a synapse

One of the simplest examples in the real world that can be classed as an N-OS is a thermostat. As the room cools below a predefined point (in this case, the thermostat's environment), a connection is made, and the central heating system switches on. We can draw similarities between this and how a synapse works. Put, if you were to tread on a pin, you would remove your foot quickly. This happens through a series of electrical and chemical reactions that leap from your foot to your spine, bridging the synapse and sending a signal to the muscles in your legs and to your brain. The similarities drawn here are between the connection made in the synapse of your vertebrae and the connection made by the bimetallic strip in the thermostat.

Two Alexa’s giving and answering sums

Setup: Take two Alexa’s attached to two separate AWS accounts (you will need to use two different email addresses) The Alexa’s will need different wake words Both accounts will need a duplicate skill. This skill will consist of a simple sum generator Invite one Alexa to start up the other, open its skill, and ask it a sum. The second will answer the first and then generate a random sum in return This will repeat until one of them times out. This isn’t AI; it is heading in the right direction, but it lacks real machine learning. It would be short-sighted not to appreciate it for what it is. Scale the idea and you could have two independent machines communicating with each other, about almost anything. There is tremendous value in this, and it can be classed as an N-OS. By having one Alexa pose a question, the other responds to its change in its environment with an answer.

Two Alexa’s playing Chess against each other

The same recipe as above applies here; however, each Alexa has its own Node Chess game installed. There are plenty of suitable examples on NPM that require minimal tailoring for Alexa. The chessboard is the environment, and each Alexa responds to a change in its environment. Again, you can challenge whether this is AI or not, but it is an N-OS and reveals tremendous potential.

Smart contracts in a blockchain

Smart contracts in a blockchain. Smart contracts are self-executing programs that initiate when a set of conditions is met. Smart contracts can be simple or rich and diverse. The fact that they are self-executing qualifies them as N-OSs.

IFTTT (If This Then That)

IFTTT (If This Then That) is, in its simplest form, a series of conditional statements that are found in applets.

Non Trivial Example

N-OS as a neural network.

This conceptual neural network, which can be easily built, consists of numerous independent nodes, each containing a small to large code base and performing a distinct function. Each node contains a Sentinel and a Worker. The Sentinel is just a simple ‘watch’ file. It monitors changes in its environment, which in this case is a data file. If the data file is changed, the Sentinel initiates its worker to carry out its predefined task. A network of Sentinels and Workers independently working and ‘tending’ a data source.

  • Data source
  • Web workers are initiated to carry out simple tasks
  • Sentinels watch for files or folders for changes and act on them by getting workers to carry out their simple tasks
  • As each data web worker and sentinel is an independent file/component/cluster or whatever, they are fully extensible
  • Eventually, sentinels should be able to instruct other workers to rewrite or write new workers to carry out new tasks

Federated Systems of N‑OS

As the scale and complexity of systems grow, the architecture of N‑OS naturally begins to resemble a federated model — a structured network of nodes, each responding to its local environment while cooperating under a shared purpose.

N‑OS nodes operate independently, but not in isolation. Each Sentinel governs a set of Workers, monitoring a specific slice of the environment and delegating tasks accordingly. Sentinels may communicate with one another, passing messages laterally, while also maintaining a bidirectional relationship with a shared Core — the coordinating body that sets intention, not control.

The result is a system that is scalable, modular, and resilient. Each Sentinel-Worker unit can evolve, replicate, or even fail without collapsing the entire system — because governance is distributed, not dictated.

This model supports:

  • Autonomous local responses to changes in the environment
  • Lateral collaboration between functional units
  • Extensibility, allowing new units to be plugged in at any level

In the same way federated governments balance local autonomy with central coordination, the Federated N‑OS enables intelligent design without enforcing rigid control. This is not decentralisation for its own sake — it is purposeful modularity, rooted in environmental response.

Where AI seeks to interpret, predict, or reason, N‑OS seeks to act. And when structured in a federated system, it can do so at scale, across domains, and without delay.

N-OS Federated diagram

Example: Analogue Computing as a Natural N‑OS

Analogue computers operate without code or symbolic logic. They process real-world signals, such as voltage, pressure, and fluid flow, and respond in real-time. This is computation by environment, not instruction.

A basic op-amp circuit designed to maintain balance across a voltage divider is, in essence, a stimulus-response system. When the voltage on one side shifts, the op-amp adjusts its output to compensate for it. No learning. No logic tree. Just pure reaction.

This qualifies as an N‑OS:

  • Environment: The physical circuit (voltages, resistors, flow)
  • Stimulus: A change in voltage or current
  • Response: Real-time adjustment by the system

Analogue computers exemplify the spinal nature of N‑OS. They respond without reasoning — and yet they enable complex behaviours when arranged in systems.

In a federated N‑OS, you could imagine:

  • A Core voltage reference shared across a circuit
  • Sentinels (like op-amps) each maintaining conditions for a specific subsystem
  • Workers (transistors, servos, valves) triggered to act on those changes

This system could be entirely mechanical, electrical, or fluidic — and still qualify as a non-organic stimulus network. It reminds us that computation doesn't have to look like code to be intelligent.

Please read the Wiki

https://github.com/rohanleach4/Non-Organic-Stimuli/wiki

About

N-OS fork of AI, its purpose to empower business professionals with concepts and tools to aid them with their work, without replacing them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors