Program Projects Publications Blog Digest FDE About Contact 中文
RRLAB — INDEPENDENT AI RESEARCH LAB

An independent AI lab,
continuously shipping research, tools, and products.

RRLab is Rodney Rui's independent research lab.
Directions: multi-model collaboration, AI evaluation & selection,
AI-native products.
Research findings become usable tools;
tools power engineering delivery.

FEATURED · R2DF BY RRLAB
Follow Your Life

A wheeled life-companion concept: follows you, can lead the way, voice commands on the roadmap. Lifestyle form. Embodied AI within reach.

Concept page & theme song →
13
Paper preprints
3
Model training & engines
9
Open-source projects
17
Shipped & in-progress projects
01

Research Program
Reliable × Creative × Self-Governing

A single model has limits. RRLab does not search for a stronger
model — it asks how to organize multiple models, each with its
own strengths, into a system that delivers reliably within known
boundaries, produces verifiable new knowledge beyond them, and
generates its own governance rules.
Four research lines, each with papers and runnable public evidence.

01

Dimension-Direct Routing

Explicitly decompose what capability a task needs, then route
directly to the strongest model along that dimension, without
intermediate representations. Reasoning depth improves by 25.9%
over implicit routing.

→ Paper: Dimension-Direct Routing(DOI: 10.5281/zenodo.19504212

02

Uncertainty Routing (BPL/OA)

A purely classical framework inspired by the measurement
structure of quantum mechanics: before a decision, the system
retains a distribution over plausible worlds, instead of
collapsing prematurely into a single confidence score. That
distribution maps to an auditable route: auto-accept, review,
fallback, abstain. The goal is not to prevent AI from being
wrong — it is to prevent AI from being wrong with high confidence.

→ Paper: BPL/OA: Auditable Uncertainty Routing(DOI: 10.5281/zenodo.19936937

03

Resonance Exploration

Hallucination cannot be dammed, but it can be channeled. In
exploration mode, multiple models independently analyze the
same object from complementary perspectives — not seeking
consensus, but detecting resonance: structurally compatible
interpretations reached from different paths. Resonant
directions enter a computational falsification queue. In the
BSD campaign, 6/7 strongly resonant hypotheses survived
subsequent verification.

→ Paper: Deliberation and Exploration(DOI: 10.5281/zenodo.19505278
→ Case study: From Resonance to Rigor(DOI: 10.5281/zenodo.21500421

04

AI Governing AI

Orchestration rules are not stacked from human presets — a
reasoning model derives them deductively from system invariants
alone. Ablation: deductive 96/100, inductive 76/100. In a
larger experiment, a system given only minimal constraints
(explore + detect resonance) self-organized dependency-aware
batching and cross-model file sharing — the paper calls it
"ordered behavior under minimal constraints": observed, not
explained. Consistent cross-project experience: adding human
micro-constraints degraded output quality.

→ Paper: LLM-Skill Orchestration(DOI: 10.5281/zenodo.19503674

02

Projects
Where the research lands

01

Multi-Model Orchestration SystemIn development · 5 papers published

The runtime that carries the four research lines. Multi-model
orchestration with a multi-dimensional evaluation layer
(50-task benchmark), supporting both deterministic and
exploratory modes. Largest experiment to date: 15 skills,
7+ heterogeneous models, 77 tool calls, 74 minutes of
autonomous operation.

Link: github.com/rrlab-tech (opening up alongside RRLab-Bench)

02

eVoiceClaw Product FamilyFour product lines in parallel development

Full-stack productization of multi-model orchestration.
eVoiceClaw (iOS voice assistant, multi-provider switching),
Desktop (multi-agent workstation), Pro (fully local knowledge
base for doctors and engineers), Cerebellum (on-device
"cerebellum" model: semantic routing + privacy awareness +
safety review). Built end-to-end: Swift frontend, Python
backend, agent orchestration.

03

RRLab-Benchv0.3.3 released · Open source

Agent code-modification capability audit. It does not rank
models; it answers two engineering questions: after a code
change, do previously passing tests still pass (FRR)? At equal
quality, who is faster and cheaper?

Link: github.com/rrlab-tech/rrlab-bench

04

RRLab-Benchmarkv1.0 released · Open source

Multi-dimensional LLM benchmark for Chinese AI scenarios.
89 questions × 13 dimensions, 4 difficulty tiers (incl. expert)
with weighted scoring, 6 scoring methods, 12 providers preconfigured.
Complements RRLab-Bench: general capability baseline, agent-grade engineering.

Link: github.com/rrlab-tech/rrlab-benchmark

05

RRLab-BPL-OAv1.0 released · Open source

Uncertainty routing engine: decomposes landscape uncertainty
into two orthogonal components — occupancy (is there signal
at this scale?) × amplitude (how strong?). Detects toward-1
hardening (high-confidence false reassurance), fixing the
coverage collapse of classical BPL bands. Domain-neutral.

Link: github.com/rrlab-tech/rrlab-bpl-oa

06

RRLab-Stock-QAv0.1 released · Open source

Reference application of the BPL/OA engine: stock-screening QA.
Does not predict stocks — audits the screener's output
distribution: batch health, per-stock confidence flags,
threshold calibration. Method and code fully public.

Link: github.com/rrlab-tech/rrlab-stock-qa

07

Voice ToolkitTwo layers, first layer released

Layer 1 — Mac-TTS (v0.1 released, open source): turns every
Mac's built-in speech into a Unix pipe. Zero disk I/O, pure
CPU inference, TTS + STT in one. Layer 2 (in development):
emotion-controlled multi-character voice acting, currently
via cloud TTS.

Link: github.com/rrlab-tech/mac-tts

08

Bench-HarnessResearch in progress

From "benchmarking models" to "benchmarking and evolving the
harness": how the runtime around a model — workflows,
evaluation, permissions — can itself be systematically
evaluated and improved.

09

Zhulishi — Digital Legacy (iOS)In development

Digital asset & will management app. Asset registration,
beneficiary management, liveness confirmation & delivery,
verification-code identity checks.
Free / annual / VIP tiers. iOS app & backend API in parallel.

10

Juhoushu — After the Drama (Flutter)In development

Original-novel listening app for short-drama fans.
Import the source TXT after finishing a drama;
chapter navigation + tiered TTS.
Endgame: per-character AI voice casting — role detection,
voice assignment, sentence-level synthesis.

11

RRLab DigestLive · Open source

AI industry deep-reading intelligence station. Collects 100+
technical blogs, arXiv papers, HackerNews threads and GitHub
repos daily, scored by DeepSeek V4 Flash on 3 dimensions,
selected per-category with separate quotas, and digested into
structured reading notes. Fully automated, runs at 3:00 AM daily.

Link: digest.rrlab.tech · github.com/rrlab-tech/rrlab-digest

12

RRLab-News-Dashboardv0.1 released · Open source

Global news aggregation dashboard. China hot lists (Weibo,
Zhihu, Douyin and 14 more platforms) + GDELT global news
+ HackerNews + RSS + financial news + A-share earnings.
SimHash smart dedup, 10-min auto refresh, React responsive
dashboard, one-click Docker deployment.

Link: github.com/rrlab-tech/rrlab-news-dashboard

13

RRLab-Cerebellumv1.0 released · Open source · HF model

On-device semantic routing model (self-trained). BGE-M3 base
+ 15-dim intent regression head, 51.4M trainable params,
~1GB resident — turns user messages into intent vectors,
replacing LLM calls in agent routing. Millisecond latency.
Code open-sourced + 202MB increment on HuggingFace.

Link: github.com/rrlab-tech/rrlab-cerebellum · HF: cerebellum-v1

15

Doorplate OCR SystemDelivered · FDE case

Vertical doorplate-address recognition. YOLOv8 detection
+ PaddleOCR recognition + Chinese-number normalization
(「二十」→「20」) + address assembly. Self-built auto-labeling
pipeline cuts manual labeling by 90%, data scaled to 100k+;
accuracy acc 0.9962. Delivered as an FDE consulting case.

Case details: fde.rrlab.tech/en/#cases

16

LLM Identity Confusion & Task FailureIn research

Empirical study of causal chain between model identity misattribution
and task failure, using bench-harness discriminative probes. Lab-reproduced:
3/4 runs, model reads PI_MODEL=deepseek yet outputs contain "Claude".
Contextualized within Spartacus (25.93% confusion rate) and ICML 2026
Role Confusion (position decay effect). Full data loop established:
observation → literature verification → reproducible probe → fix strategy.
Preliminary finding: no architecture-level cure exists, but the combination
of developer-message identity fields + runtime enforcement + periodic
re-injection can approach a practical resolution.

Research archive: rrlab-bench · bench-harness probes

03

Publications
The program, in writing

All paper preprints are on Zenodo; every DOI is verifiable.
ORCID: 0009-0004-3898-4655

Track 1: AI Multi-Model Orchestration

validated on the self-built multi-model orchestration system

Track 2: Computational Number Theory / BSD Conjecture

application of the resonance-exploration mode; large-scale SageMath computation + Magma verification + AI-assisted research

04

FDE Consulting
Research capability, delivered per project

Independent Forward Deployed Engineer.
RRLab's research is not paper theory — the four orchestration
modes, benchmark evaluation, and uncertainty routing are
engineering methods that can be embedded directly into your
systems. I work embedded in your team and take LLMs from demo
to production-line productivity.

202/202
All subtasks passed in a 50-task agentic benchmark
96 : 76
Ablation: deductive rule generation beats human preset stacking
6/7
Strong-resonance hypotheses survived later verification
6
Delivery cases, each verifiable
05

About Rodney Rui

Mathematician × AI systems builder × Independent FDE.

Academic background in computational number theory: numerical verification methods for elliptic curves and the BSD conjecture. Recent focus: AI systems engineering — multi-model orchestration, agent evaluation, uncertainty routing. RRLab is the unified vehicle for this work.

This methodology was not read from reports. In the BSD campaign, a multi-model AI system produced publishable discoveries — resonance proposed hypotheses, deterministic computation falsified them, and 13 papers were the byproduct. Built the eVoiceClaw product family from scratch across four product lines. Self-built benchmarks quantify model capabilities; every selection decision has a measurement behind it. Trained an on-device intent-routing model (Cerebellum, on HuggingFace), turned the uncertainty-routing method into a reusable engine (BPL/OA, open source), and delivered vertical projects such as doorplate OCR. Research conclusions become tools, and the tools are open source — 9 repositories in total.

Frontier exploration on genuinely open problems, with results — most business problems are easier than this.

06

Contact

Have an AI idea and don't know where to start? Let's talk — no pressure.