My colleague Thomas Harrer interviewed me about agentic systems and fine-tuning. Below is the recording and the transcript. Watch Let’s Create Technology Talk with Niklas Heidloff about Artificial...
Deploying Embedding Models on watsonx.ai
Watsonx.ai provides various Large Language Models and Embedding Models out of the box. Models that are not supported by the watsonx.ai inference stack can be deployed via Python Functions. Watsonx...
watsonx Orchestrate Agent Routing to Agents
Recently watsonx Orchestrate has added support for agentic capabilities. Orchestration agents can route to assistants, skills and agents. This post focusses on the routing to agents and their tools...
watsonx Orchestrate Agent Routing to Skills
Recently watsonx Orchestrate has added support for agentic capabilities. Orchestration agents can route to assistants, skills and agents. This post focusses on the routing to skills, skill flows an...
watsonx Orchestrate Agent Routing to Assistants
Recently watsonx Orchestrate has added support for agentic capabilities. Orchestration agents can route to assistants, skills and agents. This post focusses on the routing between assistants and ac...
Generating Agentic Applications with watsonx.ai Agent Lab
Watsonx.ai Agent Lab is a low-code tool for building and deploying agents. It can also be used by pro-code developers to generate code for agentic applications which can be extended and optimized. ...
Getting started with watsonx.ai Agent Lab
IBM launched the beta release of Agent Lab, a low-code tool for building and deploying agents on watsonx.ai. This post describes a simple example. Here are the official resources: Documentatio...
Deploying Agentic Applications on watsonx.ai
In watsonx.ai custom Python code can be deployed and accessed via REST APIs. This allows deploying agentic applications, models and more. This post describes the new feature “AI Service” in watsonx...
Structured Output of Large Language Models
The first Large Language Models only returned plain text. Later models learned how to return JSON which is important for agents and Function Calling. This post summarizes how modern models can even...
Observability for Agents via the Bee Agent Framework
The Bee Agent Framework is an open-source project for building, deploying, and serving powerful multi-agent workflows at scale. One of its strengths is observability. While other frameworks require...