Jitan Gupta

I'm Jitan, a platform engineer figuring out how AI tools actually work.

For ten years, I've shipped software in production. For the last two, I've been pulling apart Claude Code, MCP, and agent frameworks to understand what's underneath the demos. I share the working pieces on YouTube, including the parts that broke, which is usually more useful.

10+

Years shipping production software

PromptMate

Live on the Chrome Web Store

5-Check

Framework for AI-generated code

Summarize what I do with AI

Real experiments, then reusable patterns.

I put AI tools into normal engineering workflows, watch where they help, and document the judgment needed around them.

01

Test tools against real engineering work

I use Claude Code, MCP servers, and agent workflows on concrete software problems before turning them into lessons.

02

Publish what worked and what broke

The useful parts usually sit next to the failures, wrong turns, and missing context. I show both.

03

Turn patterns into tools and frameworks

When something repeats, I shape it into a build, checklist, video, or framework other engineers can reuse.

Latest from YouTube

AI tools, engineering workflows, and lessons from building in production. Videos in Hinglish.

What I'm Building

Tools I built to solve real problems. All open source, built in public.

cb-mcp-server

Live

An MCP server that connects Content Board (my Firebase PWA for YouTube production) to Cowork, Claude's desktop agent. I built it live on the channel, episode by episode, so the whole thing is documented end to end. It's the working proof that the MCP tutorials on this site come from a server I actually ship and use every week.

Model Context Protocol TypeScript Cowork Firebase Content Board
View on GitHub

PromptMate

Live

Chrome extension that adds a personal prompt library sidebar to ChatGPT and Claude. Save prompts with tone and format settings, insert them in one click, and sync across devices via Google Drive. No backend server.

Chrome Extension JavaScript Google Drive API ChatGPT Claude
View on GitHub

Cowork Boilerplate

Live

A folder-based workflow automation system for Claude Cowork. Define repeatable AI workflows once: manual pipelines with approval gates, scheduled tasks, multi-stage projects. Includes a YouTube content pipeline and daily community scout out of the box.

Claude Cowork Claude Code MCP AI Workflow
View on GitHub

The loop I use before AI-generated code reaches a branch.

The videos show the experiments. The frameworks capture the repeatable parts: task boundaries, review commands, security checks, manual testing, changeset review, and human judgment.

Explore frameworks

Current framework

AI-Assisted Development Loop

Trust, verify, override before merge

Includes 5-Check
  1. 01 Task list
  2. 02 Review commands
  3. 03 Security check
  4. 04 Manual testing
  5. 05 PR + CI review

The Engineering Behind the Teaching

Before I started publishing AI workflows, I spent 10 years building enterprise systems. That background is why I know when AI helps and when it does not.