Skip to content
View Abdeltoto's full-sized avatar
πŸ€–
πŸ€–

Highlights

  • Pro

Block or report Abdeltoto

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

Abdel Atia β€” AI Architect Β· PhD Β· DMV


Typing SVG

Β  Β 




πŸ‘€ WHO AM I


const ABDEL_ATIA = {

    education: {
        degrees: ["PhD (Biopharmaceutics)", "DMV (Veterinary Medicine)"],
        certifications: [
            "IBM RAG & Agentic AI β€” 8-course specialization",
            "Harvard CS50 β€” 7 courses completed"
        ]
    },

    coding: {
        started: "Childhood β€” self-taught since day one",
        evolution: "BASIC β†’ C β†’ Python β†’ AI/ML β†’ RAG & Agents",
        experience: "15+ years"
    },

    stats: {
        countries_visited: 64,
        continents_explored: 4,
        certifications_earned: 8,
        papers_read_yearly: 300,
        coffee_dependency: "CRITICAL β˜•"
    },

    superpower: "I speak the language of cells, Python, AND LLMs.",
    motto: "Automate the boring. Amplify the human."

} as const;



Certified by


IBM



Harvard University



🌍 64
Countries
πŸ† 8
Certifications
πŸ“š 300+
Papers/Year
β˜• ∞
Coffees
πŸ”¬ My Journey β€” From childhood coder to AI architect

πŸ§’ The Origin

+ πŸ‘¦ Fell in love with code as a child
+ πŸ–₯️ Self-taught out of pure curiosity
+ πŸ“š From BASIC to modern languages

πŸŽ“ The Academic

+ 🦁 DMV β€” Treated lions in Africa
+ 🧬 Biopharmacist β€” Molecular research
+ πŸ“œ PhD β€” Biopharmaceutical sciences

πŸš€ The AI Evolution

+ πŸ’» Fusing Biology + Code
+ πŸ€– AI Systems Engineer
+ 🎯 IBM + Harvard (2025-2026)

The Common Thread: Code has been with me since childhood. Biology gave me scientific rigor. AI lets me fuse it all together.




🌐 OPEN SOURCE CONTRIBUTIONS




My OMML→MathML converters (radical/sqrt, group char, phantom, n-ary, eqArr, accents, pre-sub, limits) are in the v1.27.0 stable release notes.


Snapshot: April 26, 2026 Β· Totals from author:Abdeltoto is:pr is:merged Β· 16 PRs merged into third-party repos + 1 on my own public repos (below)




Code reviews posted on third-party OSS


scikit-learn/scikit-learn Β Β 
  • #33819 β€” DOC: Note alpha_per_target incompatibility with cv in RidgeCV
    Reviewed a documentation fix on the world's most-used classical-ML library β€” clarifying that RidgeCV's alpha_per_target is incompatible with custom CV splitters. Caught the missing versionadded directive and suggested cleaner phrasing.
HKUDS/RAG-Anything Β Β 
Substantive technical reviews on community PRs in the all-in-one RAG framework β€” kwarg forwarding, multimodal storage propagation, and subprocess timeout safety. Approvals + actionable nits left for upstream maintainers.
  • #258 β€” fix: forward system_prompt parameter in aquery_with_multimodal
    Ensures the system_prompt override is propagated through the multimodal async query path so callers can actually customise it. Approval + nits.
  • #247 β€” fix: pass entity_chunks / relation_chunks storages to merge_nodes_and_edges (fixes #241)
    Without it, downstream merge calls silently dropped the chunk-level KG storages and broke retrieval. Approval + actionable nits.
  • #250 β€” fix: pass entity_chunks_storage and relation_chunks_storage to all merge_nodes_and_edges calls
    Companion fix to #247 β€” ensures every call site forwards the chunk storages, not just the first one. Cross-checked the call graph and confirmed no remaining leaks.
  • #254 β€” fix: add timeout parameter to MinerU subprocess to prevent indefinite hang
    Subprocess-safety fix β€” the MinerU CLI invocation could hang forever on bad PDFs and freeze whole pipelines. Suggested making the timeout configurable instead of hard-coded.

SuperDoc
superdoc-dev/superdoc

Built the full OMML β†’ MathML conversion layer: equation arrays, matrices, n-ary operators, group characters, phantoms, accents, pre-sub-superscripts, and box/borderBox containers. Enables Word math equations to render natively in the browser. Featured in the v1.27.0 stable release notes (2026-04-17).
#2754 Β· #2753 Β· #2752 Β· #2751 Β· #2750 Β· #2749 Β· #2748 Β· #2747

palantir/palantir-mcp

Fixed cross-platform compatibility β€” Palantir's MCP server couldn't spawn on Windows. Added shell: true to the npx child process, unblocking all Windows developers.
#25

DeepCritical/DeepCritical

Implemented a full MCP server for MAFFT multiple sequence alignment β€” bridging bioinformatics tooling with the AI agent ecosystem. Allows LLM agents to run protein/DNA alignments autonomously.
#231

ProBioPred
microDM/ProBioPred

