PinnedWhich AI is Best at Following Directions?More specifically which LLMs will output data in a specified JSON format?Oct 14Oct 14
PinnedIntroducing Wiggle: The Modular, Multi-Node Framework for Large Language Model WorkflowsIn the evolving world of AI and machine learning, the demand for scalable, flexible systems capable of managing complex workflows has never…Oct 7Oct 7
PinnedGo + Ollama = Simple Local AIAre you a Go developer interested in experimenting with local AI? This guide will walk you through setting up and interacting with a local…Sep 6Sep 6
PinnedAcross the AI Divide: Unifying Models with ai-manager and GoEmbarking on an adventure with multiple AI models, have you ever felt like you’re lost in a labyrinth of code, repeating the same spells…Apr 3Apr 3
PinnedUnleashing the Power of AI: Crafting Conversations with Go and OpenAIWelcome to an adventure where we merge the simplicity of Go with the brilliance of OpenAI’s language models! Imagine giving your Go…Mar 27Mar 27
Integrating NVIDIA Tesla P40 into a Consumer-Level Computer for Local Text GenerationThe NVIDIA Tesla P40, which was once a powerhouse in the realm of server-grade GPUs, is designed primarily for deep learning and artificial…Apr 21Apr 21
Go WaitGroup: Avoiding a Subtle BugTLDR: Typically this means the calls to Add should execute before the statement creating the goroutine or other event to be waited for —…Oct 28, 20201Oct 28, 20201
Writing a Code Editor with Layers (Part 4)In part 3 we discussed syntax matching and file type detection. Here we are going to discuss layers. The thing that brought us to this…Aug 8, 2020Aug 8, 2020