Yosif Soliman@y0sif
01 / 04EVAL SCENARIOS 55+

Character 01 — now playing

The Agent Wrangler

AI Engineer

AI Engineer building production multi-agent systems and AI-powered platforms. Experienced across Python, Rust and TypeScript — agent orchestration, RAG pipelines, LLM evaluation, fine-tuning of open models, and end-to-end automation. Active open-source contributor.

HP — AGENTS
ARMOR — EVAL

Signature projects

// classified — mission fileM-01
shippedTIER-1 · FLAGSHIP

GutWise

▸ objective Fine-tuned Gemma IBS health assistant with a disciplined, safety-gated eval.

QLoRA fine-tune of Gemma for the Kaggle Gemma hackathon. Data pipeline mines clinical guidelines, synthesizes Q&A under grounded prompts, and gates every sample through a medication whitelist + hallucination blocklist + LLM judge. 3-seed paired eval vs baseline.

▸ field metric +0.073 vs baseline · 4/4 red-flag handling

  • Python
  • Unsloth
  • PEFT/TRL
  • Gemma (QLoRA)
  • W&B
// classified — mission fileM-02
shippedTIER-1 · FLAGSHIP

Arcwright

▸ objective Fine-tuned Gemma for modern Rust frameworks that mainstream code LLMs handle poorly.

Open pipeline building instruction datasets and fine-tuning Gemma for Leptos, Axum and Rig. ~4,200 train rows collected via tree-sitter + scraping; multi-judge eval (9 judges) tracking regressions per dataset version.

▸ field metric #1 overall on RustWebBench-15 (a trust-me-bro benchmark)

  • Python
  • Unsloth
  • Gemma
  • tree-sitter
  • lm-eval
// classified — mission fileM-03
liveTIER-2 · STRONG

LockedIn

▸ objective AI calendar-intelligence platform — full-stack in a single Rust binary.

Leptos (SSR + WASM hydrate) + Axum + SQLx + PostgreSQL. AI assistant (Rig + Claude) with intent detection and a user-intelligence memory; Google Calendar, OAuth (PKCE) + JWT, Stripe, SSE streaming, per-IP/per-user rate limiting, circuit breaker, OpenTelemetry → Langfuse.

  • Rust
  • Leptos
  • Axum
  • PostgreSQL
  • Stripe
  • Rig
// classified — mission fileM-04
pre-releaseTIER-2 · STRONG

ductor

▸ objective Multi-agent orchestrator OpenCode plugin — delegate, verify, distill.

Orchestrator-only agent: the lead never writes code, it delegates each task to isolated workers, runs a mandatory verifier, and distills results to keep its context tiny across long multi-phase builds. Ships an npm package with runtime structured-output validation.

  • TypeScript
  • MCP
  • structured output
// classified — mission fileM-05
shippedTIER-1 · FLAGSHIP

whisrs

▸ objective Voice-to-text dictation for Linux — hotkey, speak, text at your cursor.

Multi-backend ASR (Groq, OpenAI Realtime, Deepgram, local whisper.cpp) with deep systems work: layout-aware key injection via uinput/evdev, cross-WM window tracking, and a Wayland OSD. Published to crates.io, docs.rs, AUR and Nix.

▸ field metric 50+ stars

  • Rust
  • tokio
  • Wayland/X11
  • uinput/evdev
  • ASR/TTS

Where I've shipped

  1. BondDec 2025 – Present

    AI Engineer · Remote, USA

    • Built an agent-driven end-to-end testing framework orchestrating three LLM sub-agents (test runner, log investigator, copy judge) that drive the live product through 13 real-world campaign scenarios via Playwright, auto-root-causing failures against Langfuse traces.
    • Built a 55+ scenario real-backend agent evaluation framework with rubric-based LLM judging across list-building, enrichment and copy pipelines, enabling model-per-sub-agent selection and fixes that eliminated copy fabrication and ICP-filter leakage.
    • Built the Bond CLI — a programmatic, agent-first interface to the platform — and its agent skill layer (a /cli-campaign router skill) that runs a full cold-outreach campaign end to end (lead sourcing, an enrichment column tree, a 5-row test gate, and export to Instantly/HeyReach), mirroring the in-app multi-agent system.
    • Automated end-to-end onboarding for ~10 done-for-you clients (domains, inboxes, warmup, campaign launch), cutting setup from 30–90 minutes to under 1 minute via agent workflows.
  2. BondSep 2025 – Dec 2025

    AI Intern · Remote, USA

    • Enhanced the multi-agent GTM system by implementing agent tools and optimizing agent structure, and evaluated LLMs and prompts with LangSmith to improve reliability.
    • Migrated the Python/FastAPI agent backend to queue-based Supabase edge functions (Deno/TS), building integration-tested services for AI-column processing and lead enrichment.
  3. OpenQQuantifyJan 2025 – Jun 2025

    AI Software Engineering Intern · Remote

    • Built an autonomous multi-agent pipeline for code-to-assembly compilation, orchestrating LLM-driven code generation, analysis and cross-architecture compilation.
    • Developed a RISC-V pipeline that generates C from natural-language input, compiles it to assembly, and runs it on a QEMU emulation environment.
    • Architected a multi-agent system for automated circuit-design generation, producing SVG schematics from natural-language requirements.

