16 min read ai, agent, go

Building Real AI Agents with the Copilot SDK in Go

If you follow the GitHub Copilot ecosystem, you have probably heard of *.agent.md files. They are great for simple things, basically a boosted prompt that runs inside Copilot

10 min read ai, rag, llm

Taking AI Engineering to the Next Level with RAG

If you are starting to venture into AI Engineering and want to go beyond the basics, you need to deeply understand what **Retrieval-Augmented Generation (RAG)** is.

5 min read ai, llm, prompt-engineering

Prompt Engineering and Variation Across LLMs

In software development, prompt engineering is becoming a crucial discipline. Extracting accurate, useful responses from Large Language Models is now a competitive advantage.

3 min read go, survey, tooling

Analysis of the Go Developer Survey 2024

The **Go Developer Survey** is an essential tool for understanding the evolution and challenges faced by developers who use the Go language. The results of the se...