Go LLM SDK for streaming, tool-calling AI backends (plus frontend React lib)
1–10 of 19 posts
Re: Go LLM SDK for streaming, tool-calling AI backends (plus frontend React lib)
#2Re: Go LLM SDK for streaming, tool-calling AI backends (plus frontend React lib)
#3These days I am very very cautious about the quality of packages. I’ve become a lot more reluctant/hesitant (which is not to say prior I was in favor of just adding packages left and right). I was still conservative, but these days I’ve become much much more conservative when it comes to adding a package to a production system.
I will review this later and report back for the community
Re: Go LLM SDK for streaming, tool-calling AI backends (plus frontend React lib)
#4I’m curious to know if this was architected/designed by an actual human or is this just AI slop? These days I am very very cautious about the quality of packages. I’ve become a lot more reluctant/hesitant (which is not to say prior I was in favor of just adding packages left and right). I was still conservative, but these days I’ve become much much more conservative when it comes to adding a package to a production s…
"Go port of Vercel's AI SDK (github.com/grafana/ai-sdk), providing streaming LLM orchestration wire-compatible with @ai-sdk/react"
Re: Go LLM SDK for streaming, tool-calling AI backends (plus frontend React lib)
#5Re: Go LLM SDK for streaming, tool-calling AI backends (plus frontend React lib)
#6I’m curious to know if this was architected/designed by an actual human or is this just AI slop? These days I am very very cautious about the quality of packages. I’ve become a lot more reluctant/hesitant (which is not to say prior I was in favor of just adding packages left and right). I was still conservative, but these days I’ve become much much more conservative when it comes to adding a package to a production s…
Btw, the emdash in the repo description is a giveaway too.
Re: Go LLM SDK for streaming, tool-calling AI backends (plus frontend React lib)
#7Re: Go LLM SDK for streaming, tool-calling AI backends (plus frontend React lib)
#8I’m curious to know if this was architected/designed by an actual human or is this just AI slop? These days I am very very cautious about the quality of packages. I’ve become a lot more reluctant/hesitant (which is not to say prior I was in favor of just adding packages left and right). I was still conservative, but these days I’ve become much much more conservative when it comes to adding a package to a production s…
Re: Go LLM SDK for streaming, tool-calling AI backends (plus frontend React lib)
#9I think they really missed the opportunity to add in resumable streaming after a dropped SSE connection, or multi-device support. Because these SDKs are easy to drop-in to your applications, but hard once you actually try and build resilient systems on top of them. Systems that can heal from dropped connections, or support multiple users or multiple devices.
Re: Go LLM SDK for streaming, tool-calling AI backends (plus frontend React lib)
#10I’m curious to know if this was architected/designed by an actual human or is this just AI slop? These days I am very very cautious about the quality of packages. I’ve become a lot more reluctant/hesitant (which is not to say prior I was in favor of just adding packages left and right). I was still conservative, but these days I’ve become much much more conservative when it comes to adding a package to a production s…
I personally wouldn't classify it as slop from my own very quick glance of the code (who reads the code these days, amirite?) - seems pretty reasonable. Someone already mentioned that in AGENTS.md it is stated that this is a port, so that answers the design question. Out of interest, what is your definition of AI slop?