뒤로가기back

How AI agents help Gaudio Lab's SDK team work smarter

2025.06.20 by Heidi Hwang

How AI agents helps Gaudio Lab's SDK team work smarter

 

 

Did you enjoy Part 1 of the GDK Development Team interview?

In this article, we’ll dive deeper into how they approach and solve problems with AI Agent.

 

If you haven’t read Part 1 of the GDK Development Team’s story yet, click here!

 

 

 

Even small changes deserve careful verification

 

Q: With such a range of work, what challenges have you faced—and how did you overcome them?

 

Leo: One recurring challenge is communicating when we port our SDK to third-party platforms. Especially with closed platforms or third-party chips, it’s often hard to obtain the necessary information. And when teams are physically far apart, inefficient communication loop can become a real issue. For example, confirming how a piece of hardware behaves can take days—or even up to a month.

 

To work around this, we assume the other side can’t see our setup and try to communicate as clearly and kindly as possible, providing thorough context. That’s why communication skills—being able to clarify complex situations—are just as important as technical skills.

 

Another challenge is that audio is difficult to evaluate quantitatively. Because sound quality is often judged subjectively, even minor code changes can affect the listener’s perception. That’s why we consult our in-house audio experts—yes, we have nine PhDs in acoustics!

 

One of our core philosophies is: “Even small changes deserve careful verification.”

 

William: One challenge I remember is from one of the Sound Quality projects. Each client had slightly different expectations for how the SDK should behave. As a result, even a single version could become fragmented, creating overhead in managing and automating deployments.

 

Ideally, we’d provide one well-built SDK to all clients, but realistically, customization is often unavoidable depending on the client’s priorities. We constantly walk a fine line between standardization and customization—and I think managing that balance is one of our key strengths.

 

 

 

Embracing AI Agents—Tools that truly boost productivity

 

Q: I heard your team started to use AI Agents in development. What kind of changes do you expect?

 

Leo: We’re still in the early stages—exploring which tools to use and how to integrate them into our process. We had been using some tools already, but what really kicked things off was a seminar by our frontend developer, Handy. After that, the team became aligned on experimenting more seriously. And once we started, the benefits became clear.

 

William: We’re still figuring things out, but our productivity has definitely improved. We try to delegate repetitive tasks to AI so we can focus on core logic. I’ve found that if I define the task clearly—like in a commit-sized chunk—the AI can produce really useful results. We then review and refactor the output. For repetitive or boilerplate code, AI completes tasks in seconds. We’re seeing clear potential for time savings and efficiency.

 

Leo: AI Agents significantly lower the initial barrier when starting a new, unfamiliar project. They’re also great at reducing human errors that are easy to overlook, and they serve as helpful collaborators during code reviews. I’m really optimistic about their potential.

 

 

Q: It sounds like your team is open to new tech!

 

William: Definitely. If a tool can improve efficiency, we’re willing to try it. Especially in areas with fewer external dependencies—like demos, test tools, or CLI utilities—we’re encouraged to experiment. Of course, SDK development requires more caution due to stability and compatibility concerns. But, if a tool proves to be effective, we are open to adopting it.

 

 

Gaudio Lab's SDK Development Team

 

 

 

 

We welcome proactive, respectful teammates 

 

Q: People say Gaudio Lab’s biggest asset is its people. What are your teammates like?

 

William: Most of us are introverts—except maybe Jayden (laughs). I’m the youngest on the team, and compared to my friends’ workplaces, ours has no pressure from seniority. It’s a very relaxed and comfortable environment. I’ve never had issues with team dynamics.

 

Leo: I agree. We all have different personalities, but when it comes to work, we express ourselves clearly and respectfully. We communicate smoothly, without unnecessary conflict. Our team lead, Seo, emphasizes ownership—encouraging each member to take initiative and lead their work. It’s created a culture where we naturally take responsibility, and if you want to try something, you’re encouraged to speak up and go for it.

 

 

 

Final message to future teammates of Gaudio Lab SDK

 

Leo: The most important quality is adaptability—the ability to embrace change and new environments. If you’re proactive and curious, you’ll do well here. From a teamwork perspective, we look for people who can collaborate respectfully and share ideas harmoniously. Since many of our projects are fast-paced, it’s a great fit if you enjoy working with quick, dynamic rhythms.

 

William: I’d recommend this team to anyone who wants diverse experience. We frequently take on new challenges, so, it’s great for people who are open to change. And if you’re interested in music or audio, this is the perfect place to turn your ideas—like “It’d be cool if an SDK did this”—into reality. If you enjoy your work like a hobby rather than just a job, this team will be a fantastic fit.

 

 

 

