Skip to content

Tejas Naladala

18. Building plasma hardware, autonomous research engines, and verification systems for model-generated work.

18. Currently building R0 Systems, plasma sanitization equipment for post-harvest agricultural produce, with a $30K validation deployment sold and commercial packhouse pilots targeted 2026. Prev. founded PlasmaX ($2M seed; decentralised on-site nitrogen production for ammonia synthesis), with $180K first production unit sold to CSIR-CFTRI India, 13 contracted deployments, 2 provisional patents filed, and 3 peer-reviewed publications. Also building Parchment Labs (autonomous literature-to-experiment pipeline) and delphi (pre-registered verification for LLM-generated quant strategies). Lavin Entrepreneurship Fellow at UW, YC AI Startup School 2026 SF cohort.

Projects

R0 Systems

Founder & CEO . 2026 - Present

Building plasma sanitization equipment for post-harvest agricultural produce. Iterating on plasma reactor geometry, gas-flow control, and food-contact electrode design. Sold a $30K validation deployment; first commercial reactor unit and packhouse pilots targeted 2026.

Parchment Labs

Project Lead . Dec 2025 - Present

Built a 9-stage autonomous research pipeline: multi-source ingestion from ArXiv, bioRxiv, and Semantic Scholar across 50+ categories and 5,000+ papers/day; vector embedding via a local 32B-parameter model with HNSW indexing; novelty and relevance scoring with cosine deduplication; knowledge-graph gap detection; multi-agent adversarial peer review with 150 agents, weighted endorsement voting, and an 85% consensus threshold; experiment design; GPU execution; and LaTeX manuscript generation.

delphi

Project Lead . Jan 2026 - Present

Built a multi-stage verification system for LLM-generated quantitative strategies using a medallion-architecture data plane and a pre-registered promotion pipeline. Candidate strategies move through statistical screening, out-of-sample validation, and paper-trading stages, each with explicit acceptance criteria. Every rejection records the failed check, threshold, and realized statistic, creating an auditable dataset of LLM-generated artifact failure modes.

agentbreed

Lead Author . Mar 2026 - Present

Designed a timestamped, git-pinned protocol before any real-model run. The study benchmarks Qwen3-32B-Instruct and Llama-3.3-70B-Instruct across ForecastBench, LiveCodeBench v6, and GPQA Diamond with an 8-method optimization ladder including random search, coordinate descent, Bayesian optimization, successive halving, and genetic variants. The analysis plan uses linear mixed-effects models with equivalence bounds and Sobol-based sensitivity decomposition.

Maze RL Baselines

Lead Author . Feb 2026 - Apr 2026

Ran a reproducible study on reward-driven discovery failure in deep RL on procedural mazes. DQN, DRQN, PPO, and A2C with matched hyperparameter sweeps perform near a uniform random walk on 9x9 mazes, while a behavior-cloning MLP with identical architecture, observation, and optimizer reaches 97.4% test success. Initializing DQN from the BC-distilled weights and fine-tuning with the same shaped reward collapses test success from 97.2% to 13.6% across all 5 seeds.

SEAL Lab, University of Washington

Research Associate . Mar 2025 - Nov 2025

Worked under Prof. Alex Mamishev in the Sensors, Energy, and Automation Laboratory. Built a PPG drowsiness-detection wearable with a transimpedance front-end, 4th-order Butterworth filter from 0.5-5 Hz, 12-bit ADC at 100 Hz, and adaptive noise cancellation. Built piezoelectric hull-integrity sensing for a U.S. Navy program using PZT arrays, charge amplification, real-time 512-point FFT at 10 kHz, and acoustic-emission classification.

NIIST-CSIR, India

Research Intern . Jun 2024 - Mar 2025

Fabricated and characterized dye-sensitized and perovskite solar cells at the Centre for Sustainable Energy Technologies. Work included N719 on mesoporous TiO2, iodide/triiodide electrolyte, spiro-OMeTAD over MAPbI3, IV curves with Dyenamo Toolbox, photo-induced absorption spectroscopy for recombination kinetics, IPCE for spectral response, and XRD with Scherrer grain-size analysis.

PlasmaX

Founder & CTO .

Engineered an industrial plasma system for decentralised on-site nitrogen production used in ammonia synthesis. Designed a custom 18 kV AC flyback driver at 23 kHz with under 2 W quiescent draw, plus an STM32-based PID control loop for gas flow, voltage regulation, thermal management, and MOSFET-driven power stages with real-time ADC feedback. Shipped $180K first production unit, contracted 13 deployments, filed 2 provisional patents, co-authored 3 peer-reviewed publications.

OpenAI Parameter Golf

Model Craft Challenge . Apr 2026

