yan@yandesbiens:~$ cat research_program.md

The Research Program

Independent AI research by Yan Desbiens, conducted at Éthiqueia Québec inc. — one evolving program, not scattered repos.

Capable AI you can own — on commodity hardware — through self-similar architecture and memory that organizes itself.

maturity: conceptprototypeshippedbenchmarkedpublished · a thread is only “benchmarked” once a one-command repro exists.

Memory Systems

benchmarked

Self-organizing memory and memory paging — memory that grows, prunes, and pages itself.

lineage

FMM (Fractal Memory Matrix / Memory-Mapped) → UFM (Unified Fractal Memory). The FMM idea independently reappeared in Fractal Neurons, QJSON Agents, fnn_test, and Hermes before being extracted; UFM generalized it from semantic memory to physical memory (VRAM/RAM as one pool).

projects
evidence status

Proof drop #1 (2026-06-27): runs a 24 GB expert bank on a 23.5 GB RTX 4090 where baseline OOMs; within ~1% of baseline throughput when the working set fits the budget; ~240× faster than naive offload; honest no-locality failure case documented and reproducible.

next proof needed

Training-time paging (autograd-safe) + OffloadedAdam memory curves; cost-aware eviction vs. LRU ablation; bf16 + an NVMe tier.

Cognitive Architectures

prototype

Systems that keep reasoning between prompts — internal state, world models, idle cognition.

lineage

Hermes / NeuroArch (a cognitive architecture with idle cognition and self-revising beliefs) · AEON (an AI-governed deterministic world).

projects
  • Hermes / NeuroArch Hermes is already a competent agent today. NeuroArch is the cycle layer on top — idle cognition, belief recalibration, dream-phase crystallization — which it does not yet fully run. The thread is about giving a working agent those background cycles.
  • AEON
lead artifact

Hermes / NeuroArch →

evidence status

A running system. Internal behaviors are not yet formally measured, so all capability claims are marked speculative.

next proof needed

Measurable, reproducible behaviors: memory growth over time, belief-revision traces, idle-cycle throughput — before any public capability claim.

Agent Runtime Systems

shipped

Local-first agents whose identity and memory are plain, inspectable files.

lineage

QJSON Agents + YSON (persona/state format) → Alicia (local autonomous agent) → agentos (live kernel). (OpenPaw exists as background tooling, not a core research pillar.)

lead artifact

QJSON Agents / YSON →

evidence status

Code others can run; agents whose identity + memory are plain files. The YSON spec and an inspectable-memory demo are not yet written up.

next proof needed

A published YSON spec; a reproducible demo of inspectable, file-based agent memory compared against opaque memory stacks.

Commodity Training

shipped

Training and runtime experiments on a single consumer GPU — raw bytes to trained model.

lineage

byte_gpt → ForgeLM → the 4090 capacity planner / autopilot. UFM (Memory Systems) is the bridge that lets this thread scale past 24 GB.

projects
lead artifact

ForgeLM →

evidence status

A live, working from-scratch training stack on one consumer GPU; no public reproducible recipe doc yet.

next proof needed

An end-to-end reproducible run with logged loss curves, tokens/sec, and exact hardware/software versions.

Fractal Cognition

prototype

Self-similar architecture and reasoning — parameter-shared fractal backbones.

lineage

Fractal Neurons (the flagship) → fnn_test (fractal neurons as conversational agents) → FNAS / FNAS-V2 (genetic search over fractal genomes). LILA is the persona/emergence layer — treated as inspiration, explicitly speculative.

lead artifact

Fractal Neurons →

evidence status

Rich and documented, but NOT yet benchmarked. All architectural-advantage claims are marked speculative until measured.

next proof needed

A controlled, small-scale comparison of the fractal backbone vs. a parameter-matched transformer (loss/perplexity at equal params + equal compute).

// the evidence bar

Nothing ships with a performance claim unless it is (a) reproducible from a one-command script in-repo, or (b) explicitly tagged speculative. Visionary concepts are inspiration; engineering is proof. We earn credibility on the verifiable threads to buy the right to publish the speculative ones.

yan@yandesbiens:~$ subscribe --proof-drops

Follow the program.

Each thread advances by proof drop. Get them as they ship — benchmarks, architectures, field notes.