Shravan
Creator & Founding Engineer @ ServerHive/Bare-Metal Cloud & Compilers

Shravan Vadeghar

Systems and platform engineer designing low-level cloud infrastructure, custom C++ compilers, and high-concurrency distributed backends.

Architected and scaled the ServerHive bare-metal developer cloud across 2,000+ ecosystem commits (20+ repositories) from day zero to 1,800+ developers and 3B+ production build actions. Upstream contributor to Cline (69k★) and BlackboxProtobuf. Former defense software research intern at DRDO.

Fleet WorkloadLive
3B+
Actions Compiled
Cloud Fleet20+ Repos
2,000+
Ecosystem Commits
Upstream MergedPR #3425
69K★
Cline Contributor
National RankTop 0.01%
#123
GitHub India Standing ↗
[ 01 ]

About Me & Engineering Ethos

Systems engineer designing bare-metal infrastructure from the kernel up.

I'm Shravan Vadeghar, a systems and backend platform engineer based in Hyderabad, India. I build at the intersection of low-level Linux systems, custom C++ compilers, and high-concurrency distributed backends.

As the Creator & Founding Engineer at ServerHive, I built an autonomous developer cloud ecosystem across 2,000+ ecosystem commits (20+ repositories) from day zero to 1,800+ developers and 3B+ production build actions. I built the entire platform: automated Telegram and web dashboard server rentals, real-time AOSP build monitoring, ML-driven compilation time prediction, AI error log diagnostics, in-browser VS Code workspaces, 80TB+ distributed storage in Rust, and custom C++ Ninja compiler acceleration.

Before ServerHive, I conducted defense systems software research at the Research Center Imarat, DRDO (Defense Research and Development Organisation), where I engineered the LabComm secure communications platform with strict hierarchical RBAC and automated OCI cloud deployments. I also integrated speech models from Project Bhashini (co-developed with IIIT Hyderabad) to build conversational hospital intake systems adapted for regional Telugu dialects, cutting transcription error rates by 40%.

Quick SnapshotActive
Current Focus
Founding Engineer @ ServerHive (Bare-Metal Cloud & Ninja Compilers)
Upstream Impact
Merged runtime patches in Cline (69k★) and BlackboxProtobuf
Prior Background
Systems & Defense Software Research at DRDO (LabComm RBAC & OCI Cloud)
Location & Status
Hyderabad, India (IST) • Open to Senior Systems & Distributed Roles
Primary StackRust • C++20 • Go • Linux
Core Engineering Principles
// 01

Kernel to Silicon First

Abstract only when necessary. The real bottlenecks in large distributed systems live in syscall context switching, lock contention, cache thrashing, and un-isolated multi-tenant memory pressure.

// 02

Autonomous Developer Infrastructure

Eliminate manual DevOps friction. From sub-second bare-metal server provisioning to real-time build monitoring, automated upload recovery, and ML-driven compilation forecasting.

// 03

Upstream Open Engineering

Do not hide behind proprietary hacks. When Google's AOSP Ninja or Cline's agent execution engine has a performance bottleneck, dive into the source, patch it, and merge it upstream for the ecosystem.

[ 02 ]

Career & Engineering Track Record

What we actually designed, built, and shipped across bare-metal clouds, compilers, AI systems, and defense platforms.

Bare-Metal Developer Cloud & Automated Build Fleet

Creator & Founding Engineer

ServerHive Developer Cloud•Sep 2025 — Present•Remote
01 //

Started ServerHive from scratch and grew it to over 1,800 active developers, 100+ daily active build nodes, and 3B+ cumulative production build actions. We set out to give developers instant access to dedicated bare-metal power at a fraction of hyperscaler costs, cutting build times from hours to minutes.

Key Systems & What We Shipped
›Sub-Second Bare-Metal Cloud Provisioning

Engineered the core platform that lets developers rent, configure, and boot dedicated high-memory servers in seconds. Developers could jump straight into fully pre-configured build environments from their terminal or browser with zero manual setup.

›10x Faster Android ROM Compilation & Tier-Based Redis SLA

Rewrote key parts of Google's upstream Ninja build system in C++ to traverse massive 180,000-node dependency graphs much faster, integrated with a tier-based Redis-compatible SLA engine enforcing dynamic multi-tenant concurrency quotas (12 to 96 vCPUs). This cut full Android 14 and 15 clean build times from 4+ hours down to under 40 minutes for ROM developers.

