Himansh Mudigonda

AI Engineer @ Ron Turley Associates, Inc.

ML Architect & Engineer - Product Builder

AI Infrastructure, Machine Learning, and Backend Engineer, Nature Q1 Author, building systems that bridge models, data, and infrastructure into measurable, reliable products. Focused on product and impact, taking ideas from 0 to 1 and shaping intelligent systems. Open to relocate.

construction
On-going Projects
Sakshi
SuperSay
Broski
updated 4d ago
menu_book
Reading Now
Zero To One
Peter Thiel
Think Faster Talk Smarter
Matt Brahams
The Subtle art of not giving a
Mark Manson
music_note
Hobbies & Interests
GuitarPianoDrumsUkulele
DJing
Hiking
Chess
Go Karting
Ask HimmiAI anything
0+
Years engineering
0
Papers published
0+
Projects shipped
0
Companies

RAG Detailed Context - Do Not Show to User

Broski Build Orchestrator Context

Broski is a deterministic task runner focused on replacing Make/Just for local and CI workflows. It uses explicit task contracts, graph scheduling, and content hashing for reproducible execution.

Core concepts: graph mode versus interactive mode, cache explainability via --explain, and transactional output promotion for reliable task outputs.

Docs URLs: https://himudigonda.me/broski_docs/ and https://broski-docs.vercel.app/broski_docs/


AI Engineer at Ron Turley Associates, Inc. (AKA RTA Fleet) (2026-04-24 - Present)

First hire on the AI / "special projects" team and fifth overall on the broader innovation team at a new company joined on 2026-04-24. Currently building FleetBeet among other initiatives.

Skills: JavaScript, TypeScript, Node.js, Nest.js, LangGraph, CrewAI, RabbitMQ, Redis, Docker, System Design. Core Accomplishments: AI team — **1st hire**. More like the "special projects group".; Innovation team — **5th hire**.; Building **FleetBeet** and more.


Founding Machine Learning & Backend Engineer at VelocitiPM LLC (2025-06-01 - 2026-04-24)

Architected a multi-agent system using LangGraph for cyclic state management and CrewAI for role-based task execution. The backend is a FastAPI microservice deployed on AWS AppRunner. To handle high concurrency, implemented an event-driven architecture using AWS Kinesis for stream processing and SNS/SQS for asynchronous task decoupling. Managed agent memory and state persistence using Redis (ElastiCache), specifically optimizing for low-latency retrieval during multi-step reasoning loops. Established MLOps workflows using Amazon SageMaker Pipelines for automated model retraining and MLflow for experiment tracking and model versioning. Monitoring and distributed tracing were handled via AWS X-Ray and CloudWatch to map request flows across the 30-agent swarm.

Skills: Python, Go, C++, LangGraph, CrewAI, FastAPI, Kafka, Lambda, Kinesis, SQS, Redis, MLOps, System Design, Observability. Core Accomplishments: Architected a **30-agent AI orchestration engine** (LangGraph, CrewAI) on AWS AppRunner, automating 80% of PM workflows and increasing engineering throughput **4×**.; Engineered an event-driven, async pipeline using **AWS Kinesis, SNS, and Lambda**, reducing P95 latency by **85%** and ensuring **99.98%** message delivery reliability.; Built a production-grade **MLOps platform** with SageMaker Pipelines and MLflow, automating retraining gates and boosting release cadence **8×**.; Implemented a robust **observability suite** (CloudWatch, X-Ray) that cut critical incident resolution time from 2 hours to **~10 minutes** via distributed tracing.; Designed a **Redis-based memory layer** for agentic state persistence, slashing inter-agent latency by **60%** and supporting **2.5×** higher concurrent user throughput.


Founding AI Engineer at TimelyHero, Dimes Inc. (2024-08-01 - 2025-06-01)

Led the transition from a monolithic architecture to a gRPC-based microservice environment on Azure Kubernetes Service (AKS). Built RAG infrastructure using Apache Airflow for DAG orchestration, Pinecone as the vector database, and MongoDB for metadata storage. To handle real-time user matching, implemented a high-throughput ingestion pipeline using Apache Kafka, focusing on back-pressure strategies and partition tuning to sustain 5,000 messages/sec. Infrastructure was managed entirely through Terraform modules. Observability was achieved by deploying a Prometheus and Grafana stack within the K8s cluster to monitor pod health and WebSocket session persistence.

