Open source agents
21 sessions
- Agent Output Is Not UX: Rendering Layer Your LLM Pipeline Is Missing - Bala Ramdoss, Amazon Lens
This talk addresses the critical gap between raw AI agent output and a user-friendly experience, arguing that a dedicated rendering layer is essential for LLM pipelines. It emphasizes that simply displaying raw LLM responses fails to meet user expectations for intuitive and effective interaction. The core thesis is that building a robust rendering layer is key to successfully shipping AI-powered products.
- I Run a Fleet of AI Agents Across Three Machines. Here's What Broke. - Kyle Jaejun Lee, KRAFTON
This talk details the practical challenges and solutions encountered when running a fleet of AI coding agents across multiple machines. The presenter, Kyle Jaejun Lee, shares his journey from a single-machine setup to a distributed system, highlighting failures and the architectural patterns developed to overcome them. The core thesis is that managing AI agents at scale requires moving beyond a flat structure to a hierarchical organization and externalizing agent state to persistent storage, enabling robust recovery and efficient context management.
- Reachy Mini: the $300 open source robot you can actually hack — Andres Marafioti, Hugging Face
This talk introduces Reachy Mini, an open-source robot designed to be affordable and hackable, making advanced robotics accessible to hackers, researchers, and students. The project aims to democratize interaction with robots, moving beyond human-like imitation to foster creative new forms of engagement. Reachy Mini is presented as a platform for exploring expressive, voice-interactive robotic experiences.
- Ship Real Agents: Hands-On Evals for Agentic Applications — Laurie Voss, Arize
This talk focuses on the practical aspects of evaluating and improving AI agents, moving beyond simple "vibe checks" to implement robust testing frameworks. It emphasizes that effective evaluation is crucial for shipping reliable AI applications, especially agents, which are prone to cascading failures. The session introduces methods for capturing agent behavior through tracing, categorizing failures, and implementing various types of evaluations (code-based, LLM-as-judge, human) to ensure agents perform as expected and to drive iterative improvements.
- One Login to Rule Them All: Cross-App Access for MCP — Garrett Galow, WorkOS
This talk addresses the friction of repeated authentication for Multi-Cloud Platform (MCP) tools, where users must consent to access for each tool individually. It introduces Cross-App Access (XAA), a solution that leverages an Identity Provider (IDP) to act as a trust intermediary. XAA enables MCP clients to obtain credentials for MCP servers without manual user intervention after an initial single sign-on, streamlining the user experience and improving security management for IT.
- Paperclip: Open Source Human Control Plane for AI Labor — Dotta Bippa
Paperclip is an open-source human control plane for AI labor, designed to orchestrate AI agents for accomplishing real-world tasks. It allows users to set up an organizational chart of agents, manage their interactions, and invoke specific preferences to complete work. The system emphasizes user involvement from high-level design to execution, enabling the creation of businesses that can largely run themselves with human oversight.
- OpenRAG: An open-source stack for RAG — Phil Nash
This talk introduces OpenRAG, an open-source stack designed to simplify the creation of powerful and customizable Retrieval-Augmented Generation (RAG) systems. It addresses the complexity often encountered in RAG pipelines, from document ingestion and chunking to embedding and search, by integrating existing open-source tools into a cohesive framework. OpenRAG aims to provide a robust baseline that developers can easily extend to meet specific project requirements.
- How METR measures Long Tasks and Experienced Open Source Dev Productivity - Joel Becker, METR
This talk explores the challenges and potential of measuring AI capabilities, particularly focusing on developer productivity and long-term task completion. It questions the extrapolation of current AI progress trends, suggesting that physical and economic constraints, alongside potential technological breakthroughs, could alter the trajectory of AI development. The discussion also delves into the complexities of evaluating AI in real-world scenarios beyond controlled benchmarks, highlighting the gap between AI capabilities and practical application in fields like software engineering and data science.
- Z.ai GLM 4.6: What We Learned From 100 Million Open Source Downloads — Yuxuan Zhang, Z.ai
This talk introduces Z.ai's GLM 4.6 model series, highlighting its advancements in both language and multimodal understanding. The series has achieved over 100 million downloads across various platforms, indicating significant community adoption and contribution. GLM 4.6 demonstrates strong performance on public benchmarks, rivaling and sometimes surpassing commercial models, particularly in coding and reasoning tasks.
- Pipecat Cloud: Enterprise Voice Agents Built On Open Source - Kwindla Hultman Kramer, Daily
This talk introduces Pipecat, an open-source, vendor-neutral framework for building reliable and performant voice AI agents. It emphasizes the challenges in voice AI development, such as achieving fast response times (targeting under 800 milliseconds for voice-to-voice) and accurate turn detection. The presentation also highlights Pipecat Cloud, a new offering designed to simplify the deployment and scaling of these agents by abstracting away complexities like Kubernetes.
- Serving Voice AI at $1/hr: Open-source, LoRAs, Latency, Load Balancing - Neil Dwyer, Gabber
This talk details the experience of hosting an open-source voice AI model, Orpheus, for real-time consumer applications. The core challenge addressed is achieving low latency and high fidelity voice generation at a cost viable for widespread consumer use, which often requires near-free operation. The presentation highlights the technical hurdles in serving these models efficiently and presents solutions involving model fine-tuning, optimized infrastructure, and load balancing.
- Using OSS models to build AI apps with millions of users — Hassan El Mghari
This talk explores how to leverage open-source AI models to build applications capable of reaching millions of users. The speaker emphasizes that it's an opportune time for builders due to lowered barriers in development tools and the rapid release of groundbreaking AI models. The core thesis is that by focusing on simplicity, iterating quickly, and embracing open-source principles, developers can successfully create and scale AI-powered applications.
- Trends Across the AI Frontier — George Cameron, ArtificialAnalysis.ai
This talk explores multiple frontiers in AI beyond just raw intelligence, emphasizing the trade-offs involved in accessing advanced AI capabilities. It highlights that the most intelligent models are not always the most suitable due to implications for cost, latency, and verbosity. The presentation uses benchmarking data to illustrate these trade-offs across reasoning capabilities, open-weight models, cost-effectiveness, and speed.
- Your Personal Open-Source Humanoid Robot for $8,999 — JX Mo, K-Scale Labs
K-Scale Labs is developing open-source humanoid robots, the Kbot and Zbot, aimed at making advanced robotics accessible to developers and researchers. Their core mission is to democratize robotics by open-sourcing the entire hardware and software stack, enabling widespread adoption and innovation. The Kbot is a full-sized humanoid robot designed for affordability and modularity, while the Zbot is a smaller, more accessible option derived from a hackathon project.
- Introducing Strands Agents, an Open Source AI Agents SDK — Suman Debnath, AWS
Strands Agents is an open-source SDK designed to simplify the creation of AI agents by minimizing scaffolding. The core philosophy is to leverage the increasing intelligence of AI models, allowing them to handle the reasoning process with minimal explicit prompting. Strands focuses on integrating models and tools, enabling developers to build agentic applications with greater ease.
- Effective agent design patterns in production — Laurie Voss, LlamaIndex
This talk introduces LlamaIndex as a framework for building generative AI applications, with a particular focus on agents. It emphasizes the necessity of Retrieval Augmented Generation (RAG) for agents to effectively process and utilize large, unstructured datasets. The presentation outlines several high-level design patterns that enhance agent performance in production environments.
- Agentic GraphRAG: Simplifying Retrieval Across Structured & Unstructured Data — Zach Blumenfeld
This talk introduces Agentic GraphRAG, a method for simplifying data retrieval across both structured and unstructured sources. It proposes using a knowledge graph as an intermediary layer to enhance agentic workflows. By modeling data within a graph, agents can more accurately decompose complex questions, pull relevant information, and perform analytical tasks that go beyond simple semantic search.
- (possible dupe but better sound) What does Enterprise Ready MCP mean? — Tobin South, WorkOS
This talk explores what it means for Model Communication Protocol (MCP) to be enterprise-ready, moving beyond basic tool-use capabilities to address the complexities of production environments. It highlights the evolution from simple chatbot interactions to sophisticated AI agents that require robust security, management, and scalability, particularly when integrating with internal enterprise systems. The core thesis is that while MCP offers a standardized way for AI to interact with external resources, achieving enterprise readiness involves overcoming significant challenges in authentication, authorization, and operational management.
- Customized, production ready inference with open source models: Dmytro (Dima) Dzhulgakov
This talk focuses on the advantages and practicalities of using open-source models for production AI applications. It highlights how custom-tuned, smaller models can outperform larger, general-purpose proprietary models in terms of speed, cost, and domain-specific accuracy. The presentation also addresses the challenges of deploying open-source models, such as setup complexity and optimization, and introduces Fireworks AI's platform designed to streamline these processes.
- Training Albatross An Expert Finance LLM: Leo Pekelis
This talk details the development of Albatross, an expert finance Large Language Model (LLM). It argues that generalist LLMs are insufficient for complex domains like finance, necessitating custom-trained models and extended context lengths. The approach involves creating a domain-specific finance LLM through automated data curation and a tailored training pipeline, alongside developing models with significantly increased context windows to mitigate hallucinations and enable more sophisticated in-context learning.
- Unlocking Developer Productivity across CPU and GPU with MAX: Chris Lattner
This talk introduces MAX, an AI framework designed to enhance developer productivity and performance across both CPU and GPU hardware. It addresses the fragmentation and complexity in the current AI development landscape, aiming to provide a unified, high-performance solution that allows developers to own and control their AI models and data. MAX focuses on inference and aims to simplify the deployment of PyTorch models and generative AI applications.