›Self-Hosted Remote Build Execution (RBE) from Scratch

Architected our own complete Remote Execution API (REAPI v2) gRPC caching proxy and build engine from scratch in Go and Rust. Instead of depending on expensive third-party cloud providers, we built local ByteStream caching with RocksDB and Sled, federated a 3-node stateful cluster mesh, and validated Merkle tree cache integrity. This eliminated vendor lock-in, delivered sub-2ms cache lookups, and saved thousands in monthly cloud costs.

›Real-Time Build Monitoring & Telegram Alerts

Engineered an automated AOSP build monitoring subsystem that detects Android compilation instantly, tracks build progress in real-time, and sends automated Telegram alerts with direct artifact download links the moment a build finishes.

›Auto-Resuming Multi-Gigabyte Uploads

Created an automated artifact pipeline that automatically catches interrupted uploads of large ROM zip files, verifying file freshness and resuming right where they dropped so developers never lose a 2-hour build.

›ServerHive Drive (80TB+ Distributed Storage)

Built custom cloud storage in Rust using Tokio and Axum to store and stream 80TB+ of build artifacts and OS images for 30,000+ monthly users. Saved over 25x in storage costs compared to AWS S3 and Google Cloud.

›Fleet Protection & Abuse Prevention

Secured multi-tenant servers with an SSH bastion gateway using one-time passwords and SSH key authentication. Plumbed process limits to automatically prevent fork bombs from crashing shared host machines, and inspected outbound traffic to stop network abuse like unauthorized torrents.

›Automated VPS Management & Dynamic Scaling

Engineered automated virtual machine management using KVM and libvirt. Enabled one-click cloud-init OS installations (Ubuntu, NixOS, OPNsense), dynamic CPU hotplugging, and browser-based VNC access.

RustGolangPythonC++20 (Ninja)REAPI v2gRPCRocksDB / SledLinux (cgroups v2 & KVM)libvirtDockerPostgreSQLRedis
2,000+
Ecosystem Commits
1,800+
Active Developers
3 Billion+
Build Actions
Self-Hosted
RBE Platform
Real-Time WhatsApp AI Agents & Everyday Tool Integration

Software Engineering Intern

TurboML (PuchAI)•Jul 2025 — Sep 2025•Remote
02 //

Engineered real-time AI agents integrated directly into WhatsApp, turning the everyday chat interface into a highly practical utility platform for daily users. Connected autonomous tool-calling loops with live utility services—such as instant travel ticket status checking and phone number identity verification—alongside self-hosted image and video generation pipelines.

Key Systems & What We Shipped
›Real-Time WhatsApp Daily Utility Agents

Built conversational AI agents that operate directly inside WhatsApp, providing daily users with an instant, zero-friction interface for everyday tasks without having to download separate apps.

›Practical Tool Calling (Ticket & Phone Checking)

Integrated automated tool-calling workflows for everyday utility actions, including live travel ticket checking and phone number identity verification, with sub-50ms query responses.

›Self-Hosted Image & Video Generation

Architected and deployed self-hosted generative image and video pipelines that let WhatsApp users prompt, generate, and receive media directly inside their chat threads with low turnaround times.

›Sub-50ms Execution & Failure Recovery

Engineered low-latency microservices in Python, TypeScript, and Rust with persistent state machines, automatically recovering from flaky partner APIs without dropping user session context.

›Multi-Platform Chat Integration

Bridged real-time messaging between WhatsApp and Telegram via custom Matrix Protocol bridges, maintaining reliable zero-message-drop delivery during traffic spikes.

PythonTypeScriptNode.jsRustTool CallingWhatsApp APISelf-Hosted Media GenMatrix ProtocolRedisDocker
< 50ms Turnaround
Agent SLA
WhatsApp & Telegram
Interface
Self-Hosted GenAI
Media Engine
Conversational Clinical AI & Regional Speech Recognition

Software Developer Intern

DigiQuanta Services LLP•Nov 2024 — May 2025•Hyderabad, India
03 //

Built an AI-assisted hospital intake system that conducts preliminary patient interviews, listens to spoken symptom descriptions, and prepares structured medical intake reports for doctors.

