jaimin
Available for select work

JaiminPanchal

I'm anAI Engineer

I build production LLM systems — RAG pipelines, tool-calling agents and evaluation harnesses — on a foundation of 2.5+ years shipping backend software at scale.

Scroll to explore

// about

About me

II  bbuuiilldd  iinntteelllliiggeenntt  ddiiggiittaall  eexxppeerriieenncceess    ffuullll--ssttaacckk  ssyysstteemmss,,  AAII--ppoowweerreedd  pprroodduuccttss,,  aanndd  iinntteerrffaacceess  tthhaatt  mmoovvee..  WWiitthh  aa  ffooccuuss  oonn  eennggiinneeeerriinngg  tthhaatt  sshhiippss  aanndd  ddeessiiggnn  tthhaatt  ffeeeellss  aalliivvee,,  ii  ppaarrttnneerr  wwiitthh  tteeaammss  aanndd  cclliieennttss  wwhhoo  wwaanntt  ttoo  ssttaanndd  oouutt  aanndd  pprroovvee  wwhhaatt  mmooddeerrnn  ssooffttwwaarree  ccaann  bbee..  LLeettss  bbuuiilldd  ssoommeetthhiinngg  iinnccrreeddiibbllee  ttooggeetthheerr!!

Based in India · Remote.

2.5+

Years engineering

10K+

Orders/month at scale

5

Platforms shipped

6

Languages spoken

// engineering journey

How I got here

01

PHP / Laravel

Where I started shipping real backends

02

Full-Stack

Owning features end to end

03

React / Next.js

Modern, motion-rich frontends

04

APIs & Integrations

Connecting systems reliably

05

AI Integration

LLMs inside real products

06

RAG & Vectors

Grounded, retrieval-based AI

07

GenAI Applications

AI that does useful work

08

AI Product Engineering

Where I’m focused now

// skills & stack

What I work with

The tools I reach for across the stack — from interfaces and APIs to databases and applied AI.

01

AI / LLM

RAGHybrid SearchLangChainLangGraphAI AgentsTool CallingpgvectorChromaDBEmbeddingsPrompt EngineeringRAGASDeepEvalOpenAIGeminiOllama
02

Languages

PythonPHPJavaScriptTypeScriptSQL
03

Backend & Serving

FastAPILaravelNode.jsNestJSStreamlitREST APIsEvent-DrivenRedis QueuesWebSocketsJWT / OAuth 2.0
04

Databases

PostgreSQLpgvectorMySQLMongoDBRedisChromaDB
05

Cloud & DevOps

DockerAWS (EC2, S3)GitHub ActionsCI/CDGitLinuxNginx
06

Testing

pytestRAGASDeepEvalPestJest

// career

Experience

Sep 2025 — Present

AI / LLM & Backend Engineer

Freelance · Remote

Independent AI/LLM and full-stack engagements — production RAG pipelines, tool-calling agents and evaluation harnesses.

  • Ship AI/LLM work with Python/FastAPI, LangChain/LangGraph, pgvector/ChromaDB and OpenAI/Gemini — production RAG pipelines, tool-calling agents and evaluation harnesses.
  • Built the Laravel + MySQL backend and REST APIs for Spot It Now, a cross-platform wildlife-sighting app — geospatial feeds, photo uploads, OTP auth and push notifications for Android & iOS, plus a moderation admin panel.
PythonFastAPILangGraphpgvectorLaravel

Jul 2023 — Aug 2025

Software Engineer (Backend Focus)

Sapphire Software Solution · Ahmedabad, India

Delivered client platforms end-to-end across SaaS, e-commerce, fintech and social products.

  • Delivered five client platforms end-to-end (Laravel, MySQL) — all five remain live in production.
  • Moved order fulfilment into queued background workers for a Shopify backend sustaining 10,000+ orders/month; optimized MySQL via indexing and query restructuring.
  • Engineered event-driven Laravel backends (queues, events, secure webhooks) powering live bid broadcasting, a transactional wallet ledger and automated revenue-split payouts.
  • Employee of the Quarter (2025) · Emerging Star Award (2024).
