Research

Carson Rodrigues

Independent researcher working at the intersection of production AI systems and their measurement — voice-AI latency, LLMOps, the Model Context Protocol, multi-agent reliability, human–AI trust, and clinical ML. Twelve papers — one accepted at ICANN 2026 (Springer LNCS), with four more under peer review and four live preprints. Most studies are built on systems I ship in production, so the methods are evaluated under real workloads rather than in isolation.

iD0009-0001-7195-6742carson@celabe.comAffiliation: Celabe, Research Division
13
Papers
1
Accepted
6
Under review
5
Live preprints
Voice AI systems & latencyLLMOpsModel Context Protocol (MCP)Multi-agent reliabilityHuman–AI trustAgentic safetyClinical ML

Papers & preprints

Updated July 2026
AcceptedICANN 2026·Conference · Springer LNCS

Latency Optimization for a Production Voice AI Platform

Carson RodriguesiD (Celabe), Oysturn VasiD (University of Waterloo)

A systems-level latency study of a production voice-AI platform (Anthropic Claude intent detection + ElevenLabs TTS over a NestJS WebSocket pipeline). The central finding is that running intent detection and TTS concurrently — rather than shaving any single stage — is the highest-leverage optimization, cutting median end-to-end latency from 3,277 ms to 1,909 ms.

−41.8% p50 latency (3,277 → 1,909 ms)Voice AILatencyLLM systems

Accepted at ICANN 2026 (peer-reviewed; Springer LNCS proceedings). Registration confirmed; camera-ready June 2026.

Under reviewIEEE Software·Journal · magazine article

MCP Server Architecture Patterns

Carson RodriguesiD (Celabe), Oysturn VasiD (University of Waterloo)

A pattern catalogue for production Model Context Protocol (MCP) servers — a Gamma-format taxonomy, anti-patterns, and cross-cutting concerns — validated with a real inter-rater reliability study (kappa = 0.76). Proposes a scoped Proxy-Aggregator pattern once tool counts exceed a practical threshold.

Inter-rater kappa = 0.76MCPSoftware architectureAgents

Condensed magazine version under review at IEEE Software; the extended 9-page version is openly available on arXiv (cs.SE).

SubmittedAAAI 2027·Conference · double-blind

When Do LLMs Replace Fine-Tuned NLU? A Decision Framework for Intent Detection

Carson RodriguesiD (Celabe), Oysturn VasiD (University of Waterloo)

A decision framework for choosing between LLM classifiers and fine-tuned NLU on noisy production transcripts. Shows that full-data TF-IDF still reaches 95.2% on ATIS, and maps the regimes where an LLM-based intent classifier is — and is not — worth its cost and latency.

95.2% on ATIS (full-data TF-IDF baseline)NLUIntent detectionLLM evaluation

Submitted to AAAI 2027 (double-blind review).

SubmittedACML 2026·Conference · double-blind

When Is an LLM Worth It for Hyperparameter Optimization? A Budget-Matched Study

Carson RodriguesiD (Celabe), Oysturn VasiD (University of Waterloo)

A budget-matched, multi-seed study of whether an LLM advisor actually helps hyperparameter optimization on tabular data. The deflationary finding: the advisor's strong first guess is not an LLM output but a fixed default configuration evaluated before any model call. Once classical search (random, Optuna-TPE, Bayesian optimization, successive halving) is seeded with that same default, the apparent lead collapses within a handful of evaluations and the LLM adds no measurable generalization benefit.

LLM warm-start = a default config, not the modelAutoMLHyperparameter optimizationLLMs

Submitted to ACML 2026 (double-blind; notification September 2026). Preprint on arXiv (cs.LG); the harness and a script that reproduces every statistic are released.

Preprint liveHCI journal (retargeting)·Journal · review article

Personality Traits and Trust in Large Language Models: A Scoping Review

Carson RodriguesiD (Celabe), Simran Marian Rebello (Celabe)

A scoping review of how personality traits shape user trust in large language models, extended toward agentic (action-taking) systems with a set of testable propositions for future empirical work.

Scoping review + agentic propositionsHuman–AI trustPersonalityScoping review

Preprint openly available on PsyArXiv; being retargeted to the next HCI journal. Novelty: Big Five traits as a moderator of LLM trust calibration.

SubmittedNeurIPS 2026·Conference · double-blind

Hallucination as Context Drift: Synchronization Protocols for Multi-Agent LLM Systems

Carson RodriguesiD (Celabe)

Reframes a class of multi-agent LLM hallucination as context drift: divergence between agents' internal world-states. Introduces the Context Divergence Score (CDS) and the Shared State Verification Protocol (SSVP). Across two domains on Claude Haiku, naive full-broadcast synchronization backfires by propagating one agent's erroneous state (hallucination rate 0.658 vs. 0.492 for no-sync), while SSVP avoids that failure mode and beats full-broadcast using 58% fewer API calls.

Full-broadcast backfires; SSVP at −58% API callsMulti-agentReliabilityEvaluation

Under double-blind review; author notifications expected late September 2026. Preprint on arXiv.

Preprint liveJMIRx Med (in submission)·Journal · overlay

DentaCoPilot: Dental Procedure Prediction from Patient Records

Carson RodriguesiD (Celabe), Steffie Dione Rebello (KLE (co-PI))

A machine-learning approach to predicting dental procedures from patient records, evaluated on a synthetic pipeline benchmark plus a real public-data benchmark (AHRQ MEPS 2023 dental visits), with calibrated abstention for out-of-distribution charts.

