AI Engineer. Agents on Google Cloud at work, local-first tooling for macOS here. I use Claude Code, Copilot, Cursor and Antigravity on the same codebases with one shared set of rules, so most of what I publish comes out of that setup: tools that capture, transcribe or guard data on the machine instead of sending it away.
Four CLIs, one Mac, one private knowledge base they all read. Unattended runs (loops, headless sessions, subagents) commit locally and stop there: a git and gh shim ahead of PATH exits 1 on anything that writes to a remote. Push and PR are manual.
Option+R. Screen and microphone recorded at 1 fps, about 110 MB an hour, transcribed with Whisper on the machine and filed as a Markdown note in the vault you already use. The capture never leaves the Mac. The title, tags and summary do, through whichever coding CLI you already have signed in, Claude Code, Cursor or Copilot (RECORD_AI=copilot), unless you set RECORD_AI=0.
git clone https://github.com/vidoluco/lightweight-rec.git && cd lightweight-rec && ./install.sh
Your Toyota already records every trip, the electric share and every time it decided you braked too hard. The app shows one trip at a time and forgets the rest. This syncs the lot into SQLite on your Mac and answers what the app cannot: which junction you get wrong nineteen trips in a row, what leaving at 07:15 instead of 08:00 saves, what each place costs in fuel. No dongle, no subscription, no map keys, and a synthetic demo so it runs before you connect a car.
git clone https://github.com/vidoluco/toyota-telemetry.git && cd toyota-telemetry && uv run toyota demo
| query-sanitizer-mcp | MCP middleware. A local model redacts sensitive data from a prompt before it reaches an external LLM. | Python |
| gfn-overlay | macOS overlay that captures the screen and gets gameplay tips from a local vision model (LM Studio). | Python |
| xbox-llm-controller | A local LLM drives an Xbox controller on macOS. | Python |
| Discord-mirror | Mirrors a Discord channel to another one live, no elevated rights needed. | JavaScript |
| TradingView-Indicators | Pine Script indicators and strategies I actually use. | Pine |


