SShortSingh.
Back to feed

Silent bug dropped 42% of video shot scores for weeks before alerts flagged it

0
·7 views

A routine alert on July 9, 2026 revealed that a vision-scoring function had been silently failing to score roughly 42% of video shots, a figure consistent with a quality audit conducted a week earlier on July 2. The root cause was a token budget of 300 set in shot_vision_qa.score_shot_frame(), too small for the Qwen3-VL model to complete its reasoning trace and return a valid JSON answer — mirroring a previously fixed bug in a related module. A separate defect in wan2_1.py was also found hardcoding a 300-second HTTP timeout, overriding a deliberately set 900-second limit designed for the video model's cold-load scenarios. Both issues were resolved by correcting the token and timeout values, and a new AST-based test was added to catch similar misconfigurations at boot time. Developers noted that all downstream quality signals built on the scorer had been operating on degraded data until the fix was applied.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Salesforce Education Cloud Offers Simpler, Native Alternative to Legacy EDA Package

Salesforce's Education Cloud is positioned as a modernised replacement for the Education Data Architecture (EDA), which has long operated as a managed package layered on top of the core Salesforce platform. Unlike EDA, Education Cloud runs natively on Salesforce, eliminating separate installations, namespace conflicts, and update delays tied to the package release cycle. Education Cloud also adopts a Person Account data model, enabling more direct relationships between student records, departments, programmes, and households compared to EDA's Contact-based administrative account structure. Because it sits on the same platform layer that Salesforce product teams develop against, Education Cloud automatically receives new capabilities — including AI and automation features — with each of Salesforce's three yearly releases. EDA remains supported and functional, but the architectural gap between the two products is expected to widen as native platform innovation accelerates.

0
ProgrammingHacker News ·

Developer builds random Google Fonts browser to simplify font selection for web projects

A developer has created RandoFont, a simple browser tool that displays Google Fonts in random order to help with font selection during web projects. The tool allows users to tag and save their favorite fonts as they browse. The creator built the application several years ago and recently used AI assistance to refresh its interface. The project was shared on Hacker News, where it received modest early attention.

0
ProgrammingDEV Community ·

Boxvy App Turns Your Desktop Into a Personalized Quick-Access Workspace

Boxvy is a new productivity app available for both macOS and Windows that aims to transform the desktop into an organized, always-ready workspace. The app allows users to pin frequently used files, folders, websites, and terminal commands as widgets, bubbles, or menu bar shortcuts for instant access. Users can set websites and dashboards to launch automatically at startup, eliminating the need to reopen tabs or search through folders each day. Boxvy also supports embedded web-based widgets — such as TradingView charts or calendars — that behave like native desktop elements. The app is currently available for download on the Apple App Store and Microsoft Store.

0
ProgrammingDEV Community ·

AI Overreliance Is Quietly Eroding Foundational Coding Skills, Educators Warn

A computer science professor has observed a steady decline in the technical proficiency of young developers, attributing it to their habit of outsourcing problem-solving to AI tools before attempting to think through challenges independently. Unlike previous generational skill gaps, this shift is being witnessed directly through successive cohorts of interns who can produce working code but lack genuine understanding of it. The concern is not AI use itself, but its misuse as a shortcut that bypasses the effortful learning process that builds real competence. Experts warn this could create a long-term "scissor effect" where AI grows more capable while the pool of developers able to supervise, correct, or extend it shrinks. The prediction is a widening divide between a large group of AI-dependent coders and a smaller, highly valued cohort who retain deep technical fundamentals.