ACP Hello World

To complete the picture, in this blog post we are going to build a hello world ACP application. As with the A2A demonstration, we will also create a simple server and client application to demonstrate the basic programming model with ACP. ACP does a good job in their getting quickstart guide: https://github.com/i-am-bee/acp Server This is… Continue reading ACP Hello World

Published
Categorized as AI

A2A Hello World

Let’s explore how A2A works in practice. In this blog post I’m demonstrating the basic usage of A2A, without using any AI. 🙂 Please note, this is a purely technical view, the challenges to build agents are not necessarily technical in nature, nonetheless I hope this post helps to get a basic understanding of A2A.… Continue reading A2A Hello World

Published
Categorized as AI

MCP, ACP, A2A

Here is a quick overview of the various protocols we hear and read so much recently in the AI space. I don’t intend to go into the details, just a very brief and human readable, objective view. MCP Let’s start with MCP (Model Context Protocol), which I covered in one of my recent blog posts.… Continue reading MCP, ACP, A2A

Published
Categorized as AI

Exploring Agentic AI: hello world with Semantic Kernel

In my last post we explored how we can build a very simple agentic application using CrewAI. Personally, I like to build these hello world applications to understand better how the frameworks function. In this post we will go through the same procedure, but this time we are going to use Java and Microsoft’s Semantic… Continue reading Exploring Agentic AI: hello world with Semantic Kernel

Exploring Agentic AI: hello world

Recently, I found myself pondering how best to demystify agentic systems and demonstrate their potential. The first challenge? Choosing the right programming language. As someone who has worked extensively with Java, it was tempting to use it here. However, Python’s rich ecosystem of AI frameworks made it the better choice for this exercise. For this… Continue reading Exploring Agentic AI: hello world

Published
Categorized as AI

Exploring Agentic AI: From Assistants to Action Takers

In the world of AI, we’ve seen a fascinating evolution. Most likely, you’ve already heard the term agentic AI buzzing around. What started with conversational assistants like ChatGPT has now grown into something far more capable and transformative. But before diving into the details, let’s break it down. What is an Agent? At its core,… Continue reading Exploring Agentic AI: From Assistants to Action Takers

Published
Categorized as AI

Fine-Tuning Large Language Models with LoRA: A Practical Guide

Large language models (LLMs) are very popular these days. Most likely you have used tools such as ChatGPT or Claude. They are great, for many different tasks. But what they are not good at is working with your own, private data. Wouldn’t it be great if you could chat with a large language model about… Continue reading Fine-Tuning Large Language Models with LoRA: A Practical Guide