I build AI agents from Cairo that ship production code to PowerShell (52K stars) while I sleep. 83 skills, a tensor-typed compiler, a multi-agent orchestration system, and a local AI platform -- all shipped from scratch.
shipping bounded-wait timeouts to PowerShell -- 7 source files, an RFC, and 8 adversarial scenarios
teaching Axon to verify tensor shapes before your GPU even warms up
building from Cairo with 83 AI skills and more on the way
These aren't typo fixes. Each PR modifies core engine code in PowerShell, a 52K-star project maintained by Microsoft:
| PR | What changed | Status |
|---|---|---|
| Bounded-wait timeouts | Added Stop(TimeSpan), PSInvocationSettings.Timeout, and bounded waits across 7 source files. The hosting API can no longer hang forever. RFC filed. | In Review |
| WindowStyle Hidden fix | Fixed #3028, an 8-year-old bug with 160+ upvotes. Eliminated the console window flash when launching with -WindowStyle Hidden. | In Review |
| UUID v7 default | Changed New-Guid to generate UUID v7 by default. Monotonic, sortable, timestamp-embedded. Modern GUID for a modern shell. | In Review |
| Static analysis fixes | Fixed 6 PVS-Studio findings across the engine. Null derefs, redundant checks, type narrowing issues. | In Review |
| Error handling docs | Added about_Error_Handling reference and fixed error terminology across docs. |
Merged |
Archon · AI Skills EngineThe core of everything I ship. 83 skills, 10 agents, complexity routing from TRIVIAL to EXPERT, and a virtuoso execution loop that prevents hallucination cascades. Write a skill once, deploy it on Claude Code, VS Code Copilot, and 3 more platforms. Not a chatbot wrapper -- a cognitive architecture with enforced guardrails. |
Axon · ML-First LanguageA programming language I designed from scratch for machine learning. Compile-time tensor shape verification, ownership-based memory safety, native GPU execution. Full lexer, parser, and borrow checker -- written in Rust. If Python and Rust had a child raised by CUDA engineers. |
HugBrowse · Local AI PlatformBrowse, download, and run Hugging Face models without sending a byte to the cloud. Tauri v2 (Rust backend) + React frontend. GGUF quantized model support. Your models. Your machine. Your data. |
Aether · Multi-Agent Orchestration28 subsystems. Agents that negotiate, delegate, and self-correct -- built in Bun + TypeScript. Paused while Axon's borrow checker ships. The architecture is solid and it'll wake back up. |
Archon routing pipeline
graph LR
T[Incoming Task] --> CR{Complexity Router}
CR -->|TRIVIAL| D[Direct Answer]
CR -->|SIMPLE| SA[Single Agent]
CR -->|MODERATE| PA[Parallel Agents]
CR -->|EXPERT| VL[Virtuoso Loop]
PA --> CC[Context Curator]
VL --> CC
CC --> Out[Deployed: Claude Code · Copilot · 3 more]
More projects
axios-scanner -- One-click scanner for the axios npm supply chain attack (March 2026). Detects RAT artifacts, C2 connections, and persistence mechanisms. Built and shipped the day the attack was disclosed.
| Project | What it does |
|---|---|
| sdd-vscode-agents | 13 Copilot Chat agents for spec-driven development. From research to production code with quality gates |
| daedalus-debugger | Autonomous AI environment debugger. Probes hardware, MCP servers, model capabilities. Self-contained HTML report |
| godot-kit | AI-powered Godot 4.x development bundle. 9 skill packs, 4 MCP servers |
| dissector-agent | Reverse-engineers any codebase into 17+ interlinked documentation files through 13 analysis phases |
| adaptive-teacher | AI teaching skill that calibrates to learner level in real-time. Socratic questioning, reverse prompting, Egyptian Arabic support |
| pr-to-course | Transform any GitHub PR into an interactive HTML course |
| copilot-sdk-dissection | 14-phase architectural dissection of GitHub's copilot-sdk with interactive docs site |
If you're building something ambitious -- tahaa755@gmail.com


