Skip to content
View omarnagy91's full-sized avatar

Block or report omarnagy91

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

Omar G. Nagy

I ship AI to production. Most consultants only demo it.

AI Systems Engineer. Founder of NeuraScale. 9+ years engineering. Egypt (GMT+2), covering EU mornings and US afternoons.

What I do

I build AI systems for real businesses and run them in production after launch: retail, medical exam prep, B2B sourcing, salons, cafes. Five products live right now. I own the whole path: data model, backend, UI, deploy, monitoring.

Open source

Two tools I maintain and use in my own production work:

  • llm-eval-ci: a CI quality gate for LLM products. Golden-set regression tests with calibrated graders (grounding, hallucination, tool calls, LLM judge); the PR fails when answer quality drops. About 600 lines, one dependency, MIT.
  • mnemonic: self-hosted layered memory for AI agents. Tiered context tree (L0/L1/L2 summaries), auto-capture and recall on every turn, contradiction resolution. Runs entirely on your own server, MIT.

Proof

Work with me

Entry point: Find the leak. $950, one week. You tell me what feels slow, manual, or expensive in your business. You get a plain-English plan (what to fix, in what order, what it costs) plus one real fix, built and working. Book it at omargnagy.com/audit.

Full builds and ongoing partnerships: omargnagy.com.

Contact

omar@neurascale.org · omargnagy.com · LinkedIn

Pinned Loading

  1. mnemonic mnemonic Public

    Self-hosted, categorized memory for AI agents: a FastAPI server on mem0 + Qdrant with a tiered context tree, auto-categorization, contradiction-aware fact resolution, and a visual explorer. Your co…

    Python 1

  2. openclaw-skill-zoho-email openclaw-skill-zoho-email Public

    OpenClaw skill: Professional email sending via Zoho Mail API with HTML support, CC/BCC, and token management

    Shell

  3. openclaw-skill-email-verifier openclaw-skill-email-verifier Public

    OpenClaw skill: Professional email verification tool that checks deliverability via DNS MX records and SMTP validation

    Python