Mohammad Jalili | Mohism

Projects

Things built outside of day-to-day employment.

  1. Crew

    May 2026 · Open source · Active

    Daily 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.
  2. Aegis

    May 2026 · Agora Agents Hackathon · results pending

    Goal-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.