Tags:
AI
Thorsten Ball demonstrates how easy it is to develop your own AI agent in Go using the Anthropic SDK:
https://ampcode.com/how-to-build-an-agent
In order to do something the LLM needs access to tools and you implement those tools as go functions and tell Claude about the interface. The rest is a simple loop of calling the Anthropic API and getting user input.
Mind blowing!