
Research and development focused on applied AI/ML, cloud engineering, and experimental systems.
This site documents hands-on work—prototypes, experiments, and deeper technical explorations—where ideas are tested, systems are built, and approaches are refined through real engineering effort.
Focus Areas
Applied AI/ML
Practical applications of machine learning, AI integration, and intelligent system design.
Cloud Engineering
Scalable infrastructure, distributed systems, and cloud-native architecture patterns.
Experimental Systems
Prototypes, research projects, and explorations of emerging technologies.
Featured Projects
View all →encino
activeLocal Encrypted Document Vault
A local encrypted vault for a folder of sensitive documents, written in Rust. Contents and filenames are both encrypted at rest with XChaCha20-Poly1305; documents are checked out one at a time and re-encrypted when you are done. No network, no service, no account — one statically linked binary on one machine.
wordtym
activeEndless Themed Word Search for Android and iOS
An endless themed word search puzzle book for tablets, shipping as two native builds — Kotlin with Jetpack Compose on Android, Swift with SwiftUI on iOS — kept identical by a parity suite that asserts a seed produces the same grid on both. Generates puzzles on demand from a curated 11,281-word corpus across 42 themes, keeps one puzzle in progress across sessions, and never runs out of material. No fail state, no gating, no ads, no trackers, no network.
rdn-swarm
activeMulti-Agent Software Development Orchestration
Multi-agent SDLC orchestrator with six feature-parity implementations (Node.js, Python, Go, .NET, Next.js Web, Android Mobile). Coordinates specialized AI agents across four LLM providers to iteratively build and refine complete applications through a 7-phase quality-gated pipeline, with a 9-role mobile variant that runs the entire pipeline on-device using user-supplied provider keys.