Staff Software Engineer · Real-time AI · Distributed Systems

I turn production chaos
into reliable systems.

I build real-time LLM/voice inference platforms, backend systems, fraud/risk engines, edge-IoT products, and infrastructure that survives scale, latency, and failure.

PYPE AIREAL-TIME VOICE AIDATA SUTRAM10M+ REQUESTS/DAY1B+ SIGNALSOPENFHEPRIVACY-PRESERVING COMPUTATIONMECHQUICKEDGE-IOTGENAIFRAUD DECISIONINGRUSTGOPYTHONKAFKAREDISSCYLLADBPOSTGRESKUBERNETESAWSGCPSECURITYCEHLPTPYPE AIREAL-TIME VOICE AIDATA SUTRAM10M+ REQUESTS/DAY1B+ SIGNALSOPENFHEPRIVACY-PRESERVING COMPUTATIONMECHQUICKEDGE-IOTGENAIFRAUD DECISIONINGRUSTGOPYTHONKAFKAREDISSCYLLADBPOSTGRESKUBERNETESAWSGCPSECURITYCEHLPT

01

One system. Two futures.

Same production event. Same traffic. Same pressure. Two engineering outcomes.

PRODUCTION EVENT DETECTED

Without strong engineering

The fragile system

  • Traffic spike enters gateway
  • Queue depth rising
  • p95 latency unstable
  • No trace correlation
  • Retries amplify load
  • Alert storm begins
  • Manual debugging
  • Customer impact

p95 latency

120ms4.8s

queue depth

4218,900

failed requests

038,420

incident cost

$0$48,000

visibility

highlost

The system does not fail all at once. It loses visibility first. Then control. Then trust.

With Amneek's engineering

The engineered system

  • Traffic spike detected
  • Backpressure applied
  • Queue isolated
  • Hot path protected
  • Fallback engaged
  • Traces correlated
  • Auto-recovery triggered
  • SLA protected

p95 latency

120ms180ms

queue depth

42controlled

failed requests

00 critical

incident cost

$0$0 lost

visibility

highcomplete

recovery

automatic

Good architecture does not make production quiet. It makes production understandable, recoverable, and boring.

02

The operating system behind my work.

A career across inference, fraud, encrypted computation, telemetry, and production infrastructure.

03

Selected systems. Not projects.

Built where latency, scale, correctness, and ownership mattered.

LLM voice inferenceHealthcareTelephonyStreamingp99Production

Pype AI — real-time healthcare voice infrastructure

Operating as Staff Software Engineer, owning end-to-end technical delivery for a real-time healthcare voice-AI platform — from low-latency conversations and infra to reliability, releases, compliance readiness, and production delivery.

audio streamSTTLLMtool callTTSmonitoring
interruptible conversationsconcurrent callsp99 controlcost-aware inferenceaudit readiness
FraudRiskRBI-regulated systems10M+ req/day1B+ signals

Data Sutram — fraud, identity, and AI decisioning infrastructure

Built and led systems for fraud, identity, risk, and AI decisioning infrastructure used in regulated financial environments. Worked on real-time decision engines, multi-signal investigation, and data-intelligence layers.

raw signalsfeature pipelinesML/rules/AI reasoningdecisionaudit trace
10M+ daily requests
1B+ entity signals
sub-200ms p95
audit trace ready
Open sourceFHECKKSKeySwitchRNSPerformance

OpenFHE — privacy-preserving computation contribution

Contributed to OpenFHE by optimizing Hybrid KeySwitch with parameter caching, eliminating repeated ILDCRTParams reconstruction in a latency-sensitive cryptographic hot path.

recomputerecomputerecompute
cache paramsQlreuselower overhead
Hybrid KeySwitchparamsQl cachingCKKS workflowsciphertext multiplicationrotationmodulus switchingRNS optimization
FounderEdge IoTOBD/CANPredictive AIFleet telemetry

MechQuick — edge-IoT + GenAI fleet intelligence

Founded MechQuick to move fleets from reactive breakdowns to predictive, data-driven management using connected-vehicle hardware, telemetry, diagnostics, and GenAI-assisted intelligence.

