Skip to content
View AhmedTammaa's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report AhmedTammaa

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

Hi, I'm Ahmed Tammaa πŸ‘‹

AI Engineer Β· LLM Systems & Multi-Agent Architecture
Founding AI Engineer @ SUN (a16z) Β· M.Sc. CS @ TU Graz Β· ICPC World Finalist

Email LinkedIn Medium ResearchGate

Profile Views


About

I build production-grade LLM systems β€” multi-agent orchestration, real-time voice AI, and evaluation infrastructure. Currently the founding AI engineer at an a16z-backed startup, shipping the core generative engine that turns a single prompt into a finished audio course.

  • πŸ”­ Building the multi-agent generation engine and TTS evaluation pipeline at SUN
  • πŸŽ“ Researching LLMs and immersive learning at TU Graz
  • 🌱 Contributing to LangChain Core (7+ merged PRs across stability, error handling, and provider integrations)
  • ✍️ Writing about GenAI architecture and developer ergonomics on Medium
  • πŸ“« Reach me at ahmed.tammaa.ai@icloud.com

Experience

Role Company
Founding AI Engineer SUN (a16z portfolio)
Generative AI Engineer Graph8
AI Engineer Wassel AI
ML & NLP Engineer Corporatica
Teaching & Research Assistant British University in Egypt

Featured Work

πŸŽ™οΈ Multi-Agent Audio Course Generation (SUN, current) End-to-end pipeline that converts a topic prompt into a podcast-style AI course. Multi-agent script generation, prosody-aware TTS, and a two-track evaluation system (text-level grading + LALM audio judging).

πŸ“Š LLM Data Analyst Agent Agentic workflow built on LangGraph that autonomously analyzes enterprise data and generates visualizations. RBAC layer for safe, permissioned database access.

βš–οΈ Autonomous Legal PDF Summarizer LangChain agent that parses lengthy legal documents and emits structured JSON summaries, with built-in correctness and safety evaluations.

πŸ–ΌοΈ Adversarial Text-to-Image Synthesis (undergraduate research) GAN + NLP system achieving FID: 95, IS: 3.09. Instance Selection algorithms cut training time by 20%.


Open Source

LangChain Core β€” 7+ merged PRs

  • #27678 Β· #29397 β€” Refactored HTMLHeaderTextSplitter from lxml/XSLT to BeautifulSoup; materially improved throughput on large HTML documents
  • #30936 β€” OutputParser now surfaces granular errors when output is truncated by max_tokens
  • #30935 β€” Anthropic: optional tool descriptions
  • #29758 β€” DeepSeek: JSON decoding error handling

python-pptx-text-replacer β€” #14 β€” Extended functionality for master slides


Honors

  • πŸ† ICPC World Finalist (2023) β€” top 2% of collegiate programmers worldwide
  • πŸ₯‡ ACPC Regional Finalist (2021, 2022) β€” Arab & African Collegiate Programming Contest
  • πŸŽ“ First Class Honors, Valedictorian β€” B.Sc. AI, British University in Egypt (ranked 1st in cohort)
  • πŸ… Best Research and Design Award β€” undergraduate graduation project

Stack

Languages Python C++ SQL Java

LLM & ML LangChain LangGraph PyTorch TensorFlow scikit-learn Hugging Face

Infra FastAPI Docker AWS SageMaker MongoDB Git


GitHub

GitHub streak

Trophies


Open to collaborate on LLM tooling, multi-agent frameworks, and evaluation infrastructure.

Popular repositories Loading

  1. InterviewInsightMine InterviewInsightMine Public

    This project aims to scrape and analysis interviews from Glassdoor. It is focused for data science as for now. There will be more data science work on this repo on the future.

    Jupyter Notebook 7 1

  2. Get-a-hand Get-a-hand Public

    HTML 1

  3. text-to-image-GAN text-to-image-GAN Public

    This is my graduation project. It is uncomplete yet and under research. The main target is to generate realistic images from text

    Jupyter Notebook 1

  4. Matrix-library Matrix-library Public

    This repository is aimed to provide all of the operation that could be done on matrices

    C++

  5. Compititve-programming Compititve-programming Public

    this repository is aimed to have guide and facilities for competitive programming

    C++

  6. Chart.js Chart.js Public

    Forked from chartjs/Chart.js

    Simple HTML5 Charts using the <canvas> tag

    JavaScript