Skip to main content

Tagged System Design

All posts

6 posts on System Design.

The Full Voice-Agent Architecture Behind Dyx

12 min read

The full boxes and arrows behind my portfolio phone number. LiveKit, Deepgram STT, Groq LLM with three tools, Cartesia TTS, and roughly two cents per minute.

DyxVoiceLiveKitSystem Design

Building a LiveKit Voice Frontend for SAP HANA Operations

12 min read

A WebRTC voice interface that had to survive a corporate proxy blocking UDP. Token flow, TURN-over-TLS defaults, and why mic-permissions ate my week.

LiveKitWebRTCSAPHANA

System Design of the SIH Multimedia Indexer: Per-Modality OCR + ASR

11 min read

The full design of the SIH 2022 evidence indexer for MP Police, how each modality was handled with its own OCR/ASR family, merged into a single TF-IDF index, and served through one query surface.

System DesignOCRASRSearch

The Full-Stack Architecture of a GDPR-Compliant RAG at SAP Labs

13 min read

The end-to-end architecture of a privacy-preserving RAG at SAP Labs: preprocessing, HNSW retrieval, metadata pre-filter, PII redaction, generation, audit trail.

SAPRAGSystem DesignGDPR

CipherStack Beyond the LRU: Full Vault Architecture

12 min read

The LRU state machine is one component. This is the whole vault, Postgres AEAD rows, the Fly.io API, cert handshake, dashboard, and the /metrics endpoint.

CipherStackSecuritySystem DesignPostgreSQL

How I Redesigned the Credential-Fetch Client for a 9,000-Server Fleet

12 min read

The architecture behind the Go client, local socket, encrypted cache, async refresh, vault-outage fallback, and the canary rollout that caught the bugs.

GoSystem DesignSAPInfrastructure