What I lead with

LLM agents / multi-agentStrong
Fine-tuning (QLoRA, Unsloth)Strong
LLM evaluation / judgingStrong
LangChain / LangGraph / RigStrong
MCPStrong
PythonStrong
RAGWorking
PyTorchWorking

Unlocked

50+GitHub starswhisrs — crates.io · AUR · Nix
500k+prod requestsjeddit — ~100k in one day
2IEEE-format papersKAN research — KANUE · Rough Hook
287LeetCode solvedno AI assistance
2OSS PRs mergedinto ~10k★ and ~36k★ agent repos

Papers & research

IEEE-format write-up

Trainable Activation Functions for Real-Time Chess Engine Evaluation (KANUE)

Trainable B-spline activations for chess NNUE evaluation, with custom CUDA kernels, int8 quantized LUT inference, and SPRT playing-strength validation.

  • ▸ +169–226 Elo over a matched MLP baseline across two opening books and two time controls
  • ▸ ~2556 Elo vs Stockfish 18 (95% CI [2503, 2604])
  • ▸ Custom fused B-spline CUDA kernels — 1.71x training speedup

Merged contributions

Aden / Hive~10k★ · agent framework by Aden (YC)

Built and shipped Attio CRM and Linear integrations end to end — MCP tools, GraphQL/REST clients, OAuth 2.0 setup, tests and docs — plus a credential-decryption bug fix. 2 PRs merged.

Repo
CodeWhale~36k★ · terminal AI coding agent

Merged a fix adding an async Tokio wakeup channel that resumes the parent agent loop the moment parallel sub-agents finish — a real concurrency fix in an agent runtime.

Repo
02 / 04GITHUB STARS 50+

Character 02 — now playing

The Systems Smith

Rust / Systems Engineer

Systems engineer who designs, builds and distributes production Rust software: a published Linux dictation tool, an end-to-end-encrypted remote-control daemon, and a full-stack platform in a single Rust binary. Comfortable from async runtimes and OS-level integration up through web services, packaging and multi-platform release engineering.

HP — RUST
ARMOR — ASYNC

Signature projects

// classified — mission fileM-01
shippedTIER-1 · FLAGSHIP

whisrs

▸ objective Voice-to-text dictation for Linux — hotkey, speak, text at your cursor.

Multi-backend ASR (Groq, OpenAI Realtime, Deepgram, local whisper.cpp) with deep systems work: layout-aware key injection via uinput/evdev, cross-WM window tracking, and a Wayland OSD. Published to crates.io, docs.rs, AUR and Nix.

▸ field metric 50+ stars

  • Rust
  • tokio
  • Wayland/X11
  • uinput/evdev
  • ASR/TTS
// classified — mission fileM-02
shippedTIER-1 · FLAGSHIP

ferlay

▸ objective Remote control for Claude Code — drive sessions from your phone, end-to-end encrypted.

Rust workspace (daemon + relay + shared) on tokio/axum with X25519 + AES-256-GCM encryption; the relay only forwards opaque ciphertext. Flutter mobile app, QR pairing, self-hostable, distributed via curl, AUR and Homebrew.

  • Rust
  • axum
  • Flutter
  • X25519 / AES-GCM
  • WebSocket
// classified — mission fileM-03
shippedTIER-1 · FLAGSHIP

crowser

▸ objective A browser engine built from scratch in Rust — HTML & CSS all the way to pixels.

Takes real HTML and CSS from tokenizer through parsing, style resolution, layout and painting to pixels in a native window. Built as a spec-driven engine with black-box conformance tests and a test runner.

  • Rust
  • HTML/CSS parsing
  • layout engine
  • painting
// classified — mission fileM-04
liveTIER-2 · STRONG