Skills: Java, Flask, Kafka, Airflow, RAG, Pinecone, MongoDB, Terraform, Kubernetes, Azure, System Design. Core Accomplishments: Spearheaded the migration of a legacy monolith to a **Java/Flask/gRPC microservice architecture** on AKS, scaling to support **100,000+** concurrent WebSocket sessions.; Designed and deployed **Airflow-orchestrated RAG pipelines** (Pinecone, OpenAI, MongoDB), reducing data staleness from 48 hours to **30 minutes** and driving **$250K+** in new enterprise contracts.; Standardized **Infrastructure-as-Code (IaC)** using Terraform and Kubernetes, reducing deployment downtime by **35%** and quadrupling the team's release velocity.; Optimized high-throughput ingestion pipelines with **Kafka back-pressure handling**, stabilizing throughput at **5,000 msgs/sec** under peak loads of 1M+ events/hour.; Implemented a comprehensive **monitoring stack** (Prometheus, Grafana) that improved proactive incident detection by **70%**, ensuring high availability.


Machine Learning Intern at Endimension Inc. (2024-04-01 - 2024-08-01)

Focused on high-performance Computer Vision (CV) model training and deployment for medical diagnostics. Utilized TensorFlow and Keras to train on 8TB of DICOM imagery hosted on S3. Optimized inference performance by converting models to ONNX format and applying 8-bit quantization for deployment on SageMaker multi-model endpoints. Built serverless data preprocessing workflows using AWS Glue and Kinesis for real-time image ingestion. Implemented cost-saving measures using SageMaker Spot Instances for distributed training jobs. Model drift and telemetry were tracked using MLflow and integrated into a CloudWatch dashboard for proactive monitoring.

Skills: TensorFlow, Keras, Computer Vision, Quantization, ONNX, SageMaker, CUDA, Kinesis, Glue, MLflow. Core Accomplishments: Trained and optimized large-scale vision models (TensorFlow, Keras) on **8TB of medical imaging data**, improving diagnostic mAP by **13%** and IoU by **17%**.; Deployed **ONNX-quantized inference endpoints** on SageMaker, reducing P95 latency by **40%** with negligible AUC drift (<0.5%) for real-time diagnostics.; Leveraged **SageMaker Spot Instances** and distributed training strategies to reduce GPU training costs by **25%** while accelerating iteration cycles by **1.8×**.; Architected a **serverless inference pipeline** using AWS Kinesis and Lambda, ensuring **24/7 fault tolerance** and scalable processing for high-volume image streams.; Configured a robust **model monitoring stack** (MLflow, Prometheus) to track drift and performance, reducing debugging time for production models by **60%**.


Graduate Research Assistant at JLiang Lab, Arizona State University (2023-09-01 - 2024-05-01)

Conducted large-scale medical imaging research using PyTorch and JAX. Implemented distributed training via PyTorch Fully Sharded Data Parallel (FSDP) on an EKS cluster with A100 GPUs to handle heavy transformer architectures like Swin and DINOv2. Engineered a custom Slurm-based scheduler on AWS EC2 Batch to manage multi-tenant GPU access. Data engineering involved building high-throughput pipelines with AWS Glue to process multi-terabyte datasets stored in S3. Experimentation was strictly versioned using MLflow and SageMaker Experiments to ensure reproducibility in a research environment.

