Projects
Things built outside of day-to-day employment.
-
Crew
May 2026 · Open source · ActiveDaily DevSecOps digest with AI-drafted posts in your voice
- Scans Hacker News, GitHub Trending, and NVD CVEs each morning; Claude drafts LinkedIn posts and X threads in your voice; delivered to Telegram for copy-paste.
- Single Python file by design — no framework, no web UI, SQLite for dedup. Runs on a cron at 07:00.
- Prompt caching across drafts cuts Anthropic API costs ~50%. Total cost: €4.51 VPS + €1-3/month in API calls.
- Open source. Built in a weekend because I needed it.
-
Aegis
May 2026 · Agora Agents Hackathon · results pendingGoal-based AI portfolio manager for stablecoin finance
- Multi-model agent loop: Haiku classifies market regime, Opus/Sonnet designs allocations, GPT-5 runs adversarial critique.
- Cross-chain USDC execution across Arc and Base via Circle Gateway, CCTP V2, and Paymaster.
- Human-in-the-loop by design: every rebalance is a proposal requiring explicit approval.
- Built in two weeks. Rust (Axum) backend, Next.js 15 frontend, PostgreSQL, real-time SSE.