Ronit Anilkumar

01About

I'm a third year CSE student at UCLA focused on distributed systems and ML infrastructure. I research self-supervised learning for medical ultrasound at UCLA's Biomedical AI Research Lab.

02Experience

Machine Learning Researcher

Co-author on US-JEPA, a self-supervised foundation model for ultrasound cancer detection. 4.73M frames across 49 datasets.

Submitted to ICML 2026

03Open Source

datadog_agent source: accept LLMObs telemetry

Approved, awaiting merge

Added a route, decoder, and dedicated output port so the datadog_agent source ingests Datadog LLMObs span events instead of 404ing, with full source metadata and event-count telemetry.

+421/−2· Rust
View PR

kafka source: add commit_offsets option

Approved, awaiting merge

Added a commit_offsets flag to suppress both librdkafka's auto-commit and Vector's explicit shutdown/rebalance commits, letting users replay compacted topics from offset 0 without rotating group_id.

+111/−5· Rust
View PR
04Projects

Dispatch

Concurrent webhook delivery engine in Go. Bounded heap-based priority queue with thread-safe mutex and condition-variable wrapper, a fixed worker pool pulling jobs concurrently, and an HTTP delivery client with retry, backoff, and end-to-end OpenTelemetry tracing.

Go · OpenTelemetry · net/http

CoWrite

Real-time collaborative editor built on CRDTs. Implements conflict-free concurrent editing across distributed clients with persistent document state and live cursor presence.

Yjs · TipTap · WebSocket · SQLite

Loom

High-speed model weight streaming agent built around the cold-start problem in inference infrastructure. Parallel chunk fetching, content-addressable caching, and a control plane for locating cached models across nodes.

Rust · tokio · axum · reqwest

Veylor

Autonomous CI/CD repair system using multi-agent orchestration. Analyzes failing tests, generates patches, and opens pull requests without human intervention.

LangGraph · Docker · OpenTelemetry · FastAPI