Skip to content
View Asirwad's full-sized avatar
🏅
Focusing
🏅
Focusing

Block or report Asirwad

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Asirwad/README.md

Asirwad Sali

AI Engineer · Systems-minded

I work on AI systems that are expected to run in production.
My focus is on correctness, cost, observability, and long-term maintainability.


How I Approach AI Work

  • Design systems first, models second
  • Prefer simple, explicit architectures over clever abstractions
  • Optimize for debuggability, cost control, and failure modes
  • Treat AI components as infrastructure, not experiments

I’m still learning every day — especially where AI meets real-world constraints.


Areas of Focus

AI & LLM Systems

  • Retrieval-Augmented Generation (text & multimodal)
  • Agentic workflows with deterministic execution
  • Model routing, evaluation, and cost-aware inference
  • Open-source + proprietary model tradeoffs

Backend & Platform

  • Python, FastAPI, langgraph
  • PostgreSQL, Redis
  • Docker, Kubernetes
  • AWS / Azure
  • Structured logging, metrics, traces

Product Engineering

  • Building internal AI platforms teams can trust
  • Clear APIs, versioning, and operational discipline
  • Frontends only when they serve the system (Next.js)

Selected Work (Ongoing / Iterative)

Project What it explores
RAG Pipeline Optimizer Comparing RAG configurations to understand accuracy vs cost tradeoffs
Cost-Control Model Router Routing prompts to the least expensive capable model
Multimodal Video RAG Searching visual moments in long-form video using VLMs

These projects are built to understand tradeoffs, not to chase benchmarks.


I value clarity over cleverness, and systems that age well.

Pinned Loading

  1. InvisiCipher InvisiCipher Public

    Deep Learning-Based image Steganography implemented with custom CNNs using keras along with Chaotic Encryption🔒 using pycryptodome and Enhanced Super Resolution🎨 implemented with GANs using pyTorch

    Python 12 2

  2. AWS-ECS-Jenkins-MLOps-CICD AWS-ECS-Jenkins-MLOps-CICD Public

    Production-grade MLOps pipeline with FastAPI, Docker, Jenkins CI/CD, and AWS ECS deployment

    Python 1

  3. VitaeAI VitaeAI Public

    Resume creation with Agentic AI that understands your academic journey and automatically crafts compelling professional narratives.

    TypeScript 1

  4. aidre aidre Public

    Autonomous Multi-Agent System (MAS) designed to automate the role of a Data Reliability Engineer.

    TypeScript

  5. ProactivePulseAI ProactivePulseAI Public

    Continuously correlate helpdesk ticket trends with infrastructure metrics to proactively surface root-cause hypotheses and recommended actions for MSPs using cutting-edge Agentic AI architecture.

    Python

  6. smart-llm-router smart-llm-router Public

    An intelligent, low-latency local LLM router that reduces AI costs by 30-70%. Uses a self-hosted classifier to automatically route prompts to the most cost-effective model without external API over…

    Python