LockedIn

▸ objective AI calendar-intelligence platform — full-stack in a single Rust binary.

Leptos (SSR + WASM hydrate) + Axum + SQLx + PostgreSQL. AI assistant (Rig + Claude) with intent detection and a user-intelligence memory; Google Calendar, OAuth (PKCE) + JWT, Stripe, SSE streaming, per-IP/per-user rate limiting, circuit breaker, OpenTelemetry → Langfuse.

  • Rust
  • Leptos
  • Axum
  • PostgreSQL
  • Stripe
  • Rig
// classified — mission fileM-05
shippedTIER-3 · SUPPORT

keybr-tui

▸ objective Adaptive TUI typing trainer — a faithful terminal port of keybr.com's algorithm.

Offline adaptive learning in the terminal; imports keybr.com history exports. Full release engineering: CI, Nix flake, justfile, multi-platform binaries, one-line install. Published to crates.io and docs.rs.

  • Rust
  • ratatui
  • Nix
  • CI/CD
// classified — mission fileM-06
shippedTIER-2 · STRONG

kanue

▸ objective KAN-based chess evaluation research — trainable activations inside a real engine.

Integrates Kolmogorov-Arnold Networks (trainable B-spline activations) into NNUE evaluation, validated with SPRT gauntlets. Custom B-spline IR op + int8 LUT quantization for inference; custom fused CUDA kernels for training. Documented in an IEEE-format write-up.

▸ field metric +169–226 Elo over matched MLP

  • Python
  • Rust
  • CUDA
  • int8 LUT
  • SPRT

Where I've shipped

  1. BondDec 2025 – Present

    AI / Platform Engineer · Remote, USA

    • Built an agent-driven end-to-end testing framework orchestrating three LLM sub-agents (test runner, log investigator, copy judge) that drive the live product through 13 real-world campaign scenarios via Playwright, auto-root-causing failures against Langfuse traces.
    • Built the Bond CLI — a programmatic, agent-first interface to the platform — and its agent skill layer (a /cli-campaign router skill) that runs a full cold-outreach campaign end to end (lead sourcing, an enrichment column tree, a 5-row test gate, and export to Instantly/HeyReach), mirroring the in-app multi-agent system.
    • Built and owned the full observability stack (Prometheus, Grafana, cAdvisor, blackbox, postgres-exporter, alert rules).
  2. BondSep 2025 – Dec 2025

    AI Intern · Remote, USA

    • Migrated the Python/FastAPI agent backend to queue-based Supabase edge functions (Deno/TS), building integration-tested services for AI-column processing and lead enrichment.
  3. EJADA SystemsJul 2024 – Sep 2024

    Cloud Engineering Intern · Cairo, Egypt (Hybrid)

    • Built Up & Down, a Google-Drive-style cloud storage app (Node.js/Express, MySQL, JWT auth) with per-user files in GCP Cloud Storage — containerized with Docker and deployed on Google Cloud Platform with load balancing across backend instances.
    • Cloud engineering internship on GCP with in-house training in Cloud Architecture, DevOps and the OWASP Top 10.

What I lead with

RustStrong
Async Rust (tokio)Strong
Linux (systemd, uinput, Wayland/X11)Strong
Axum / LeptosStrong
Release eng (crates.io, AUR, Nix)Strong
Docker / CI/CDStrong
Cryptography (X25519, AES-GCM)Working
CUDA / quantizationWorking

Unlocked

50+GitHub starswhisrs — crates.io · AUR · Nix
500k+prod requestsjeddit — ~100k in one day
2IEEE-format papersKAN research — KANUE · Rough Hook
287LeetCode solvedno AI assistance
2OSS PRs mergedinto ~10k★ and ~36k★ agent repos

Papers & research

IEEE-format write-up + graduation thesis (9 authors)

Empirical Evaluation of Kolmogorov-Arnold Networks vs Traditional Neural Architectures (Rough Hook)

KAN vs traditional architectures across a chess engine, a computer-vision pipeline, and behavioral anomaly detection — implemented as a Rust workspace on the Burn framework.

  • ▸ Chess engine (Rusty Brain) reached 2400–2600 Elo with switchable HCE / NNUE / KAN evaluation
  • ▸ Computer vision (Hook Lens): KAN beat the CNN+MLP baseline by +1.81% (97.86% vs 96.05%)
  • ▸ Benchmarked the accuracy-vs-latency tradeoff explicitly (28.82ms → 32.93ms)

Merged contributions