Skills: PyTorch, JAX, Computer Vision, Distributed Training (FSDP), Slurm, EKS, Glue, S3, SageMaker, MLflow. Core Accomplishments: Developed state-of-the-art **multi-modal CV models** (Swin Transformer, DINOv2) on SageMaker GPU clusters, achieving a **24% increase** in rare-disease recall.; Implemented **Fully Sharded Data Parallel (FSDP)** training on Amazon EKS (8× A100s), reducing model training time by **3.2×** and cutting cloud compute costs by **40%**.; Engineered a **multi-node GPU job scheduler** using Slurm and EC2 Batch, automating provisioning and boosting cluster utilization by **35%** across shared workloads.; Built distributed data pipelines with **AWS Glue and S3** to ingest and preprocess **8TB+** of multimodal medical datasets, improving data throughput by **2.6×**.; Designed reproducible experiment tracking workflows with **SageMaker Experiments and MLflow**, reducing hyperparameter tuning time by **45%** and ensuring 100% reproducibility.


Machine Learning Researcher at SRM Advanced Electronics Laboratory (2021-12-01 - 2023-07-31)

Developed a distributed signal processing and regression system for IoT-based medical sensors. The core engine utilized Apache Spark (MLlib) for distributed kernel regression. Engineered the edge-to-cloud bridge using AWS Greengrass and AWS IoT Core, optimizing MQTT protocols for low-latency transmission in constrained network environments. Built robust ETL pipelines using Spark SQL to maintain data integrity from raw sensor signals. The work focused on high-accuracy time-series forecasting and was validated through peer-reviewed publication in Scientific Reports.

Skills: Apache Spark, SQL, Java, Greengrass, IoT Core, MQTT, Regression Modeling, ETL, Research. Core Accomplishments: Developed a distributed **kernel regression pipeline** on Apache Spark (Java + MLlib), achieving a clinical-grade **MARD of 8.86%** for non-invasive glucose monitoring.; Engineered a real-time IoT streaming system using **AWS Greengrass and IoT Core**, enabling ultra-low latency ingestion (**<200ms**) for 2,000+ daily sensor readings.; Designed production-grade **ETL and data quality workflows** with Spark SQL, ensuring **95%+ signal integrity** across distributed edge devices.; Optimized cloud-to-edge messaging protocols via **MQTT**, ensuring reliable data transmission and reducing packet loss by **15%** in unstable network environments.; Co-authored and published this novel research in **Scientific Reports (Nature Portfolio)**, a Q1 journal, validating the system's clinical accuracy and architectural robustness.


Master of Science in Computer Science (AI/ML) from Arizona State University (2023-08-01 - 2025-05-01)

Location: Tempe, AZ, USA. Coursework: Digital Image Processing, Image Analytics and Informatics, Statistical Machine Learning, Operationalizing Deep Learning, Cloud Computing, Data-Intensive Distributed Systems for Machine Learning, Advanced Operating Systems, Social Media Mining. Activities: SoDA: Software Developers Association, ACM Student Chapter, Linux Users Group, The AI Society at ASU, Hindu YUVA.


Bachelor of Technology in Computer Science & Engineering from SRM University (2019-06-01 - 2023-06-01)

Location: Amaravathi, AP, India. Coursework: DSA in C, OOPs in Java, Database Management Systems, Computer Organization and Architecture, Introduction to Quantum Computations, Operating Systems, Data Warehousing and Data Mining, Computer Networks, Data Science, Software Engineering, Managing Innovation and Startups, Cloud Computing, Big Data Analytics, Machine Learning. Activities: Founder @ Inventors Village, Founder @ Research Clan, Board Member @SRM Student Council, Board Member @ SRM Entrepreneurship Cell, Member @ GDSC.


Toolkit

81 tools · 6 categories

Languages and Tools

9

AI · Machine Learning

15

Frameworks for training, optimizing, and deploying models.

LLMs · Agentic Systems

12

Stack for orchestrating language models and autonomous agents.

Backend · Orchestration

14

Async, streaming, and distributed runtime building blocks.

Cloud · Infrastructure

15

Where workloads run and how the infra is reproduced.

Databases · MLOps

16

State, search, observability, and the model lifecycle.

Experience

6 roles · 2021–present · founding hire ×2

AI Engineer

Apr 2026 – Present·now
  • AI team — 1st hire. More like the "special projects group".

  • Innovation team — 5th hire.

  • Building FleetBeet and more.

JavaScriptTypeScriptNode.jsNest.jsLangGraphCrewAIRabbitMQRedisDockerSystem Design

