From Pilots to Real Impact

Watch every keynote, deep dive, and real case shaping the future of enterprise AI.

German Milano video

 

Designing the Developer Experience in the Agentic Era

AI coding agents are advancing quickly, but turning them into reliable, production-ready systems remains one of the hardest challenges in modern engineering. In this session, we’ll share the ongoing journey of building Globant CODA, our AI coding agent, and the architectural decisions and engineering principles that have shaped its evolution.

You’ll see how iterative learning led us through two major refactorings, why we prioritize code quality over short-term speed, and how dogfooding Globant CODA became a core development practice that exposes issues early and accelerates improvement. We’ll also explore how an AI-first team culture emerged naturally, with AI assisting across the entire development lifecycle, from triage and design to debugging and code review.

You’ll leave with a clear, practical view of what it truly takes to build advanced AI developer tools in a rapidly evolving landscape, and insights you can apply to your own agentic engineering efforts.

Germán Milano

Senior Tech Director at Globant CODA

View Profile

Explore Related Content 

Default Alt Text

Testing Transformed: Why the Future of QA is Agentic

Quality assurance has always been about trust, but in an AI-native world, it’s about evolution. Traditional testing models can’t keep up with today’s development velocity, creating friction between innovation and reliability.

This talk reveals how Globant CODA is leading the shift from manual and automated testing toward Agentic QA, where intelligent Agents plan, execute, and analyze tests alongside humans. Learn how this new approach strengthens quality, boosts efficiency, and closes the gap between code and confidence.

Attendees will gain practical insights into how Agentic QA redefines software testing, empowering teams to deliver faster, smarter, and more resilient digital products.

Nicolás Pettorossi profile image
Nicolás Pettorossi

15 min

Default Alt Text

AI Adoption at Enterprise Scale: Strategies That Work

Adopting AI at enterprise scale is both a major opportunity and a significant challenge.

Uncertainty, disconnected initiatives, duplicated efforts, limited scalability, and the absence of a clear roadmap are among the most common obstacles.

Where should we begin? How do we get to a successful strategy? This talk presents the key strategies that proved essential in our journey building Globant Coda - our agentic solution for the software development lifecycle - and how these same principles can help any organization achieve its enterprise-level AI transformation.

Jose Lamas author image

José Lamas

16 min

Default Alt Text

Context Is Power: Bringing Knowledge to Enterprise Agents with RAG

Agents are only as powerful as the context they can access. In this session, we’ll explore how Globant Enterprise AI enables builders to create RAG-enabled agents that leverage a new Knowledge Management layer as a dynamic memory system. You’ll see how agents can connect to multiple information sources — from documents and GitHub repositories to databases — to deliver accurate, business-aware responses. You’ll leave with a clear understanding of how to design agents that combine retrieval with reasoning, ensuring they operate with the right context to solve real enterprise challenges and deliver real business value.

Luciano Silveira
Luciano Silveira

21 min

MAKE IT HAPPEN

Be part of the AI revolution now

Country

By submitting this form you confirm that you agree to Globant’s privacy policy.

 

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

function getGAClientID() { let match = document.cookie.match(/_ga=([^;]*)/); return match ? match[1].split('.').slice(-2).join('.') : null; } document.addEventListener("DOMContentLoaded", function() { let clientID = getGAClientID(); if (clientID) { document.getElementById('client_id').value = clientID; } });