CodeWhale~36k★ · terminal AI coding agent

Merged a fix adding an async Tokio wakeup channel that resumes the parent agent loop the moment parallel sub-agents finish — a real concurrency fix in an agent runtime.

Repo
03 / 04PROD REQUESTS 500k+

Character 03 — now playing

The Builder

Full-stack Engineer

Full-stack engineer who ships products end to end across Rust and TypeScript — from database and auth to UI and deploy. Experience with AI-powered web platforms, OAuth and billing integrations, queue-based backends and production observability. Comfortable owning a feature from schema to screen.

HP — FRONTEND
ARMOR — BACKEND

Signature projects

// classified — mission fileM-01
liveTIER-1 · FLAGSHIP

jeddit

▸ objective Crowdsourced document-investigation platform — shipped and used in the wild.

Turns a 3.5M+ document release into a votable, verifiable feed with an interactive document viewer, layered annotations and threaded discussions. Heavy speed/UX engineering: lazy-loaded rendering, Supabase Realtime, large-corpus indexing under production load.

▸ field metric 500k+ requests · ~100k in one day

  • Next.js 16
  • React 19
  • Supabase
  • Tailwind 4
  • AWS
// classified — mission fileM-02
liveTIER-2 · STRONG

LockedIn

▸ objective AI calendar-intelligence platform — full-stack in a single Rust binary.

Leptos (SSR + WASM hydrate) + Axum + SQLx + PostgreSQL. AI assistant (Rig + Claude) with intent detection and a user-intelligence memory; Google Calendar, OAuth (PKCE) + JWT, Stripe, SSE streaming, per-IP/per-user rate limiting, circuit breaker, OpenTelemetry → Langfuse.

  • Rust
  • Leptos
  • Axum
  • PostgreSQL
  • Stripe
  • Rig
// classified — mission fileM-03
liveTIER-2 · STRONG

LexiGraph

▸ objective Lecture-to-knowledge-graph converter via a multi-agent AI pipeline — live.

FastAPI + Next.js app that turns lectures, notes and papers into interactive knowledge graphs. Bring-your-own key or free models via OpenRouter, Graphviz rendering, credit-based usage, Google OAuth (PKCE), Celery async workers, PostgreSQL, Docker.

  • FastAPI
  • Next.js
  • OpenRouter
  • Celery
  • PostgreSQL
// classified — mission fileM-04
wipTIER-2 · STRONG

mutashabihat / Jithr

▸ objective Quran similarity visualizer — a prefix trie over all 6,236 ayahs, rendered with D3.

Builds a prefix trie over the entire Quran and visualizes it with D3 to reveal Mutashabihat (similar verses) for memorizers. Non-trivial algorithmic and Arabic/RTL text-normalization work (pause marks, Uthmani script).

  • Next.js
  • D3
  • trie
  • Arabic NLP
// classified — mission fileM-05
shippedTIER-1 · FLAGSHIP

ferlay

▸ objective Remote control for Claude Code — drive sessions from your phone, end-to-end encrypted.

Rust workspace (daemon + relay + shared) on tokio/axum with X25519 + AES-256-GCM encryption; the relay only forwards opaque ciphertext. Flutter mobile app, QR pairing, self-hostable, distributed via curl, AUR and Homebrew.

  • Rust
  • axum
  • Flutter
  • X25519 / AES-GCM
  • WebSocket

