IDInternals Decodedininternals-decoded.hashnode.dev·2d ago · 12 min readStructured Outputs: JSON You Can Actually ParseWhen your customer-support reply assistant extracts a customer's name, order number, and issue category from a chat transcript, you need that data to be machine-readable every single time. Structured 00
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