How this became a real interest, not a buzzword
My entry point into AI work wasn't chatbots — it was video editing. I was manually clipping long recordings down to highlight reels, and the repetitive part (finding the good moments, cutting, syncing) was exactly the kind of task a pipeline could do better than a person doing it for the tenth time.
That led to combining Whisper for transcription with an LLM for identifying interesting segments, then FFmpeg to actually cut the footage automatically. None of these pieces are exotic on their own — the value was in wiring them together into something that ran without me babysitting each step.