Projects

Right now I'm building agentic AI systems and personal AI tools. My most recent project is Mealsy, which I'm planning to launch as an app — it's in beta with 30+ users.

SOFTWARE
Insight: Highlight Real Books, Find Them AgainAn offline-first iOS and Android app for readers of physical books. Photograph a page, swipe your finger across the lines you want the way you'd select text on screen, and the passage is OCR'd, tagged, summarised and attributed to a book on the spot. Everything then lives locally in SQLite with sentence embeddings behind it, so your highlights power semantic search, "related", self-organising themes and a RAG "Ask" over your own library — with no account, no telemetry, and no network required.Cashflow: Personal Finance AppA personal finance management android app for automatically tracking what I spend, own, and owe: savings runway, net worth, debt payoff, and FIRE projections. A statement-review pipeline reads my bank PDF and optimizes for discrepancy detection, with on-device redaction before any LLM call, and a Pydantic AI agent resolves cryptic card descriptors into readable merchants.Mealsy: Agentic Nutrition CoachA personal agentic nutrition platform for logging meals in natural language via web chat or Telegram. A LangGraph agent extracts foods and looks up nutrients from the USDA database with Gemini fallbacks, while a Pydantic AI coach delivers personalized, data-grounded coaching from your eating history. Built on FastAPI, PostgreSQL + pgvector, Redis, and Celery.Poddersum: Agentic Podcast SummarizerAn autonomous agentic system built with LangGraph and Gemini 3.0 that automatically downloads, transcribes, and summarizes podcast episodes from gPodder. Features persistent multi-turn memory for interactive chat, real-time cost tracking, and autonomous background execution.Pal: Personal AI Wiki for ObsidianAn Obsidian plugin that turns your vault into an LLM-maintained personal knowledge base. Sources dropped into raw/ are automatically read, summarised, and cross-referenced by Gemini into an interlinked wiki, and a chat sidebar answers questions about your own knowledge with [[wikilink]] citations. Built in TypeScript on the Obsidian plugin API.