Founding Machine Learning & Backend Engineer

VelocitiPM LLC·Phoenix, AZ, USA
Jun 2025 – Apr 2026
  • Architected a 30-agent AI orchestration engine (LangGraph, CrewAI) on AWS AppRunner, automating 80% of PM workflows and increasing engineering throughput .

  • Engineered an event-driven, async pipeline using AWS Kinesis, SNS, and Lambda, reducing P95 latency by 85% and ensuring 99.98% message delivery reliability.

  • Built a production-grade MLOps platform with SageMaker Pipelines and MLflow, automating retraining gates and boosting release cadence .

  • Implemented a robust observability suite (CloudWatch, X-Ray) that cut critical incident resolution time from 2 hours to ~10 minutes via distributed tracing.

  • Designed a Redis-based memory layer for agentic state persistence, slashing inter-agent latency by 60% and supporting 2.5× higher concurrent user throughput.

PythonGoC++LangGraphCrewAIFastAPIKafkaLambdaKinesisSQSRedisMLOps

Founding AI Engineer

TimelyHero, Dimes Inc.·Remote - Tokyo, Japan
Aug 2024 – Jun 2025
  • Spearheaded the migration of a legacy monolith to a Java/Flask/gRPC microservice architecture on AKS, scaling to support 100,000+ concurrent WebSocket sessions.

  • Designed and deployed Airflow-orchestrated RAG pipelines (Pinecone, OpenAI, MongoDB), reducing data staleness from 48 hours to 30 minutes and driving $250K+ in new enterprise contracts.

  • Standardized Infrastructure-as-Code (IaC) using Terraform and Kubernetes, reducing deployment downtime by 35% and quadrupling the team's release velocity.

  • Optimized high-throughput ingestion pipelines with Kafka back-pressure handling, stabilizing throughput at 5,000 msgs/sec under peak loads of 1M+ events/hour.

  • Implemented a comprehensive monitoring stack (Prometheus, Grafana) that improved proactive incident detection by 70%, ensuring high availability.

JavaFlaskKafkaAirflowRAGPineconeMongoDBTerraformKubernetesAzureSystem Design

Machine Learning Intern

Endimension Inc.·Remote - Tempe, AZ, USA
Apr 2024 – Aug 2024
  • Trained and optimized large-scale vision models (TensorFlow, Keras) on 8TB of medical imaging data, improving diagnostic mAP by 13% and IoU by 17%.

  • Deployed ONNX-quantized inference endpoints on SageMaker, reducing P95 latency by 40% with negligible AUC drift (<0.5%) for real-time diagnostics.

  • Leveraged SageMaker Spot Instances and distributed training strategies to reduce GPU training costs by 25% while accelerating iteration cycles by 1.8×.

  • Architected a serverless inference pipeline using AWS Kinesis and Lambda, ensuring 24/7 fault tolerance and scalable processing for high-volume image streams.

  • Configured a robust model monitoring stack (MLflow, Prometheus) to track drift and performance, reducing debugging time for production models by 60%.

TensorFlowKerasComputer VisionQuantizationONNXSageMakerCUDAKinesisGlueMLflow

Graduate Research Assistant

JLiang Lab, Arizona State University·Tempe, AZ, USA
Sep 2023 – May 2024
  • Developed state-of-the-art multi-modal CV models (Swin Transformer, DINOv2) on SageMaker GPU clusters, achieving a 24% increase in rare-disease recall.

  • Implemented Fully Sharded Data Parallel (FSDP) training on Amazon EKS (8× A100s), reducing model training time by 3.2× and cutting cloud compute costs by 40%.

  • Engineered a multi-node GPU job scheduler using Slurm and EC2 Batch, automating provisioning and boosting cluster utilization by 35% across shared workloads.

  • Built distributed data pipelines with AWS Glue and S3 to ingest and preprocess 8TB+ of multimodal medical datasets, improving data throughput by 2.6×.

  • Designed reproducible experiment tracking workflows with SageMaker Experiments and MLflow, reducing hyperparameter tuning time by 45% and ensuring 100% reproducibility.