Key Systems & What We Shipped
›Bhashini & IIITH Dialect Speech Pipeline

Integrated speech-to-text models from Project Bhashini (co-developed with IIIT Hyderabad) into the clinical patient intake platform, fine-tuning them for regional Telugu accents, rural colloquialisms, and medical vocabulary to reduce transcription error rates by 40%.

›Real-Time Streaming Speech Pipeline

Engineered an automated voice ingestion system with voice activity detection and background noise filtering so nurses and doctors could use the system in noisy clinic reception areas.

›Structured Diagnostic Notes

Built real-time evaluation pipelines that extracted symptoms, duration, and patient severity to generate standardized EHR clinical notes ready for doctor review before appointments.

Bhashini (IIITH)PythonFastAPISpeech Recognition (STT/TTS)Telugu NLPClinical LLMsAudio ProcessingPostgreSQL
Bhashini (IIITH)
Speech Engine
Cut by 40%
Transcription Error
Hospital Intake
Domain
Secure Inter-Laboratory Communications & Automated Cloud CI/CD

Software Developer Intern

Research Center Imarat, DRDO (Ministry of Defence)•Apr 2023 — Sep 2023•Hyderabad, India
04 //

Architected and deployed LabComm, a secure inter-laboratory communication, file sharing, and project tracking portal for defense scientists and officers.

Key Systems & What We Shipped
›LabComm Central Portal & Hierarchical RBAC

Developed the backend web application in Python and Django with strict multi-tiered role-based permissions (Employee, Officer, and Chief Officer) to ensure defense communications remained securely compartmentalized.

›Encrypted Meeting Link Provisioning

Built a secure integration with Google Workspace OAuth2 APIs that dynamically created encrypted video meeting links on demand when inter-laboratory collaboration requests were approved.

›Automated Oracle Cloud (OCI) Deployments

Containerized the platform with lightweight Alpine Docker images and built automated GitHub Actions CI/CD workflows to build, test, and deploy releases directly onto hosted Oracle Cloud infrastructure.

›Zero-Touch Admin Setup

Wrote custom automation scripts using Expect and custom Django management commands so new server containers could initialize and configure secure admin accounts automatically without manual intervention.

PythonDjango & DRFDocker (Alpine)Oracle Cloud (OCI)GitHub ActionsGoogle Workspace OAuth2PostgreSQL / SQLite
LabComm Defense Portal
Portal
Docker on Oracle Cloud
Deployment
Hierarchical RBAC
Security
Academic Foundation & Honors

Bachelor of Engineering — Information Technology

MVSR Engineering College•2021 — 2025•Hyderabad, India•10/10 in All Project Coursework
05 // EDU
Key Honors & Recognitions
Scored a perfect 10/10 across all engineering project-based coursework, practical labs, and capstone design.
Ranked #123 among all GitHub contributors in India on committers.top with 5,600+ contributions across 180+ repositories.
Backed by 300+ GitHub Sponsors and 600+ developer followers for open-source systems and cloud infrastructure engineering.
Invited Speaker at GitHub GitTogether, Hyderabad (by Microsoft), presenting on open-source toolchain development.
1st Prize in IEEE Rapid Code competition.
1st Prize in Annual IT Department Project Expo.
3rd Place in CSI 'Code-The-Verse' National Hackathon, architecting a fully gamified learning platform for developers.
[ 03 ]

Architectural Systems & Platforms

Production systems, custom compiler patches, low-latency gRPC gateways, and Linux virtualization fabrics.

Flagship Cloud Platform2,000+ Commits • 3B+ Actions

ServerHive Developer Cloud Platform

Bare-Metal Multi-Tenant Cloud Execution Engine

Autonomous developer cloud and build automation ecosystem engineered across 2,000+ ecosystem commits (20+ repositories). Enables developers to rent, boot, and manage high-memory dedicated servers with instant in-browser VS Code workspaces, dynamic build work queues, slice-level PSI cgroup v2 throttling, ML-driven compilation forecasting, and automated artifact delivery.

