Text to published video
A scheduled pipeline reads a topic from a spreadsheet, has a model think through the
treatment, generates the footage with Veo 3, uploads and publishes it, then writes
the result back. Nobody touches it between topic and live video.
n8n · Gemini · Veo 3 Fast · Drive · Sheets
LeadGen Engine
Finds target businesses, reads each prospect’s site, writes a genuinely specific
email rather than a template, and sends on a daily cap. Nothing leaves the machine
until a person approves the draft. The engineering is in surviving unattended
operation: dead connections reconnect rather than being misreported as bounces.
Python · Playwright · SQLite · SMTP and IMAP
Lumina
A conversational agent for night-sky and air-quality questions, holding six live data
tools: VIIRS radiance, geocoding, weather, air quality and a NASA research index. It
fetches real measurements rather than recalling them.
n8n · Gemini · VIIRS · OpenWeatherMap. The WebGIS platform it plugs into is a third-party open-source template; the agent is mine.
StickMind
Fully original animation with no third-party footage anywhere. The part worth showing
is the validation harness: it re-derives the inverse kinematics and asserts
feet-on-floor, no-slide and no-inverted-shin across every frame of every action,
which caught four bugs that had shipped in every previous video.
Remotion · React · Whisper · inverse kinematics · FFmpeg
Demo accounts only
Trading systems
Multi-book MetaTrader 5 architecture, each book isolated on an always-on VM. The value
is the apparatus rather than the strategy: walk-forward backtesting with separate
in-sample and out-of-sample windows, half-Kelly sizing with a drawdown governor,
circuit breakers. Every AI veto is forward-simulated into a shadow book so the layer
can be measured instead of assumed. No performance claim is made here.
Python · MetaTrader 5 · PyTorch · LightGBM · Azure VM
Tooling
architect-agent interviews you about a project idea, then generates the
architecture document, sub-agents and task breakdown. A Shopify scraper extracts
structured product data and feeds the video pipeline above. A Meta Ad Library
scraper pulls competitor creative, still in progress.
Python · Flask · Playwright · Docker · private repositories, walkthrough on request