Open to AI engineering roles

Pavani Rajula.

From prompt to production.

building

Anyone can demo an LLM. I build the part that survives contact with reality: agentic systems, RAG pipelines, and MCP frameworks with evals and hallucination mitigation built in, embedded with client teams from architecture to deployment.

Portrait of Pavani Rajula

01 · about

Research-grade AI, systems that ship.

I turn frontier AI research into reliable, testable systems: agents that reason, pipelines that retrieve, and models people can trust.

I work through my own company. Right now I'm building AI solutions for clients at NeuCorelytix Solutions — most recently as an external consultant to Data Migration International.

Before that, two years shipping production LLM/RAG systems and GDPR-compliant personal-data identification at Data Migration International in Switzerland, and three years engineering regulatory data pipelines over 20 TB of Hadoop data at State Street.

My roots are in open source. I started as an Outreachy intern at Ceph building the CephFS Shell, and I've been speaking at PyConf, DevConf, and the PyTorch Conference since. Off the keyboard: singing, yoga, badminton, and art.

02 · skills

Built for AI engineering, end to end.

Everything an AI engineer needs, from LLM systems and evals to shipping in a client's environment.

LLM & Agentic Engineeringai-llm/
Agentic AIRAGMCP Tool OrchestrationPrompt Engineering LangChainLlamaIndexAgno OpenAI APIHF TransformersSemantic Search
Evaluation & Reliabilityevals/
LLM Eval MetricsHallucination Mitigation MonitoringFeedback LoopsMLflow Inference Optimization
Client Delivery & Solutionsfield/
Client-Embedded ConsultingRequirements → Production Rapid PrototypingEnd-to-End Ownership GDPR & Compliance DomainsDemos & Technical Talks Cross-Functional Delivery
ML / Deep Learningml-dl/
PyTorchTensorFlowscikit-learn Computer VisionNLPReinforcement Learning Explainable AI
Backend & APIsbackend/
PythonFastAPINestJS REST APIsMicroservicesAsync Pipelines CeleryRedisJavaSQL
Data & Retrieval Infradata/
QdrantVector SearchEmbeddings MongoDBMySQLHive HadoopSpark
Cloud & MLOpsinfra/
DockerAWSS3 · Lambda · IAM AzureDistributed Task ExecutionUNIX / Shell
Frontend & Prototypingui/
Next.jsReactStreamlit Node.jsTurborepo

03 · selected work

Case studies in applied intelligence.

Problem, approach, outcome: how I build AI products end to end.

PAV·AI · the RAG chatbot on this page

live · RAG
ProblemRecruiters want quick answers about me without scrolling. And I wanted to demonstrate a grounded RAG, not just list it as a skill.
ApproachA full RAG over my own portfolio: ingest this site, embed, retrieve, grounded generation on a free Cloudflare Worker, with prompt-injection guardrails and an eval harness.
OutcomeThe "Ask PAV·AI" button here. Retrieval you can see, refuses when it doesn't know, tested for faithfulness.

Cloudflare Workers AI · bge-small · Llama-3.1-8b-fp8 · cosine retrieval · evals · $0/mo

AI-Assisted Business Compliance Platform

agentic · RAG · full-stack
OverviewAn end-to-end platform that helps founders navigate regional government compliance and business incorporation. An AI Concierge replaces complex legal bureaucracy with guided conversation, grounded in curated legal documents.
RAG PipelineDedicated Python/FastAPI microservice (decoupled from Node.js backend) with Qdrant vector search, LangChain orchestration, and local/cloud LLMs — context-aware generation that eliminated hallucinations by grounding responses in retrieved legal documents.
StackNext.js (frontend + admin dashboard) · NestJS API · Prisma + PostgreSQL · Payload CMS (knowledge base management) · Turborepo monorepo · Docker Compose orchestration
Key FeatureCMS-driven knowledge base: non-technical admins edit service guides, upload compliance PDFs, and trigger auto re-indexing of the vector database — no developer needed.

FastAPI · Qdrant · LangChain · Next.js · NestJS · Prisma · PostgreSQL · Payload CMS · Turborepo · Docker

PIP-Net Fusion · Ensembling & Model Federation

MSc thesis
ProblemEnsembles boost accuracy but usually destroy interpretability. That's a dealbreaker in high-stakes ML.
ApproachFused multiple interpretable PIP-Net models via ensembling and federation strategies, preserving prototype-based transparency.
OutcomeHigher accuracy without sacrificing explainability. Extended as a poster at PyTorch Conference Europe 2026.

PyTorch · XAI · Federated Learning · Computer Vision

Decoding Word Embeddings · Interpretability Toolkit

NLP research
ProblemEmbeddings are powerful but opaque. Hard to see what their dimensions encode.
ApproachExtended SensePOLAR to support multiple oracles, models, and languages, with a Streamlit interface for rapid experiments.
OutcomeA reusable tool researchers use to compare interpretability across configurations.

Hugging Face · Streamlit · Word Embeddings · Python

Water Damage Detection

