AI Con USA 2025 - Consultant
Customize your AI Con USA 2025 experience with sessions for consultants.
Monday, June 9
Getting Started with AI and Machine Learning
Are you a software professional who would like to learn to use AI and machine learning (ML), but don't know how to get started? One of the best ways to get into ML is by designing and completing small projects. Although you will ultimately need to understand the fundamentals of AI/ML, there's no reason why you can't learn foundational terms, concepts and principles as you put them into practice. Join Dionny Santiago as he introduces you to the world of applied machine learning. Dionny will guide you through a series of ML projects end-to-end, enabling you to gain experience with creating...
Beginning Data Analysis and Machine Learning with Jupyter Notebooks
In this beginner-friendly workshop you'll see how you can get started with data analytics and data science using Jupyter Notebooks. Matt will start with the basics of notebooks and then move on to using Python, Pandas, and NumPy to perform basic exploratory data analysis. See how you can use Plotly Express to create interactive charts and visuals with only a minimal amount of code. Once you've grasped the basics of understanding and visualizing the data Matt will move on to machine learning with SciKit-Learn as you train and evaluate predictive regression and classification models. The...
Get Your Data Ready for AI/ML
Understanding the readiness of your source data before you launch an expensive AI/ML project lets you take corrective data engineering measures that will streamline the project and give you the best probability of a successful outcome. Artificial Intelligence (AI) and Machine Learning (ML) projects can provide significant returns on investment when they are applied to narrow but difficult business problems and are supported by adequate amounts of relevant, quality data. Many such projects start with high hopes but get derailed due to fundamental problems with source data, which were...
Introduction to RAG Applications: Building Conversational AI for Domain-specific Search
NewThis beginner-friendly workshop introduces participants to the fundamentals of Retrieval-Augmented Generation (RAG) applications. Using a pre-configured Docker environment featuring Python, Elasticsearch for vector storage, and OpenAI as the LLM, attendees will learn how to build a RAG-powered conversational portal. Throughout the session, participants will create a RAG application to consume and query a sample dataset of Washington State regulation documents. Replace these sample documents with your own PDF files, and you’ll interact with your data in no time! By the end, attendees will...
Tuesday, June 10
Image Classification using LLMs and Transfer Learning
Large language models, like Generative Pre-trained Transformers (GPTs) to create textual content in ChatBots and other Generative AI applications, have garnered much attention recently. However, not all data is textual. Another important use of LLMs is for image processing to address real-world problems such as: real-time object recognition, classification of images, and generation of modern art. Jeffery Payne will explore how large language models for images (also known as visual language models - VLMs) can be used for image classification, object detection, image capture generation, and...
This Is Our Agent, We Make the Call
NewAgents! Finally, a term that might be even more over-hyped than AI! But what exactly are Agents, and more importantly, how do you use them? Where do Agents fit within the overall AI toolkit? What capabilities do they add, and what tasks can they help us perform? Dona and Jeremiah will help you gain a solid understanding of Agents and the fundamental components of an Agent-based AI system. You’ll learn key design principles for Agents, as well as when to leverage them and scenarios where they may not be the best choice. We'll cover how to identify business problems that are well-suited for...
Wednesday, June 11
Real-World Open Source Agentic Testing Framework: TestZeus
Test automation is evolving from manual scripting to AI-driven collaboration, where AI agents work together to ensure reliable test execution. This presentation introduces TestZeus, an open-source framework that leverages LLMs to transform Cucumber/Gherkin specifications into automated tests. Robin Gupta will explore its architecture and demonstrate how it handles common challenges like shadow DOMs and iframes. Learn how to implement and debug this next-generation framework, positioning yourself at the forefront of intelligent test automation. Join Robin to discover how TestZeus can...
Powering Complex Solutions with Agentic Systems
This session explores the revolutionary potential of agentic systems—autonomous agents equipped with diverse tools to tackle multifaceted tasks effectively. By integrating tools, agentic workflows enable intelligent, adaptive solutions to complex challenges. Apurva will start with an introduction to agentic systems, highlighting their ability to utilize various tools dynamically to achieve goals with minimal human intervention. Through real-world case studies, she will demonstrate how tools like APIs, databases, and external services are orchestrated within these systems to simulate...
Thursday, June 12
Continuous Testing for AI Applications
In the era of artificial intelligence, software testing has evolved from a finite phase in development to an ongoing, dynamic process of monitoring. Unlike traditional deterministic systems, AI-driven applications operate probabilistically, introducing variability and uncertainty in outputs even with consistent inputs. This paradigm shift requires a rethinking of testing strategies, moving towards continuous monitoring to ensure performance, fairness, and reliability in production environments. This session will explore how QA teams can integrate AI-specific methods, anomaly detection, and...
Brewing Better Technology: How Human Insights Enhance AI Capabilities
Striking the right balance between the efficiency of artificial intelligence (AI) and the nuanced insight of human interaction is crucial. The motivation behind integrating AI in development and testing is to enhance decision-making and productivity through automation. However, solely relying on AI can overlook critical elements that only human testers can provide, such as emotional intelligence and contextual understanding. To illustrate this dynamic, Emma Pyne will use the analogy of AI as coffee brewing machines and human testers as skilled baristas in Seattle's coffee shops. AI, much...