I Built an AI Agent Harness in Go
go
dev.to
Hello there! I've been using AI tools a lot lately. ChatGPT, Claude, local models with Ollama. They're great for answering questions, but I wanted something that could actually do things. Search the web, run code, save notes. Not just talk about it. So I started building nevinho, a personal AI agent that lives in my Discord DMs. You send it a message, it figures out what tools to use, and it gets things done. All from my phone. I wrote it in Go and I want to walk through how it works, what I