Curious about the products developed by the GDK team at Gaudio Lab?

🔊 LM1 – Loudness normalization solution

🌐 Gaudio Spatial Audio – Spatial audio solution

🔇 Just Voice – AI-powered noise reduction solution

 

In addition to these, the GDK team has also contributed to many other products such as: ELEQ (Loudness EQ), Smart EQ (Smart Equalizer), Binaural Speaker (3D Audio Renderer), and GFX (Audio Effects Library).

 

 

 

If you found the story of the GDK development team intriguing,

Explore Life at Gaudio Lab:)

 

 

Gaudio Lab Open Position

 

 

 

 

 

pre-image
Gaudio Lab SDK Team, Bridging Audio AI and Products

        🎧This interview shares a behind-the-scenes look at Gaudio Lab’s GDK (Gaudio SDK) Development Team—their working style, technical challenges, team culture, and journey of growth. The GDK Development team tackles the challenge of addressing diverse client needs with a single SDK, while actively experimenting with AI Agents to enhance development efficiency. In an environment where autonomy meets accountability and where learning is continuous, the team is constantly evolving.   If you’re curious about life on the GDK Development Team or thinking of joining Gaudio Lab, don’t miss this story! 😉       🧩 What does the SDK Develpment Team do?   Before we dive into the details, let’s briefly go over what an SDK is:)   SDK stands for Software Development Kit. It’s essentially a set of software tools that helps developers implement specific features more easily. For example, if you want to add a certain function to an app—like login, payment, or audio processing—you don’t have to build everything from scratch. Instead, you can use the tools provided in the SDK to build it faster and more efficiently.       Bridging audio AI technology with real products   Q: Please introduce yourself and your role on the GDK Development Team.   Leo: We’re the SDK developers in the GDK squad. Simply put, we’re the key link that ensures our audio AI technology works seamlessly in real products. We define use cases, consider which technologies are suitable for which products, and identify the hardware (chipsets) and environments they’ll run on.   We then integrate the SDK into those environments, conduct continuous testing, and respond quickly when issues arise. Our ultimate goal is to deliver a stable, flexible SDK that clients can use independently. In this process, I primarily focus on porting the SDK to real-world device environments. This involves identifying how and where to integrate the SDK for each system, and ensuring that it runs reliably within the constraints of each platform.       William: While Leo mainly handles hardware porting, I primarily work on the mobile side and also take on DevOps responsibilities. I develop internal tools for build and deployment, and manage frameworks that support the entire development pipeline. I also serve as the first point of contact for Gaudio SDK products that are in the stabilization and maintenance phase, receiving issues from client companies, identifying the problems, and working to resolve them.   Our team isn’t rigidly divided by roles. While we each have our primary responsibilities, we help each other flexibly depending on the situation.     Q: Gaudio Lab has a number of products. Which products have been developed with your team’s involvement?   William: Just to name a few, LM1 (loudness normalization tech), GSA (a spatial audio solution), and Just Voice (an AI noise reduction solution) all involved the GDK team. Other products include ELEQ (Loudness EQ), Smart EQ, Binaural Speaker (3D audio renderer), and GFX (sound effects library). We’ve had a hand in all of them.       How we joined this dynamic team   Q: It sounds like a great environment to gain diverse experience. What led you to join the GDK Development Team in Gaudio Lab?   William: Honestly, when I first joined, I didn’t have much knowledge—or even interest—in audio (laughs). I started as an intern, and my first task was fixing a bug in a WAV parser. That led me to explore the metadata structure of WAV files, and I was fascinated to learn how analog signals are represented digitally. It felt like the same excitement I had when I first discovered computer science. That curiosity kept growing, and now I’ve been here for five years.   Leo: I was already familiar with Gaudio Lab through people I knew, so I naturally had an interest. In my previous company, I wanted to try backend development, but ended up mainly working on device-side tasks. I wanted to find work that was both engaging and something I could excel at.   The idea of SDKs—tools built by developers for developers—really intrigued me. Plus, the opportunity to develop across various device platforms was a big draw. Those two reasons alone made me want to take on the challenge, which led me to join Gaudio Lab.           Growing through diverse projects   Q: In what ways have you developed professionally since joining Gaudio Lab?   William: Working on the GDK Development Team has exposed me to a wide range of tasks and technologies. Over the past five years, I’ve worked on nearly 10 projects, across various programming languages and environments. I think of it as a journey from sand to stone—you don’t become solid with a single splash of water. Repeated exposure to projects helps you harden and grow. It’s been tough, but I’ve gained a lot from it.   Some might ask, “Can you go deep if you’re doing so many different things?” But in our team, staying shallow isn’t an option. Platform integration requires deep enough understanding to communicate effectively with clients. Working across so many different environments has helped me develop not just technical skills, but also a broader perspective and deeper insights—things that are often hard to gain in the early stages of a career.   Leo: Compared to previous companies I’ve worked for, Gaudio Lab is much freer and more flexible. The autonomous working style and active communication among team members gave me the impression that the company is “alive.” I’ve had many chances to apply my experience freely and, even as a senior hire, I’ve found plenty of opportunities to keep learning and challenging myself. Thanks to a culture that embraces experimentation, I’ve been exposed to a variety of technologies and environments—and recently, I’ve started exploring AI-related work as well.       Curious about the GDK Development Team’s work with AI? STAY TUNED for Part 2 of our interview!         Explore Life at Gaudio Lab          

