Cache expensive function results automatically with the built-in cache decorator.
Read more →Search Results for: title
When AI Becomes the Architect: How Agentic Systems Are Redefining What Software Can Build Itself
🎓 AUTHORITY NOTE Based on 20+ years architecting enterprise systems and pioneering implementations of agentic AI in production environments. This represents real-world insights from deploying autonomous systems at scale. Executive Summary The moment I watched an AI system autonomously debug its own code, refactor a function, and then write tests for the changes it made, […]
Read more →Tools & Function Calling in Microsoft Agent Framework – Part 4
Deep dive into AI agent tools and function calling. Learn MCP integration, external API patterns, error handling, and tool chaining in Microsoft Agent Framework.
Read more →Progressive Web Apps (PWAs) for AI: Offline-First LLM Applications
Progressive Web Apps (PWAs) for AI: Offline-First LLM Applications Expert Guide to Building Offline-Capable AI Applications with Service Workers I’ve built AI applications that work offline, and I can tell you: it’s not just about caching—it’s about rethinking how AI applications work. When users lose connectivity, they shouldn’t lose their work. When they’re on slow […]
Read more →Building Your First AI Agent with Microsoft Agent Framework (Python) – Part 3
Build a production-ready Research Assistant AI agent using Python. Complete tutorial covering async patterns, @ai_function decorators, multi-turn conversations, and best practices.
Read more →Introduction to Microsoft Agent Framework: The Open-Source Engine for Agentic AI Apps (Part 1)
Learn about Microsoft Agent Framework (MAF), the unified open-source SDK for building production-ready AI agents. This comprehensive guide covers the architecture, key features, and how MAF combines the best of Semantic Kernel and AutoGen for enterprise agentic AI development.
Read more →