PS
0%
Available for workPune, IN

Engineering AIplatforms, developertools & the systemsthat ship them.

Agentic AI · MCP Servers · Kubernetes Infra

Prakhar Sharma-Full-Stack / AI Engineer @ Katonic AI

I design and ship production-grade web apps, AI platforms, and the developer tooling that runs them - turning complex systems into interfaces that feel effortless.

Connect
GitHub
LinkedIn
Email
About

I turn complex systems into products that feel effortless.

Full-Stack / AI Engineer at Katonic AI, working where AI meets infrastructure - the platforms, agents, and developer tooling that keep AI systems dependable in production.

Day to day that spans the whole stack: React and Node product surfaces, MCP servers and agent tooling, and the Kubernetes infrastructure underneath - GPU allocation, multi-tenancy, and Prometheus-based monitoring. Outside work, I build full-stack products end-to-end, from developer tools to commerce.

Focus
AI PlatformsMCP ServersDeveloper ToolingProduction Systems
Currently exploring
Agentic AIMCPKubernetesAI Infrastructure
Prakhar Sharma

Prakhar Sharma

Full-Stack / AI Engineer

Pune, Maharashtra, India

Currently
Engineer @ Katonic AI
Building
AI platforms & MCP tooling
Open to
Full-time & freelance
Available
0+
Years shipping production software
0+
Projects built
0+
AI agent / MCP integrations
0+
Production deployments
What I build

Engineering across the whole stack.

Not a list of logos - the value I create, and what I've built doing it.

Frontend Systems

Interfaces that make complex products feel effortless.

Next.jsReactTypeScriptFramer Motion
Built
JobVaultAI Platform UIMERN-AI-GPT

Backend APIs

Reliable APIs that scale with products, not prototypes.

Node.jsExpressRESTAuth
Built
JobVault APIAuth systems

AI Integrations

LLMs and agents wired into products people actually ship.

MCPAI AgentsStreaming
Built
MCP serversAgent toolingMERN-AI-GPT

Developer Tooling

Tools that remove friction and make teams faster.

CLIsMCP ToolsAutomation
Built
CodeVitalsMCP toolingInternal automations

Infrastructure

Deploys that stay boring, repeatable, and safe.

DockerKubernetesCI/CD
Built
Containerized servicesAI platform infra

Databases

Data models that hold up as products grow.

MongoDBRedisPostgreSQL
Built
JobVaultPlatform data layer

Currently deepening my AI Engineering stack

I already build on real AI platforms and production systems. Now I'm going deeper into the engineering foundations behind modern AI - Python and ML fundamentals, LLM application architecture, RAG, agents, and evaluation.

PythonMachine LearningDeep LearningPyTorchLLM SystemsRAGVector DatabasesEmbeddingsLangChain / LangGraphAI EvaluationModel Serving
Experience

Shipping real software, in production.

Full-Stack / AI Engineer

Katonic AI · Remote

Jun 2025 - Present

The challenge

Take an MLOps and AI platform from single-tenant to multi-tenant production - spanning the React/Node product surface, Kubernetes infrastructure and GPU scheduling, and a shift from generative to agentic AI.

What I owned

  • Developed and operated Apps, Model Deployments, and Workspaces end-to-end across the full stack on Kubernetes-based infrastructure.
  • Built a monitoring dashboard for resource usage, storage volumes, and network performance from Prometheus metrics for real-time operational visibility.
  • Deployed MCP servers and integrated them with AI agents to enable tool calling and workflow automation.
  • Built text-to-speech into the chat system to make conversational AI experiences feel more natural.

Engineering decisions

  • Implemented GPU slicing and allocation across multi-tenant and single-tenant architectures to optimize workspace and model-deployment resource utilization.
  • Implemented agent guardrails and policy controls to keep agentic workflows reliable, secure, and governable.
  • Contributed to migrating the platform from single-tenant to multi-tenant to improve scalability and collaboration.
  • Contributed to the platform's shift from generative AI workflows toward an agentic AI architecture.

Impact

  • Gave teams real-time visibility into compute, storage, and network health.
  • Improved platform scalability and collaboration through the multi-tenant migration and tuned GPU allocation.
  • Raised platform stability by debugging issues across frontend, backend, APIs, deployments, MCP integrations, and infrastructure.

Lessons learned

  • Multi-tenancy is an architecture decision, not a feature - isolation and resource limits have to be designed in from the start.
  • Agent reliability comes from guardrails and observability, not from the model alone.

Technologies

Next.jsReactTypeScriptNode.jsPythonKubernetesDockerMCPAgentic AILLMsPrometheusREST APIs

Full Stack Engineer

Internship

Katonic AI · Remote

Jan 2025 - May 2025 · 5 mos

What I owned

  • Developed and maintained full-stack applications built on generative-AI technologies.
  • Designed and implemented responsive React and Next.js interfaces for AI-driven platforms, tuned for smooth interaction and performance.
  • Built a file manager on the MERN stack with NFS and Kubernetes, enabling centralized, scalable dataset storage without external tools.
  • Collaborated with cross-functional teams to design and implement scalable solutions.

Impact

  • Optimized backend services for AI-powered platforms.
  • Improved the end-user experience across AI-driven products.

Technologies

ReactNext.jsNode.jsExpressMongoDBNFSKubernetesGenerative AI

Education

B.Tech - Computer Science (AI & ML)

Oriental Institute of Science and Technology · Bhopal, India

