8+ years building production-grade AI systems | Tehran, Iran
Specializing in Agentic AI, LLMs, RAG systems, evidence-first automation, and production ML pipelines
I architect and deploy production-grade intelligent systems that drive real business impact. My focus areas:
| Domain | Expertise |
|---|---|
| Agentic AI | Autonomous agents, multi-step reasoning, task orchestration, tool integration |
| LLMs & NLP | Fine-tuning, RAG architectures, NL2SQL, conversational AI, prompt engineering |
| Evidence-Driven AI | Audit trails, evaluation gates, repair proposals, human-in-the-loop workflows |
| Enterprise RAG | Hybrid retrieval, re-ranking pipelines, knowledge management systems |
| Production ML | End-to-end pipelines, real-time inference, MLOps, scalable deployments |
π€ Production-Grade Agentic AI Framework
Vision + LLM + Event Sourcing β’ Local LLMs β’ LangGraph β’ HITL Safety β’ Autonomous Task Execution
ARIA is not a prompt-chain demo or a single-purpose script β it's a full agentic AI system built for real-world automation: observe UIs with vision, plan with LLMs, act safely with human oversight, and learn from outcomes. Designed to run on local LLMs and consumer GPUs (8GB VRAM), with native English & Persian support for privacy-sensitive and resource-constrained environments.
Cognitive architecture β perception, reasoning, execution, and memory are separated and observable:
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β ARIA β Cognitive Core β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β ποΈ Eye (VLM/OCR) β Observe real interfaces β’ Screenshot β’ UIRef β
β π§ Brain (LLM) β Plan, execute, observe β’ LangGraph β’ HITL gates β
β β Hand (Actions) β Browser β’ Desktop β’ Playwright β’ PyAutoGUI β
β πΎ Memory β Working + Episodic + Semantic (Redis β’ Qdrant) β
β π‘ Event Bus β Kafka/Redpanda β’ Full audit trail & replay β
β π Learning β Extract skills & policies from successful runs β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Why ARIA stands out:
| Pillar | What it means for you |
|---|---|
| Vision-First | VLM-powered UI understanding with multi-locator fallback β no brittle selectors only |
| Event-Sourced | Every step persisted; full audit trail and replay for debugging and compliance |
| Human-in-the-Loop | Safety gates for sensitive actions (login, CAPTCHA, payment) β production-safe by design |
| Local & Bilingual | Run entirely on your hardware; native Farsi STT (Whisper) and embeddings |
| Production-Ready | FastAPI + WebSocket API, Streamlit dashboard, Docker Compose, 81 tests |
Tech stack: LangGraph β’ Ollama / OpenAI β’ Qwen-VL β’ Playwright β’ Redpanda (Kafka) β’ Redis β’ Qdrant β’ Mem0
The Job Apply automation (LinkedIn, Indeed) is the first production plugin β the platform is built for more.
π Explore ARIA β β’ π Docs, ADRs, and MODELS.md inside the repo
π Governance-Safe Financial Document AI
Bilingual (EN/FA) β’ Quality Gates β’ Human-in-the-Loop Review β’ Replayable Lifecycle β’ Audit Endpoints
InvoiceMind is not an OCR benchmark or a generic prompt demo β it's a production-oriented platform for invoice extraction, human review, and governance-safe automation. Built for teams where traceability and control matter more than blind automation. Most invoice AI fails in production because decisions are hard to trust, explain, and control; InvoiceMind tackles that gap head-on.
End-to-end flow β from ingestion to final export, with explicit gates and audit at every step:
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β InvoiceMind β Pipeline & Lifecycle β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β π₯ Ingestion β Validation β OCR/Layout β LLM Extraction β Postprocess β
β π Routing (quality gates) β Review / Quarantine β Export + Audit β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Run lifecycle: RECEIVED β VALIDATED β EXTRACTED β GATED β β
β AUTO_APPROVED | NEEDS_REVIEW β FINALIZED β
β Control: cancel β’ replay β’ quarantine (reason-coded) β’ audit/verify β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Why InvoiceMind stands out:
| Pillar | What it means for you |
|---|---|
| Evidence-first | Policy and gate-based routing instead of confidence-only automation |
| Decision traceability | Every auto-approve or escalate tied to gate results and reason codes |
| Replayable & auditable | Full run lifecycle, cancel/replay, and audit endpoints for compliance and post-incident analysis |
| Local-first | Privacy-first inference; versioned config bundles and model registry (models.yaml) |
| Safe defaults | Quarantine and human review over aggressive auto-posting; NIST AI RMF & OWASP LLMβaligned |
Tech stack: Python 3.11+ β’ FastAPI β’ Next.js 16 β’ React 19 β’ TypeScript β’ SQLAlchemy β’ Alembic β’ SQLite β’ AGPL-3.0
ADR-001 (local-first), ADR-002 (evidence-first), ADR-003 (policy-driven gates) β design documented in the repo.
π Explore InvoiceMind β β’ π Docs, run.bat one-click startup, API surface in README
π§ Evidence-First Web Extraction With Safe Repair Planning
Human Prompt β Validated Task β Read-Only Extraction β Structured Records β Evidence Critic β Repair Proposal
TrustTrace is a technical preview of an AI web extraction system that refuses to treat scraped output as trustworthy by default. It turns a human request into a validated task, performs bounded read-only extraction, exports structured artifacts, evaluates the result, and produces safe non-executing repair proposals when the output looks suspicious.
The key idea: web extraction should be auditable. Empty results, blocked targets, invalid URLs, contaminated parent-container text, and broken artifacts should be visible states β not silent failures hidden behind a spreadsheet.
Self-auditing extraction loop:
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β TrustTrace β Evidence Loop β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β π§ Human prompt β Natural-language extraction intent β
β β
Task contract β Validated fields, target, limits, output format β
β π Read-only run β Public-page observation and bounded extraction β
β π¦ Artifacts β JSON / Excel / file manifests with hashes β
β π Evidence Critic β Output quality, URL, artifact, and PDF checks β
β π Repair Planner β Safe, non-executing, human-reviewable proposals β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Why TrustTrace stands out:
| Pillar | What it means for you |
|---|---|
| Evidence-first | Extraction is followed by deterministic output checks before trust is assigned |
| Failure-visible | NO_RESULTS, NEEDS_REPAIR, and BLOCKED are explicit states, not hidden failures |
| Safe by design | No credential use, CAPTCHA/WAF bypass, stealth, proxy evasion, or unsafe retry behavior |
| Repair-aware | Suspicious output creates repair proposals, but repair execution remains human-reviewable |
| Portfolio-ready | Public snapshot includes sanitized samples, docs, UI demo, release notes, and safety model |
Tech stack: Python 3.11+ β’ Pydantic β’ Playwright boundary adapters β’ deterministic XLSX export β’ static bilingual UI
The public release includes a sanitized arXiv sample and a TrustTrace UI demo; raw evidence packs, videos, downloaded PDFs, local DBs, and generated run artifacts are intentionally excluded.
π Explore TrustTrace β β’ π Release v0.1.0 β’ π‘οΈ Safety model documented in the repo
π‘οΈ DriveShield β Real-Time Collision Risk Intelligence
End-to-end collision prediction platform using Nexar's BADAS-Open model.
- State-of-the-Art Prediction: Real-time risk analysis with vision models
- 100% Offline: Runs locally without external API calls
- Production-Ready: FastAPI backend + React TypeScript frontend
Tech: Python β’ FastAPI β’ React β’ TypeScript β’ PyTorch β’ Computer Vision
π View Repository β
π Hybrid Retail Recommender System
Production-ready hybrid recommender combining collaborative filtering & content-based ML.
- Results: 140% precision improvement, 175% recall improvement
- Scale: Tested on 38K+ user dataset
- Bilingual: English/Persian UI with RTL support
Tech: Python β’ FastAPI β’ React β’ TypeScript β’ scikit-learn β’ Docker
π View Repository β
π FlowCast β Surge Pricing & ETA Optimization Engine
Enterprise-grade intelligent pricing and ETA prediction for ride-hailing platforms.
- ETA Accuracy: +20% improvement over baseline
- Revenue: +10-25% efficiency per trip
- Price Stability: 30-40% volatility reduction
Tech: Python β’ FastAPI β’ React β’ GeoPandas β’ Time-Series Forecasting
π View Repository β
π Pharmaceutical Supply Chain Agentic AI
Four-agent system for supply chain optimization using LangGraph orchestration.
- Logistics Costs: 40% reduction
- Stockouts: 67% reduction
- Forecast Accuracy: 95%+ (MAPE < 5%)
Tech: Python β’ FastAPI β’ LangGraph β’ Next.js β’ MongoDB β’ GPT-4o-mini
π View Repository β
π More Projects
| Project | Description | Tech |
|---|---|---|
| Blood Cell Cancer Detection | CNN-based classifier with 99%+ accuracy | TensorFlow β’ Keras β’ Medical Imaging |
| Books Recommendation System | Production recommender, 8% sales increase | Collaborative Filtering β’ scikit-learn |
| Stock Price Collection | Automated data pipeline for finance ML | Web Scraping β’ Database Design |
| CIFAR-10 Classification | CNN image classifier, 90%+ accuracy | TensorFlow β’ Keras β’ CNN |
| Achievement | Description |
|---|---|
| π₯ | 2nd Place β Tehran Provincial AI Competition (2022) |
| π | Member β Iran's National Elites Foundation |
| π | Kaggle Notebooks Master |
| π | Published Researcher β Health Science Reports (Wiley), ICVPR, AMLAI |
- M. Navaei et al. "Leveraging Machine Learning for Pediatric Appendicitis Diagnosis" β Health Science Reports (Wiley)
- M. Navaei, Z. Doogchi. "Machine Learning Models for Predicting Heart Failure" β ICVPR
- M. Navaei, M. Pahlevanzadeh. "Forecasting Forex Market Stock Prices Using Neural Networks" β AMLAI
| Role | Company | Period |
|---|---|---|
| Senior AI/ML Engineer | Daria Hamrah Paytakht | Jul 2024 β Present |
| Senior AI/ML Engineer | Educational Industries Research & Innovation Co | Nov 2023 β Jul 2024 |
| Data Science Team Lead | Diar-e Kohan CO. | Sep 2020 β May 2022 |
| Data Scientist | Diar-e Kohan CO. | Sep 2018 β Sep 2020 |
- π Building Agentic AI systems and LLM applications at innovative companies
- πΌ Production-grade AI systems that solve real business problems
- π Collaborating with international teams on cutting-edge AI/ML projects
- π€ Remote positions, contract work, or full-time opportunities worldwide