Clinical-AI preprint · real public-data benchmark (MEPS)Clinical MLHealthcare AIPrediction

Carson and Steffie share first authorship (equal contribution). Preprint live on medRxiv (v3); heading to peer review at JMIRx Med, the PubMed-indexed overlay journal for medRxiv.

Under reviewIC-SIT 2026 (Silicon University, India)·Conference · IEEE Xplore

A Structural-Similarity (SSIM)-Based Framework

Carson RodriguesiD (Celabe), and collaborators (7 authors)

A structural-similarity (SSIM)-based framework developed as a seven-author collaboration, targeting IEEE Xplore conference proceedings.

Collaborative (Carson a co-author)SSIMCollaboration

Acceptance notification pending.

Stage-1 Registered ReportPCI Registered Reports → Royal Society Open Science·Registered Report

Personality and Over-Delegation to Agentic LLMs

Carson RodriguesiD (Celabe)

An empirical follow-up to the trust scoping review (Paper 05), testing its propositions on over-delegation to agentic, action-taking LLMs. Preregistration in progress.

Preregistered study (in design)Agentic safetyHuman–AI trustOver-delegation

Stage-1 Registered Report; an N≈500 preregistered design on the PCI-RR route (Royal Society Open Science).

Benchmark complete · expert-validated · AAAI-27 build readyAAAI 2027 (target)·Conference

Done Is Not Correct: Measuring Silent Failures and Self-Verification Calibration When LLM Agents Take CAD Actions

Carson RodriguesiD (Celabe), Clive Rodrigues, Aravind Reddy G

A reproducible benchmark for agentic CAD. When an LLM agent writes parametric CAD code from a natural-language spec, syntactic success (the code runs, the geometry renders) decouples from semantic correctness (right dimensions, valid constraints, manufacturable features). The harness measures that silent-failure gap directly and tests whether claim-conditioned self-verification closes it.

468 runs · single-shot 14.1% silent failures (ECE 0.32) → 3.2% with enforced self-checks · expert–grader agreement κ = 0.64 (0.87 excluding one ambiguous task)Agentic safetyReliabilityEvaluation

Benchmark complete (4 models × 3 conditions); independent CAD-engineer validation done (blind pass/fail scoring of 81 parts). Two-column AAAI-27 anonymous manuscript built; submitting to AAAI 2027 (abstracts due 21 Jul 2026).

Protocol · app liveJMIR Research Protocols (target)·Journal · protocol

Oravira: Design, Privacy-by-Design Architecture, and Evaluation Protocol of a Mobile Oral-Health App for People Living with HIV

Carson RodriguesiD (Celabe), Steffie Dione Rebello (KLE)

A protocol paper for Oravira, a privacy-by-design mobile app that helps people living with HIV self-manage their oral health. It documents the system architecture, the privacy model, and a pre-specified evaluation protocol, as the first of a three-study program (formative, then baseline, then outcomes) with KLE.

App live on iOS + Android · evaluation protocol pre-specifiedClinical MLHealthcare AIPrivacy

Carson and Steffie share first authorship (equal contribution). Manuscripts gated on KLE ethics-committee approval and CTRI trial registration.

SubmittedREALM @ EMNLP 2026 workshop·Workshop · non-archival

DevTwin: Benchmarking Passively-Formed Identity Memory for Developer Agents

Carson RodriguesiD (Celabe)

Personal-memory systems for language agents are usually scored on retrieval: whether a relevant chunk can be found in a stored history. DevTwin argues this misses what a personal memory is for, which is to know the person rather than the transcript, and benchmarks whether a memory built passively from a developer's own public artifacts (git history, papers, project documents) can answer identity questions about them.

Identity-memory benchmark (passive, artifact-grounded)Agent memoryEvaluationPersonalization

Submitted to REALM @ EMNLP 2026 (non-archival; notification August 2026). The central result currently rests on a single-developer anchor (n=1) pending consented human ratings.

Results complete · manuscript in preparationTMLR (target)·Journal

It Depends on the Dataset: When a Brain-Encoding Model's Predicted Responses Beat Their Visual Backbone for Video Memorability

Carson RodriguesiD (Celabe)

Do a brain-encoding foundation model's predicted fMRI responses forecast video memorability better than the visual backbone they are built on? Using the TRIBE encoder over its V-JEPA2 backbone, the answer flips with the dataset: a clean double dissociation rather than a single winner. The predicted-brain projection carries a small but real, vision-orthogonal signal that helps on one dataset and hurts on another, which cautions against treating a brain-encoding readout as a free upgrade over the backbone.

Dataset-dependent double dissociation · Memento10k: backbone 0.594 > brain 0.544 · VideoMem: brain 0.415 > backbone 0.368 (+0.047, p = 0.006); cross-dataset transfer inherits the flipNeuro-AIRepresentation learningEvaluation

Analysis complete over Memento10k and VideoMem (VideoMem access granted). TMLR manuscript drafted; results shared with the dataset authors ahead of an arXiv preprint.

Several papers are under double-blind review, so author lists and venues may be anonymized in the submitted copies. DOIs are linked where a preprint is publicly posted; full manuscripts, data, and code for any work in progress are available on request — carson@celabe.com. ORCID: 0009-0001-7195-6742.

Available for senior AI / contract / FDE work

Building something with AI?

Voice agents, MCP servers, LLM pipelines, agentic workflows — pick a slot, drop a message, or send your email and I'll reply within a day.

or leave your email

Replies within ~24 hours · Remote-first · global · open to relocation