Skip to content
View SufficientDaikon's full-sized avatar
💭
I love making software ❤️
💭
I love making software ❤️

Highlights

  • Pro

Block or report SufficientDaikon

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
SufficientDaikon/README.md
Ahmed Taha -- Building AI that builds software

LinkedIn   Email   Cairo, Egypt   62 repos


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.



right now

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


Tech stack in orbit: TypeScript, Rust, Python, Astro, React, Svelte, SolidJS

TypeScript, JavaScript, Python, Rust, PowerShell, Astro, React, Svelte, SolidJS, Vue, NodeJS, Bun, TailwindCSS, Docker, Cloudflare, Git



Open Source Impact   PowerShell

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


What I'm building

Archon · AI Skills Engine

The 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 Language

A 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 Platform

Browse, 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 Orchestration

28 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]
Loading
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


Stats

GitHub trophies

Top languages


If you're building something ambitious -- tahaa755@gmail.com

Pinned Loading

  1. archon archon Public

    The Virtuoso Engine for AI Agents. 83 skills, 10 agents, 5 cognitive synapses, enforced guardrails. Write once, deploy on 5 AI platforms. MIT licensed.

    Python 8

  2. Axon Axon Public

    ML/AI-first systems programming language — compile-time tensor shapes, ownership-based safety, native GPU execution

    Rust 3