Workspace agents in ChatGPT help teams turn repeatable workflows into shared agents that can pull in context, use tools, and move work forward on their own.
In this demo, you’ll see how admins and builders can set safeguards for workspace agents. Enterprise admins can centrally manage who can use, build, and publish agents, and define what agents are allowed to do. Builders can also configure when agents should ask for approval before taking specific actions, so agents work the way teams need them to across users and workflows.
Workspace agents are generally available to ChatGPT Business, Enterprise, and Edu.
How H2O.ai bridges visual no-code ML pipelines and code-first Python execution for diverse data science working styles.
AI teams contain visual thinkers, coders, and everyone in between. Driverless AI supports intuitive wizards and visual pipeline diagrams for feature engineering and model tuning. MLOps allows switching between UI-based row scoring and command-line batch execution. h2oGPTe agents generate sandbox-tested Python code that can be exported, modified, and used in automated testing—enabling teams to fluidly transition from a visual interface to a fully scriptable environment without losing any work.
Technical Capabilities & Resources
➤ Visual Pipeline Composition: Visualize feature engineering, model selection, and ensembling steps as interactive diagrams in Driverless AI.
🔗 https://docs.h2oai.com/driverless-ai/latest-stable/docs/userguide/scoring_pipeline_visualize.html
➤ No-Code to Code Conversion: Export UI workflows from Driverless AI into reproducible, executable Python scripts.
🔗 https://docs.h2o.ai/driverless-ai/latest-stable/docs/userguide/examples/autoviz_client_example/autoviz_client_example.html
➤ Custom Code Integration: Incorporate custom functions and recipes directly into Driverless AI workflows for granular control.
🔗 https://docs.h2o.ai/driverless-ai/latest-stable/docs/userguide/custom_recipes.html
Learn how to build and evaluate a production-style Retrieval-Augmented Generation (RAG) agent with MLflow. This is Part 1 of a two-part series on a complete workflow: register prompts and the agent, capture execution traces with ground-truth expectations, and run evaluations across multiple frameworks from a single MLflow interface.
What this video covers:
Use case: A “school assistant” agent that answers children’s questions about school policies (cell phones, attendance, and more) in a child-friendly tone.
👉 Stack: LangChain, FAISS, Amazon Bedrock, MLflow
Workflow highlights:
• Prompt registration in the MLflow Prompt Registry (versioning + aliases like "production" so prompts can change without redeploying code)
• Agent definition using MLflow’s standardized agent base class (logging, versioning, deployment patterns)
• Trace capture on evaluation questions, including retrieved context and final outputs
• Ground truth expectations from subject matter experts, logged with traces for evaluation reference
• Multi-framework evaluation in one place: Custom MLflow LLM judge, Ragas, Arize Phoenix, and a deterministic retriever scorer
Results: Aggregated and per-trace metrics with judge rationales, plus tracking over time (including moving averages) to monitor iteration.
Coming in Part 2: Aligning a custom judge with human SME feedback using natural language when generic LLM judges are less reliable in domain-specific settings.
🎤 Speaker: Joana Mesquita, MLflow Ambassador
🔗 Repo with the code: https://github.com/joanacmesquitaf/rag-agent-mlflow-evaluation
📖 Read the accompanying blog post for a deep-dive tutorial and code breakdowns: https://medium.com/@joana.c.mesquita.f/evaluating-generative-ai-with-mlflow-from-development-to-deployment-validation-85bc2bd5e7a9
Timestamps:
0:00 – Introduction & The Problem of Fragmented Evaluation
2:15 – Introduction to the MLflow GenAI Module
5:30 – Step 1: Setting up the MLflow Environment
8:45 – Step 2: Defining the Agent & Prediction Function
12:10 – Step 3: Structuring the Evaluation Dataset & Ground Truth
15:40 – Step 4: Configuring Scorers (Built-in & Custom Metrics)
18:55 – Step 5: Running mlflow.genai.evaluate() & UI Walkthrough
21:30 – Wrap-up & Preview of Part II
SpikerBot is a neuroscience robot that moves, reacts, and changes behavior based on the neural circuits you build in the app. No coding required. They recently launched a Kickstarter campaign and we’re excited to have them join us on the show. Build a Brain and Watch It Come to Life on OpenCV Live this week!
OpenCV is a 501(c)(3) registered non-profit in the United States. See how you can support open source CV & AI: http://opencv.org/support/
Watch along for your chance to win during our live trivia segment, and participate in the live Q&A session with questions from you in the audience.
Become a paid member of the channel to help us make more episodes https://www.youtube.com/channel/UCkrcW82Y2kbgU-U9RaYfgxw/join
Got a cool project of your own? Send it to us and you may be featured https://www.jotform.com/form/233105358823151
If you’re working on high-stakes applications like enterprise search, customer support, healthcare information, legal research, or financial services, it’s vital that an AI use provides accurate results. Hybrid RAG is a powerful approach for accuracy-critical AI use cases where factual answers matter most.
Learn from Sr. AI developer advocate David VonThenen as he builds a Hybrid RAG model using Graph + Vector RAG and Neo4j + OpenSearch.
Check the GitHub: https://bit.ly/4tTNJzv
Understand Graph RAG: https://bit.ly/4mR3ORR
Learn more about Hybrid RAG: https://bit.ly/4pz0D3b
Be sure to subscribe for all things AI!
Timestamps:
00:15: Typical vector embedding pipeline
00:35: Understanding semantic similarly
01:58: Graph-based retrieval and knowledge graphs
02:56: Hybrid RAG architecture model
03:44: Vector and hybrid-based retrieval demo with Neo4j and OpenSearch
06:34: The pros and cons of knowledge graphs and vector embeddings
Thai localization projects often face challenges with inconsistent translations, especially when .po translation memory contains mixed styles from outdated and newer sources. While LLMs can produce high-quality translations, they often lack consistency with project-specific tone and style.
In this talk, we introduce Lazy-L10N, an open-source localization tool designed to improve translation consistency using local LLMs and vector search.
Lazy-L10N builds a translation memory from .po files, uses pgvector for semantic retrieval of relevant examples, and leverages a local LLM to generate context-aware, style-consistent translations.
We demonstrate the system using real-world case studies from Okular and KDE Thai localization.
FOSSASIA Summit 2026 held in Bangkok, is Asia’s leading Open Source tech conference featuring sessions on #AI, #Cloud, #DevOps, #Open Hardware, #Security, #Web #Mobile Technologies, #Web3, and #Databases. Learn more: http://summit.fossasia.org
Supreet, a senior GenAI solutions architect at AWS Startups (Frontier AI team), presents a case study on using SageMaker multi-adapter endpoints to support a legal-tech SaaS with multiple customer datasets without deploying multiple model endpoints. After limited success with RAG and prompt engineering, the startup moved to fine-tuning using parameter-efficient QLoRA on an open-weights model (tested with Mistral 7B) to reduce cost and training time, training an initial ~100MB dataset in about two hours. A single real-time endpoint hosts the base model while multiple small adapters (about 50–200MB) are swapped in milliseconds via routing logic (implemented with AWS Lambda and keyword/LLM-based hybrid routing) to meet sub-5-second latency targets. Supreet emphasizes adapter-level evaluations using NLP metrics and LLM-as-a-judge with SME input, plus an AWS architecture involving S3, SageMaker training/evaluation, model registry, API Gateway, and monitoring.
00:00 Welcome and Intro
01:06 Session Setup and Slides
01:59 Legal Tech Case Study
03:10 Requirements and Constraints
04:42 Choosing QLoRA and Model
07:13 Multi-Adapter Endpoints Explained
09:39 Routing and Adapter Switching
11:46 Latency Results and Benefits
12:50 Evaluations and Architecture
14:14 Q&A Model Registry and Benchmarks
16:57 Deployment Layers and Monitoring
20:26 More Q&A Fine-Tuning vs RAG
24:53 Wrap-Up and Next Steps
Learn more about Zenith: https://zenith.finos.org
🌐 More about FINOS: https://www.finos.org/
📧 Join our newsletter: https://www.finos.org/sign-up
📥 Download the State of Open Source in Financial Services report: https://www.finos.org/state-of-open-source-in-financial-services
🎙️ Listen to our Open Source in Finance Podcast: https://www.youtube.com/@FINOS/podcasts
🗣️ Attend the next Open Source in Finance Forum: https://hubs.ly/Q03z9D9D0
LinkedIn: https://www.linkedin.com/company/finosfoundation
00:00 Welcome and Guest Intro
00:20 James Ashley XR Journey
02:53 Back to Smart Glasses
05:14 AI Accelerates XR Apps
08:05 Hunting the Killer App
10:24 SharePlay and Learning in XR
13:33 Design Philosophy in MR
16:26 Focus and VR Training
18:27 Star Wars vs Star Trek AI Lens
21:21 Will Developers Still Matter
23:38 AI Lowers the XR Barrier
26:40 Fragments and MR Storytelling
27:52 Blender MCP Breakthrough
32:26 Parting Advice and Closing
Video by Open Data Science and AI Conference via YouTube
Powered by 100 millionm miles on public roads and billions more in simulation, the Waymo Driver is the most advanced application of AI in the physical world today. Waymo collects massive amounts of data from real roads and billions of miles driven in computer simulations. Manasi Joshi, director of Systems Intelligence and Machine Learning, will explain how Waymo’s engineers use these huge datasets to advance how cars "see" the world, predict what other drivers will do, and plan their routes. You’ll hear about how Waymo uses ML to train and test these self-driving systems and how its open dataset is motivating further public research in autonomy. This work helps make Waymo’s autonomous vehicles safer and more reliable every day in an era of rapid expansion and competition of autonomous ride-hailing services.
————————————————————————————————————-
Visit our website and choose the nearest ODSC event to attend and experience all our training and workshops: https://odsc.ai
To watch more videos like this, visit https://aiplus.training
Sign up for the newsletter to stay up to date with the latest trends in data science: https://opendatascience.com/newsletter/
Follow us online!
• Facebook: https://www.facebook.com/OPENDATASCI
• Instagram: https://www.instagram.com/odsc/
• Blog: https://opendatascience.com/
• LinkedIn: https://www.linkedin.com/company/open-data-science/
• X (twitter): https://x.com/_odsc
See how ZF Group is using SAP RISE, SAP Business Data Cloud, and AI to modernize a complex global manufacturing landscape.
At SAP Sapphire Madrid 2026, Thomas Buck, Chief Information Officer at ZF Group, shares how ZF Group is preparing for AI at scale while transforming a highly customized SAP ECC environment shaped by years of growth and acquisitions. With more than 150,000 employees across 29 countries and 160+ plants, ZF is using RISE with SAP and SAP Business Data Cloud to move toward clean core, make data AI-ready, and build a stronger foundation for innovation.
The conversation explores how ZF is applying AI to an industry-specific quality management challenge: the 8D problem-solving process. Today, teams manually review historical reports, search for similar cases, identify root causes, and assess whether issues could recur across other products. Working with SAP through a forward-deployed engineering approach, ZF built a custom AI framework with four agents to help analyze historical data, compare current cases, support root cause analysis, and propose solutions based on past cases.
ZF also shares the expected business value, including faster processes, improved quality, and potential savings in the mid double-digit millions of euros. The discussion closes with how WalkMe helps users adopt new AI-enabled ways of working and how SAP Max Success Plan supports ZF’s broader transformation journey.
Chapters:
00:00 – Welcome and ZF’s AI journey
00:28 – ZF’s global manufacturing scale
01:13 – Moving from complex ECC landscapes to clean core
01:56 – RISE with SAP and SAP Business Data Cloud
03:08 – Industry AI and the 8D quality process
04:24 – Building a four-agent AI framework
05:07 – Forward-deployed engineering with SAP
06:05 – AI value and expected savings
07:14 – Driving adoption with WalkMe
08:31 – What’s next for ZF and SAP
Watch the full Customer Success Keynote. 👉https://sap.to/6050B8GXnq
Watch all SAP Sapphire replays on demand. 👉https://sap.to/6052B8GXns
About SAP:
As a global leader in enterprise applications and business AI, SAP stands at the nexus of business and technology. For over 50 years, organizations have trusted SAP to bring out their best by uniting business-critical operations spanning finance, procurement, HR, supply chain, and customer experience. For more information, visit: https://sap.to/6050B8GXn0
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
Cookie
Duration
Description
cookielawinfo-checkbox-analytics
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional
11 months
The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy
11 months
The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.