Where I've shipped

  1. BondDec 2025 – Present

    AI Engineer (Full-stack) · Remote, USA

    • Built the Bond CLI — a programmatic, agent-first interface to the platform — and its agent skill layer (a /cli-campaign router skill) that runs a full cold-outreach campaign end to end (lead sourcing, an enrichment column tree, a 5-row test gate, and export to Instantly/HeyReach), mirroring the in-app multi-agent system.
    • Worked across the Bond web app, shipping full-stack product features end to end: CRM email/calendar sync (Google + Microsoft OAuth) with reply/open/click tracking and automatic company/contact linking, a unified in-app notification system, the tables/columns data UI, and enrichment.
    • Built and owned the full observability stack (Prometheus, Grafana, cAdvisor, blackbox, postgres-exporter, alert rules).
    • Automated end-to-end onboarding for ~10 done-for-you clients (domains, inboxes, warmup, campaign launch), cutting setup from 30–90 minutes to under 1 minute via agent workflows.
  2. BondSep 2025 – Dec 2025

    AI Intern · Remote, USA

    • Migrated the Python/FastAPI agent backend to queue-based Supabase edge functions (Deno/TS), building integration-tested services for AI-column processing and lead enrichment.
  3. OpenQQuantifyJan 2025 – Jun 2025

    AI Software Engineering Intern · Remote

    • Built an autonomous multi-agent pipeline for code-to-assembly compilation, orchestrating LLM-driven code generation, analysis and cross-architecture compilation.
    • Developed a RISC-V pipeline that generates C from natural-language input, compiles it to assembly, and runs it on a QEMU emulation environment.
    • Architected a multi-agent system for automated circuit-design generation, producing SVG schematics from natural-language requirements.
  4. EJADA SystemsJul 2024 – Sep 2024

    Cloud Engineering Intern · Cairo, Egypt (Hybrid)

    • Built Up & Down, a Google-Drive-style cloud storage app (Node.js/Express, MySQL, JWT auth) with per-user files in GCP Cloud Storage — containerized with Docker and deployed on Google Cloud Platform with load balancing across backend instances.
    • Cloud engineering internship on GCP with in-house training in Cloud Architecture, DevOps and the OWASP Top 10.
  5. El Ezaby PharmacyAug 2023 – Sep 2023

    Full Stack Intern · Cairo, Egypt (On-site)

    • Full-stack web internship: ASP.NET backend plus front-end development — the full-stack roots.

What I lead with

TypeScript / React / Next.jsStrong
Rust / Leptos / AxumStrong
SupabaseStrong
Docker / CI/CDStrong
PostgreSQL / SQLx / PrismaWorking
FastAPI / FlaskWorking
Tailwind / shadcnWorking
AI integrationWorking

Unlocked

50+GitHub starswhisrs — crates.io · AUR · Nix
500k+prod requestsjeddit — ~100k in one day
2IEEE-format papersKAN research — KANUE · Rough Hook
287LeetCode solvedno AI assistance
2OSS PRs mergedinto ~10k★ and ~36k★ agent repos

Merged contributions

Aden / Hive~10k★ · agent framework by Aden (YC)

Built and shipped Attio CRM and Linear integrations end to end — MCP tools, GraphQL/REST clients, OAuth 2.0 setup, tests and docs — plus a credential-decryption bug fix. 2 PRs merged.

Repo
04 / 04ELO GAIN +169

Character 04 — now playing

The Researcher

Applied ML / Research Engineer

Applied ML engineer with published research on Kolmogorov-Arnold Networks (two IEEE-format papers) and hands-on experience fine-tuning open models with disciplined, reproducible evaluation. Comfortable owning the full research loop: hypothesis, data pipeline, custom kernels/quantization, benchmarking (SPRT, paired eval, ablations) and validation in real systems.

HP — METHOD
ARMOR — FINETUNE

Signature projects

// classified — mission fileM-01
shippedTIER-2 · STRONG

kanue

▸ objective KAN-based chess evaluation research — trainable activations inside a real engine.

Integrates Kolmogorov-Arnold Networks (trainable B-spline activations) into NNUE evaluation, validated with SPRT gauntlets. Custom B-spline IR op + int8 LUT quantization for inference; custom fused CUDA kernels for training. Documented in an IEEE-format write-up.

▸ field metric +169–226 Elo over matched MLP

  • Python
  • Rust
  • CUDA
  • int8 LUT
  • SPRT
// classified — mission fileM-02
shippedTIER-1 · FLAGSHIP

GutWise

▸ objective Fine-tuned Gemma IBS health assistant with a disciplined, safety-gated eval.

QLoRA fine-tune of Gemma for the Kaggle Gemma hackathon. Data pipeline mines clinical guidelines, synthesizes Q&A under grounded prompts, and gates every sample through a medication whitelist + hallucination blocklist + LLM judge. 3-seed paired eval vs baseline.

▸ field metric +0.073 vs baseline · 4/4 red-flag handling

  • Python
  • Unsloth
  • PEFT/TRL
  • Gemma (QLoRA)
  • W&B
// classified — mission fileM-03
shippedTIER-1 · FLAGSHIP

Arcwright

▸ objective Fine-tuned Gemma for modern Rust frameworks that mainstream code LLMs handle poorly.

Open pipeline building instruction datasets and fine-tuning Gemma for Leptos, Axum and Rig. ~4,200 train rows collected via tree-sitter + scraping; multi-judge eval (9 judges) tracking regressions per dataset version.

▸ field metric #1 overall on RustWebBench-15 (a trust-me-bro benchmark)

  • Python
  • Unsloth
  • Gemma
  • tree-sitter
  • lm-eval