vehicleOBD/CANedge gatewaycloudpredictionservice action
secure diagnostics gatewaypredictive maintenancefleet intelligenceGenAI diagnosticsenterprise pilotsfounder ownership
PrometheusLogsDashboardsSyslogEscalationReliability

Production visibility layer

Built observability foundations from scratch — metrics, dashboards, centralized logging, log rotation, and escalation policies — so systems became traceable before they became incidents.

unknown failuremetricslogstraceownerfix

04

The details are the differentiator.

The work goes below the surface: latency, queues, key switching, auth, observability, and failure domains.

Latency

  • p99 and p95 thinking
  • sub-200ms-p95 decision systems
  • hot-path optimization
  • concurrency control
  • queue isolation

Architecture trace

requestqueueworkerresponse

05

Built across layers. Led across outcomes.

April 2026 — PresentBengaluruReal-time healthcare voice AI

Staff Software Engineer

Pype AI

Owning engineering execution and end-to-end technical delivery for Pype's real-time healthcare voice-AI platform. Hands-on across architecture, scalability, releases, infrastructure, reliability, and compliance readiness.

LLM voice inferencestreaminghealthcarep99infracompliance
April 2026 — PresentHoboken, NJ / RemotePrivacy-preserving computation

Open Source Contributor — OpenFHE

Duality Technologies / OpenFHE

Contributor to OpenFHE, working on encrypted computation performance. Optimized Hybrid KeySwitch by introducing parameter caching in a latency-sensitive path.

FHECKKSKeySwitchRNSperformance
April 2025 — PresentMumbaiEdge-IoT + GenAI for fleets

Co-Founder & CEO

MechQuick

Founded MechQuick to move fleets from reactive breakdowns to predictive, data-driven management. Owned product, technology, GTM, pilots, hardware direction, and platform architecture.

Founderedge IoTdiagnosticsOBD/CANGenAIpatent
March 2022 — May 2026MumbaiFraud, identity, and AI decisioning infrastructure

Lead Software Engineer / Senior SDE / SDE

Data Sutram

Built and led backend systems across fraud, identity, real-time decisioning, data intelligence, authentication, observability, and regulated financial infrastructure.

10M+ req/day1B+ signals700× scaleRustRedisPostgresKafka
September 2020 — April 2022MumbaiWeb platform and security foundations

Full Stack Engineer & Network Security Lead

Learning While Travelling

Built web platforms and led network/server hardening with RBAC, firewall configuration, bastion setup, OWASP-aligned mitigations, penetration testing, and backups.

RBACOWASPpen testingMERNsecurity
August 2018 — July 2020RemoteTeaching and community

Global Student Co-ordinator

International Organisation of Software Developers

Taught 2500+ students across C++, OOP, DSA, and Cyber Security while organizing hackathons and technical events.

2500+ studentsC++DSACyber Securitycommunity

06

How I think about systems.

01 · blueprint → live traffic

Production is the real architecture review.

Diagrams are useful. Traffic tells the truth.

02 · waveform compression

Latency is a product experience.

p95 and p99 are not backend metrics. They are user trust metrics.

03 · dark box → transparent

Observability before hero debugging.

If the system cannot explain itself, the engineer becomes the bottleneck.

04 · model path + fallback routes

AI systems need failure design.

Models, prompts, tools, fallbacks, evals, and monitoring are all production surfaces.

05 · encrypted perimeter

Security should be built into the path.

RBAC, audit trails, secrets, credential rotation, and compliance cannot be pasted later.

06 · tangled graph → clean line

Simple systems survive longer.

Complexity is acceptable only when it buys clarity, resilience, or speed.

07

Stack mapped by system layer.

08

Numbers that survived production.

0 → 10M+

requests/day

700×

scale-up

1B+

entity signals

sub-200ms

p95 decision systems

$1M+

revenue-powered systems

2500+

students taught

CEH + LPT

security certifications

OpenFHE

contributor

Founder

MechQuick

Patent

secure vehicle diagnostics gateway

The strongest systems are usually noticed only when they do not fail.

09

Let's build systems that hold.

Open to Staff, Founding, Senior, backend infrastructure, applied AI, and production engineering conversations across India, US, UK, and Europe.

LinkedIn

Connect

Website

amneek.com

Location

Bengaluru, India

Open to

US · UK · Europe · India