LaravelPHPMySQLRedisDocker

// education & credentials

Foundations

Education

2019 — 2023

B.Tech in Computer Science & Engineering

Indus University, Ahmedabad

CGPA 8.89 / 10

Awards & credentials
01

Employee of the Quarter

Sapphire Software Solution · 2025

02

Emerging Star Award

Sapphire Software Solution · 2024

03

Generative AI Mastermind

Outskill · 2026

04

IBM Project Manager — Professional Certificate

Coursera · 2026

// selected work

Projects

A selection of products I've designed, engineered and shipped.

DocIntel
AI01

DocIntel

Multimodal document-intelligence API — extracts schema-validated fields from PDFs and images with a vision LLM, per-field review flags and rules-based validation.

PythonFastAPIGemini / GPT-4oPydanticDocker
DocuMind AI
AI02

DocuMind AI

Production document-Q&A SaaS — FastAPI, pgvector RAG, JWT auth, Stripe billing, async Celery workers and Langfuse tracing.

PythonFastAPIpgvectorCeleryStripe
ResolveAI
AI03

ResolveAI

LangGraph support agent that resolves cases via tool calling and hybrid retrieval — pgvector (HNSW) fused with Postgres full-text via RRF, cross-encoder reranked, with deterministic policy guardrails.

PythonLangGraphFastAPIpgvectorRedis
ShopSense
AI04

ShopSense

E-commerce API with natural-language product search and an LLM shopping assistant — pgvector semantic search, function calling, Stripe checkout and Socket.io real-time updates.

NestJSTypeScriptpgvectorPrismaStripe
FeedbackIQ
Full-Stack05

FeedbackIQ

Multi-tenant Laravel SaaS API that ingests feedback and classifies sentiment, themes and urgency via an LLM dispatched to queued Redis workers — OpenAPI, Pest tests and Dockerized CI.

Laravel 11PHP 8.2MySQLRedisDocker
OrderMesh
Backend06

OrderMesh

Event-driven order-fulfilment platform using Spring Boot, Kafka and the Saga orchestration pattern.

JavaSpring BootKafka

// ai lab

The AI Lab

I don't just call ChatGPT. I build retrieval-augmented systems that ground answers in real data — embeddings, vector search and LLMs wired into products that need to be correct, not just confident.

RAG Pipelines

Hybrid search — pgvector fused with Postgres full-text via RRF, then cross-encoder reranked.

Tool-Calling Agents

LangGraph agents with deterministic policy guardrails enforced in code, not prompts.

Evaluation Harnesses

RAGAS & DeepEval — faithfulness, answer relevancy and context precision, wired into CI.

Vector Search

pgvector (HNSW cosine) and ChromaDB embeddings, benchmarked against dense-only baselines.

Structured Outputs

Schema-validated LLM outputs (Pydantic) with per-field review flags and fallbacks.

Multi-Model Serving

OpenAI, Google Gemini and local Ollama for cost-controlled, reliable inference.

retrieval-augmented generation · request flow

01QueryUser question
02EmbedText → vector
03Vector SearchSimilarity match
04RetrieveTop-k context
05AugmentPrompt + context
06LLMGenerate
07ResponseGrounded answer

// what i build

The things I make

I build web products, AI-powered applications and practical developer tools — end to end.

AI-Powered Applications

LLM integrations, RAG systems, AI assistants and intelligent workflows that do real work — not demos.

Full-Stack Products

Complete web applications from frontend to backend, database, auth and deployment.

Developer Tools

Internal tools, dashboards and automation that remove friction from real workflows.

Career & Productivity Tools

Job tracking, resume analysis and AI-assisted career workflows — like the system powering this site.

// let’s talk

Let’s build something

Have a product to ship, an AI idea to explore, or a role to fill? I’m open to select freelance work and full-time opportunities.

jaiminmpanchal02@gmail.comAhmedabad, India · Remote
JP

Jaimin Panchal

Building useful things with code and AI.

© 2026 Jaimin Panchal · Built with Next.js · Prisma · Three.js