Discover the foundations of machine learning from an enterprise architect’s perspective. Learn core ML concepts, the ML workflow, and practical Python implementations to kickstart your AI journey.
Read more →Month: February 2025
Structured Output from LLMs: JSON Mode, Function Calling, and Pydantic Patterns (Part 1 of 2)
Introduction: Getting reliable, structured data from LLMs is one of the most practical challenges in building AI applications. Whether you’re extracting entities from text, generating API parameters, or building data pipelines, you need JSON that actually parses and validates against your schema. This guide covers the evolution of structured output techniques—from prompt engineering hacks to […]
Read more →Azure Event Grid: A Solutions Architect’s Guide to Event-Driven Architecture
Event-driven architecture has become the backbone of modern distributed systems, enabling applications to respond to changes in real-time while maintaining loose coupling between components. Azure Event Grid represents Microsoft’s fully managed event routing service, designed to simplify the development of event-based applications at scale. After implementing Event Grid across numerous enterprise projects, I’ve gained deep […]
Read more →