›Dynamic Work Queue & Slice-Level PSI QoS: Engineered BuildWorkQueue for non-preemptive user-grouped Android compilation scheduling (180,000+ DAG nodes). Features rolling demand sampling to clamp serial phases (≤4 jobs), fast-tail finisher promotion (≥98%), and Linux systemd slice-level PSI feedback to eliminate CPU steal.
›Cooperative Upstream C++ Ninja Redis Bridge: Built zero-dependency raw TCP socket client in upstream C++ Ninja (build.cc) that queries Redis for real-time parallelism quotas with strict 100ms timeouts and 3-second TTL caching inside CanRunMore().
›Phase 29 Ensemble ML Build Prediction: Trained and deployed XGBoost and LightGBM models analyzing temporal velocities, smoothing acceleration, serial bottleneck indicators, and historical build fingerprint anchors for precise completion forecasting.
›Automated Server Rental Lifecycle: Built a dual Telegram bot and web dashboard system enabling instant server provisioning, tier resource clamping (12 to 96 vCPUs), automated user onboarding, and SSH key management.
›In-Browser Workspaces & Remote ADB: Integrated automated in-browser VS Code (code-server) with dynamic Caddy TLS subdomains, web-based TMux sessions, and secure ADB-over-SSH port forwarding for direct Android device flashing.
Impact1,800+ Developers • 25x Cost Reduction
Python 3.12C++20PostgreSQLRedisRustLinux cgroups v2PSI TelemetryXGBoostLightGBMDocker
Kernel & Silicon EngineeringKernel RFC • Under Review

Debugging & Patching an Uncatchable Hardware Sync Flood on AMD EPYC (Zen 4)

PCIe Completion Timeouts, Runtime Power Management Deadlocks & Linux Kernel Patch

Root-cause analysis and upstream Linux kernel patch proposal resolving silent hardware resets on dual-socket AMD EPYC 9454 (96 vCPUs) bare-metal servers under sustained multi-tenant Android compilation workloads. Decoded non-volatile hardware crash dumps, reconstructed PCIe completion timeouts, and eliminated a silicon-level deadlock triggered during runtime power management transitions.

›Hardware Crash & Machine Check Telemetry: Extracted non-volatile crash dumps and decoded AMD Machine Check Architecture telemetry, isolating an uncorrected execution watchdog timeout on Core 0 behind silent Data Fabric sync floods.
›PCIe Fabric Investigation: Discovered default motherboard root port settings that escalated network packet aggregation stalls into fatal hardware resets, reconfiguring bridge error escalation to eliminate false reset cycles.
›Silicon Deadlock Discovery: Traced an unhandled memory stall in an on-chip AMD USB controller that Linux runtime power management had autosuspended into deep sleep, freezing the Data Fabric during concurrent high-throughput DMA bursts.
›Linux Kernel Upstream Patch: Authored an upstream kernel patch disabling runtime autosuspend on affected AMD server silicon, preventing the memory deadlock entirely.
›Cluster Stability Result: Eliminated the multi-vector crash cycle, restoring continuous bare-metal build cluster stability under heavy multi-tenant compilation workloads.
Impact100% Cluster Stability under Peak Load
Linux Kernel (C)AMD Zen 4 SiliconPCIe Error HandlingRuntime Power ManagementHardware Crash DumpsBare-Metal Systems
Distributed Systems & Fintech347 Commits • Beta Branch

ServerHive Autonomous Orchestrator & Settlement Engine

Reverse gRPC NAT Traversal, Multi-Rail Settlement & Speculative AI Racing

Autonomous bare-metal cloud orchestrator and multi-rail payment settlement gateway built from scratch across 347 commits and 74,000+ lines of async Python (uvloop). Bridges distributed compute nodes behind restrictive enterprise NATs via bi-directional reverse gRPC streaming, automates sub-5s payment reconciliation, and orchestrates multi-tenant server leases with speculative dual-agent AI models.

