I build AI agents from Cairo that ship production code to PowerShell (52K stars) while I sleep. 83 skills, a tensor-typed compiler, and a broken hand β so everything runs hands-free.
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 a broken hand
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 designed from scratch for machine learning. Compile-time tensor shape verification, ownership-based memory safety, native GPU execution. 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. |
Feinix β AI-First Operating SystemWhat happens when every syscall, every scheduler decision, every resource allocation is informed by intelligence. Research architecture for an OS designed around AI from the kernel up. Not a Linux distro with a chatbot bolted on β a rethink of what an operating system should be. |
More things I've shipped
| Project | What it does |
|---|---|
| sdd-vscode-agents | 13 Copilot Chat agents for spec-driven development β from research to production code with quality gates |
| axios-scanner | One-click scanner for the axios npm supply chain attack (March 2026). Detects RAT artifacts, C2 connections, persistence |
| 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 |
| feinix-os | Feinix β research architecture for an AI-first operating system |
| aether | Multi-agent LLM coordination with 28 subsystems β agents negotiate, delegate, and self-correct. Architecture complete. |
| 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 |
These aren't typo fixes. Each PR modifies core engine code in PowerShell β a 52K-star project maintained by Microsoft:
| PR | What I 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. |
Open |
| WindowStyle Hidden fix | Fixed #3028 β an 8-year-old bug with 160+ upvotes. Eliminated the console window flash when launching with -WindowStyle Hidden. |
Open |
| UUID v7 default | Changed New-Guid to generate UUID v7 by default β monotonic, sortable, timestamp-embedded. Modern GUID for a modern shell. |
Open |
| Static analysis fixes | Fixed 6 PVS-Studio findings across the engine β null derefs, redundant checks, type narrowing issues. | Open |
| Error handling docs | Added about_Error_Handling reference and fixed error terminology across docs. |
Merged |
Every PR above was written end-to-end β research, implementation, tests, documentation. No copilot autocomplete, no fork-and-pray.


