Work

Projects

Production tools, research utilities, and infrastructure automation — built at the intersection of Lloyd's market expertise and modern AI.

Featured Project
Lloyd's Market News Digest

Lloyd's Market News Digest

AI-powered daily intelligence for the Lloyd's insurance market. Monitors 50+ sources overnight, extracts the signal from the noise, and delivers a concise, structured digest before the market opens — with zero manual curation.

3,000+
Daily readers
50+
Sources monitored
6am
Daily delivery
PythonOpenAIn8nSupabaseGitHub Pages
30-Day Challenge — Complete

30 Days 30 Apps Challenge

30 AI applications for Lloyd's and specialty insurance, built and shipped in 30 consecutive days — 14 March to 12 April 2026. Underwriting, exposure management, claims, broking, compliance, leadership, and more.

30
Apps Built
8
Domain Areas
31
Live URLs
Filter by tech:

Other Projects

Memex — Personal Second Brain

Production AI-maintained digital garden and Second Brain at memex.poovi.me — inspired by Andrej Karpathy's personal AI infrastructure work and Vannevar Bush's original memex paper.

Why it exists

Karpathy's vision: an AI that accumulates knowledge the way a human does. Here it's real — raw sources (articles, PDFs, transcripts) become an interlinked wiki maintained by Gemini. OpenClaw agents query it via MCP and publish findings to LinkedIn, all without manual curation.

My contribution

Full-stack: Quartz static wiki deployed to Vercel, FastAPI automation engine with cron-triggered watcher, Gemini 2.5 Pro/Flash synthesis pipeline, Qdrant vector search (7,483 pages indexed), FastMCP stdio server for agent integration.

PythonFastAPIGeminiQuartzQdrantn8n

Framesense — Composition Coach

In Progress

AI-powered photo composition guide for iPhone using Claude Vision API to give real-time framing feedback.

Why it exists

Built to explore Claude's Vision capabilities in a mobile context — and to solve a real problem: getting actionable composition feedback without a photography tutor.

My contribution

Full Expo/React Native app: camera integration via react-native-vision-camera, Claude Vision prompting, NativeWind styling, Zustand state management.

TypeScriptExpoReact NativeClaude API

Zero-Employee Company Lab

Active

Actively running and testing the emerging category of AI-native 'zero employee' company platforms — Paperclip, OpenClaw, and Hermes AI — on private homelab infrastructure.

Why it exists

The Lloyd's market is 3–5 years from AI-native operations. Hands-on production experience today means I can speak from architecture, not theory, when clients or leadership ask whether this is real. I'm the only account manager I know running a company OS on a home server.

My contribution

Live on Proxmox homelab: Paperclip as company governance OS (role/policy management, audited task execution) running a structured company instance; OpenClaw routing 11 named agents (FURY, ORACLE, WAYNE, CYBORG, BANNER, STARK, XAVIER...) via Telegram and Discord; Hermes AI orchestration under active evaluation.

OpenClawPaperclipHermes AISelf-hostedDocker
Private / homelab

MyStockify

Stock analysis toolkit for evaluating investment opportunities.

Why it exists

Built to automate my own investment research — combines financial APIs, multiple valuation models, and data visualisation into a single workflow.

My contribution

Full Python build: data ingestion, scoring engine, Jupyter output.

PythonJupyterPandasyFinance

Homeserver-as-Code

Infrastructure-as-code setup for a fully self-hosted home server.

Why it exists

Wanted reproducible, version-controlled infrastructure that could be rebuilt from scratch in minutes — no more manual configuration drift.

My contribution

Docker Compose stack, reverse proxy, automated backups, and monitoring.

ShellDockerLinuxTraefik

Docker DB Backup Automation

Scheduled, containerised database backup with configurable retention.

Why it exists

Solved a real gap: most teams run databases in Docker but rely on fragile manual backup scripts. This handles scheduling, rotation, and alerting automatically.

My contribution

Shell scripting, Docker integration, cron scheduling, retention logic.

ShellDockerBashCron

Claims Pipeline

Data transformation pipeline for insurance bordereaux processing.

Why it exists

Bordereaux data arrives in inconsistent formats from coverholders. This pipeline ingests, validates, and standardises the records for downstream processing.

My contribution

Python ETL pipeline, schema validation, pandas transformations.

PythonPandas