›Distributed Reverse gRPC NAT Traversal: Engineered bi-directional streaming ReverseConnectionService allowing bare-metal nodes behind enterprise firewalls/NATs to establish outbound control streams with multiplexed request_id routing, 4MB HTTP/2 flow-control windows, and zero open inbound ports.
›Autonomous Multi-Rail Settlement Engine: Fully automated payment pipeline across UPI, PayPal, Stripe Pix (Brazil BRL), and GitHub Sponsorships. Features mathematical unique paise offsets for collision-free bank attribution and Gmail Pub/Sub webhooks parsing HDFC credit alerts for sub-5s wallet recharges.
›Hierarchical Dual-Agent AI Allocation: Coupled a low-latency conversational agent with an internal deep-thinking reasoning agent (Gemini 2.5 Flash, thinkingLevel: HIGH) for multi-criteria server node allocation; implemented speculative model racing capping p99 latency at 5.0s and topological DAG tool batching.
›High-Concurrency State & Dual Persistence: Powered by uvloop, managing 46 relational tables across SQLite WAL (PRAGMA synchronous = NORMAL, busy_timeout = 5000) and PostgreSQL (asyncpg), monotonic soft-holds (time.monotonic()), zero-latency RentalCache with self-healing loops, and Telegram-backed 45MB chunked gzip backups.
ImpactSub-5s Settlement • 303 Tests (100% Pass)
Python 3.12uvloopgRPC / ProtobufPostgreSQLSQLite WALRedisGemini 2.5 FlashGoogle Cloud Pub/SubTenacity
Compilers & PlatformAOSP Core Platform

AOSP Platform Build Engine & Custom Ninja Compiler

Upstream C++20 DAG Traversal, Tier-Based Redis SLA & Anti-Starvation Scheduling

Large-scale Android Open Source Project (AOSP) compilation engine featuring a custom-patched upstream C++ Ninja compiler, tier-based Redis-compatible SLA enforcement, Soong anti-starvation scheduling, and Bubblewrap sandboxing.

›Upstream C++20 Ninja Optimization: Patched Google's upstream Ninja build system in C++20 with high-speed DAG traversal across 180,000+ build graph nodes.
›Tier-Based Redis-Compatible SLA: Engineered dynamic multi-tenant SLA management querying Redis via raw RESP sockets to enforce rental tier concurrency quotas (12 to 96 vCPUs), load-aware throttling, and priority scheduling guarantees without build stalls.
›Anti-Starvation Scheduler: Unblocked local generator jobs to bypass concurrency caps, feeding remote build workers continuously without worker idle time.
›Single-RTT Redis Dynamic QoS: Low-latency queries fetch user parallelism, tier quotas, and local load average in a single roundtrip with robust RESP protocol parsing.
›Accelerated full clean Android 14/15 builds from 4+ hours down to sub-40 minutes via remote caching and custom DAG scheduling.
Impact4h → 40m Clean Builds • 180k+ DAG Nodes
C++20NinjaAOSP (Android 14/15)Soong / BlueprintRedisBubblewrapLinux Cgroups v2
Self-Hosted RBE & gRPCSelf-Hosted • REAPI v2

ServerHive Self-Hosted Remote Build Execution Platform

Built From Scratch in Go & Rust — Zero Third-Party Dependencies

Architected ServerHive's self-hosted Remote Execution API (REAPI v2) build cache and gRPC proxy from scratch in Go and Rust. Built to completely replace expensive third-party RBE providers (like BuildBuddy or Google RBE) with our own bare-metal infrastructure, saving thousands of dollars in monthly cloud bills while delivering sub-2ms cache lookups.

›Zero 3rd-Party Dependencies & Cost Reduction: Eliminated reliance on costly SaaS build caches, saving thousands of dollars monthly by handling millions of compilation actions directly on our own bare-metal cluster.
›Local ByteStream Caching with RocksDB & Sled: Implemented local ByteStream write caching and embedded RocksDB (with BlobDB for small blobs) to avoid round-tripping across the public internet for Action Results.
›3-Node Stateful Cluster Mesh: Federated a 3-node stateful cluster mesh with peer discovery and distributed FindMissingBlobs, replicating build artifacts directly across ServerHive's internal network.
›Merkle Tree Integrity & Collision Prevention: Built recursive Merkle tree validation and composite indexing to guarantee referenced CAS output blobs exist and eliminate cache collisions.
›Sub-Millisecond Dual Engine in Go & Rust: Delivered dual-engine architecture in Go and Rust (Tokio, Sled, and jemallocator) achieving 1.8ms sub-millisecond CAS lookup latencies.
ImpactSaved Thousands/Mo • 1.8ms CAS Lookup
GolangRustgRPCREAPI v2RocksDBSledCluster MeshMerkle Trees
Distributed StorageProduction Storage