PyTorchJAXComputer VisionDistributed Training (FSDP)SlurmEKSGlueS3SageMakerMLflow

Machine Learning Researcher

SRM Advanced Electronics Laboratory·Amaravathi, AP, India
Dec 2021 – Jul 2023
  • Developed a distributed kernel regression pipeline on Apache Spark (Java + MLlib), achieving a clinical-grade MARD of 8.86% for non-invasive glucose monitoring.

  • Engineered a real-time IoT streaming system using AWS Greengrass and IoT Core, enabling ultra-low latency ingestion (<200ms) for 2,000+ daily sensor readings.

  • Designed production-grade ETL and data quality workflows with Spark SQL, ensuring 95%+ signal integrity across distributed edge devices.

  • Optimized cloud-to-edge messaging protocols via MQTT, ensuring reliable data transmission and reducing packet loss by 15% in unstable network environments.

  • Co-authored and published this novel research in Scientific Reports (Nature Portfolio), a Q1 journal, validating the system's clinical accuracy and architectural robustness.

Apache SparkSQLJavaGreengrassIoT CoreMQTTRegression ModelingETLResearch

Education

2 degrees · MS in AI/ML & B.Tech in CS
Arizona State University
Arizona State University

Master of Science in Computer Science (AI/ML)

Aug 2023 – May 2025·Tempe, AZ, USA
Coursework 8+
Digital Image ProcessingImage Analytics and InformaticsStatistical Machine LearningOperationalizing Deep LearningCloud ComputingData-Intensive Distributed Systems for Machine LearningAdvanced Operating SystemsSocial Media Mining
Activities & Leadership 5+
SoDA: Software Developers AssociationACM Student ChapterLinux Users GroupThe AI Society at ASUHindu YUVA
SRM University
SRM University

Bachelor of Technology in Computer Science & Engineering

Jun 2019 – Jun 2023·Amaravathi, AP, India
Coursework 14+
DSA in COOPs in JavaDatabase Management SystemsComputer Organization and ArchitectureIntroduction to Quantum ComputationsOperating SystemsData Warehousing and Data MiningComputer NetworksData ScienceSoftware EngineeringManaging Innovation and StartupsCloud ComputingBig Data AnalyticsMachine Learning
Activities & Leadership 5+
Founder @ Inventors VillageFounder @ Research ClanBoard Member @SRM Student CouncilBoard Member @ SRM Entrepreneurship CellMember @ GDSC

Projects

21+ shipped · 2024–2026 · 107+ distinct technologies

Production systems, research code, and shipped experiments — click any row for the full case study.

2026

4+: See more in GitHub
Protocol Battle Arena: High-Performance Benchmarking Suite
Protocol Battle Arena: High-Performance Benchmarking Suite
A sophisticated engineering lab for benchmarking modern web protocols. Features automated server orchestration, live resource tracking, and deep performance analytics for REST, gRPC, GraphQL, and streaming protocols.
Python 3.12FastAPIgRPC

Zerobrew: Open Source Rust Systems Contribution
Zerobrew: Open Source Rust Systems Contribution
Implemented core Multi-Formula Installation for a high-performance Homebrew alternative in Rust. Optimized a sequential O(N) process into a parallelized batch operation.
RustCargoCLI

HimmiRouter: Enterprise LLM Gateway & Workbench
HimmiRouter: Enterprise LLM Gateway & Workbench
A production-ready LLM Inference Gateway and "Obsidian" themed AI Workbench. Features a state-machine router, atomic credit-based billing, and real-time distributed tracing for 80+ state-of-the-art models.
Python 3.12FastAPILangGraph

SuperSay: High-Performance Local AI Speech Engine
SuperSay: High-Performance Local AI Speech Engine
A production-grade, 100% offline Text-to-Speech (TTS) engine for macOS that eliminates the latency of local AI models through a parallelized inference-streaming architecture.
SwiftAVFoundationPython

2025

