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

Block or report asadullah48

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

header

Typing SVG

LinkedIn Medium YouTube Linktree Facebook


About Me

I'm an Agentic AI Developer at Panaversity building autonomous AI systems that take action, not just respond. I recently completed 6 progressive hackathons — evolving a simple file watcher into a full Kubernetes-orchestrated platform with Constitutional AI safety, Apache Kafka event streaming, Dapr service mesh, and a Discord bot.

Hackathons Completed : 6/6 (Bronze → Platinum)
Kubernetes Services  : 14 running in 6GB cluster
Tests Passing        : 180+
Architecture         : Event-Driven + Constitutional AI
Methodology          : Specification-First Development

Currently Building:

  • Multi-agent systems with MCP & A2A protocols
  • Production RAG with vector databases
  • Platform engineering for AI workloads
  • Open-source AI safety tooling

Flagship Project

H4 H4.5 Tests K8s CI/CD Constitutional

A production-grade, Kubernetes-orchestrated AI application built progressively across 6 hackathons, featuring Constitutional AI safety, event-driven microservices, and multi-interface access.

graph TD
    subgraph "User Interfaces"
        A["Discord Bot<br/>(TodoMaster AI)"]
        C["Next.js Frontend"]
    end

    subgraph "Core Platform"
        B["FastAPI Backend<br/>(+ Dapr Sidecar)"]
        I["Constitutional AI<br/>Middleware"]
    end

    subgraph "Data Layer"
        D["PostgreSQL 15<br/>(StatefulSet)"]
        H["Redis 7<br/>(State Store)"]
    end

    subgraph "Event Streaming"
        E["Apache Kafka<br/>(Strimzi KRaft)"]
        F["Notification<br/>Service"]
    end

    subgraph "Observability"
        G["Prometheus"]
    end

    A -->|REST API| B
    C -->|REST API| B
    I -->|Block/Flag/Allow| B
    B -->|SQL| D
    B -->|State| H
    B -->|Dapr Pub/Sub| E
    E --> F
    G -->|Scrape| B
    G -->|Scrape| F

    style A fill:#5865F2,color:#fff
    style C fill:#000000,color:#fff
    style B fill:#009688,color:#fff
    style I fill:#ff6b6b,color:#fff
    style D fill:#336791,color:#fff
    style H fill:#DC382D,color:#fff
    style E fill:#231f20,color:#fff
    style F fill:#4ECDC4,color:#fff
    style G fill:#e6522c,color:#fff
Loading
Key Differentiators
Feature Implementation
Constitutional AI Blocks homework-solving queries with Socratic responses, flags edge cases for human review
Zero-Code Infra Swap Switched pub/sub from Redis → Kafka by changing 1 YAML file (Dapr abstraction)
14 Services in 6GB Full production stack at 44% memory utilization on Minikube
Event-Driven Audit Every interaction published to Kafka with 24h retention
Multi-Interface Same backend serves Next.js frontend + Discord bot (TodoMaster AI)
Hackathon Progression (Bronze → Platinum)
Hackathon Project Tier What I Built Tests
H0 Personal AI CTO Bronze File watcher, auto-categorization, HITL approvals 7/7
H1 Course Companion Silver FastAPI backend, Constitutional AI filter, conversation tracking -
H2 AI-Powered Todo Silver Spec-driven development, AI spec generation, CRUD with constitution -
H3 Advanced Todo Gold Event-driven architecture, Kafka, Dapr, team collaboration 149/149
H4 Cloud-Native Platinum Full Kubernetes cluster (14 manifests), CI/CD, Prometheus -
H4.5 Discord Bot Extended TodoMaster AI with 6 slash commands, K8s deployment 31/31

Other Projects

Project Stack Description
Physical AI Textbook Platform Next.js, FastAPI, RAG, Gemini API Interactive textbook with semantic search and context-aware RAG chatbot
LearnFlow AI Platform Microservices, FastAPI, K8s, Docker 5 specialized AI agents for personalized programming education
Course Companion FTE FastAPI, ChatGPT API, Zero-Backend Constitutional AI rules for LLM-based course management
Claude.ai Skills Marketplace 39 Skills, 8 Categories Reusable agent skills — document processing, automation, dev tools

Tech Stack

Languages & Frameworks

Languages