ServerHive Drive Storage Daemon

High-Throughput Chunked Streaming Storage in Rust

Custom high-throughput distributed cloud storage daemon written in Rust, delivering chunked streaming uploads and encrypted user-quota management across 80TB+ of build artifacts.

›Engineered with Tokio, Axum, and Hyper for asynchronous non-blocking I/O at high concurrent throughput.
›Designed streaming multi-part chunk hashing to verify artifact integrity before committing blobs to underlying NVMe arrays.
›Integrated tenant quota enforcement and automated tiered retention for ephemeral build outputs.
Impact80TB+ Artifacts • Zero I/O Stalls
RustTokioAxumHyperNVMe Direct I/OPostgreSQL
Systems & Network714+ Stars

Tata Sky IPTV Stream Resolution Engine

Automated Stream Resolution & Token Reverse Engineering

Automated direct M3U playlist generator and token reverse-engineering engine for IPTV portals, with live stream resolution and token rotation.

›Reverse-engineered proprietary auth tokens and handshake protocols for uninterrupted stream playback.
›Built high-concurrency token renewal daemons with automated fallback failover.
Impact714+ GitHub Stars • Active Usage
PythonFastAPIAsyncIOReverse EngineeringDocker
CI/CD & OS AutomationAutomated CI/CD

Windows Subsystem for Android Automation Pipeline

Automated CI/CD Integration & Binary Packaging

Automated CI/CD pipeline script to build and bake Windows Subsystem for Android (WSA) packages integrated with Google Apps (GApps) in one click.

›Automated extraction, modification, and repackaging of proprietary Android system images with zero human intervention.
›Maintained high reliability across 100+ automated builds and upstream Microsoft schema changes.
ImpactOne-Click Automated Packaging
BashPowerShellGitHub ActionsAndroid ImagesCI/CD
[ 04 ]

Open Source & Upstream Contributions

Ranked among the top GitHub contributors in India, with high-impact upstream patches in tier-1 developer tools and autonomous agents.

GitHub India Rank
#123
Top 0.01% on committers.top ↗
Total Contributions
5,600+
3,500+ in 2025–2026
Total Stars Earned
1,500+
Across 180+ repositories
Developer Community
600+
Followers • 300+ Sponsors
cline/cline•★ 69,100+
Merged Upstream

