Skip to content
View prit-ctl's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report prit-ctl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
prit-ctl/README.md

πŸ‘‹ Hey, I'm Pritesh Dhandhukia

AI Engineer | Cloud Architect | Agentic AI Specialist

Building intelligent systems that think, reason, and act

LinkedIn Email GitHub


πŸš€ About Me

class PriteshDhandhukia:
    def __init__(self):
        self.name = "Pritesh Dhandhukia"
        self.role = "AI Engineer & Solutions Architect"
        self.location = "🌍 Building AI systems worldwide"
        
        self.expertise = {
            "agentic_ai": ["LangGraph", "CrewAI", "Multi-Agent Systems", "MCP"],
            "aws_cloud": ["Bedrock", "SageMaker", "Textract", "Rekognition", "EMR"],
            "ml_engineering": ["RAG", "Fine-tuning", "LLM Evaluation", "Knowledge Bases"],
            "data_stack": ["ETL Pipelines", "Data Visualization", "Storage Solutions"]
        }
        
        self.currently_working_on = [
            "πŸ€– Building production-ready agentic AI systems",
            "πŸ”— Implementing Model Context Protocol (MCP) servers",
            "πŸ“Š Evaluating LLMs with RAGAS framework",
            "☁️ Architecting scalable AI solutions on AWS"
        ]
        
        self.daily_drivers = ["Python", "TypeScript", "AWS CDK", "Docker"]
    
    def say_hi(self):
        print("Thanks for dropping by! Let's build something amazing together! πŸš€")

me = PriteshDhandhukia()
me.say_hi()

πŸ› οΈ Tech Stack

Languages & Frameworks

Python TypeScript JavaScript

AI/ML Ecosystem

LangChain Anthropic OpenAI HuggingFace

Cloud & Infrastructure

AWS Docker Git

Databases & Storage

PostgreSQL MongoDB Redis


πŸ’Ό Featured Projects

Compare LangGraph, CrewAI & Custom Orchestration

A comprehensive side-by-side comparison of agentic AI frameworks using Model Context Protocol (MCP). Features working implementations of all three approaches with shared tools for fair comparison.

Tech: Python, TypeScript, LangGraph, CrewAI, MCP, Anthropic Claude

Highlights:

  • πŸ—οΈ Complete MCP server with 4 contract analysis tools
  • 🟒 LangGraph state-based workflow implementation
  • 🟣 CrewAI role-based multi-agent system
  • 🟠 Custom orchestration from scratch
  • πŸ“Š Production-ready patterns and architecture diagrams

πŸ“Š GitHub Stats

Pritesh's GitHub Stats

Top Languages

GitHub Streak


🎯 Current Focus

focus_areas = {
    "learning": [
        "Advanced agentic AI patterns",
        "Distributed agent systems",
        "Production LLM deployment",
        "AWS AI/ML services"
    ],
    "building": [
        "MCP servers for various domains",
        "Multi-agent orchestration frameworks",
        "RAG evaluation tooling",
        "AWS serverless AI solutions"
    ],
    "contributing": [
        "Open-source AI frameworks",
        "MCP server examples",
        "Documentation improvements",
        "Community knowledge sharing"
    ]
}

πŸ“ Latest Projects & Experiments

  • πŸ”§ MCP Protocol - Building production MCP servers
  • πŸ€– Agentic AI - Comparing orchestration frameworks
  • πŸ“Š LLM Evaluation - RAGAS-based testing pipelines
  • ☁️ AWS AI Stack - Bedrock, Textract, Rekognition integrations
  • πŸŽ“ Fine-tuning - Custom model training and evaluation
  • πŸ“ˆ Data Pipelines - Raw data to insights workflows

🌟 Achievements

achievements = {
    "open_source": "Built comprehensive MCP framework comparison",
    "aws": "Architected multiple production AI solutions",
    "ai_agents": "Implemented 3+ agent orchestration patterns",
    "community": "Sharing knowledge through code and documentation",
    "learning": "Continuously exploring cutting-edge AI technologies"
}

πŸ’‘ What I Believe

"The future of AI is not just about smarter modelsβ€”it's about systems that can reason, collaborate, and act with purpose."

I'm passionate about:

  • 🀝 Building AI agents that work together, not just alone
  • πŸ—οΈ Creating reusable patterns and frameworks
  • πŸ“š Sharing knowledge and helping others learn
  • ⚑ Making AI systems production-ready, not just proof-of-concepts
  • 🌍 Open-source collaboration and community building

πŸ“« Let's Connect!

Have an interesting project? Want to collaborate?
Let's build something amazing together!

LinkedIn Email GitHub


🎸 Fun Facts

fun_facts = [
    "πŸ€– I build AI agents that actually work in production",
    "β˜• Coffee-driven code is my specialty",
    "πŸ“Š I create architecture diagrams for fun (seriously!)",
    "🎯 Currently mastering: Production-grade agentic AI systems",
    "πŸ’­ Philosophy: 'Build it, ship it, iterate'"
]

Profile Views

⭐ From prit-ctl - Building the future, one commit at a time

Pinned Loading

  1. mcp-agentic-frameworks-comparison mcp-agentic-frameworks-comparison Public

    Compare LangGraph, CrewAI, and custom orchestration using MCP. Complete working examples for contract analysis with shared tools. Production-ready patterns.

    Python