Cloud-Native & Infrastructure

Infrastructure

AI, Tools & Platforms

AI & Tools

Full Stack Breakdown
const stack = {
    languages:      ["Python", "TypeScript", "JavaScript"],
    frontend:       ["Next.js 14", "React", "Tailwind CSS"],
    backend:        ["FastAPI", "Node.js", "Uvicorn"],
    ai:             ["Constitutional AI", "RAG Systems", "LangChain", "LangGraph", "MCP"],
    databases:      ["PostgreSQL 15", "Redis 7", "Vector DBs (Pinecone, Chroma)"],
    infrastructure: ["Kubernetes", "Docker", "Dapr", "Helm"],
    streaming:      ["Apache Kafka (Strimzi KRaft)"],
    monitoring:     ["Prometheus", "Grafana", "OpenTelemetry"],
    cicd:           ["GitHub Actions (test → build → validate → security)"],
    bots:           ["discord.py (slash commands)"],
    apis:           ["OpenAI", "Claude (Anthropic)", "Google Gemini"],
    protocols:      ["MCP (Model Context Protocol)", "A2A", "REST", "Dapr Pub/Sub"],
    architecture:   ["Microservices", "Event-Driven", "API-First", "Infrastructure-Agnostic"],
    methodology:    "Specification-First Development"
};

2026 Technology Roadmap

mindmap
  root((2026 Focus))
    Agent Protocols
      MCP
      A2A Protocol
      Claude Agent SDK
      OpenAI Agents SDK
    Multi-Agent Systems
      LangGraph
      CrewAI
      AutoGen
      OpenAI Swarm
    Observability
      OpenTelemetry
      Grafana Stack
      Loki + Tempo
    Vector Databases
      Pinecone
      Qdrant
      Chroma
      Weaviate
    Edge AI
      WebAssembly
      ONNX Runtime
      On-device LLMs
    Platform Engineering
      Backstage
      Crossplane
      Terraform
Loading
Area Technologies Why It Matters
Agent Protocols MCP, A2A (Google/Linux Foundation), Claude Agent SDK Standardizing how AI agents communicate and use tools
Multi-Agent Systems LangGraph, CrewAI, AutoGen, OpenAI Swarm Orchestrating specialized agents for complex workflows
Observability OpenTelemetry, Grafana Stack (Loki + Tempo) Unified telemetry for AI-native applications
Vector Databases Pinecone, Qdrant, Chroma, Weaviate Scaling RAG systems to production
Edge AI WebAssembly (Wasm), ONNX Runtime Running inference at the edge without cloud dependency
Platform Engineering Backstage, Crossplane, Terraform Building internal developer platforms for AI workloads
AI Safety Constitutional AI, RLHF, Human-in-the-Loop Ensuring AI systems are safe and aligned

GitHub Stats

trophy

GitHub Stats GitHub Streak

Top Languages

Activity Graph

github-snake

Goals

  • Complete all 5 Panaversity Hackathons (Bronze → Platinum)
  • Build cloud-native system with Kubernetes, Kafka, and Dapr
  • Implement Constitutional AI safety with Human-in-the-Loop
  • Build multi-agent system with MCP and A2A protocols
  • Contribute to 3+ open-source AI/ML projects
  • Publish 24+ technical articles and videos
  • Launch course on Specification-Driven AI Development
  • Grow YouTube channel to 1K+ subscribers

Philosophy

"Traditional approach: Avoid AI mistakes. My approach: Learn FROM AI mistakes. Because real innovation happens at the edges of failure."

Principle Practice
Spec-First No code without a specification
Production Quality Every project is deployment-ready
AI as Collaborator Not just a tool — a thinking partner
Open Source Share knowledge, elevate the community

Writing & Content

YouTube Medium

Topics: Agentic AI | Spec-Driven Development | Cloud-Native Architecture | Constitutional AI Safety | Multi-Agent Systems


Let's build something together

I'm open to collaborating on AI/ML projects, cloud-native systems, and hackathon partnerships.

LinkedIn Medium YouTube Facebook Linktree

Profile Views

footer

Pinned Loading

  1. hackathon-completion-engine hackathon-completion-engine Public

    Cloud-native AI-powered Todo app with Constitutional AI, Kubernetes, Kafka, Dapr, and Discord bot

    Python