Skip to content

Genai patterns

Building Enterprise AI Agents with Semantic Kernel and RAG in .NET

Building Enterprise AI Agents with Semantic Kernel and RAG in .NET

1 The Modern Enterprise Knowledge Challenge Enterprise teams are increasingly adding AI assistants to internal tools, but most quickly run into the limits of simple RAG implementations. A basic

Read More
Enterprise Knowledge Copilot in .NET: Building a Secure RAG Bot with Azure OpenAI, Semantic Kernel, and Azure AI Search (Step-by-Step)

Enterprise Knowledge Copilot in .NET: Building a Secure RAG Bot with Azure OpenAI, Semantic Kernel, and Azure AI Search (Step-by-Step)

1 The Enterprise RAG Architecture: Beyond "Hello World" Most organizations start their “copilot” journey with a simple demo: a page where you upload a few documents, run basic embedding search,

Read More
From Single Agents to Agentic Systems: A Practical Blueprint for Senior Engineers

From Single Agents to Agentic Systems: A Practical Blueprint for Senior Engineers

1 Foundations: Agents vs. Agentic Systems In this opening section, we’re going to lay the conceptual groundwork for the shift from single agents to agentic systems. If you’re a senior engineer, te

Read More
Advertisement
The Agent-Driven Spec: From Product Requirement Document to Production-Ready Tech Specifications in Days, Not Weeks

The Agent-Driven Spec: From Product Requirement Document to Production-Ready Tech Specifications in Days, Not Weeks

1 Introduction: The End of Ambiguity Product development in software has always carried a paradox: the more detail you add to requirements, the more room there seems to be for misinterpretation. E

Read More
From Data to Docs: A Blueprint for Using GenAI to Automatically Document Datasets and Analytics

From Data to Docs: A Blueprint for Using GenAI to Automatically Document Datasets and Analytics

1 The Documentation Dilemma: Why Your Best Data is Your Most Obscure Asset Every senior developer, data architect, or tech lead has felt the sting of missing or outdated documentation. The databas

Read More
Architecting LLM-Powered Applications: A Comprehensive Guide for .NET Architects

Architecting LLM-Powered Applications: A Comprehensive Guide for .NET Architects

Abstract This guide offers .NET architects a comprehensive framework for designing, building, and deploying robust applications powered by Large Language Models (LLMs). Moving beyond theoretical d

Read More
Unlocking GenAI Magic: Mastering Embeddings Patterns with C# (for Microsoft Software Architects)

Unlocking GenAI Magic: Mastering Embeddings Patterns with C# (for Microsoft Software Architects)

Hey there, fellow Software Architect! Ever tried explaining complex concepts to someone who doesn't speak your language? It's painful, right? Computers feel the same when they try understanding our nu

Read More