Skip to content
View Krishna89287's full-sized avatar

Block or report Krishna89287

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Krishna89287/README.md

Hi, I'm Krishna

Senior Software / AI Engineer based in Munich, Germany, with around 14 years across DevOps, SRE, cloud and, more recently, building production AI and RAG systems. I currently work at Audi on AI image-generation pipelines.

What I enjoy: taking messy operational problems and turning them into reliable, automated systems, and lately into agentic AI tools that actually ship and keep a human in the loop.

  • Currently: AI and automation engineering at Audi; finished my M.Sc. in Business Analytics and Data Science (June 2026).
  • Working on: agentic RAG, LLM observability, and AI-driven operations automation.
  • Tools I reach for: Python, FastAPI, TypeScript, Node.js, React, PostgreSQL, AWS, Kubernetes, Docker, Terraform, Prometheus and Grafana.
  • Ask me about: RAG, agentic workflows, MLOps, backend APIs, or Linux/Unix automation.
  • More about me: krishna89287.github.io

Selected projects

ProjectWhat it does
enterprise-agentic-rag-azureProduction agentic RAG with LangGraph, guardrails, evals and observability
ai-ops-incident-agentTriages incidents, suggests root cause, drafts change tickets for human review
rag-support-assistantRAG support assistant with citations, guardrails, automated evaluation and KPIs
graphrag-knowledge-assistantMulti-hop RAG over a knowledge graph
llm-observability-platformTracks LLM cost, latency, tokens and answer faithfulness
cloud-native-platform-awsInternal developer platform: Terraform EKS, ArgoCD GitOps, Prometheus, SLOs

Each repo has a short architecture diagram, a runnable quickstart, and sample output, so you can see how it works in a minute.

Recent projects

A newer set across AI, platform, backend and data. Each one runs with a single command, ships a full test suite, and shows real output in its README.

ProjectWhat it does
realtime-ad-deliveryAd decisioning inside a latency budget: targeting, pacing, frequency caps. Node.js, TypeScript, PostgreSQL
oauth2-token-serviceOAuth2 server: PKCE, refresh rotation with reuse detection, RS256 and JWKS
feature-flagsSticky percentage rollouts, attribute targeting, and a React admin UI
realtime-stream-inferenceAnomaly detection over event streams with queue backpressure and p99 latency tracking
ai-incident-copilotCollapses Alertmanager alerts into incidents, scores severity, and suggests a runbook
slo-error-budgetError budget, burn rate, and multi-window paging from the SRE workbook
kubernetes-resource-rightsizerRight-sizes CPU and memory from real usage, flags throttling and OOM risk
agent-trajectory-evalScores an agent run on tool choice, forbidden tools, redundant steps, and budget
llm-semantic-cacheCaches LLM responses by prompt similarity to cut repeat cost and latency
llm-finetune-toolkitValidates, splits, formats, and evaluates supervised fine-tuning datasets
ab-test-analyzerA/B test significance, confidence intervals, and sample-size planning

Background

  • 14 years across system engineering, Linux administration, DevOps, SRE and cloud, now focused on AI engineering.
  • Certifications: AWS Solutions Architect Associate, AWS ML Specialty, Databricks ML Professional, RHCE, RHCSA.

Reach me

Pinned Loading

  1. ai-ops-incident-agentai-ops-incident-agentPublic

    Agentic AI that triages incidents, suggests root cause, and drafts change tickets for human review

    Python

  2. cloud-native-platform-awscloud-native-platform-awsPublic

    Cloud-native platform reference: Terraform EKS, ArgoCD GitOps, Prometheus and SLOs

    HCL

  3. enterprise-agentic-rag-azureenterprise-agentic-rag-azurePublic

    Agentic RAG on Azure with LangGraph, guardrails, evals and observability

    Python

  4. kubernetes-resource-rightsizerkubernetes-resource-rightsizerPublic

    Right-size Kubernetes CPU and memory requests from real usage: cut waste, flag throttling and OOM risk.

    Python

  5. llm-observability-platformllm-observability-platformPublic

    Trace LLM calls and track cost, latency, tokens and faithfulness

    Python

  6. llm-semantic-cachellm-semantic-cachePublic

    Semantic cache for LLM calls: skip the model when a similar prompt was already answered.

    Python