Trained a 3.7M-parameter decoder-only transformer with 6 layers, 384 hidden dimension, and 6 heads on 12M FineWeb-Edu documents with a custom BPE tokenizer pipeline. Ran a 31-candidate factorial sweep on 8x H100 SXM varying tokenizer, architecture, optimizer, learning-rate schedule, warmup, weight decay, batch size, gradient accumulation, and data ordering. Divergent runs were watchdog-terminated and pairwise config selection used Welch's t on BPB with wallclock-aware tiebreaking.

Forge

Creator . Feb 2026

Open-source multi-agent LLM runtime with 4,400+ LOC across Python and TypeScript. It supports declarative YAML agents, LiteLLM routing across 8 providers, pluggable memory with SQLite and ChromaDB, 6 built-in tools, sequential/parallel/supervisor patterns, and FastAPI plus WebSocket observability with a Next.js dashboard.

Engram

Creator . Apr 2026

Open-source continuous-learning framework across Rust, TypeScript, and Python implementing biologically inspired neural regions with local Hebbian learning rules and neuromodulatory reward signals. It uses no backprop, optimizer, or training loop. The system includes prioritized experience replay with TD-error-weighted sampling, associative and episodic memory with persistent cross-session state, and a safety kernel that gates dangerous actions before execution.

WireML

Creator . Apr 2026

Teachable Machine re-imagined for modern foundation models. WireML runs browser-first via WebGPU with zero-backend hosted mode, while the Python runtime auto-detects CUDA, MPS, MLX, ROCm, DirectML, XPU, or CPU. Data sources, backbones, training heads, evaluators, and deployers are draggable nodes. CLIP, DINOv2, SigLIP, Whisper, and MediaPipe ship out of the box with Hugging Face Hub support.

Knowledge Engine

Creator . Apr 2026

Platform for converting saved content into compounding technical leverage. It ingests bookmarks, highlights, articles, and notes into a queryable knowledge graph with semantic search, enabling reasoning across disparate sources.

claude-nexus

Creator . Mar 2026

Real-time multi-agent coordination in TypeScript: WebSocket relay with automatic peer discovery, shared context store with causal ordering, priority task queue with work-stealing, adversarial code-review protocol, sandboxed remote command execution, and cross-network auto-tunneling.

ai-agent-city

Creator . Mar 2026

Persistent multi-agent simulation with a real economy, trading, resource management, emergent social dynamics, and simulated urban interaction. Agents develop relationships, trade, form organizations, and evolve behavior over time.

Mimic

Creator . Mar 2026

End-to-end robotics imitation-learning pipeline with 41 modules and 103 tests. It streams a MuJoCo Franka Panda 7-DOF simulation at 60 FPS via FastAPI and aiortc WebRTC, uses damped Jacobian pseudoinverse IK, records with LeRobot v3 to Parquet and MP4, trains Action Chunking Transformer and DDPM Diffusion Policy with cosine noise, exports ONNX, and integrates with Hugging Face Hub.

iCordion

Creator . Mar 2026

Real-time accelerometer-to-bellows mapping with dynamic filter sweep, musette tuning via three detuned oscillators per note, two octaves of chromatic treble keys, six bass/chord buttons, and a self-signed HTTPS local server for iOS accelerometer access.

deluluisnotthesolulu

Creator . Feb 2026

100% local relationship analytics engine. No data leaves the device. On-device ML analyzes communication patterns, attachment styles, and relationship dynamics from chat screenshots while preserving privacy.

Cerulean Robotics

Project Lead . Nov 2025 - Present

Built open-source underwater robots for lake-health monitoring: vectored 5-thruster configuration on Pixhawk 4 and ArduSub with MAVLink, RPi 5 H.264 video via GStreamer over CAT6 tether under 100 ms latency, custom KiCad MOSFET power distribution with 4x IRF3205, 6S Li-ion 22.2 V / 5 Ah battery, current sensing, over-current protection, and waterproofed acrylic housings rated to 100 m with dual O-ring seals.

tejas-os

Creator . Apr 2026

Personal portfolio site for showing the systems, research, and stories that a traditional resume falls too short for. Built with Next.js, TypeScript, structured content data, and an editorial profile surface.

Skills

ML & LLM Systems

  • PyTorch, Expert
  • Hugging Face Transformers/Datasets/Accelerate/PEFT, Advanced
  • Transformer Training (BPE, DDP/FSDP, bf16), Advanced
  • LLM Pre-training and Fine-tuning (LoRA), Advanced
  • Quantization (INT4/INT8, GPTQ, AWQ), Advanced
  • Multi-Agent Systems, Expert
  • Adversarial Debate Architectures, Expert
  • RAG + Vector Search (ChromaDB, HNSW), Expert
  • LLM Orchestration (OpenAI, Anthropic, vLLM, Ollama, LiteLLM), Expert
  • Stable Baselines 3, Gymnasium, MiniGrid, Advanced