fix(assistant-message): optimize parsing to prevent hangs on large text renders (#3274)

Replaced O(N²) character-by-character accumulator with precomputed tag lookup maps and index slicing in parseAssistantMessageV2, eliminating memory reallocations and UI thread freezing during large streaming token outputs.

torvalds/linux•★ 186k★
Under Review

Disallow runtime autosuspend on AMD Zen 4 server silicon

Authored Linux kernel patch resolving fatal hardware deadlocks and silent Data Fabric sync floods on AMD EPYC servers caused by runtime power management sleep transitions during heavy compilation bursts.

PR: RFC / Under ReviewView Diff on GitHub
nccgroup/blackboxprotobuf•★ 736
Merged Upstream

Fix Burp hanging issues during stream inspection

Offloaded binary Protocol Buffer decoding to a dedicated background worker thread with non-blocking UI state in Burp Suite's HTTP editor, preventing UI lockups when inspecting large payload streams.

microsoft/devhome•★ 90+
Authored Upstream

feat: Add support for Remote Server CPU & telemetry monitoring

Engineered an asynchronous SSH telemetry pipeline in C# with bounded circular buffer sampling (/proc/stat), dynamically streaming real-time per-core CPU utilization charts into Windows Adaptive Card widgets.

ServerHive / Platform Core•★ Core Org
Under Review

Dynamic Build Work Queue & Slice-Level PSI QoS (#184)

Engineered non-preemptive user-grouped compilation queueing with rolling demand sampling, fast-tail finisher promotion (≥98%), and Linux systemd slice-level PSI cgroup v2 throttling.

PR: Branch / Under ReviewView Diff on GitHub
ServerHive / Distributed Core•★ Flagship
Active Beta

Distributed Reverse gRPC Streaming & Autonomous Multi-Rail Settlement (#42)

Architected ReverseConnectionService for NAT-traversing bi-directional streaming from bare-metal nodes, paired with sub-5s automated payment reconciliation across UPI, PayPal, and Stripe Pix.

PR: Beta BranchView Diff on GitHub
[ 05 ]

Technical Arsenal & Systems Proficiencies

Grounded proficiencies exercised across production bare-metal fleets, custom C++ compilers, and defense systems.

// 01Production Verified

Low-Level & Systems Platform

Kernel sockets, CPU pinning, custom compilers, and unprivileged sandboxing.

RustTokio Async, Sled, 80TB+ Artifact Storage
C++20Patched Google AOSP Ninja, DAG Optimization
KVM & libvirtAutomated VPS Lifecycle & Cloud-Init
Bubblewrap (bwrap)Unprivileged User Sandboxing
Linux Cgroups v2 & PSISlice-Level PSI Telemetry & Dynamic CPU Quotas
ML ForecastingPhase 29 XGBoost & LightGBM Ensembles
AMD Zen 4 SMCA & MSRsACPI BERT, CPER & Hardware Crash Decoding
PCIe AER & TLP ProtocolsCompletion Timeouts, SERR# & Root Port Config
Linux Kernel DriversxHCI Subsystem, Runtime PM & Quirks Patching
SSH Bastion & PAMsshpiper, OTP & Key Authentication
// 02Production Verified

Distributed Systems & Backends

High-throughput RPCs, Merkle tree caches, and ACID data engines.

Golang (Go)High-Concurrency gRPC & HTTP Gateways
gRPC & ProtobufREAPI v2 Binary Wire Specifications
RocksDB & SledSub-2ms Embedded KV & CAS Storage
Redis & ValkeySingle-RTT MGET QoS & Lease Locks
PostgreSQLACID Schemas, Migrations & AsyncPG
Merkle TreesAction-Tree Cache Verification
Cluster MeshesStateful Node Federation & Discovery
Reverse gRPC StreamingOutbound NAT Traversal & Request Multiplexing
Autonomous SettlementUPI Paise Offsets, HDFC Webhooks & Stripe Pix
// 03Production Verified

Autonomous Agents & AI Pipelines

Sub-50ms tool loops, persistent finite state machines, and streaming audio.

Hierarchical AI AgentsDual-Agent Node Matching & Speculative Racing
WhatsApp & Telegram AIReal-Time Tool-Calling & Autonomous Operations
Self-Hosted GenAIImage & Video Generation Pipelines
Matrix ProtocolEncrypted Agent Bridge (WhatsApp & Telegram)
Bhashini (IIITH)Regional Telugu Speech Recognition & Intake
Cline RuntimeUpstream Merged Agent Parser Optimization
FastAPI & PythonLow-Latency Streaming Server Backends
Speech & Audio VADAutomated Voice Detection & Noise Cancel
// 04Production Verified

Cloud, OS & Infrastructure

Containerization, secure defense rollouts, and build pipelines.

Docker (Alpine)Minimalist High-Security Images
Oracle Cloud (OCI)Automated Infrastructure Deployments
GitHub ActionsHermetic CI/CD Build & Test Workflows
Django & DRFHierarchical RBAC Defense Portals
Linux PAM & WebAuthnFIDO2 Multi-Factor Authentication
WebSockets & PTYInteractive Terminal Streaming in Go
Bash & ExpectAutomated Container Provisioning
Caddy & Reverse ProxiesAutomated TLS & Host Routing
[ 06 ]

Initiate Contact & Handshake

Let's build high-performance systems.

I'm open to Founding / Senior Systems Engineering roles, bare-metal cloud infrastructure projects, and custom compiler work.

Direct Email
vadeghar.shravan@gmail.com

Primary channel for systems roles and technical inquiries.

GitHub Profile
github.com/Shra1V32

#123 in India (committers.top) • 5,600+ contributions • 180+ repos.

LinkedIn
linkedin.com/in/shravan-vadeghar

Professional history and recommendations.

Telegram
@Shra1V32

Instant messaging for quick technical discussions.

Hyderabad, India (IST / UTC+5:30)
Available for remote worldwide & relocation
SVShravan Vadeghar

Systems & Platform Engineer • Founding Engineer @ ServerHive

© 2026 Shravan Vadeghar. Systems operational.
Hyderabad, India•Next.js 15 & Tailwind CSS v4•Plain HTML