Skip to content
View kirilurbonas's full-sized avatar

Block or report kirilurbonas

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.

Content in all repositories owned by your account will be closed.
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
kirilurbonas/README.md

Kiril Urbonas

AI Engineer × Platform Engineer — I build LLM products and the infrastructure that runs them

LLMs & RAG · Python · FastAPI · Kubernetes · Terraform · AWS · Azure · DevSecOps

LinkedIn Email Location


I build AI-driven products end to end — RAG pipelines, LLM-powered developer tooling, ML inference services — on top of 8+ years running cloud infrastructure at scale. That pairing is the whole point: prototyping with a model is the easy part, and everything after it (serving, securing, scaling, and paying for it) is where projects actually live or die.

🔭 Currently building — LLM-powered developer tooling: AI security triage that separates real risk from scanner noise (VulnSift) and a secrets platform that stops credentials before they reach a commit (SecretSentinel).

🔧 Focus areas

  • LLM applications — RAG pipelines end to end (chunking, embeddings, vector search, citation-grounded answers), Claude & OpenAI API integration, prompt/cost controls, streaming UX
  • ML services — reproducible training pipelines, real-time and batch inference APIs, versioned model artifacts with metrics, health probes and deployment readiness
  • Platform & IaC — EKS / AKS, reusable Terraform module libraries, GitOps (ArgoCD), self-hosted & air-gapped LLM serving, self-service infrastructure
  • DevSecOps & SRE — SAST / SCA / IaC scanning, SBOM and supply-chain security (SLSA), SLOs, observability (Prometheus / Grafana / OpenTelemetry), FinOps

📌 AI & ML projects

Project What it is Stack
RAG-DocQA Document Q&A over PDF / DOCX / Markdown — semantic retrieval, streaming answers, every response traced back to its source chunk FastAPI · ChromaDB · sentence-transformers · React
SalesCoPilot RAG sales assistant — account intelligence over CRM data, personalized email generation, call-transcript summarization LangChain · ChromaDB · GPT-4 Turbo · Streamlit
ResumeForge Resume analysis & ATS optimization — parsing, skills-gap scoring against job posts, 7+ templates, DOCX/PDF export FastAPI · SQLAlchemy · OpenAI · React
Customer-Retention-Intelligence-Platform Churn-prediction service — reproducible training pipeline, single and batch (500-record) inference, liveness/readiness probes scikit-learn · FastAPI · Docker

🛡️ Platform, security & infrastructure

Project What it is Stack
VulnSift AI security triage — Claude scores real-world risk and flags false positives across SARIF / Snyk / Semgrep / Trivy, then generates fix patches and PRs Python · Claude API · GitHub Actions
SecretSentinel Secrets security platform — pre-commit scanning CLI, AES-256-GCM vault, SQS-driven rotation workers, Prometheus metrics, React dashboard Go · FastAPI · Node.js · PostgreSQL · React
pipeline-armor Reusable DevSecOps GitHub Actions — SAST, container/IaC scanning, secret detection, SBOM, and one unified deploy gate GitHub Actions · Python
terraform-aws-blueprint Production-grade AWS module library — VPC · EKS · RDS · IAM · KMS · S3 — validated inputs, examples, CI and tfsec gating Terraform

📊 Impact delivered in production

Cloud cost Deployments MTTR Recurring incidents Uptime

🧰 Tech stack

AI/ML

OpenAI Anthropic LangChain ChromaDB scikit-learn Hugging Face

Languages & Frameworks

Python FastAPI TypeScript Go React PostgreSQL Bash

Cloud & Containers

AWS Azure Kubernetes Docker Helm Istio

IaC, CI/CD & GitOps

Terraform Ansible Argo CD GitHub Actions Jenkins

Observability & Security

Prometheus Grafana OpenTelemetry Vault Trivy

📜 Certifications

Microsoft AI & ML Engineering · IBM DevOps & Software Engineering · IBM Full Stack Developer · Google IT Support

Popular repositories Loading

  1. RAG-DocQA RAG-DocQA Public

    An intelligent document question-answering system built with RAG (Retrieval-Augmented Generation) architecture. Upload documents, ask questions, and get AI-powered answers with source citations. Bu…

    Python

  2. ResumeForge ResumeForge Public

    An intelligent resume analysis and optimization system that helps job seekers improve their resumes. Upload your resume, get AI-powered analysis, ATS optimization suggestions, skills gap analysis, …

    Python

  3. SalesCoPilot SalesCoPilot Public

    An intelligent sales assistant application that helps sales representatives be more productive by providing instant access to account information, sales best practices, and AI-powered content gener…

    Python

  4. Customer-Retention-Intelligence-Platform Customer-Retention-Intelligence-Platform Public

    Customer Retention Intelligence Platform is an end-to-end ML service that predicts customer churn risk for subscription businesses and exposes real-time/batch inference APIs.

    Python

  5. VulnSift VulnSift Public

    VulnSift ingests SARIF or Snyk JSON, runs Claude-powered triage to score real risk and flag false positives, and outputs a colour-coded summary plus Markdown remediation cards developers can act on.

    Python

  6. SecretSentinel SecretSentinel Public

    SecretSentinel is a developer-first secrets security platform designed to prevent credentials (API keys, tokens, passwords, database URLs, and private keys) from leaking into source code and versio…

    TypeScript