8+: See more in GitHub
IngestIQ: Enterprise Multi-Tenant RAG Platform
IngestIQ: Enterprise Multi-Tenant RAG Platform
A high-throughput, event-driven Enterprise RAG Platform architected on FastAPI and Airflow, delivering SOC2-ready data isolation, millisecond-latency ingestion, and real-time semantic search for multi-tenant SaaS applications.
FastAPIApache Airflow (Kubernetes Executor)RabbitMQ

Agentum-Framework
Agentum-Framework
An open-source, distributed framework for orchestrating production-ready, multi-modal AI agents with self-healing capabilities and complex, stateful workflows.
PythonAgentic AILangGraph

CollabWrite
CollabWrite
A real-time, AI-augmented collaborative editor featuring conflict-free synchronization and context-aware writing assistance.
YjsWebSocketsFastAPI

FraudDetectX
FraudDetectX
A real-time fraud detection engine leveraging In-Database Machine Learning and Graph Neural Networks for high-throughput transaction scoring.
PySparkPostgresSQL/MLEvaDB

Doppelgangerify
Doppelgangerify
A personalized Generative AI pipeline that fine-tunes state-of-the-art diffusion models (FLUX.1) using Low-Rank Adaptation (LoRA) to create hyper-realistic user avatars.
LoRAFLUX.1PyTorch

Gemma-3 Reasoning Training with GRPO
Gemma-3 Reasoning Training with GRPO
Fine-tuned the Gemma-3 model using Group Relative Policy Optimization (GRPO) to significantly enhance its mathematical reasoning and logic capabilities.
GRPOGemma-3PyTorch

SonicSherlock
SonicSherlock
A high-performance audio recognition engine utilizing robust acoustic fingerprinting and efficient database indexing to identify songs from noisy snippets.
DSPAudio FingerprintingPostgreSQL

Beast Watch
Beast Watch
A real-time wildlife safety system combining Edge Object Detection (YOLO) and Multimodal LLMs to identify dangerous animals and provide immediate survival protocols.
Computer VisionEdge AIYOLOv8

2024

4+: See more in GitHub
Ensemble Uncertainty Quantification for LLMs
Ensemble Uncertainty Quantification for LLMs
A framework for Bayesian Uncertainty Quantification in LLMs using Deep Ensembles and LoRA to detect hallucinations and improve reliability.
Bayesian Deep LearningUncertainty QuantificationLoRA

MastoGraph - Mastodon
MastoGraph - Mastodon
A social intelligence platform for the Fediverse, combining Graph Algorithms and LLM-based NLP to map influence and detect toxicity at scale.
Graph Neural NetworksNLPSocial Network Analysis

FoR Audio: Fake or Real Speech Detection
FoR Audio: Fake or Real Speech Detection
A forensic audio analysis system utilizing RawNet and Self-Supervised Learning to detect deepfake speech with high precision.
Audio ForensicsDeep LearningRawNet

OpenForensics-DeepFake
OpenForensics-DeepFake
A state-of-the-art deepfake video detector leveraging Swin Transformers and temporal consistency analysis, achieving 98.59% accuracy.
Computer VisionVideo ForensicsSwin Transformer

Pre 2023

5+: See more in GitHub
Classification & Localization Benchmarker
Classification & Localization Benchmarker
An extensible MLOps framework for automated benchmarking and hyperparameter optimization of vision models across diverse datasets.
MLOpsComputer VisionPyTorch

Otsu-Thresholding
Otsu-Thresholding
A highly optimized, vectorized implementation of Otsu's Thresholding algorithm for automatic, unsupervised image segmentation.
Computer VisionImage SegmentationAlgorithm Design

NeuroLearn
NeuroLearn
A pioneering Neuro-AI research initiative decoding cognitive states from EEG signals using Multi-Modal Deep Learning to personalize education.
Neuro-AIBCIEEG Processing

PopOS! Shell & Android AOSP ROM Development
PopOS! Shell & Android AOSP ROM Development
Contributions to core operating system components, including the PopOS! window manager and custom Android Kernel compilations for extended device support.
OS DevelopmentLinux KernelAndroid AOSP

sCrAPTCHA & Archcraft Linux Contributions
sCrAPTCHA & Archcraft Linux Contributions
Foundational work in Web Security and Linux System Customization, creating a custom CAPTCHA generator and enhancing the Archcraft distribution.
CybersecurityPythonLinux Customization

