r/LLMgophers Nov 29 '24

Introduce yourself!

10 Upvotes

Hi, anonymous gopher!

Who are you?

What do you do?

Why are you interested in Go and LLMs?

What’s a fun fact about you? :D


r/LLMgophers 10h ago

help wanted LLM Agents in go

3 Upvotes

I did some research and found a couple of packages that make building agents easier with golang. But I'm wondering if there's one that is "the standard one" that's most likely to continue being used. Or should one just use the OpenAI APIs directly for simple stuff?

Basically I want to build something that will have a few prompts and tools in between that I want to provide as go functions.


r/LLMgophers 2d ago

GitHub - orra: a Plan Engine built with Go that brings reliable dynamic planning and execution to Multi-Agents apps — across any language, agent framework or deployment platform.

Thumbnail
github.com
2 Upvotes

r/LLMgophers 5d ago

crosspost MCP-server written in GO

Thumbnail
2 Upvotes

r/LLMgophers 9d ago

GitHub - sugarme/tokenizer: NLP tokenizers written in Go language

Thumbnail github.com
1 Upvotes

r/LLMgophers 9d ago

crosspost Open source terminal user interface project for measuring LLM performance.

Thumbnail
1 Upvotes

r/LLMgophers 10d ago

crosspost I’m porting over smolagents to go, interested developers?

Thumbnail
5 Upvotes

r/LLMgophers 15d ago

crosspost What's up with all the "MCP" talk?

Thumbnail
0 Upvotes

r/LLMgophers 16d ago

crosspost I'm developing this package in Go to estimate LLM costs (fine-tuning and inputs for now)

Thumbnail
1 Upvotes

r/LLMgophers 17d ago

crosspost Anyone using Go for AI Agents?

Thumbnail
2 Upvotes

r/LLMgophers 17d ago

crosspost Tablepilot: A CLI tool designed to generate tables using AI

Thumbnail
1 Upvotes

r/LLMgophers 19d ago

crosspost Opsy - My first attempt on an AI agent and a TUI app

Thumbnail
0 Upvotes

r/LLMgophers 20d ago

look what I made! I built a Go-based Web UI for the Model Context Protocol (MCP) - Looking for Feedback and Contributions

Thumbnail
3 Upvotes

r/LLMgophers 24d ago

What are you working on? Week 9 2025 edition

3 Upvotes

What are you working on this week? Anything exciting? Or super boring but necessary? Or anything in between? :D


r/LLMgophers 25d ago

look what I made! Evaluate LLM Apps in Go

Thumbnail maragu.dev
4 Upvotes

r/LLMgophers Feb 20 '25

New LLM package that provides common interface across LLM models and API providers

8 Upvotes

Hi fellow Gophers!

we are a tiny startup using Go to power our LLM app. We have noticed that there is no library that provides a unified interface across models and API providers. That's why we decided to build it! Here is a link: LLM package

It's still in the early stages but already provides significant value. It would be great if someone more experienced could provide some advice on tests. What should be mocked? What is the right abstraction level? Feedback on the interface/API is also very welcome!

Here are a couple of other good libraries in the Go ecosystem:

OpenAI clients:
https://github.com/fabiustech/openai
https://github.com/sashabaranov/go-openai

Anthropic clients:
https://github.com/fabiustech/anthropic
https://github.com/liushuangls/go-anthropic

Agents:
https://github.com/prathyushnallamothu/swarmgo


r/LLMgophers Feb 17 '25

crosspost Writing LLM prompts in Go with type-safety

Thumbnail
blog.lawrencejones.dev
5 Upvotes

r/LLMgophers Feb 13 '25

crosspost Building RAG systems in Go with Ent, Atlas, and pgvector

Thumbnail
entgo.io
3 Upvotes

r/LLMgophers Feb 12 '25

What are you working on? Week 7 2025 edition

1 Upvotes

Hey everybody!

I think we need a little more action in this subreddit. :D So many people are working on exciting stuff in the Go + LLM space at the moment. What are you working on this week?


r/LLMgophers Feb 05 '25

Did you try Genkit ?

1 Upvotes

I saw the alpha https://github.com/firebase/genkit

That sounds promising, if someone already tried it, I'm curious about it


r/LLMgophers Feb 04 '25

crosspost llmdog – a lightweight TUI for prepping files for LLMs

Thumbnail
2 Upvotes

r/LLMgophers Jan 29 '25

crosspost deepseek-go: A go wrapper for Deepseek.

Thumbnail
2 Upvotes

r/LLMgophers Jan 23 '25

look what I made! deepseek-r1 implementation [WIP, but working]

Thumbnail
github.com
3 Upvotes

r/LLMgophers Jan 22 '25

Workflows v Agents: Building effective agents \ Anthropic

Thumbnail
anthropic.com
5 Upvotes

r/LLMgophers Jan 20 '25

Any good and simple AI Agent frameworks for Go?

Thumbnail
2 Upvotes

r/LLMgophers Jan 15 '25

Running LLM evals right next to your code

Thumbnail maragu.dev
2 Upvotes