© 2026 Hashnode
The goal of this article is to explain how to make an LLM roll dice by asking it to do so in natural language, using the MCP (Model Context Protocol), an LLM, Ollama, and finally using LangchainJS to orchestrate it all. As a reminder: MCP, or Model ...

If you need an introduction to MCP, you can read this blog post: Understanding the Model Context Protocol (MCP) How it all started Recently, for a future demonstration, I needed an MCP server that could be used by a ChatBot (the ChatBot would "ask" ...

Here was/is/still is my high level understanding of WebAssembly when I started to look into it in more details: It takes your program in a language that supports for WebAssembly (wasm) and takes it to that very intermediary step for it to be compiled...

Today, if you want to run WASM programs from Java, you can find several solutions: Wasmer Java is a WebAssembly runtime for Java from Wasmer. It's probably one of the oldest in the history of the Java WASM runtimes. But there has been no activity on...

Deploy a Simplism Wasm Registry on Kubernetes Disclaimer: the registry mode of Simplism is a worl in progress (at the beginning of the project, it was a facility to do some tests) and is not ready entirely for production use yet. (== it's not battle...
