1# Yousef Anas (Cúper)
2
3## AI Engineer
4
5Egyptian-American. Studied CS + physics across 7 countries
6at Minerva University. Ranked 5th nationally in Egypt.
776 credits completed. Things got complicated.
8The knowledge didn't expire.
9
10Taught 250+ students across 20+ colleges.
11Multi-agent systems, automated theorem proving, LLM-powered tools. Shipped to production.
12Shipped to production. Still here. هانت.
13
14## Stats
15- 250+ students taught
16- 20+ colleges
17- 10 public repos
18- 4 spoken languages
19- 7 countries
20- 76 credits
1{
2 "projects": [
3 {
4 "name": "ArnoldC / ToaruOS",
5 "desc": "Schwarzenegger-quote language + Unix-like OS",
6 "stack": ["C", "Assembly"]
7 },
8 {
9 "name": "Erdos",
10 "desc": "Automated theorem prover — Prover/Critic multi-agent loop with Lean 4 and SHA-256 integrity locks. The agents kept redefining what they were proving, so I had to lock the theorems down.",
11 "stack": ["Python", "Lean 4"]
12 },
12a {
12b "name": "polymarket_bot",
12c "desc": "Prediction market trading. Regime detection + Kelly criterion.",
12d "stack": ["Python", "Kelly", "Monte Carlo"]
12e },
12f {
12g "name": "jobhunter",
12h "desc": "AI job app system. Human approval + honesty constraints.",
12i "stack": ["Python", "TypeScript", "Gemini", "GCP"]
12j },
13 {
14 "name": "ai-tax-cpa",
15 "desc": "AI tax assistant. Schedule C. RAG pipeline.",
16 "stack": ["Python", "LLMs", "RAG"]
17 },
18 {
19 "name": "Bee",
20 "desc": "Spelling Bee word game — hexagonal letter grid, 370k-word dictionary, 5 hint types, 4 difficulty modes. WCAG AAA accessible. 80 tests.",
21 "stack": ["React Native", "Expo", "TypeScript"]
22 },
23 {
24 "name": "HealthOS",
25 "desc": "Health data OS. Wearable + lab aggregation.",
26 "stack": ["Python", "FastAPI", "React"]
27 },
28 {
29 "name": "claude-sfx",
30 "desc": "Sound effects for Claude Code terminal",
31 "stack": ["Node.js"]
32 },
33 {
34 "name": "anti-slop-design",
35 "desc": "Design system. 8 domains, 15 rules, 0 slop.",
36 "stack": ["Methodology"]
37 },
38 {
39 "name": "saas-starter-kit",
40 "desc": "Production SaaS boilerplate. Auth, billing.",
41 "stack": ["Express.js", "SQLite", "Stripe"]
42 },
43 {
44 "name": "BennyCuTools",
45 "desc": "Personal infra. Agents, dashboards, automation.",
46 "stack": ["TypeScript", "Cloud Run"]
47 },
48 {
49 "name": "cuuper22.github.io",
50 "desc": "Portfolio. One of twenty. It is what it is.",
51 "stack": ["HTML", "CSS"]
52 }
53 ]
54}
1# Experience
2
3## Minerva University (2020-2024)
4CS + physics across 7 countries.
5Ranked 5th nationally in Egypt.
676 credits completed.
7Things got complicated but the knowledge stayed.
8
9## CS Tutor / Instructor (2021-2025)
10Taught 250+ students across 20+ colleges.
11Data structures, algorithms, systems programming.
12Teaching is debugging your own understanding.
13
14## AI Engineering — Independent (2024-Now)
15Multi-agent systems, automated theorem proving, LLM-powered tools. Shipped to production.
16Shipped to production.
17Still here. هانت.
18
19## Open Source (2020-Now)
20Built ToaruOS-Arnold (bare-metal OS), ArnoldC-Native (compiler), anti-slop-design (Claude Code skill), and various developer tools. 9 public repos.
219 public repos and counting.