Tagged "AI"

Creating an MCP Client: Connecting LLMs to the Real World

In this article, we walk through the process of building a Model Context Protocol (MCP) client. Learn how to connect to servers, discover tools, and invoke them from your own app or LLM integration.

MCP Servers - The Bridge Between LLMs and Real-World Tools

Model Context Protocol (MCP) servers expose tools, resources, and prompts to LLMs in a unified, structured way. This post explores how they work, how to build one, and why they are a critical part of the future AI stack.

Filling in the Blanks: Teaching AI to Inpaint

A hands-on guide for exploring how to train a simple AI model using TensorFlow.js to inpaint missing parts of images - without needing large datasets or prior machine learning experience.

How Transformers and LLMs Actually Work - A Developer's Guide with Code

A hands-on walkthrough for web developers to demystify large language models by actually building a mini Transformer from scratch.