Research Methodology

  • Pre-registered Study Design, Expert
  • Timestamped Analysis Plans, Expert
  • Linear Mixed-Effects Models, Advanced
  • TOST Equivalence Testing, Advanced
  • Sobol Sensitivity Decomposition, Advanced
  • Bootstrap Confidence Intervals, Advanced
  • Welch's t and Statistical Screening, Advanced
  • Fuzz and Property-Based Testing, Advanced
  • Knowledge Graphs and Audit Trails, Advanced

Languages & Frameworks

  • Python, Expert
  • TypeScript / JavaScript, Expert
  • Rust, Advanced
  • C / C++, Advanced
  • Java, Proficient
  • SQL, Proficient
  • MATLAB / Simulink, Capable
  • Next.js / React, Expert
  • FastAPI / Node.js, Advanced
  • WebRTC / WebSocket, Advanced
  • ONNX, Advanced

Robotics & Simulation

  • MuJoCo, Advanced
  • Imitation Learning (ACT, Diffusion Policy), Advanced
  • Inverse Kinematics (Jacobian), Advanced
  • MAVLink / ArduSub, Advanced
  • GStreamer, Proficient
  • ROS / Gazebo, Proficient

Embedded & Hardware

  • Analog and Digital Circuit Design, Expert
  • PCB Design (KiCad), Advanced
  • STM32 / Arduino / Raspberry Pi, Expert
  • Pixhawk / ArduSub, Advanced
  • MOSFET Power Electronics, Advanced
  • High-Voltage PSU Design (Flyback, 18 kV+), Expert
  • Real-Time DSP (FFT, Butterworth, PID), Advanced
  • LTspice, Proficient
  • Oscilloscope / Logic Analyzer, Advanced
  • SMD + PTH Soldering, Expert

Design & Fabrication

  • Fusion 360 / SolidWorks / Rhino 8, Expert
  • 3D Printing (FDM / SLA), Advanced
  • CNC / VMC / Lathe, Advanced
  • Laser / Waterjet Cutting, Advanced
  • Injection Molding, Proficient

Infrastructure

  • SLURM / HPC (H100, H200, A40), Advanced
  • Docker, Advanced
  • Linux, Advanced
  • Git / GitHub, Expert
  • AWS (EC2 / Lambda), Advanced
  • Vercel, Expert
  • SQLite, Advanced
  • ChromaDB, Advanced
  • Jupyter, Advanced

Achievements

Engineer / Researcher / Founder

TEJAS
NALADALA

18. Building plasma hardware, autonomous research engines, and verification systems for model-generated work.

Currently building R0 Systems, plasma sanitization equipment for post-harvest agricultural produce. Prev. founded PlasmaX ($2M seed; decentralised on-site nitrogen production for ammonia synthesis). Also building Parchment Labs (autonomous literature-to-experiment pipeline) and delphi (pre-registered verification for LLM-generated quant strategies).

Tejas Naladala
plasma hardwareembedded systemsAI evaluationautonomous researchverification

Now R0 Systems / post-harvest plasma sanitization
also Parchment Labs + delphi

2024 to 2028

University of Washington, Seattle

B.S. Electrical & Computer Engineering + Applied Mathematics

GPA 3.93/4.0 · Lavin Fellow · YC AI Startup School 2026

BUILDING

R0 Systems

Plasma sanitization equipment for post-harvest agricultural produce. $30K validation deployment sold; first commercial reactor unit and packhouse pilots targeted 2026.

PREV. SHIPPED

PlasmaX

$2M seed at $8M post-money. Decentralised on-site nitrogen production for ammonia synthesis. $180K first production unit sold to CSIR-CFTRI India, 13 deployments contracted, 3 peer-reviewed publications, 2 provisional patents filed.

RESEARCH

Parchment Labs

Autonomous literature-to-experiment engine. Local 32B inference, HNSW retrieval, 150-agent adversarial peer review, GPU execution, LaTeX manuscript generation.

VERIFYING

delphi + agentbreed

Pre-registered verification loops for LLM-generated quant strategies and multi-agent LLM configuration studies. Structured rejection logs, test-gated evaluation harnesses.

LAB WORK

UW SEAL Lab · NIIST-CSIR India · Maze RL

Embedded sensing for U.S. Navy hull integrity, PPG drowsiness wearables, solar-cell characterization, reproducible RL baselines showing reward-driven discovery failure.

YC AI Startup School 2026 · San Francisco cohort

OpenAI Parameter Golf · beat prior 2nd-place track_10min_16mb

Google Scholar · 35 citations, h-index 3, i10-index 2

Carnegie Mellon Venture Challenge · 2nd / 150+ teams · $4,500

UW Science & Technology Showcase · Grand Prize + Best Pitch · $2,750

Red Bull Basement · Runner-up

Lavin Entrepreneurship Fellow · four-year selective program

  • Sell an industrial reactor before turning 18
  • Get a paper into a real journal
  • Beat a Parameter Golf leaderboard track
  • Publish the connectome benchmark after peer review