Skip to content
View pisigmac's full-sized avatar

Block or report pisigmac

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
pisigmac/README.md

πŸ‘‹ Vikas Budde | Full-Stack AI & Cloud Infrastructure Engineer

Architecting Intelligent Systems at Scale

Building production-grade AI governance, Kubernetes orchestration, and cryptographic security systems

Profile Views

KubeMind Badge Open Source TypeScript Python


🎯 What I Do

I engineer end-to-end AI governance platforms that make enterprise LLM deployments secure, auditable, and production-ready. My work spans:

🧠 AI & ML Systems

  • LLM Governance & Routing: Intent classification, adaptive model selection, cryptographic audit trails
  • Enterprise RAG: pgvector semantic search, fail-closed grounding, reversible pseudonymization
  • Security-First Design: Zero-egress NER/DLP, ONNX inline classification, Wasm policy hooks

☸️ Cloud Infrastructure

  • Kubernetes Native: Multi-service orchestration, Helm charts, production deployments
  • Distributed Systems: Microservice architecture, event streaming, OpenTelemetry observability
  • Security & Compliance: RBAC, JWT/RS256 authentication, cryptographic ledger design

πŸ† Featured Projects

KubeMind β€” Kubernetes-Native AI Governance Gateway

v0.3.3 Β· Production Ready Β· Air-Gapped & Cloud-Native

Intercepts, evaluates, transforms, and routes LLM requests through sub-millisecond governance pipelines with zero data egress.

Core Capabilities:

  • 🎯 Adaptive Intent Routing β€” Softmax temperature-scaled semantic classification
  • πŸ” Zero-Egress Privacy β€” Inline NER masks PII before dispatch & restores reversibly
  • πŸ’Ύ Fail-Closed Memory β€” Hybrid pgvector knowledge retrieval with 503 protection
  • πŸ“œ Cryptographic Audit β€” SHA-256 immutable hash-chain ledger
  • πŸ’³ Decoupled Billing β€” OpenDesk JWT + PayDeck metered checkout

Microservices Architecture:

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ πŸš€ KubeMind Enterprise Platform - v0.3.3            β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ router :9080      Intent + Policy Gateway, SSE      β”‚
β”‚ mind :9081        Knowledge Graph, pgvector Search  β”‚
β”‚ agents :9082      Multi-Agent Swarm Orchestrator    β”‚
β”‚ sentinel :9083    SHA-256 Audit Ledger, OTel        β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Postgres 16 (pgvector) Β· Redis 7 Β· Ollama / vLLM   β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Get Started:

git clone https://github.com/pisigmac/KubeMind.git && cd KubeMind
cp .env.example .env
make up && make status
curl http://localhost:9080/health

πŸ”— KubeMind Repository Β· πŸ“– Architecture Docs Β· πŸ“š API Reference


πŸ“Š GitHub Analytics & Activity

πŸ“Š Key Statistics

Metric Value
πŸ“¦ Public Repositories View All
⭐ Total Stars KubeMind & Projects
🐍 Primary Languages Python · Go · TypeScript
🎯 Focus Areas AI Governance · Cloud Infrastructure · Security
πŸ’Ό Contributions Active Open Source Contributor

πŸ’» Tech Stack

πŸ”§ Languages & Frameworks

Python Go TypeScript Node.js Bash

πŸ€– AI & Machine Learning

PyTorch TensorFlow Transformers ONNX LLMs

πŸ’Ύ Databases & Storage

PostgreSQL Redis pgvector MongoDB

☸️ Cloud & DevOps

Kubernetes Docker AWS GCP Helm

πŸ“Š Observability & Monitoring

Prometheus Grafana OpenTelemetry ELK Stack

πŸ” Security & Cryptography

HashiCorp Vault OpenSSL JWT


🌟 Open Source Philosophy

I believe in building open, auditable systems where:

  • βœ… Security is transparent, not obscured
  • βœ… Architecture is self-documenting through code
  • βœ… Governance is cryptographically verifiable
  • βœ… Compliance enables business velocity, not hinders it

πŸ”— Connect & Collaborate

πŸ“± Find Me Online

GitHub Twitter LinkedIn Email


Open to:

  • 🎯 Consulting on AI governance & LLM deployment strategies
  • 🀝 Collaborations on open-source infrastructure projects
  • πŸ’‘ Technical discussions on distributed systems & security
  • πŸš€ Speaking engagements at conferences & meetups

🎁 What I'm Working On

  • πŸ”¬ KubeMind v0.4: Enhanced multi-model routing & advanced caching strategies
  • 🧬 Distributed Ledger Improvements: Optimizing SHA-256 audit trail performance
  • πŸ“‘ Vector Search at Scale: Benchmarking pgvector HNSW vs Milvus
  • πŸ›‘οΈ Zero-Trust Architecture: Progressive security policies for AI platforms

πŸ“ˆ Recent Highlights

✨ Production-grade AI governance systems
πŸš€ Kubernetes-native microservice orchestration
πŸ” Cryptographic compliance & audit automation
πŸ’Ύ Enterprise RAG with semantic caching
πŸ€– Multi-agent swarm orchestration

πŸ’‘ Key Repositories

Repository Description Stack
KubeMind Kubernetes-Native AI Governance Gateway Python Β· Go Β· TypeScript
KubeMind SDK (Python) Enterprise RAG & LLM Governance SDK 🐍 Python
KubeMind SDK (TypeScript) Full-Stack TypeScript/Node.js Integration πŸ“˜ TypeScript

Let's Build Something Amazing Together πŸš€

Made with ❀️ for engineers who care about security, scale, and shipping real systems

"The best code is invisibleβ€”it just works."

Visitors

Last updated: 2026 | Profile auto-updated with πŸ’š

Popular repositories Loading

  1. kimi-sandbox kimi-sandbox Public

    Technical Deep Dive of kimi sandbox

    JavaScript 3 1

  2. ZeroLLM ZeroLLM Public

    ZeroLLM is an open-source directory and health-monitoring dashboard for over 300+ free LLM APIs. Browse, compare rate limits, and generate instant drop-in configurations for your favorite AI coding…

    TypeScript 2

  3. repo-intelligence repo-intelligence Public

    Self-evolving distributed intelligence system that ingests Git repositories, compiles them into **Capabilities (WHAT)** and **Playbooks (HOW)**, and enables AI agents to autonomously reason, execut…

    Python 1 1

  4. showreel showreel Public

    Showreel records browser sessions and terminal workflows, then uses AI to auto-edit them into polished product demos. Export to MP4, GIF, or WebM with platform-optimized profiles for Twitter, GitHu…

    Rust 1

  5. AI-Agent-Engineering-Book AI-Agent-Engineering-Book Public

    From Python to production AI agent systems β€” an engineering textbook, bootcamp curriculum, and evolving platform codebase.

    Python 1

  6. tribev2 tribev2 Public

    Forked from facebookresearch/tribev2

    This repository contains the code to train and evaluate TRIBE v2, a multimodal model for brain response prediction

    Jupyter Notebook