Modernized the project scaffolding β€” added pyproject.toml, CONTRIBUTING.md, and .gitignore to make this probiotic prediction tool pip-installable and contributor-friendly.
#1

Awesome Bioinformatics & Computational Biology

Enriched two major curated lists used by thousands of researchers β€” added Scanpy (the standard scRNA-seq toolkit) and EvoDiff (protein generation via diffusion models).
Awesome-Bioinformatics #127 Β· awesome-computational-biology #50

eLabFTW
elabftw/elabftw

Hardened account-creation security in the most popular open-source ELN β€” removed the Sysadmin option from the user-creation dropdown and added a Cypress regression test. Closes #6781.
#6786

SENAITE
senaite/senaite.com

Clarified the public Docker quick-start docs for the SENAITE LIMS β€” explicit 2.x rolling tag guidance and confirmation that no latest tag is published. Reduces a real onboarding footgun for lab IT teams.
#2

Cursor IDE
rmindel/gsd-for-cursor

Fixed broken hooks path β€” the Cursor IDE adaptation was still pointing to ~/.claude/ instead of ~/.cursor/, causing silent failures for all Cursor users.
#3

PyLabRobot/pylabrobot

Hardened the thermocycler driver in this hardware-agnostic Python liquid-handling library β€” raises an explicit error when hold-time data is unavailable instead of silently returning incorrect values, preventing protocol execution against bad state.
#1010

vLLM-Omni
Abdeltoto/vllm-omni_AA

#1 β€” [CI/Build] Add L5 stability and reliability test framework




🎯 WHAT I BUILD




RAG Systems
Documents β†’ Knowledge β†’ Action
Hybrid search, re-ranking, citations


AI Agents
Multi-agent orchestration
ReAct, MCP, autonomous workflows


Bioinformatics
FASTQ β†’ Species identification
16S rRNA, BLAST, metagenomics


Production APIs
FastAPI, Docker, K8s
Scalable, monitored, responsible

πŸ† CERTIFICATIONS & CREDENTIALS



IBM Β Β Β Β 



πŸ€– IBM RAG & Agentic AI Professional Certificate

8-Course Specialization | Advanced Level








Harvard University



πŸŽ“ Harvard CS50 β€” The Complete Journey

7 Courses Completed | Full-Stack Computer Science Curriculum




πŸŽ“ CS50x             β€” Introduction to Computer Science        βœ…
🐍 CS50P             β€” Programming with Python                 βœ…
πŸ—„οΈ CS50 SQL          β€” Introduction to Databases               βœ…
πŸ€– CS50AI            β€” Artificial Intelligence with Python      βœ…
🌐 CS50W             β€” Web Programming with Python & JS        βœ…
πŸ“Š CS50R             β€” Programming with R                      βœ…
πŸ”’ CS50 Cybersecurity β€” Introduction to Cybersecurity           βœ…





timeline
    title 🎯 Certification Journey
    2025 : πŸŽ“ CS50x β€” Computer Science
         : 🐍 CS50P β€” Python Programming
    2026 : πŸ—„οΈ CS50 SQL β€” Databases
         : πŸ€– CS50AI β€” Artificial Intelligence
         : πŸ“Š CS50R β€” R Programming
         : 🌐 CS50W β€” Web Programming
         : πŸ”’ CS50 Cybersecurity
         : πŸ€– IBM RAG & Agentic AI β€” 8 Courses
         : πŸš€ More coming soon...
Loading



πŸ› οΈ TECH ARSENAL




πŸ€– AI Frameworks & Agentic Systems


LangChain LangGraph LlamaIndex CrewAI AutoGen BeeAI Semantic Kernel Haystack


HuggingFace Transformers OpenAI API Anthropic API Pydantic MCP Tavily

🧠 LLM Models & APIs


GPT-4.1 o3 Claude 4 Gemini 2.5 Llama 4 Mistral DeepSeek Cohere Groq

πŸ—„οΈ Vector DBs & Retrieval


Pinecone ChromaDB Weaviate Qdrant FAISS Milvus Neo4j


Cohere Rerank tiktoken Unstructured Nomic BGE-M3

🐍 Python Ecosystem


Python Pydantic pytest Poetry pip Conda


Regex Requests httpx aiohttp BeautifulSoup spaCy


Black Ruff mypy pre-commit

πŸ“Š Data Science & Machine Learning


PyTorch TensorFlow scikit-learn Keras ONNX


Pandas NumPy SciPy Jupyter Matplotlib Plotly

🌐 Web, APIs & UI Frameworks


FastAPI Flask Django Streamlit Gradio Chainlit


HTML5 CSS3 JavaScript TypeScript React gRPC WebSockets

βš™οΈ Infrastructure & Cloud


Docker Docker Compose Kubernetes AWS GCP Azure


Terraform GitHub Actions Vercel Render Linux Nginx


Git GitHub VS Code Cursor Bash C

πŸ“‘ Databases, Monitoring & MLOps


PostgreSQL MongoDB SQLite MySQL Redis Supabase


LangSmith Langfuse W&B MLflow Airflow DVC