Honors

4 recognitions · scholarships, fellowships, awards
school

Scholarships & Fellowships

Earned support for advanced study and research.
3

Aug 2024Aug 2025
Herbold ASU Graduate Scholarship
Herbold Foundation: Bob Herbold, Ex-COO of Microsoft
Arizona State University, Tempe, Arizona
Jul 2023Jul 2024
ASU Engineering Graduate Fellowship
Ira A. Fulton Schools of Engineering
Arizona State University, Tempe, Arizona
Jun 2019Jun 2023
SRM Merit Scholarship
School of Engineering, Arts and Sciences
SRM University, AP, India
military_tech

Awards

Distinctions earned across competitions, hackathons, and reviews.
1

Apr 2023
Gold Medalist: Research Day
School of Engineering, Arts and Sciences
SRM University, AP, India

Certifications

15 certifications · 4 tracks · continuous learning

AI & Machine Learning Foundations

4+

Supervised Machine Learning: Regression and Classification
Stanford University·Coursera·Aug 2024
Neural Networks and Deep Learning
DeepLearning.AI·Coursera·Aug 2024
Improving Deep Neural Networks: Hyperparameter Tuning, and Optimization
DeepLearning.AI·Coursera·Aug 2024
Structuring Machine Learning Projects
DeepLearning.AI·Coursera·Sep 2024

Industry Specializations & MLOps

4+

Google AI Essentials
Google·Coursera·Aug 2024
Generative AI for Everyone
DeepLearning.AI·Coursera·Oct 2024
MLOps Essentials: Model Development and Integration
LinkedIn Learning·LinkedIn·Feb 2025
MLOps Essentials: Monitoring Model Drift and Bias
LinkedIn Learning·LinkedIn·Feb 2025

Professional Development

4+

AI Model Development
ASU School of Arts, Media and Engineering·Arizona State University·Feb 2025
Cross Functional Collaboration
StarWeaver Group·Coursera·Feb 2025
Accelerate Your Learning with ChatGPT
Deep Teaching Solutions·Coursera·Oct 2024
Data or Specimens Only Research
Massachusetts Institute of Technology Affiliates·CITI Program·Sep 2023

Foundational Skills & Legacy

3+

AI Foundations: Machine Learning
LinkedIn Learning·LinkedIn·Aug 2024
Getting Started with Enterprise - grade AI
IBM·IBM·Jul 2021
Getting Started with Cloud for the Enterprise
IBM·IBM·Jul 2021

Publications

3 peer-reviewed papers · 1 Q1 Nature contribution
starsFEATUREDNature Portfolio · Q1·April 2024

Augmenting authenticity for non-invasive in vivo detection of random blood glucose with photoacoustic spectroscopy using Kernel-based ridge regression

P. N. S. B. S. V. Prasad V, Ali Hussain Syed, Mudigonda Himansh, Biswabandhu Jana, Pranab Mandal & Pradyut Kumar Sanki


The first peer-reviewed validation of this kernel-based method for non-invasive glucose monitoring.

Read paper arrow_outward

Values

6 principles · the compass that orders the work

Compass, not decoration — these shape the work I take, the standards I hold, and the people I want around me.

01

Hungry

I chase problems, not job titles. From a Nature publication at 20 to shipping 21+ systems solo — I move fast because standing still feels like falling behind.

02

Humble

I've been the founding engineer, the intern, and the student — in the same year. Every role taught me something the last one couldn't.

03

Sharp

I think in systems, not tasks. I ask why the architecture needs something, who it serves, and what breaks when it scales.

04

Ownership

When I take something on, it gets done. No handholding. I've shipped production systems solo that most teams would staff 4 engineers for.

05

Velocity

Speed is a skill. I go from zero to production-grade fast — not by cutting corners, but by building the right thing first and iterating from a MVP.

06

Breadth with Depth

I architect distributed systems in the morning and fine-tune LLMs in the afternoon. I go deep enough in each domain to make real decisions.

— Himansh Mudigonda