Skip to content
View Aftabbs's full-sized avatar
💭
Debugging
💭
Debugging

Block or report Aftabbs

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Aftabbs/README.md

Welcome to My AI Engineering Lab

Typing SVG

Portfolio LinkedIn Medium Email


🏆 Featured Achievement

Official Open Source Contributor @ Microsoft

class CosmosDBContribution:
    """
    🎯 Created the FIRST-EVER Python-based Model Context Protocol (MCP) servers
    for Azure Cosmos DB, enabling seamless AI agent integration with Microsoft's
    globally distributed database platform.
    """

    def __init__(self):
        self.achievement = "First Python MCP Server for Cosmos DB"
        self.organization = "Microsoft Azure"
        self.impact = "Enabling AI Agents → Cosmos DB Integration"
        self.technologies = ["Python", "MCP", "Azure Cosmos DB", "AI Agents"]

    def what_it_enables(self):
        return {
            "ai_agents": "Direct database operations through natural language",
            "developers": "Seamless integration with LangChain, AutoGen, etc.",
            "ecosystem": "Bridges AI agents with enterprise-grade NoSQL database"
        }

💫 About Me

#!/usr/bin/env python3
"""
Mohammed Aftab - AI Engineer & LLM Architect
Building the future of intelligent systems, one agent at a time.
"""

class AIEngineer:
    def __init__(self):
        self.name = "Mohammed Aftab"
        self.role = "AI Engineer & Developer"
        self.location = "Bengaluru, India 🇮🇳"
        self.experience = "2.5+ years in GenAI & LLM Systems"
        self.passion = "Transforming AI research into production-ready solutions"

    @property
    def current_focus(self) -> dict:
        return {
            "🚀 Building": [
                "Multi-agent orchestration systems with LangGraph",
                "Advanced RAG architectures for complex workflows",
                "Production-grade AI applications with LangChain",
                "MCP & A2A protocol implementations"
            ],
            "🔬 Exploring": [
                "Anthropic's Model Context Protocol (MCP)",
                "Agent-to-Agent (A2A) communication patterns",
                "LLM fine-tuning & prompt optimization",
                "Vector database architectures at scale"
            ],
            "✍️ Writing": [
                "25+ technical articles on Medium",
                "2 new articles every week",
                "Deep-dives on AI/ML implementations"
            ]
        }

    @property
    def expertise(self) -> dict:
        return {
            "specialization": "LLM Applications & Agentic AI",
            "core_domains": ["RAG Systems", "Multi-Agent AI", "NL2SQL"],
            "frameworks": ["LangChain", "LangGraph", "AutoGen", "Phidata"],
            "cloud": ["Azure", "AWS"],
            "databases": ["Cosmos DB", "Pinecone", "Chroma", "Qdrant"]
        }

# Let's build intelligent systems together! 🤝
aftab = AIEngineer()
print(aftab.current_focus)

🛠️ Tech Arsenal

🤖 AI/ML & LLM Frameworks

LangChain LangGraph OpenAI Anthropic HuggingFace Groq AutoGen Phidata CrewAI LlamaIndex MCP A2A

☁️ Cloud Platforms

Azure Azure OpenAI Cosmos DB Azure Functions Key Vault AWS Bedrock Lambda

🗃️ Vector Databases & Storage

Pinecone ChromaDB Weaviate Qdrant

💻 Development Stack

Python FastAPI Streamlit Gradio Docker


🎯 Specialized Skills

🔥 Core Expertise

  • 🎯 RAG Systems - Advanced retrieval architectures
  • 🤖 Multi-Agent AI - LangGraph orchestration
  • 🔄 Agent-to-Agent (A2A) - Inter-agent communication
  • 💬 NL2SQL - Natural language to database queries
  • 🎭 Prompt Engineering - LLM optimization
  • 🔧 LLM Fine-tuning - Model customization

🚀 Advanced Topics

  • 🔌 Model Context Protocol - MCP implementation
  • 🧠 Agentic Workflows - Autonomous AI systems
  • 📊 Vector Search - Semantic similarity at scale
  • 🏗️ AI Architecture - Production system design
  • ☁️ Cloud-Native AI - Azure & AWS deployment
  • 📈 AI Optimization - Cost & performance tuning

📊 GitHub Analytics

GitHub Streak Profile Views

🎓 Knowledge Sharing & Community

✍️ Technical Writing

25+ Articles

