Tag: coding
All the articles with the tag "coding".
Building a linear regression MCP server
Published:I wanted to learn more about MCP, so I've built an MCP server that adds regression analysis capabilities to AI models. Here, we'll discuss what is MCP, why I chose linear regression, how to test an MCP server, and some limitations I currently see regarding the protocol and its implementations.
llm-docsmith
Published:How I built yet another AI docstring generator.
Different lists
Published:Exploring the differences between lists in Go and Elixir
Exploring Fractals With Pytorch
Published:Let's use PyTorch to analyze 3D fractals by implementing the box-counting algorithm and calculate the fractal dimension and lacunarity of a given image.
Battleship Heuristics
Published:Implementing an algorithm for playing Battleship that uses heuristics.