Tag Archives: AI

How we use AI to Develop VisualGDB Features

When someone says “AI” or “Vibe Coding”, they usually imply a small hobby project, or, at best a landing page. But when it comes to larger projects, LLMs are known to get stuck on a wrong path, hallucinate, and overall not be very useful. Well, today I’ll show you how sticking to short focused prompts, and switching back and forth between insightful Anthropic Claude and a lightning-fast Llama 4 significantly reduced the coding effort for adding a small feature to a big C# project with a 13-year-old code base:

Continue reading How we use AI to Develop VisualGDB Features