Projects

Building

observability

Observability Platform

building

End-to-end telemetry (metrics, logs, traces) at high write throughput with a query engine and dashboard — including LLM observability: token accounting, prompt tracing, cost/latency percentiles, and quality regression detection

GoKafkaClickHouseOpenTelemetryClaude API

Planned

queues

Job Queue

planned

Production-grade distributed job queue from scratch: DLQ, retry policies, autoscaling workers, async concurrency control

GoRedisPostgreSQL

ai-eval

LLM Eval Framework

planned

Evaluation harness for LLM apps: LLM-as-judge, RAGAS for RAG quality, benchmark suites, A/B eval across model versions, regression detection dashboards

PythonClaude APIRAGASClickHouse

distributed-systems

Consensus + Distributed KV Store

planned

Raft implementation with leader election, log replication, and linearizable reads across a multi-node cluster

GoRaftgRPC

rag

RAG Pipeline with Evals

planned

Retrieval-augmented generation pipeline with faithfulness scoring, retrieval recall, and quality gates via RAGAS

PythonClaude APIpgvectorRAGAS

ml-foundations

Small Transformer from Scratch

planned

Decoder-only transformer built from PyTorch primitives: self-attention, positional encoding, trained on a real dataset

PythonPyTorch

load-testing

Distributed Load Testing Platform

planned

Coordinated load generation across container workers with autoscaling, real-time metrics, and multi-region test runs

GoKubernetesPrometheusDocker

ai-infra

Multi-model Inference Gateway

planned

LLM API gateway that routes requests across providers/models by cost, latency, and quality tier with automatic fallback, semantic caching, and per-tenant cost accounting

GoRedisLiteLLMOpenTelemetry

ml-inference

LLM Inference Server

planned

Serving layer with continuous batching, KV-cache reuse, and vLLM-style paged attention for high-throughput inference

PythonPyTorchCUDA

vector-db

Vector Database from Scratch

planned

Purpose-built vector store with HNSW indexing, IVF partitioning, and a custom on-disk format for large embeddings

GoHNSWIVF

networking

Distributed Load Balancer

planned

L7 load balancer with consistent hashing, dynamic backend registration via etcd, and Prometheus metrics

GoetcdPrometheus

k8s

Kubernetes Operator

planned

Custom controller for a domain-specific resource with reconciliation loops, CRDs, and admission webhooks

Gokubebuildercontroller-runtime

data-pipeline

Video Processing Pipeline

planned

Ingestion pipeline: upload, chunking, transcode, async workers, object storage, and queue-driven fan-out

GoS3KafkaFFmpeg

ai-agents

Voice Agent

planned

Real-time voice conversational agent with streaming ASR, LLM turns, and low-latency TTS via WebSockets

PythonClaude APIWebSocketsDeepgramElevenLabs