Deep technical content on AI/ML

2 per Week

Consistent publishing schedule

High Reach

Strong monthly readership

📚 Topics I Write About:

  • 🤖 LLM Applications & Multi-Agent Systems
  • 🔍 RAG Architecture & Optimization
  • 🔌 Model Context Protocol (MCP) Guides
  • ☁️ Cloud-Native AI Development
  • 🛠️ Production AI Best Practices

📖 Read My Articles on Medium


Featured Projects

🔌 Azure Cosmos DB MCP Server

First Python-based MCP implementation

  • ✅ Model Context Protocol for Cosmos DB
  • ✅ Seamless AI agent integration
  • ✅ Official Microsoft contribution
  • ✅ Production-ready Python SDK

Tech: Python • MCP • Azure Cosmos DB • AI Agents

Repo

Multi-Agent Orchestration

LangGraph-powered agent systems

  • ✅ Autonomous task decomposition
  • ✅ Inter-agent communication
  • ✅ State management & persistence
  • ✅ Production deployment patterns

Tech: LangChain • LangGraph • GPT-4 • Claude

Repo

Advanced RAG Systems

Context-aware AI applications

  • ✅ Multi-vector retrieval strategies
  • ✅ Hybrid search optimization
  • ✅ Query decomposition & routing
  • ✅ Response synthesis pipelines

Tech: LangChain • Pinecone • OpenAI • FastAPI

Repo

💬 NL2SQL Engine

Natural language to database queries

  • ✅ Schema-aware query generation
  • ✅ Multi-database support
  • ✅ Error handling & validation
  • ✅ Azure SQL integration

Tech: LangChain • Azure SQL • Python • LLMs

Repo

** View All Projects →**


Philosophy & Approach

"Great AI systems emerge from the perfect blend of innovative thinking, solid engineering fundamentals, and a deep understanding of the problems we're solving. It's not just about the models—it's about crafting solutions that truly make a difference."

Core Values

Innovation First

Embracing cutting-edge AI and pushing boundaries

Production Quality

Building robust, scalable solutions

Knowledge Sharing

Contributing to the AI community


Let's Collaborate!

I'm passionate about building intelligent systems that solve real-world problems

Open to Collaborating On

  • Multi-agent AI systems & orchestration
  • RAG applications & optimization
  • MCP & A2A protocol implementations
  • Cloud-native AI architectures
  • Production AI solutions at scale
  • Open source AI/ML projects

Reach Me

LinkedIn Medium Email Portfolio



If you find my work interesting, consider starring my repositories!

💬 Let's build the future of AI together!


Pinned Loading

  1. Build-and-Evaluate-Advanced-RAG Build-and-Evaluate-Advanced-RAG Public

    This project focuses on building and evaluating advanced Retrieval-Augmented Generation (RAG) techniques. RAG is a powerful approach that combines the strengths of information retrieval and generat…

    Jupyter Notebook 6 1

  2. Leveraging_Open_Source_Models_on_Hugging_Face Leveraging_Open_Source_Models_on_Hugging_Face Public

    This project showcases multiple use cases utilizing **open-source models** available on Hugging Face. Hugging Face has revolutionized AI development by providing a centralized hub for pre-trained m…

    Jupyter Notebook 2

  3. Knowledge_Graphs_For_RAG Knowledge_Graphs_For_RAG Public

    This project explores the integration of **Knowledge Graphs** with Retrieval-Augmented Generation (RAG) to enhance the accuracy, relevance, and depth of generative AI systems. Knowledge Graphs stru…

    Jupyter Notebook 2

  4. Evaluating-AI-Agents Evaluating-AI-Agents Public

    Arize AI is an AI observability and LLM evaluation platform built to enable more successful AI in production.

    Jupyter Notebook 2 1

  5. Fake-News-Detection-Using-NLP-and-BERT Fake-News-Detection-Using-NLP-and-BERT Public

    This project focuses on the detection of fake news using Natural Language Processing (NLP) techniques and BERT (Bidirectional Encoder Representations from Transformers) model. The goal is to build …

    Jupyter Notebook 13

  6. AzureCosmosDB/azure-cosmos-mcp-server-samples AzureCosmosDB/azure-cosmos-mcp-server-samples Public

    This repository contains a collection of sample implementations of the MCP across multiple programming languages, all backed by Azure Cosmos DB. These examples demonstrate how to create, query, upd…

    Go 64 27