An AI-powered smart mailbox system. Computer vision detects delivery drivers and controls a solenoid lock autonomously — no app tap required. The AI decides.
- YOLO + Hailo-10H edge AI on Raspberry Pi 5 with two-stage PIR gate
- Flask backend + PWA deployed live via Cloudflare Tunnel
- Beta running — collecting real delivery driver dataset for model retraining
- Built everything end-to-end — hardware, embedded AI, backend, and live cloud deployment
A self-hosted multi-agent AI command center deployed across two physical machines: a Windows server node and a headless Ubuntu inference box running Ollama. Eleven specialized agents run autonomous overnight research and build pipelines — zero cloud AI cost.
- Distributed across two LAN-networked machines with automatic 30-second health-check failover between them
- 11 agents with distinct roles, system prompts, and tool access (web search, file I/O, code generation)
- Node.js WebSocket server streams LLM tokens in real-time; serialized request queue prevents CPU-bound inference collisions
- Custom HTML5 Canvas pixel-art RPG dashboard with sprite animation, glassmorphism UI, and live typewriter bubble effects
- Agents run autonomous overnight pipelines (SafestOne market intel, stock trader review, code sprints) via Windows Scheduled Tasks
Autonomous AI agent that discovers and exploits OWASP web vulnerabilities using a ReAct loop. No human in the loop — the agent reasons, plans, and executes attacks end-to-end.
- 6 custom tools: SQL injection, JWT forger, XSS probe, endpoint recon
- Sliding-window context management for 100-step autonomous runs
- Solved 11 challenges across 6 OWASP Top 10 categories
- Model-agnostic via LiteLLM — runs on Claude, GPT-4, or local Ollama
A 5-step AI pipeline that learns from its own closed trades weekly, shifting signal weights toward whatever actually predicted wins. Sentiment analysis + technicals + Kelly criterion risk management.
- Reddit sentiment analysis combined with technical indicators as input signals
- Kelly criterion position sizing to minimize ruin probability
- Weekly self-retraining loop on real closed trade outcomes
- Paper trading via Alpaca API — real market data, no real money at risk
The simplest focus app on the App Store. One goal. One week. One tap a day. No account. No subscription. Free forever. Built and shipped solo from idea to App Store approval.
- Live on the iOS App Store — designed, built, and submitted entirely solo
- Zero friction: no login, no paywall, no onboarding
- Weekly goal streaks with a single daily check-in tap
- Native SwiftUI — no third-party frameworks, clean and fast
Six production-quality React applications — Supabase CRUD with row-level security, analytics dashboards with Recharts, third-party REST API integrations, and real-time data feeds.
- Supabase CRUD apps with auth and row-level security policies
- Analytics dashboards built with Recharts and live data
- Third-party REST API integrations across multiple projects
- Vite build pipeline, fully responsive across all apps