🧬 Bioinformatics & Research (PhD)


NCBI BLAST SILVA 16S rRNA FASTQ Paired-End Biopython

PERMANOVA ANOSIM PCoA Bray-Curtis Shannon Rarefaction

PubMed API NCBI Entrez RDKit R SPSS LaTeX BIOM Zotero




πŸš€ PROJECTS IN PRODUCTION


πŸ” Enterprise RAG Platform

Stack:
  - LangChain + LangGraph
  - Pinecone + Cohere Rerank
  - GPT-4.1

Features:
  βœ… Multi-source ingestion
  βœ… Hybrid search (dense + sparse)
  βœ… Self-correcting RAG
  βœ… Citation & provenance

Impact: "90% faster research"

πŸ€– Multi-Agent Research System

Stack:
  - LangGraph + CrewAI
  - Claude 4 + GPT-4.1
  - Custom Tools + MCP

Agents:
  βœ… Researcher (literature)
  βœ… Analyst (data)
  βœ… Writer (synthesis)
  βœ… Critic (review)

Impact: "20h/week automated"

🧬 SeqDNA 16S β€” DNA Sequencing Platform

Stack:
  - Python + Flask (SPA)
  - NCBI BLAST+ & SILVA 138.2
  - Chart.js + fpdf2 reports
  - SQLite + Auth multi-users

Features:
  βœ… 16S rRNA metabarcoding pipeline
  βœ… Paired-end R1+R2 assembly (Phred)
  βœ… PERMANOVA, ANOSIM, PCoA, Bray-Curtis
  βœ… Rarefaction curves & taxonomic trees
  βœ… PDF reports + BIOM 1.0 export
  βœ… SaaS: Free / Pro / Admin plans

Impact: "FASTQ β†’ Species ID in minutes"

⚑ Intelligent Pipelines

Stack:
  - Airflow + Docker
  - PostgreSQL + Redis
  - Custom monitoring

Features:
  βœ… Self-healing workflows
  βœ… Anomaly detection
  βœ… Auto-scaling
  βœ… Real-time alerts

Impact: "Zero manual intervention"



πŸ“Š GITHUB ANALYTICS




Β Β 









Β Β 



πŸ’‘ PHILOSOPHY & ⚠️ KNOWN BUGS


class DevPhilosophy:

    RULES = [
        "If you do it more than twice β†’ automate it",
        "Clarity beats cleverness. Always.",
        "Ship fast, iterate faster, learn fastest",
        "Good code is code that can be deleted",
        "The best prompt is the one you never write twice"
    ]

    MOTTO = "In the name of the Prompt, the Model, and the Holy Iteration πŸ™"

    def daily_standup(self) -> str:
        return """
        β˜• Coffee.init()
        πŸ’» Code.write()
        πŸ› Bugs.hunt()
        πŸš€ Features.ship()
        πŸ“š Papers.read()
        πŸ”„ Repeat()
        """
- ⚠️ CaffeineDependency: System unstable below 3 cups
- ⚠️ TabOverflow: 50+ browser tabs is "normal"
- ⚠️ RefactorLoop: "Quick fix" β†’ 5h rewrite
- ⚠️ CertificationAddiction: 8 and still collecting

+ βœ… RAGObsession: Building retrieval systems 24/7
+    (working as intended)
+ βœ… AgentAddiction: Creating AI agents for everything
+    (feature, not bug)
+ βœ… HarvardEffect: Now explains everything with O(n)
+    (feature)
+ βœ… CS50Completionist: All 7 CS50 courses done
+    (definitely not a bug)



πŸ“‘ LET'S CONNECT


Typing SVG



Β  Β  Β  Β 



Built with β˜• + 🐍 + πŸ€– Β Β |Β Β  Certified by IBM + Harvard


Last update: April 26, 2026

No GPU was harmed in the making of this profile.


Popular repositories Loading

  1. smartsheet-controller smartsheet-controller Public

    Talk to Your Smartsheet - AI copilot with 53 tools, 80 formulas, voice control, streaming, and MCP server

    Python 2 1

  2. Python_Ta_Mere Python_Ta_Mere Public

    JavaScript 1

  3. spec-kit spec-kit Public

    Forked from github/spec-kit

    πŸ’« Toolkit to help you get started with Spec-Driven Development

    Python 1

  4. leaked-system-prompts leaked-system-prompts Public

    Forked from jujumilk3/leaked-system-prompts

    Collection of leaked system prompts

    1

  5. PROMPTE-SYS-2 PROMPTE-SYS-2 Public

    Forked from elder-plinius/CL4R1T4S

    LEAKED SYSTEM PROMPTS FOR CHATGPT, GEMINI, GROK, CLAUDE, PERPLEXITY, CURSOR, DEVIN, REPLIT, AND MORE! - AI SYSTEMS TRANSPARENCY FOR ALL! πŸ‘

    1

  6. TinyRecursiveModelsAA TinyRecursiveModelsAA Public

    Forked from SamsungSAILMontreal/TinyRecursiveModels

    Python 1