Reddit Programming
201 subscribers
1.22K photos
126K links
I will send you newest post from subreddit /r/programming
Download Telegram
Building an AI system to analyze and optimize video retention curves - curious if others have tackled this
https://www.reddit.com/r/programming/comments/1rho4i0/building_an_ai_system_to_analyze_and_optimize/

<!-- SC_OFF -->Hey everyone, I’m currently building a system that analyzes video content and optimizes pacing to improve viewer retention automatically. It’s built on top of FFmpeg and custom feature extraction pipelines, and I’m experimenting with automated adjustments based on retention data. My main challenge right now is modeling drop-off prediction before publishing, and I’m curious if anyone here has worked on similar video analytics or retention modeling problems. I’d love to compare approaches, discuss insights, and possibly collaborate with other builders interested in video optimization AI. Here’s what’s working so far: Automated scene detection & timing adjustment Feature extraction for engagement signals (like motion, speech, transitions) Baseline testing on short-form videos Open to technical discussions, idea exchanges, and collaboration. <!-- SC_ON --> submitted by /u/Ok_Tomatillo2266 (https://www.reddit.com/user/Ok_Tomatillo2266)
[link] (https://github.com/johnkeysceo-cmd/content-generation-2) [comments] (https://www.reddit.com/r/programming/comments/1rho4i0/building_an_ai_system_to_analyze_and_optimize/)
How a "Race Condition" Crashed the US Power Grid
https://www.reddit.com/r/programming/comments/1ri61m8/how_a_race_condition_crashed_the_us_power_grid/

<!-- SC_OFF -->Everyone talks about the physical causes of the 2003 Northeast Blackout, but very few talk about the software 'Race Condition' in the XA/21 alarm system that actually caused it. I put together a visual breakdown of the code failure here. <!-- SC_ON --> submitted by /u/No_Gazelle_634 (https://www.reddit.com/user/No_Gazelle_634)
[link] (https://youtu.be/FJKlEvqzBwk) [comments] (https://www.reddit.com/r/programming/comments/1ri61m8/how_a_race_condition_crashed_the_us_power_grid/)
AI Isn't Replacing SREs. It's Deskilling Them.
https://www.reddit.com/r/programming/comments/1riu7ge/ai_isnt_replacing_sres_its_deskilling_them/

<!-- SC_OFF -->Edit: SRE = Site Reliability Engineers (https://en.wikipedia.org/wiki/Site_reliability_engineering) A piece on how reliance on AI is actually deskilling SREs and how it is a vicious cycle, drawing on a 1983 research paper by Bainbridge on the industrial revolution. When AI handles 95% of your incident response, do you get worse at handling the 5% that actually matters? <!-- SC_ON --> submitted by /u/elizObserves (https://www.reddit.com/user/elizObserves)
[link] (https://newsletter.signoz.io/p/ai-isnt-replacing-sres-its-deskilling) [comments] (https://www.reddit.com/r/programming/comments/1riu7ge/ai_isnt_replacing_sres_its_deskilling_them/)