Skip to content
View Erfouni's full-sized avatar

Block or report Erfouni

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
Erfouni/README.md
Erfouni β€” AI systems builder
Typing introduction

GitHub Developer Program OpenAI Codex

> whoami

I'm Erfouni, an AI/ML builder interested in systems that do more than generate textβ€”they retrieve useful context, call tools, automate workflows, validate outcomes, and produce real-world results.

  • 🧠 Building with machine learning, RAG, and agentic workflows
  • πŸ”Œ Connecting models to tools and knowledge through MCP and REST APIs
  • 🐳 Packaging ideas with Python and Docker
  • βš™οΈ Exploring AI-assisted CAD and SolidWorks automation
  • πŸ§ͺ Current operating mode: prototype β†’ test β†’ break β†’ learn β†’ ship

> stack --verbose

AI & intelligent systems

Machine Learning RAG MCP OpenAI Claude REST API

Code, containers & tools

Python Docker Git GitHub Linux Bash JSON

Engineering meets AI

SolidWorks Knowledge Bases Tool Calling

> ls ./what-i-build

System What makes it interesting
🧠 AI knowledge systems Retrieval pipelines that give models the right context before they answer
πŸ”Œ Tool-using agents MCP and API integrations that let AI take useful, controlled action
βš™οΈ Engineering automation Intelligent workflows for CAD, design rules, and technical knowledge
πŸ“¦ Reproducible services Python applications packaged to behave the same way outside my laptop

> cat featured_build.md

Knowledge-backed engineering agents

I build OpenAI Codex plugins and MCP systems that connect AI-assisted SolidWorks workflows to curated engineering knowledge, deterministic validation, and consent-based learning.

SolidWorks GPT Plugin Drawing API 2026 OpenRouter MCP Helios Multi-LLM

design request
    └──► retrieve standards + known patterns
              └──► reason with constraints
                        └──► call CAD tools
                                  └──► validate β†’ learn β†’ improve

> verify --shipped

Project Inspectable proof Why it belongs here
SolidWorks GPT Plugin release validation A knowledge-backed Codex plugin with deterministic validation, install verification, and versioned releases
Drawing API Database 2026 release database CI 2,405 API members, 1,293 source-linked examples, 32 workflows, and bilingual FTS5 search in a validated SQLite artifact
OpenRouter MCP Orchestrator CI A tested MCP bridge for orchestrating multiple model families through one tool surface
Helios Multi-LLM Orchestrator Linux + Windows CI A local-first MCP orchestrator with task decomposition, official-source benchmark routing, 22 unit and HTTP integration tests, and cross-platform setup

No vanity counters hereβ€”each status links to code, tests, or a release you can inspect.

> ./runtime_diagnostics.py

def build_idea(idea):
    while not idea.works:
        idea = debug(idea, coffee=True)
    return dockerize(idea)

# "Works on my machine" is a bug report, not a deployment strategy.

> ./pacman --eat-contributions

Pac-Man eating Erfouni's GitHub contributions

Waka waka β€” one contribution at a time.


Always learning. Occasionally debugging the debugger.

Pinned Loading

  1. connect-gpt-to-all-models-with-openrouter connect-gpt-to-all-models-with-openrouter Public

    Use ChatGPT as an orchestrator for Gemini, GLM, Kimi, Claude, Qwen, DeepSeek, and other OpenRouter models through MCP.

    JavaScript

  2. solidworks-drawing-api-2026 solidworks-drawing-api-2026 Public

    Searchable SOLIDWORKS 2026 drawing API database for macros, scripts, and automation

    Python

  3. solidworks-GPT-plugin solidworks-GPT-plugin Public

    Knowledge-backed SolidWorks design and validation plugin for OpenAI Codex

    Python

  4. helios-llm-orchestrator helios-llm-orchestrator Public

    Local-first MCP multi-LLM orchestrator with task decomposition and benchmark-guided model routing through OpenRouter.

    Python 1