2025.06.18
after-image
Meet the Top AI Source Separator, Gaudio Studio as a Mobile Application

      Separate sounds in your videos and music with just a tap.   The Gaudio Studio app is finally here. Have you ever wanted to separate a specific sound while practicing an instrument or watching a video you filmed yourself?   “If only I could extract just the piano...” “If only I could hear the voice clearly, without all that background noise...”   All of that was already possible with the web version of Gaudio Studio — and now, it’s available as a mobile app. Experience our powerful AI source separation technology more conveniently, more intuitively, and more freely, right from your phone.       What makes the Gaudio Studio App different?   The answer is simple: GSEP, short for Gaudio source SEParation. It is Gaudio Lab’s proprietary AI model — one of the most advanced in the world. Thanks to GSEP, Gaudio Studio has been ranked No. 1 by Musicradar, MusicTech, and LANDR.   With this technology, you can upload an audio file and precisely separate it into individual stems — such as vocal, the drum, the bass, and the guitar — allowing for creative editing and custom combinations. And, by uploading a video, you can cleanly separate the voice from background noise, which is one of the exclusive features.        We made it easier - for our web users   “I like the web version, but using it on my phone feels a bit inconvenient…” That was the most common feedback we received from users accessing Gaudio Studio on mobile.   While many users recognized the quality of our AI sound separation on the web, using it on a smartphone browser just wasn’t ideal. It required repeated logins, reconnecting through the browser, and navigating a small screen with too many steps. While users were satisfied with the performance, the overall experience wasn’t smooth, leading many to use it once or twice and then give up.   We couldn’t stand to see our valued users struggle with inconvenience. And, that’s why we launched the app.           Web vs. Mobile, what's different?   Lighter, simpler, more accessible. That’s what the app is all about. Our mission with the app was to keep the powerful features of the web version — including GSEP-based source separation and noise reduction — while reimagining the experience for mobile with more intuitive UX. For instance, it's now much simpler to upload videos shot on your phone and remove background noise instantly.   Whether you’re a professional musician, a music major, or just someone who loves experimenting with audio, Gaudio Studio gives you studio-level control from anywhere: in bed, at a café, or on the subway — all with just a few taps. We believe professional tools shouldn’t require professional skills. That’s why we designed a touch-friendly, intuitive interface that lowers the barrier to entry and lets anyone enjoy the full power of AI sound editing.   And that’s not all — the mobile app goes even further.   Even more features: Pitch, Tempo, and Loop Control We’ve also added features that weren’t available in the web version, such as pitch shifting, tempo adjustment, and looped playback. These were some of the most requested functions from our web users. Now, you can repeat specific sections or slow them down to practice vocals or instruments with greater precision.   The first goal of the app is to help the web users use Gaudio Studio more conveniently. And of course, we’re just as excited to welcome new users discovering us for the first time through the app!             Curious about what’s next?   Following the app launch, we are closely monitoring how people use the app: Are they finding it convenient? Are they having more fun creating and practicing music? These insights will help us improve features and polish the experience. So, your feedback truly shapes what comes next!   We'll always keep our ears open and be ready to hear your valuable feedback first, and up close.       Our mission at Gaudio Lab is simple.   We provide an excellent sound experience through innovative technologies. The Gaudio Studio App is an extension of that mission. It’s a tool that helps anyone edit, remix, and enjoy music and audio — anytime, anywhere. And above all, it’s designed to make that process easy and enjoyable. We’ve built this app with care and conviction.   Now we invite you to try it for yourself — available now on the App Store and Google Play.     Here’s to your creativity and your love of sound — with more freedom, and more fun. 🎧             Would you like to know more about Gaudio Studio? GAUDIO STUDIO Source Separation Tips - A Sound Engineer's Guide  Everything about Gaudio Studio  Visit Gaudio Studio      

2025.06.29