Datathon 2023
ProblemIdentifying water damage in property images is slow, manual, and inconsistent.
ApproachU-Net segmentation with transfer-learning feature engineering for pixel-precise localization.
OutcomeRobust detection pipeline delivered under competition constraints.

U-Net · Image Segmentation · Transfer Learning

04 · experience

The whole journey, one timeline.

Work, study, and open source on one timeline. Teal dots are roles, gold dots are degrees.

NeuCorelytix Solutions

Founder · AI DeveloperworkSep 2025 · present

Remote · my own company. External consultant to Data Migration International until Jul 2026

  • Building full-stack AI applications: RAG pipelines, conversational agents, and LLM-integrated web platforms with frontend (Next.js/React) and backend (NestJS/FastAPI) services.
  • Architecting AI microservices: Python/FastAPI endpoints for retrieval-augmented generation, decoupled from transactional backends; CMS-driven knowledge bases with automated vector re-indexing.
  • Engineering scalable monorepo architectures with Docker Compose orchestration across multiple interconnected services.
  • Driving AI integration at client environments: GDPR-compliant PII identification, data-quality systems, and production ML pipelines (under NeuCorelytix Solutions).

Data Migration International

Data Science & AI Developer · external consultant via NeuCorelytix SolutionsfreelanceSep 2025 · Jul 2026

Hyderabad, India · on-site

  • Develop agentic AI systems with LLMs, RAG, tool orchestration — enterprise system chatbot understanding data, view relations.
  • Design 3+ scalable AI service architectures: microservice model endpoints, async pipelines, distributed task execution.
  • Build evaluation frameworks covering 10+ agent behaviors and failure scenarios.
  • Implement monitoring and feedback loops — reduced hallucination rate by 60% across client systems.
  • Integrate AI into client environments ensuring compliance, security, and cost efficiency.

Data Migration International

Data Science & AI DeveloperworkOct 2023 · Sep 2025

Kreuzlingen, Switzerland · hybrid

  • Developed and deployed 4+ AI solutions with LLMs, RAG, NLP, and structured data pipelines.
  • Fine-tuned and optimized 5+ models, improving inference speed by 40%.
  • Built end-to-end ML pipelines.
  • Contributed to model deployment across client environments.

University of Mannheim

MSc, Data ScienceeducationFeb 2022 · Jun 2024

Mannheim, Germany · completed alongside full-time AI work

  • Thesis: PIP-Net Fusion on interpretable model ensembling — 3–5% accuracy gain over single models while preserving explainability; extended as a poster at PyTorch Conference Europe 2026.
  • Coursework: Deep Learning, Computer Vision, Reinforcement Learning, Information Retrieval, Text Analytics, Network Science.

State Street Corporation

Associate 2 · Data EngineerworkJul 2019 · Feb 2022

Hyderabad, India

  • Owned six regulatory reports on Axiom Controller View across the full SDLC.
  • Automated reporting with SQL/UNIX/shell for 40% less manual workload.
  • Python over 20 TB Hadoop data for 50% faster processing; AWS migration PoC for 30% lower infra cost.

BVRIT Hyderabad College of Engineering for Women

B.Tech, Information TechnologyeducationAug 2015 · Jun 2019

Hyderabad, India

  • Algorithms, Machine Learning, Big Data Analytics, Cloud Computing, Databases, Software Engineering.

Ceph Organization

Outreachy Intern · Open Sourceopen sourceMay · Aug 2018

Remote

  • Built the CephFS Shell: Unix-style commands over libcephfs Python bindings — still maintained in official Ceph docs 8+ years later. See it here →

05 · writing

Notes from the build.

I've just started writing on Substack. Essays on agentic systems, RAG in production, evals, and what actually survives contact with reality. Subscribe and the first ones land in your inbox.

✍ just getting started

The first essays are on the way. Subscribe to catch them the moment they drop. This list fills in automatically as I publish.

Visit the Substack →

06 · recognition

Recognition along the way.

Winner · JIVS Hackathon: All About Data & AI

Data Migration International

Geo-Masking privacy system preventing identification of people and locations in shared images.

Published · CLEF 2022 Working Notes

CLEF Conference

"Stacked Model based Argument Extraction and Stance Detection using Embedded LSTM" with a conference talk. read the paper →

Poster · PyTorch Conference Europe 2026

PyTorch Foundation

"When Models Collaborate but Data Cannot: Explainable Ensemble Learning Under Privacy Constraints."

3× Linux Foundation Scholarships

OSS Summit EU 2022 · KubeCon EU 2020 & 2022

Recognized for sustained open-source and cloud-native community contributions.

Speaker · DevConf.in & PyConf Hyderabad

2019

Ceph at DevConf.in Bengaluru; "Open Source for Beginners" at PyConf Hyderabad.

Outreachy 2018 Participant

Software Freedom Conservancy

Selected for the competitive open-source internship; contributed core CLI tooling to Ceph. see it in Ceph docs →

07 · contact

Let's build something intelligent together.

Agentic systems, RAG at scale, or an AI product that needs to ship. My inbox is open.