Skip to content
View mu7ammad-3li's full-sized avatar

Block or report mu7ammad-3li

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
mu7ammad-3li/README.md

Muhammad Ali

Backend & AI Systems Engineer

High-Concurrency Backend Systems · Autonomous Agent Loops · Production-Grade GenAI Pipelines

LinkedIn Portfolio Email

📍 Cairo, Egypt (Open to Remote / Relocation)

Portfolio Snapshot


💡 Executive Summary

I build production-ready systems at the intersection of high-concurrency backends and autonomous AI agents.

Unlike typical AI wrapper developers, I focus on the hard engineering aspects of intelligent systems: financial correctness (double-entry ledgers), resource-efficient RAG pipelines (semantic caching), zero-trust security (prompt injection firewalls, PII redaction), and cost-optimized orchestration (EC2 Spot instance pipelines).

Why work with me?

  • Production-First: 3+ years of building and scaling systems that handle real money, real traffic, and real users.
  • Systems Thinker: Proficient in writing raw TCP socket servers in C, concurrency-safe sliding window rate limiters in Go, and low-latency DAG pipelines in Python.
  • Business Impact: Proven history of cutting AWS infrastructure costs by 70% and reducing LLM API consumption by 30% to 60% via smart caching and optimization.

📊 Business & Technical Impact at a Glance

Metric System / Project Technology Value Delivered
-70% Cloud Infrastructure Node.js + AWS EC2 + S3 Automating on-demand spot instance lifecycles; zero idle cost.
-60% LLM API Overhead Bun + Hono + pgvector Semantic caching layer returns instant hits for repeated queries.
99.7% Application Builds Electron + PowerShell Reduced build cost per platform installer from $5+ to $0.015.
93.0% Malware Detection Xen Hypervisor + XGBoost Agentless syscall tracing sandbox with 93% True Positive Rate.

🚀 Featured Flagship Projects

1. 🏢 Meridien Engine — Enterprise SaaS with AI Reasoner

A multi-tenant retail ERP combined with a gRPC-powered autonomous agent loop.

  • The Architecture: A modular monolith in Go partitioned into 4 distinct domain services: ERP Core, Synapse Identity Resolver, pgvector Knowledge Base, and Mera Brain.
  • Mera Brain ReAct Loop: Enforces a maximum 5-turn execution boundary for tool-calling (place_order, knowledge_search) to prevent runaway API fees.
  • Halting Hallucinations: AI agents extract SKUs and quantities only; prices are strictly resolved by Go's service layer from PostgreSQL using shopspring/decimal for financial precision.
  • Strict Tenant Isolation: Enforced via PostgreSQL Row-Level Security (RLS) and transaction-scoped context settings (SET LOCAL app.current_business).
  • Tech Stack: Go 1.22, Chi, sqlc, gRPC, Protobuf, PostgreSQL 16 + pgvector, Redis, Prometheus, Grafana.

2. 🤖 Reconciliation Platform — Multi-Agent Financial matching

Autonomous financial ledger auditing system using Go gRPC APIs and CrewAI agents.

  • The Workflow: Deterministic fuzzy-matching algorithms (RapidFuzz) resolve 95% of bank feed records instantly, while LLM investigators analyze complex mismatches (timing differences, FX rounding errors, fee discrepancies) to output structured JSON via Pydantic.
  • Double-Entry Ledger: Written in Go with UUID alphabetical lock ordering (SELECT FOR UPDATE) to prevent concurrent database deadlocks.
  • Tech Stack: Go 1.25, gRPC, CrewAI, Gemini 1.5 Pro, Python, Next.js 16, PostgreSQL 16, Docker Compose.

3. 🛡️ Triage-AI — Autonomous Support Ticket Orchestration

A sub-second latency DAG pipeline that sanitizes, clusters, classifies, and auto-escalates support tickets.

  • Zero-Trust Security Firewall: A two-phase prompt injection detector (Fast regex + LLM observer) catches adversarial inputs and halts the pipeline before inference.
  • Deduplication & Clustering: chromaDB cosine similarity checks (>0.85) group incident tickets in real-time, preventing notification fatigue.
  • PII Redaction: Integrated Microsoft Presidio and a custom Luhn algorithm to redact credit cards and emails.
  • Tech Stack: Python, FastAPI, SQLite (WAL-mode), Pydantic, ChromaDB, Gemini Flash.

⚡ Technical Arsenal

  • Languages: Go (Golang) • C • Python • TypeScript • Node.js • SQL • Shell Scripting
  • AI & GenAI Orchestration: CrewAI • pgvector • ChromaDB • RAG • Semantic Caching • Microsoft Presidio • NLP (spaCy) • Prompt Engineering
  • Backend & Systems: Microservices • gRPC • Protocol Buffers (Proto3) • REST APIs • Chi • Gin • Hono • FastAPI
  • Databases & Caching: PostgreSQL (Row-Level Security) • Redis (Pub/Sub, Caching) • MongoDB • SQLite (WAL-mode)
  • Cloud & DevOps: AWS (EC2, S3, IAM, Spot Instances) • Docker • Docker Compose • GitHub Actions • Bash
  • Frontend & Desktop: React • Next.js • Electron • Tailwind CSS • Flutter

💼 Work History

  • Meridien Engine | Systems & AI Engineer | 2025 - Present
    • Designing Go-based microservices and structured agent workflows with observable trace monitoring.
  • MediaSee | Freelance Software Engineer | 2024 - 2025
    • Built custom Electron PDF viewer and automated on-demand AWS Spot pipelines, reducing hosting bills by 70%.
  • Bella Egypt | Co-Founder & Sole Engineer | 2023 - 2025
    • Engineered full-stack ERP and CRM from scratch. Integrated LLM customer qualifying chatbot (+25% conversions) and a semantic cache layer.

🎓 Education & Background

  • B.Eng. Computer and Control Systems Engineering — Suez Canal University (2023)
    • Graduation Thesis: Hypervisor-level malware analysis sandbox on Xen using DRAKVUF syscall tracing and XGBoost classification (93% TPR).
  • Personal Philosophy: I write clean, testable, and deterministic code. I care deeply about edge cases, performance telemetry, and system stability under load.

📬 Let's Connect

Whether you are hiring for a backend systems, GenAI platform, or infrastructure role, let's talk.

Email MeConnect on LinkedInExplore My Portfolio

Pinned Loading

  1. meridien-engine/meridien-engine meridien-engine/meridien-engine Public

    next-generation multi-tenant enterprise retail and customer intelligence platform

    Go

  2. agentic-reconciliation-engine agentic-reconciliation-engine Public

    An AI-powered financial reconciliation platform that uses CrewAI agents to autonomously investigate and resolve ledger discrepancies.

    TypeScript

  3. triage-AI triage-AI Public

    Triage AI - Intelligent Support Orchestrator

    Python

  4. go_rate_limiter go_rate_limiter Public

    Go 1

  5. assist-plus assist-plus Public

    Multi-tenant SaaS platform for AI-powered customer service chatbots Supporting Facebook Messenger, Instagram DM, and WhatsApp Business

    TypeScript 1

  6. memGPT-playground memGPT-playground Public

    playing around with " LLMs as Operating Systems: Agent Memory By deeplearning.ai "