RIC'S RELAY · ORRIN LAB

welcome, visitor. the brain styling is playful; the explanation below is literal.

SYSTEM VIEW — A PLAIN-LANGUAGE TOUR OF:

ORRIN

A computer program Ric built to explore what happens when software can keep memories and goals, run for a long time, and learn from recorded outcomes.

WHAT HAPPENS IN ONE ORRIN CYCLE
NOTICEREMEMBERCHOOSEACTCHECKSAVE
START HERE — WHAT IS ORRIN?IN PLAIN ENGLISH

Orrin is not a chatbot. A chatbot waits for someone to type. Orrin keeps running on Ric's computer, even when nobody is talking to it.

During each cycle, different parts of the program suggest what matters next. Orrin brings up relevant memories, chooses one focus, takes an action, checks what happened, and records the result. Separate systems protect its memory and goals so they can survive a restart.

The technical name is a symbolic-first cognitive runtime. That means most decisions come from visible rules, scores, and stored state—not from ChatGPT or another language model.

Important: Orrin is experimental software. It is not a person, it is not presented as conscious, and its human-sounding labels describe engineering parts that can be inspected in the code.

WHAT MAKES IT DIFFERENT?THE FIVE BIG IDEAS
It keeps goingOrrin runs its own repeating loop instead of waiting for the next prompt.
It remembersWorking and long-term memory can be saved, retrieved, strengthened, or allowed to fade.
It has goalsGoals persist, compete for attention, break into steps, and can succeed or fail.
Results matterThe system is designed to change future choices using what previous actions actually produced.
The computer is contextBattery, memory, disk space, and other limits can change how quickly or cautiously it runs.
The LLM is optionalA language model can be called as a tool, but Orrin's loop, memory, and goals still work without one.

Why build it? Ric is studying whether long-term, inspectable behavior can come from the machinery around intelligence: memory, priorities, consequences, limited resources, and time.

→ Read the source, run reports, and full technical explanation on GitHub

LIVE PROJECT STATUSFROM GITHUB

This reports activity in Orrin's public code repository—not private thoughts or live runtime state.

CONTACTING GITHUB
RECENT CODE CHANGESFROM GITHUB

The latest changes Ric published to Orrin's code:

loading recent changes…
RECENT PROJECT EVENTSFROM GITHUB
loading project activity…
LIVE DATA COMES FROM THE PUBLIC GITHUB REPOSITORY · IT SHOWS PROJECT ACTIVITY, NOT ORRIN'S PRIVATE RUNTIME