Skip to content
View alihassan-coder's full-sized avatar

Block or report alihassan-coder

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
alihassan-coder/README.md

Ali Hassan

AI Engineer

I don't just use AI — I architect systems where agents reason, decide, and act.

Portfolio LinkedIn


class AliHassan:

    role = "AI Engineer"
    experience = "2 years shipping AI products to real users"

    focus = [
        "Multi-agent systems",
        "MCP servers & AI tool integrations",
        "RAG pipelines",
        "AI-driven automation",
    ]

    stack = {
        "agents":   ["LangGraph", "LangChain", "OpenAI Agents SDK", "MCP"],
        "backend":  ["Python", "FastAPI", "PostgreSQL", "MongoDB"],
        "vectors":  ["FAISS", "Chroma", "Pinecone", "Weaviate"],
        "frontend": ["Next.js", "TypeScript", "Tailwind CSS"],
    }

    philosophy = "A demo impresses. A deployed system delivers."

    status = "Open to full-time roles, contract work & AI collaborations"

Project

Systems I have shipped and what's coming next. This table only grows.

Status System What it proves
Shipped Video Verification Pipeline Multi-stage AI pipeline: OpenCV, OCR, and LLM reasoning working together to verify screen recordings.
Shipped Database Agent Natural language converted into real database operations — an agent with write access and the guardrails to deserve it.
Shipped FlyZone Sky Explorer Full-stack AI airline assistant: flight booking, FAQs, and support. FastAPI, MongoDB, and an agentic UX.
Shipped LangGraph Lab A public collection of stateful multi-agent patterns — from fundamentals to production-ready designs.
In progress Next system loading New projects are added here as they ship.

Let's build something that ships

Open to full-time roles · contract work · AI collaborations

alihassan-dev.vercel.app

I'd rather build something useful with you than keep a long list of buzzwords.

Pinned Loading

  1. DSA-With-Python DSA-With-Python Public

    A comprehensive collection of Data Structures and Algorithms implemented in Python, featuring clean code, detailed explanations, and problem-solving examples to strengthen coding and interview skills.

    Python

  2. langgraph-concepts-projects langgraph-concepts-projects Public

    Concepts, examples, and projects using LangGraph — building stateful, multi-step agentic workflows with LLMs.

    Python

  3. video-verification-pipeline video-verification-pipeline Public

    Automated pipeline that analyzes screen recordings to verify visited domain and certificate validity; OpenCV, Nanonets OCR, Groq LLM, FastAPI; parallel frame processing and structured JSON output.

    Python

  4. Database-Agent-Backend-FastAPI Database-Agent-Backend-FastAPI Public

    A backend system that enables real-time database updates through an AI agent by converting natural language commands into database operations. It ensures fast, secure data handling and seamless com…

    Python

  5. flyzone-sky-explorer flyzone-sky-explorer Public

    FlyZone is an AI-powered airline assistant built with FastAPI and MongoDB, featuring intelligent flight booking, FAQs, and user support with a seamless conversational experience.

    TypeScript

  6. langchain-concepts-projects langchain-concepts-projects Public

    A collection of LangChain concepts, examples, and projects — from fundamentals to practical agentic workflows.

    Python