2021 - 2025

CGPA 7.2

The path here

  1. 2021

    The first commit

    Fell for the web - turning ideas into things people could actually click and use.

  2. 2022

    Thinking in systems

    Moved from pages to products - components, state, and APIs that fit together.

  3. 2023

    Full-stack, end to end

    Shipped complete MERN applications - auth, data, and polished frontends in production.

  4. 2024

    Production engineering

    Focused on scalable architecture, cloud deployments, and backend systems people actually relied on.

  5. 2025

    AI platform engineering

    Joined Katonic AI - building AI platform surfaces on Kubernetes-based, GPU-scheduled, multi-tenant MLOps infrastructure.

  6. 2026Current

    Agentic AI & AI Engineering

    Shipped MCP servers and agentic AI at Katonic, and started going deeper into the foundations behind intelligent systems - Python, LLM applications, RAG, evaluation, and model-driven workflows.

Currently building toward

Going deeper into AI Engineering - from Python and ML fundamentals to LLM systems, RAG, agent architectures, evaluation, and production AI.

PythonMachine LearningLLM SystemsRAGAI AgentsLangGraphVector DatabasesAI Evaluation
Selected work

Products I've designed and shipped.

A featured deep-dive, then a selection of things I've built end-to-end.

FeaturedFull-Stack AI App

MERN-AI-GPT

A full-stack AI chat platform with authentication, streaming LLM responses, and persistent conversation history.

Full StackAIStreaming
MERN-AI-GPT preview

The problem

Most side-project chat apps feel like demos - no streaming, no history, no auth, and a UI that gets in the way.

Why I built it

I wanted to build the full stack of a real AI chat product: authentication, a streaming interface, and durable history - not just a prompt box wired to an API.

ReactNode.jsExpressMongoDBLLMJWT

Architecture & data flow

ClientReact
APINode · Express
AuthJWT
MongoDBchats
LLMstreaming
PaymentsStripe

Technical decisions

  • Streamed responses over the wire so the interface feels alive instead of waiting on a spinner.
  • Stored conversations in MongoDB keyed per user for durable, resumable history.
  • Kept a clean React client / Node API boundary so each side could evolve independently.
  • Added JWT authentication so it behaves like a real, multi-user product.

Engineering challenges

  • Rendering streamed tokens smoothly without layout thrash.
  • Keeping conversation state consistent between the client and stored history.

Production learnings

  • Streaming is 20% of the work and 80% of the feel.

Results

  • A complete full-stack AI app - auth, streaming, and persistence - rather than a demo.
  • A chat experience that feels immediate and stays out of the way.

What's next

  • Tool calling and retrieval over user documents
JobVault preview
Full-Stack App

JobVault

A full-stack job-search workspace built around Kanban workflows, application tracking, resume management, and analytics.

Next.jsTypeScriptNode.jsMongoDB
Full StackProductivitySaaS
codevitalsnpmv1.0.0TypeScriptMCP CompatibleEXPLORERcodevitalssrcanalyzer.tsreport.tsmcp.tsindex.tspackage.jsonREADME.mdcodevitals - zsh$ npm install codevitals Repository scannedRepository Health94/100Security Issues0Unused Dependencies2Duplicate Code3%AI Suggestions14MCP ReadyARCHITECTUREGitHub RepoCodeVitals EngineAI ScoreReportMCP Serverexample.tsimport { analyze } from "codevitals"const report = await analyze({repo: "owner/project"})console.log(report.score)
Developer Tool

CodeVitals

An AI-powered repository health toolkit that analyzes codebases and exposes actionable diagnostics through an npm package and MCP interface.

Node.jsTypeScriptMCPnpm
Open Sourcenpm PackageMCP Server
SeepCraft preview
Freelance Project

SeepCraft

A production-focused e-commerce storefront for handcrafted home decor, engineered around reusable commerce components and a polished shopping experience.

Next.jsTypeScriptTailwindCommerce
FreelanceE-CommerceProduction
Tempest preview
UI Engineering

Tempest

An award-inspired cinematic web experience engineered around motion, visual hierarchy, and scroll-driven storytelling.

Next.jsFramer MotionGSAPTailwind
Motion DesignInteraction
Open Source & Engineering

How I engineer, in the open.

Building through production software, developer tooling, and continuous experimentation - here's the activity behind it.

94
Repositories
143
Contributions this year
5
Followers
4
Following

Contribution activity

143 in the last year
LessMore

Top languages

  • JavaScript48%
  • TypeScript19%
  • HTML14%
  • Java9%
  • CSS8%

Pinned technologies

Next.jsTypeScriptNode.jsReactMongoDBDockerGoKubernetesTailwind CSS

Open-source highlights

  • Published npm package
  • Built an MCP server
  • Production AI platform
  • Full-stack SaaS
  • Freelance commerce platform
  • Award-inspired UI
Milestones

Certifications & recognition.

AI Platform Engineering

Katonic AI

2025

Developer Tooling & MCP

Open source

Ongoing

Open-Source Contributions

GitHub

Ongoing

Google IT Support Certificate

Google · Coursera

2023

NPTEL Certification

NPTEL

2022

Hackathon Participant

Multiple events

2022–23
Contact

Let's build something great.

Have an idea, a role, or a hard problem? I'd love to hear about it.

Currently available Usually replies within 24 hours
Phone+91 7999923489
Pune, Maharashtra, India