Aanhinblog.anh.sh·Apr 19 · 6 min readAnatomy of an OpenAI-compatible provider in GoGoAI shipped Cloudflare Workers AI and FPT Smart Cloud providers in v0.7.0, then refactored the shared plumbing in v0.7.1. Chat-only providers come in at ~84 lines. The two new ones, with embeddings a10
Aanhinblog.anh.sh·Apr 7 · 9 min readWhy (and How) I Built a Go AI SDKGoAI, a Go (Golang) LLM library: 22+ providers, 2 dependencies, type-safe generics. v0.6.1, Go 1.25+. I built it to learn Go by adding AI to infrastructure that already runs on Go. The Go AI SDK lan00