// classified — mission fileM-04
shippedTIER-2 · STRONG

rough_hook

▸ objective Multi-domain KAN research framework in Rust (graduation thesis).

Public Rust Cargo workspace where Burn is the main DL framework across a computer-vision pipeline (Hook Lens) and anomaly detection (Rough Guard). Generic-over-Backend code with switchable CUDA / wgpu / ndarray backends and custom #[derive(Module)] models.

▸ field metric KAN +1.81% over CNN+MLP baseline

  • Rust
  • Burn
  • CUDA/wgpu/ndarray
  • Conv2d

Where I've shipped

  1. BondDec 2025 – Present

    AI / Evaluation Engineer · Remote, USA

    • Built an agent-driven end-to-end testing framework orchestrating three LLM sub-agents (test runner, log investigator, copy judge) that drive the live product through 13 real-world campaign scenarios via Playwright, auto-root-causing failures against Langfuse traces.
    • Built a 55+ scenario real-backend agent evaluation framework with rubric-based LLM judging across list-building, enrichment and copy pipelines, enabling model-per-sub-agent selection and fixes that eliminated copy fabrication and ICP-filter leakage.
  2. BondSep 2025 – Dec 2025

    AI Intern · Remote, USA

    • Enhanced the multi-agent GTM system by implementing agent tools and optimizing agent structure, and evaluated LLMs and prompts with LangSmith to improve reliability.
  3. OpenQQuantifyJan 2025 – Jun 2025

    AI Software Engineering Intern · Remote

    • Built an autonomous multi-agent pipeline for code-to-assembly compilation, orchestrating LLM-driven code generation, analysis and cross-architecture compilation.
    • Developed a RISC-V pipeline that generates C from natural-language input, compiles it to assembly, and runs it on a QEMU emulation environment.

What I lead with

Research method (SPRT, ablations)Strong
Fine-tuning (QLoRA, PEFT, TRL)Strong
Custom architectures (KAN / B-splines)Strong
Burn (Rust DL)Strong
PyTorchWorking
CUDA + quantizationWorking
Classic ML (CV, Scikit-learn)Working
PythonStrong

Unlocked

50+GitHub starswhisrs — crates.io · AUR · Nix
500k+prod requestsjeddit — ~100k in one day
2IEEE-format papersKAN research — KANUE · Rough Hook
287LeetCode solvedno AI assistance
2OSS PRs mergedinto ~10k★ and ~36k★ agent repos

Papers & research

IEEE-format write-up

Trainable Activation Functions for Real-Time Chess Engine Evaluation (KANUE)

Trainable B-spline activations for chess NNUE evaluation, with custom CUDA kernels, int8 quantized LUT inference, and SPRT playing-strength validation.

  • ▸ +169–226 Elo over a matched MLP baseline across two opening books and two time controls
  • ▸ ~2556 Elo vs Stockfish 18 (95% CI [2503, 2604])
  • ▸ Custom fused B-spline CUDA kernels — 1.71x training speedup
IEEE-format write-up + graduation thesis (9 authors)

Empirical Evaluation of Kolmogorov-Arnold Networks vs Traditional Neural Architectures (Rough Hook)

KAN vs traditional architectures across a chess engine, a computer-vision pipeline, and behavioral anomaly detection — implemented as a Rust workspace on the Burn framework.

  • ▸ Chess engine (Rusty Brain) reached 2400–2600 Elo with switchable HCE / NNUE / KAN evaluation
  • ▸ Computer vision (Hook Lens): KAN beat the CNN+MLP baseline by +1.81% (97.86% vs 96.05%)
  • ▸ Benchmarked the accuracy-vs-latency tradeoff explicitly (28.82ms → 32.93ms)

Get in touch

comms channel

Switch character. Same engineer.

New Cairo, Egypt · open to remote · relocation possible for the right role
Arabic (native) · English (fluent)

Education & certifications

education

B.Sc. in Computer Science

Ain-Shams University, Cairo · Oct 2021 – Jul 2025
CGPA 3.48 / 4.0

Neural Networks & Deep Learning, Machine Learning, NLP, Image Processing, Operating Systems, Algorithms.

certifications
  • AI Engineer for Developers (Associate)DataCamp · Aug 2025
  • Introducing Generative AI with AWSUdacity · 2025
  • Computer VisionKaggle · Jul 2024
  • Intro to Deep LearningKaggle · Jul 2024
  • Artificial Intelligence (90h)ITI · Jul 2024