Build Daily

Tinley Park · August 23, 2026
NeuralNineAug 12, 2026

The coolest thing I have ever done with coding agents...

What it covers

The creator shares how they used AI coding agents to customize an open-source video editor by adding missing keyboard shortcuts and building custom packages without knowing C++.

The outline

Tap a timestamp to jump there in the video.

  1. Introduction

    The creator introduces a casual, inspirational session about using coding agents with open source software.

  2. Customizing Shortcut

    They show their customized fork of the MLT framework's Shortcut video editor written in C++.

  3. Demonstrating Features

    The creator demonstrates how they added keyboard shortcuts to jump half a second and navigate between audio segments and silences.

  4. AI Agent Workflow

    They explain that the features were implemented by describing the desired functionality to an AI coding agent in their local directory.

  5. Problem Formulation

    The creator highlights the importance of defining terms like meaningful silence and sound so the AI can understand the programming task.

  6. Package Building

    They describe how they used the agent to create a package build script for Arch Linux and prepare it for submission to the AUR.

  7. Maintenance Process

    The creator explains that maintaining this custom version requires rebasing against upstream updates and rebuilding the package.

  8. Open Source Benefits

    They conclude by arguing that AI agents make open-source software more customizable, encouraging users to build their own versions of tools like MyPaint.

Agents as co-developers

Coding agents, when paired with open source, shift the role of a solo builder from sole executor to strategic orchestrator. This approach reduces repetitive tasks, allowing focus on higher-level design and problem-solving. The real value lies in scaling creativity through automation, not replacing it.