Lab Experiment
Privacy Proxy
A local pipeline that strips PII from financial documents before sending them to Claude for analysis — so my SIN never touches the cloud
View Project
Hi, I'm Andrew Giffen
I'm a product leader who connects the dots and helps teams ship. This is my home base for what I've built and what I'm learning.
Featured Work
Lab Experiment
A local pipeline that strips PII from financial documents before sending them to Claude for analysis — so my SIN never touches the cloud
View ProjectThe Lab
Writing
Case Study
I had automated research bots emailing me competitive insights, but the information sat in my inbox half-read and never synthesized. So I built a system that never forgets - one that accumulates knowledge over months, answers questions via WhatsApp, and produces battlecards, positioning summaries, and trend analyses for other teams.
Guide
I wanted Claude to analyze my bank statements. I wasn't going to paste my SIN into an API call. So I built a local sanitization proxy that strips PII before it leaves my network. Here's the pattern, the tradeoffs, and where it falls short.
Guide
Your AI agent can read your filesystem, execute shell commands, and make network requests. You're trusting it because the system prompt says 'be helpful.' That's not security — that's hope. Here's what actual isolation looks like.
Guide
Most people open Claude Code and start prompting. That works — until your sessions get expensive, your agent makes the same mistakes twice, and you're spending more time correcting than building. Here's the step-by-step setup that fixes it.