Python
Categories
Tags

Semantic Kernel Practice Guide - Microsoft's Enterprise-Grade AI Orchestration
How to build enterprise multi-agent systems through the integration of Microsoft Semantic Kernel and AutoGen. A thorough explanation of plugins, workflows, and implementation patterns.

Implementing 'Autonomy' in AI Agents: 4 Agentic Workflow Design Patterns
From 'Better Models' to 'Better Flows'. Explaining Andrew Ng's 4 AI agent design patterns (Reflection, Tool Use, Planning, Multi-agent) and showing the path to implementation.

LLM Fine-Tuning Practical Guide - Building Custom Models Efficiently with LoRA/QLoRA
Implement large language model fine-tuning using LoRA/QLoRA. Learn how Parameter-Efficient Fine-Tuning (PEFT) works and how to implement it even with a single GPU. Practical implementation guide included.