From a789bc16fbe919c1e70bc6027d2a66859e4b8034 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Mon, 20 Apr 2026 21:47:36 +1000 Subject: [PATCH] docs: add blog post about Mesh LLM provider option (#8655) Signed-off-by: Michael Neale Co-authored-by: Angie Jones --- .../blog/2026-04-20-mesh-llm/index.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 documentation/blog/2026-04-20-mesh-llm/index.md diff --git a/documentation/blog/2026-04-20-mesh-llm/index.md b/documentation/blog/2026-04-20-mesh-llm/index.md new file mode 100644 index 0000000000..14f2c8bec7 --- /dev/null +++ b/documentation/blog/2026-04-20-mesh-llm/index.md @@ -0,0 +1,29 @@ +--- +title: "Mesh LLM in goose: routing across models" +description: "Mesh LLM is now available as a provider setting in goose." +authors: + - mic +--- + +Quick note: [Mesh LLM](https://github.com/Mesh-LLM/mesh-llm/) is now in goose as an option for accessing and sharing (open) LLMs with friends and family. + +It uses the same llama.cpp infra as local mode to run models, with a twist. + + + +## What is Mesh LLM? + +Mesh LLM is an associated project we're trying out that lets people connect their compute capacity (which may just be a laptop) peer-to-peer, so they can access models they may not otherwise be able to self-host. + +There is a demo public "mesh" which at any point has some capacity in it, but you can also make your own private networks and pool compute together. The mesh will try to work out the best places to run models (downloading them as needed) and can even split the compute in various ways. + +This is a pretty early-stage project, so we'd love any feedback on it. + +Check out [the project docs](https://docs.anarchai.org/) and the [live public mesh](https://meshllm.cloud/dashboard). + + + + + + +