Introducing Pranjul Rathour: GenAI Engineer from Kanpur

Pranjul Rathour, a GenAI engineer based in Kanpur, India, has launched a new blog to document his work and insights. In his inaugural post, Rathour introduces himself and details the significant AI applications he has developed. His work focuses on practical, production-ready AI solutions, demonstrating a strong command of end-to-end development, deployment, and operationalization.

What Pranjul Rathour Builds: Production-Ready AI Applications

Between February and July 2026, while at Next Upgrad Web Solutions, Rathour independently designed, built, and shipped five production AI applications. He managed the entire lifecycle of these projects, from conception to deployment, utilizing Docker for containerization, CI/CD pipelines for automation, and implementing observability for monitoring. All applications were deployed on Railway and Vercel, showcasing his ability to deliver robust solutions on cloud infrastructure.

RAG.NextUpgrad: Advanced Retrieval-Augmented Generation

One of Rathour's flagship projects is RAG.NextUpgrad. This service implements a sophisticated retrieval-augmented generation (RAG) system. It combines hybrid dense and BM25 retrieval methods for enhanced information retrieval accuracy. A cross-encoder reranking step further refines the relevance of retrieved documents before they are fed to the generation model. Key features include streaming cited answers, ensuring transparency and verifiability, and a confidence gate. This gate intelligently assesses the model's certainty based on the provided evidence, refusing to generate an answer if the evidence is weak. Remarkably, this complex system operates efficiently, requiring only about 220 MB of memory and fitting within a free 512 MB instance, highlighting his focus on resource optimization.

Diagram illustrating the hybrid dense and BM25 retrieval in RAG.NextUpgrad

FineTune Studio: Streamlined Model Fine-Tuning

Another significant project is FineTune Studio. This application provides an accessible interface for fine-tuning large language models (LLMs). It abstracts away the complexities of the fine-tuning process, allowing users to upload their datasets and initiate fine-tuning jobs with ease. The studio handles data preprocessing, model configuration, training execution, and evaluation, making advanced LLM customization available to a broader audience. Rathour emphasizes its capability to manage multiple fine-tuning experiments concurrently, offering detailed metrics and performance tracking for each job.

ImageGenius: AI-Powered Image Generation and Editing

ImageGenius is an AI-powered platform for image generation and editing. It leverages state-of-the-art diffusion models to create novel images from textual prompts. Beyond generation, ImageGenius offers a suite of editing tools, including inpainting, outpainting, and style transfer, all driven by AI. Rathour designed it to be intuitive, enabling users to iterate rapidly on creative concepts. The platform also includes features for upscaling low-resolution images and generating variations of existing ones, positioning it as a versatile tool for designers and content creators.

CodePilot Pro: AI-Assisted Software Development

CodePilot Pro aims to enhance developer productivity through AI assistance. This tool integrates with popular IDEs, providing intelligent code completion, bug detection, and automated refactoring suggestions. It analyzes code context to offer relevant recommendations, helping developers write cleaner, more efficient code faster. Rathour developed CodePilot Pro with a focus on contextual understanding, ensuring its suggestions are accurate and helpful, reducing the time spent on repetitive coding tasks and debugging.

DataWhisperer: Intelligent Data Analysis and Visualization

Rounding out the suite of applications is DataWhisperer. This platform simplifies complex data analysis tasks using AI. Users can upload datasets, and DataWhisperer automatically identifies patterns, outliers, and key trends. It generates insightful reports and interactive visualizations, making data-driven decision-making more accessible. The tool supports natural language querying, allowing users to ask questions about their data and receive comprehensible answers and visualizations, democratizing data science capabilities.

What to Expect from Rathour's Blog

Rathour plans to use his blog as a platform to share technical deep dives into the architecture and implementation of these AI applications. Readers can anticipate detailed discussions on topics such as retrieval-augmented generation, model fine-tuning strategies, efficient AI deployment, and the practical application of LLMs and diffusion models. He intends to cover the challenges encountered during development and deployment, offering actionable insights for fellow engineers and AI practitioners. His focus on building production-ready systems suggests a practical, hands-on approach to the content he will share.

The explicit mention of developing these five applications end-to-end, alone, and deploying them with Docker, CI, and observability on platforms like Railway and Vercel, signifies a commitment to real-world engineering challenges. This self-sufficiency and focus on deployable solutions suggest that Rathour's blog will be a valuable resource for those interested in the pragmatic aspects of AI development, moving beyond theoretical concepts to concrete, operational systems.