// 01 Real-World Solved Problems
-
1. Tactical Agentic Activity Tracker
Live DemoEnd-to-end multi-agent orchestration solution bridging proprietary Azure cloud infrastructure with the Gemini SDK ecosystem using custom cross-vendor middleware.
-
2. Caster Voice App Switcher (Replacing Alt+Tab)
Live DemoLow-level Windows desktop focus management and voice window switching engine for the Caster/Dragonfly speech recognition framework. Implements a 3-tier failsafe focus architecture (Win32 API + Thread Attach OS bypass, Taskbar UIA automation, synthetic keyboard macros), virtual desktop filtering, and tab cycling.
// 02 Open Source Contributions
-
Caster Framework (Merged Pull Requests)
MergedMerged pull requests into Caster—a widely used open-source voice dictation and accessibility framework. Contributions include HUD startup race condition retry logic (#965), title-case contraction and possessive parser fixes (#962), and Windows 11 virtual desktop integration via updated pyvda API (#960).
-
Caster Framework — Fix 4-Digit Length Restriction Bug
Open PR #975Fixes digit sequence length limitations in Caster by migrating the numeric rule extra from legacy ShortIntegerRef to NumberRef with zero-preservation, eliminating the 4-digit cap for seamless long numeric dictation.
-
Dragonfly Framework — Fix Number Series Sequence Matching & Limits
Open PR #409Core dictation engine fix in Dragonfly's Number class resolving sequence matching conflicts, digit length constraints, and zero formatting loss across speech recognition backends.
-
pyvda — Handle Stale COM Objects & RPC Server Unavailability
Open PR #57Robustness fix for pyvda (Python Windows Virtual Desktop API) to handle destroyed COM interface pointers and RPC server unavailability errors caused by Windows Explorer restarts or system sleep cycles.
// 03 Publicly Released Tools
-
WinStasis (Window Position Restorer CLI)
Tiny Tool TownLightweight CLI utility to instantly snapshot and restore window positions and virtual desktop assignments on Windows, permanently resolving application drift. Publicly featured on Tiny Tool Town.
-
vdtree (Windows Virtual Desktop Tree CLI)
Tiny Tool TownStandalone CLI utility acting like 'ls' for Windows Virtual Desktops. Maps out all active virtual desktops and open application windows in a clean CLI table, displaying window titles, desktop assignments, coordinates (X, Y), and dimensions (W x H).