Skip to content
View my5757980's full-sized avatar

Block or report my5757980

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

Hi, I'm Muhammad Yaseen 👋

AI Engineer — I build multi-agent systems that ship to production 🚀

I don't just prompt LLMs. I architect teams of AI agents that negotiate, veto each other, and keep a human in the loop — then I deploy them live.

The thing I care most about: the guarantee lives in the code, never in the model. A model can write the explanation; it does not get to be the reason you trust the number.


⭐ Start here — Aurum Rails

aurum-rails-uae-remittance — UAE → Global remittance settled on Arc in seconds, with every fee visible before you commit.

Live app · 🎬 2-min demo · ⛓️ A real transfer this app made — settled in 3.6 s

Why this one, out of everything below:

  • It refuses its own easy pitch. The obvious story is "remittances are expensive" — for the UAE corridor that is not true, so the README says so and competes on transparency instead.
  • The FX spread is displayed even when it is 0.00% — showing the zero is what proves the line is real.
  • There is a "what is real vs. simulated" table on the front page, listing what is not built (AED pay-in, KYC/AML) as prominently as what is.
  • Money is bigint minor units with branded types, not floats — because the sample it was forked from used floats, and that is not acceptable in a payment path.

Next.js 15 · Circle DCW · CCTP v2 · Arc Testnet · PostgreSQL


🔨 Other work

Agent systems

Project What it does
⚖️ Contract Redline War Room 5 agents redline contracts over Band. Compliance holds a veto that forces a visible re-plan; the human holds the only key. SHA-256 hash-chained audit trail you can verify from the UI.
🔮 SupplyTwin Supply-chain digital twin for UAE SMEs — predicts disruption ≥48h ahead. The 48h guarantee and the supplier-priority rule are deterministic code, re-checked at the API boundary; the LLM only supplies confidence and wording. Postgres RLS with FORCE, fails closed. 96 tests
📡 Maya — CS Health Radar Churn-risk agent that cites its evidence. Health score is deterministic TypeScript; a Postgres CHECK constraint makes an ungrounded recommendation impossible to save. Nothing is ever sent — the safety boundary is enforced by absence. Live
📊 CompeteIQ 4-agent GTM intelligence pipeline — full competitive briefs in under 20 seconds
📄 DocuMind AI 4-agent CrewAI document pipeline on AMD MI300X via Fireworks
🎯 AMD Track 1 router Token-efficient routing agent — Tier 0 solves what it can at zero tokens, and falls through rather than guess
🛡️ PolicyForge Plain English → enforceable security policy YAML
💸 AgentFlow Agent-to-agent USDC nanopayments on Arc L1 — sub-cent per task

Tools I publish

🔌 3 MCP servers live on npm x-growth-mcp (X · 7 tools) · linkedin-growth-mcp (LinkedIn · 3 tools) · threads-growth-mcp (Threads · 5 tools)

Product & web

💼 Office CRM Back office for a used-vehicle export business — lead → invoice → payment → unit → export documents. Next.js 16 · PostgreSQL
🏘️ TokenEstate Real estate tokenization — ERC-1155 fractional ownership, soulbound KYC, on-chain rent. 58 tests
🤖 Physical AI & Humanoid Robotics Interactive textbook with a RAG chatbot — grounded answers, cited sections, EN ↔ اردو

🛠️ Tech Stack

Agent frameworks: OpenAI Agents SDK · AgentKit · ChatKit · LangGraph · LangChain · CrewAI · AutoGen · MCP (I build and publish servers)

AI/LLM: OpenAI SDK · Claude · Gemini · Groq · RAG · ChromaDB · Qdrant · Whisper · Prompt & Context Engineering

Practices: Spec-Driven Development — constitution → spec → plan → tasks → implement, with the artefacts committed

Backend: Python (FastAPI) · Node.js (Express, NestJS) · PostgreSQL · MongoDB · Redis

Frontend: Next.js 15/16 · React 19 · TypeScript · Tailwind CSS

Web3: Solidity · Hardhat · The Graph · IPFS · Wagmi · OpenZeppelin · Circle (DCW, CCTP, Arc)

DevOps: Docker · Kubernetes · Railway · Vercel · Supabase · Neon · GitHub Actions


📊 GitHub Stats

Muhammad's GitHub stats Top Langs


🤝 Connect

X LinkedIn npm Linktree WhatsApp Channel

"Shipping products, not just prompts."

Pinned Loading

  1. aurum-rails-uae-remittance aurum-rails-uae-remittance Public

    UAE → Global remittance on Arc — every fee visible before you send, settled in ~3.6s with a transaction you can verify yourself. Next.js 15 + Circle DCW + CCTP v2.

    TypeScript 1

  2. contract-redline-warroom contract-redline-warroom Public

    5 AI agents redline contracts over Band — Compliance holds a veto that forces a re-plan, a human holds the final key, and every decision lands in a SHA-256 hash-chained audit trail.

    Python 1

  3. office-crm office-crm Public

    Back office for a used-vehicle export business — leads, proforma invoices, payments, vehicle units and export documents. Next.js 16 + TypeScript + PostgreSQL.

    TypeScript

  4. tokenestate-rwa-platform tokenestate-rwa-platform Public

    TokenEstate — real estate tokenization on Ethereum. ERC-1155 fractional ownership, USDC payments, soulbound KYC, on-chain rental income. 58 passing tests.

    TypeScript

  5. maya-cs-health-radar maya-cs-health-radar Public

    AI customer success agent — spots churn risk early, explains why with cited evidence, and drafts the outreach for one-click human approval. Health score is deterministic code, not the model.

    TypeScript

  6. supply-chain-digital-twin supply-chain-digital-twin Public

    AI-driven supply chain digital twin for UAE SMEs — predicts disruptions 48h ahead, recommends verified local backup suppliers, and hands the owner a plain-language contingency plan.

    TypeScript