Topic archive

AI

Browse articles in this topic.

AI 14 Apr, 2025

Experimenting with A2A

Google just announced a new interoperability protocol for AI agents called Agent 2 Agent (A2A). In this post I will share some of my learnings from playing with some of the...

Read article
AI 03 Apr, 2025

Using Lang Graph with Local LLMs

In this article I will show how to use LangGraph to create an AI agent that works with multiple local LLMs. Through a simple example I will implement a news agent that loads a...

Read article
AI 12 Mar, 2025

LLMs and Card Games

In a previous article I wrote about an experiment where I trained a neural network to play a card game. As a follow up to this project, I figured it would be fun to see if I...

Read article
AI 7 Aug, 2023

Machine Learning and Card Games

In the following blog post I will show how to use machine learning to teach a computer to play cards. The game used for these experiments is called “Palace”, but some of you...

Read article