Issue 01 Spring 2026

Applied AI / ML Systems

Krishna Vamsi Dhulipalla

AI / ML engineer focused on agent systems, retrieval, evaluation, and production infrastructure. I build applied AI systems that make model behavior inspectable, measurable, and reliable in use.

Current focus

Tool-using agent orchestration, retrieval reliability, and evaluation loops that hold up under real constraints.

Core Stack

AI & Agents: LangGraph, PyTorch, MCP, RAG Architectures, Claude/OpenAI
Backend & Ops: Python, Go, Node.js, AWS, Kubernetes, Docker
Data & Analytics: SQL, PostgreSQL, Vector DBs, Airflow, Snowflake

01 / Work

Featured work

Selected systems where orchestration, retrieval, evaluation, and deployment decisions shaped the result.

01

Production AI Systems

CoreLink AI

Finance-first A2A reasoning engine built on LangGraph and MCP.

Built a modular reasoning runtime for finance tasks where a single prompt loop was not enough. It separates intake, planning, context curation, execution, review, and output adaptation so evidence, assumptions, and policy checks stay explicit through the run.

System area Agent runtime, tool mediation, review flow, policy-aware orchestration

  • LangGraph
  • MCP
  • A2A
  • Structured reasoning
02

Reliable AI Systems

Clinical Pre-Rounding Assistant

FHIR-grounded clinical summarization for the last 24 to 48 hours of patient change.

Built a healthcare RAG system on AWS Bedrock and LangChain for grounded summaries of recent patient change. The stack combined deterministic fact extraction, PHI redaction, and evaluation loops aimed at clinical reliability.

System area Retrieval, grounding, redaction, evaluation

  • FHIR
  • AWS Bedrock
  • LangChain
  • Healthcare AI
03

Infrastructure / Sandboxing

Agent K8s Sandbox

Isolated execution environment for untrusted agent-generated code.

Designed a Kubernetes-based sandbox for untrusted agent-generated code with namespace isolation, resource controls, and a sidecar proxy for observability. The main challenge was safe execution boundaries, not simply running generated code in a container.

System area Isolation, throttling, execution safety, observability

  • Kubernetes
  • Go
  • Sandboxing
  • Agents
04

Enterprise Retrieval / Automation

Internal Data Agents

Schema-aware SQL automation for internal analyst workflows.

Replaced manual analyst requests with autonomous SQL agents backed by schema-aware retrieval and enterprise-safe execution. The core value came from constraints, RBAC alignment, and making the generated path trustworthy enough to use.

System area SQL generation, schema retrieval, policy-safe automation

  • LangChain
  • SQL / Pandas
  • Kubernetes
  • RAG

Selected archive

Additional systems across web agents, efficient tuning, genomics, and streaming infrastructure.

Autonomous UI Agent

Deterministic validation loop for web agents using vision-backed state checks.

Repository

Proxy TuNER

Lightweight proxy tuning for LLaMA 2 to cut training cost without full-parameter finetuning.

Repository

DNA Sequence Classifier

Distributed genomics inference and throughput optimization on HPC infrastructure.

PulseMap

Event-stream ingestion and agentic triage for disaster response mapping.

Repository

IntelliMeet

Real-time meeting infrastructure with network recovery and higher peer capacity.

Repository

02 / Notes

Engineering notebook

Notes are working records on failure patterns, implementation tradeoffs, and system behavior that held up in practice.

Systems note

Why Your Vision Model Is Lying to You (And How to Catch It)

Production failures in computer vision are rarely simple 'wrong predictions.' They are complex conceptual drifts—blur, lighting, camera shifts. Here’s how I built a 'flight recorder' to catch them before they become incidents.

Feb 07, 2026 Computer vision reliability

03 / Experience

Experience snapshot

Roles most relevant to the systems work on this site.

AI Software Engineer

Tabner Inc

Jul 2025 - Present

Built agent workflows for internal data operations, redesigned ETL pipelines, and shipped containerized services with production uptime requirements.

  • Automated 65% of internal data requests with agent workflows.
  • Reduced ETL runtime by 25% through pipeline redesign.
  • Maintained 99.9% uptime on containerized deployments.

Machine Learning Engineer

Virginia Tech

Aug 2024 - Jul 2025

Built genomics model workflows, distributed experiments, and repeatable fine-tuning pipelines across GPU infrastructure.

Graduate Research Assistant

Virginia Tech

Jun 2023 - May 2024

Improved NER performance and inference efficiency while exploring lower-cost ways to steer foundation models toward domain tasks.

Software Engineer

UJR Technologies

Jul 2021 - Dec 2022

Built backend APIs and delivery pipelines focused on reducing release defects and stabilizing integrations.

04 / Working Areas

Working areas

Grouped by capability area rather than by tool lists.

Agent Systems

  • Runtime orchestration across planner / reviewer patterns
  • Tool mediation and constrained execution
  • Deterministic control around non-deterministic model behavior

Retrieval / Data Workflows

  • Schema-aware retrieval for enterprise query generation
  • Grounding, evidence shaping, and context curation
  • Structured pipelines for clinical and internal data

ML Infrastructure

  • Distributed experimentation and inference workflows
  • Execution isolation, throttling, and sandbox design
  • Evaluation paths that stay measurable outside demos

Cloud / Deployment

  • Kubernetes, containers, and service reliability
  • AWS workflows across Bedrock and production services
  • Operational visibility for long-running AI systems

Scientific / Healthcare AI

  • FHIR-grounded clinical summarization
  • Genomics pipelines and sequence-model deployment
  • Research translated into usable systems