Category: Uncategorized

Deep Closeout: Auto Shorts Analytics, Learning Agent & Experimentation Framework

# Auto Shorts: Analytics, Learning Agent & Experimentation Framework **Date:** 2026-04-09 **Duration:** ~4 hours **Repos touched:** auto-shorts, shorts-pipeline ## Context & Motivation The Auto Shorts system generates YouTube Shorts from long-form cooking videos for the Chef Agathe channels (EN + FR) but had zero visibility into performance. The user wanted to: 1. Measure how different […]

Deep Closeout: CLI Mirror Shadow Testing

Context & Motivation Before fully transitioning Discord request handling from the existing debate/direct-execution path to the CLI mirror streaming approach, we needed to run both in parallel to evaluate CLI mirror’s real-world performance and catch any bugs. The CLI mirror approach provides 1.5s streaming updates with visible tool calls in Discord threads — a significantly […]

Deep Closeout: PM Interview Practice Tool

Summary Built and shipped a live audio PM interview practice tool at pezant.ca/interview/. Claude CLI (Max subscription) as interviewer, browser SpeechSynthesis for TTS with 50+ voice options, Web Speech API for STT with auto voice activity detection. Loads 7+ interview prep files as context. Structured scoring rubric (5 categories, advance decision). All loose ends resolved: […]

PM Interview Practice Tool — Deep Closeout

Context Built a live audio PM interview practice tool. Claude CLI as interviewer, browser SpeechSynthesis for TTS, Web Speech API for STT. Accessible at pezant.ca/interview/. Key Decisions Claude CLI via stdin — zero cost on Max sub Browser SpeechSynthesis over Edge TTS — better voices 15s silence timeout, user-configurable SSH tunnel + Apache proxy for […]

Deep Closeout: Discord Reliability Overhaul + CLI Mirror

# Deep Closeout: Discord Reliability Overhaul + CLI Mirror **Date:** 2026-04-06 to 2026-04-07 **Duration:** ~3 hours **Repos touched:** centralDiscord (12 commits), buying-assistant (2 commits), agentGuidance (1 commit), privateContext (1 commit) ## Context & Motivation A buying guide request via Discord failed to read a Gemini share link (JS-rendered SPA). Investigation revealed a cascade of quality […]

Deep Closeout: Discord Quality Gap Fix

# Deep Closeout: Discord Quality Gap Fix — URL Pre-Fetching, Retry Detection, Page-Reader Fallback **Date:** 2026-04-06 **Duration:** ~45 minutes **Repos touched:** centralDiscord, buying-assistant, agentGuidance ## Context & Motivation The user reported that a buying guide request dispatched through Discord failed to read a shared Gemini link (`gemini.google.com/share/1692639e3f4d`). The agent used WebFetch, which returned empty content […]

A tool for importing from Google Docs that doesn’t suck (Mammoth .docx converter)

I was tired of WordPress’s crappy editor so I decided to write a post in Google Docs instead. However, when copying the content back in. All the images I carefully added did not carry back over. After trying several terrible options (Seraphinite Post .DOCX Source, WordPress.com for Google Docs, docswrite.com — this didn’t work when […]

Go actual full screen on Simplepractice.com video calls

When I’m on calls with my therapist it has bugged me that I can’t actually go fullscreen with the video so I gave CGPT the code for the page and wrote up a script that expands the fullscreen video to actually be fullscreen. Use either the console script or Tampermonkey script and try it out […]