Insights, tips, and stories about issue reporting and AI-powered productivity
*. This includes writing clear descriptions, acceptance criteria, and relevant details, along with refinement meetings and collaboration time, which typically account for 30–50% of the total effort.
Creating a high-quality work item, bug report, or PBI that meets the Definition of Ready in a Scrum project takes 30 minutes on average*. This includes writing clear descriptions, acceptance criteria, and relevant details, along with refinement meetings and collaboration time, which typically account for 30–50% of the total effort. Complex items may take 6+ hours, especially if they require deep technical discussions or dependencies on other teams.
YakShaver cuts down the time needed to create a Work Item by handling the heavy lifting with AI. Each Work Item saves around 30 minutes on average. This helps teams focus more on refining tasks in meetings and ensures items meet the Definition of Ready faster. Even complex items that require deep discussions or dependencies can be completed in less time, improving overall efficiency and collaboration.
You can learn how much you can save for your own company by checking out our ROI Calculator
Figure: Our ROI Calculator
YakShaver now can process videos greater than 25MB! This means longer and higher quality videos will now be able to be processed through YakShaver, resulting in better quality work items or emails!
We are using Azure OpenAI's Whisper AI model, which currently has a 25MB file size limit
Giving no hard limits on the size and truncating the video into 25MB chunks to be batched process is not a great idea in the long run. It can be used to waste a great amount of processing power and can be easily abused to be sent an extremely large file if no checks are in place.
Furthermore, this feature requires your video files to be stored in blob storage, which means greater costs in order to process longer videos.
The short answer is we didn't, we just removed the parts that Whisper doesn't need - the visuals that take up the majority of bytes in a video file.
We use a library that implements FFmpeg in code, called Xabe.FFmpeg, which allows us to manipulate and process media files. By extracting only the audio from the video file, we significantly reduce the size to only have the data that matters for a transcription service, the audio.
Here are some examples of what it has done to the file size before transcription: 1-minute video in 4K - 38.87 MB -> 0.62 MB audio .mp3 (1.5% of the video size) 30-minute video in 2K - 209.89 MB -> 7.95 MB audio .mp3 (3.8% of the video size)
With the addition of .mov file extension support, YakShaver now supports the default MacOS recording tool, Screenshot App!
Known tools that are currently supported:
Evaluating YakShaver for your project? Book a 30-minute call with a YakShaver architect
SCHEDULE A CALL