AI Learn Hub
AI Learn Hub
200

Level 200: Practitioner

Hands-on practice with AI tools and simple implementations

Focus: Building first AI applications

32 resources
3 categories
4 resource types

Level 200 Resources(32)

Turning ideas into AI use cases - the Product Manager point of view
L200Feb 14, 2024
guideApplications & Impact
Turning ideas into AI use cases - the Product Manager point of view
This article provides insights for Product Managers (PMs) working on AI features, emphasizing the importance of understanding user needs and business value. It highlights the practical approach to learning AI through user-centric lenses and the significance of asking questions when faced with new challenges.
Agent Orchestration with Sharepoint Tool in Azure AI Project
L200Aug 29
snippetFrameworks & Platforms
Agent Orchestration with Sharepoint Tool in Azure AI Project
This code snippet demonstrates how to use agent operations with the Sharepoint tool from the Azure Agents service using a synchronous client. It creates an agent, initializes a Sharepoint tool with a connection ID, and interacts with agents and threads for communication. The code provides a practical implementation of agent orchestration and tool integration within an AI project environment.
Agent Operations with Toolset in Azure Agents Service
L200Aug 29
snippetFrameworks & Platforms
Agent Operations with Toolset in Azure Agents Service
This code snippet demonstrates how to use agent operations with a toolset from the Azure Agents service using a synchronous client. It showcases creating an agent with a toolset, enabling auto function calls, creating threads for communication, and sending messages within an agent system.
Integration of Azure Agents with OpenAPI for Agent Operations
L200Aug 29
snippetFrameworks & Platforms
Integration of Azure Agents with OpenAPI for Agent Operations
This code snippet demonstrates how to use agent operations with the OpenAPI tool from the Azure Agents service using custom key authentication against the TripAdvisor API. It showcases setting up connections, loading OpenAPI specs, and initializing an Agent OpenAPI tool. This code provides practical implementation examples for integrating Azure AI services with external APIs.
Azure Agents Service with OpenAPI Tools for Agent Operations
L200Aug 29
snippetFrameworks & Platforms
Azure Agents Service with OpenAPI Tools for Agent Operations
This code snippet demonstrates how to use the Azure Agents service with OpenAPI tools for agent operations using a synchronous client. It showcases setting up authentication, initializing agent tools with OpenAPI specs, and creating an agent to retrieve weather information and a list of countries. The code provides hands-on experience in integrating Azure AI services and working with OpenAPI specifications.
Managing Agents with Multiple MCP Servers in Azure
L200Aug 29
snippetFrameworks & Platforms
Managing Agents with Multiple MCP Servers in Azure
This code snippet demonstrates how to use agent operations with multiple Model Context Protocol (MCP) servers from the Azure Agents service using a synchronous client. It showcases how to interact with AI models deployed on different MCP servers and manage tools dynamically within the agents.
Creating Multiple Connected Agents with Azure Agents Service
L200Aug 29
snippetFrameworks & Platforms
Creating Multiple Connected Agents with Azure Agents Service
This code snippet demonstrates how to use Azure Agents service with the Connected Agent tool in Python. It shows how to create multiple agents, such as 'stock_price_bot' and 'weather_bot', and provides instructions for setting up the environment variables and dependencies before running the sample.
Agent Operations with Azure MCP Tool in Azure AI Project
L200Aug 29
snippetBuild & Tooling
Agent Operations with Azure MCP Tool in Azure AI Project
This code snippet demonstrates how to use agent operations with the Model Context Protocol (MCP) tool from the Azure Agents service using a synchronous client. It provides a practical example of creating an agent with MCP tool and processing agent runs within an Azure AI project environment.
Implementing Email Sending with Azure AI Agents and Logic Apps
L200Aug 29
snippetBuild & Tooling
Implementing Email Sending with Azure AI Agents and Logic Apps
This code snippet demonstrates how to use agents with Logic Apps to execute the task of sending an email. It provides a sample implementation using Azure AI agents and Logic Apps, along with instructions on prerequisites and usage.
Agent Operations with Custom Functions in Azure AI Agents
L200Aug 29
snippetFrameworks & Platforms
Agent Operations with Custom Functions in Azure AI Agents
This code snippet demonstrates how to use agent operations with custom functions from the Azure Agents service using a synchronous client. It showcases creating an agent, running user requests with function calls, creating threads, messages, and runs, and monitoring the status of the run.
Azure AI Projects - Agent Operations with File Search
L200Aug 29
snippetBuild & Tooling
Azure AI Projects - Agent Operations with File Search
This code snippet demonstrates how to use agent operations with file searching from the Azure Agents service using a synchronous client. It showcases uploading a file, creating a vector store, and creating an agent with a file search tool, providing hands-on experience with Azure AI Projects and Agents SDK.
Agent Operations with Microsoft Fabric Tool in Azure
L200Aug 29
snippetFrameworks & Platforms
Agent Operations with Microsoft Fabric Tool in Azure
This code snippet demonstrates how to use Agent operations with the Microsoft Fabric grounding tool from the Azure Agents service using a synchronous client. It showcases creating an agent, initializing a Fabric tool, creating threads for communication, and processing an Agent run with tools.
File Search and Vector Store Creation with Azure AI Tools
L200Aug 29
snippetBuild & Tooling
File Search and Vector Store Creation with Azure AI Tools
This code snippet demonstrates how to add files to an agent during the vector store creation using Azure AI tools. It involves setting up the necessary environment variables, creating a vector store, and utilizing Azure services for data storage and retrieval.
Azure AI Agents Deep Research Tool Integration with Python Client
L200Aug 29
snippetBuild & Tooling
Azure AI Agents Deep Research Tool Integration with Python Client
This code snippet demonstrates how to use Azure Agents service with the Deep Research tool through a Python client. It includes functions for converting citation markers in markdown content to HTML superscript format. The sample provides practical guidance on integrating Azure AI services and processing text data.
Creating Connected Agents for Conversational AI Tasks
L200Aug 29
snippetApplications & Impact
Creating Connected Agents for Conversational AI Tasks
This code snippet demonstrates how to use the Connected Agent tool from the Azure Agents service to create agents for specific tasks like getting stock prices. It showcases the integration of AI models and agents for building conversational AI systems.
Agent Operations with Code Interpreter in Azure Agents Service
L200Aug 29
snippetFrameworks & Platforms
Agent Operations with Code Interpreter in Azure Agents Service
This code snippet demonstrates how to use agent operations with a code interpreter from the Azure Agents service using a synchronous client. It showcases creating an agent, creating a thread, and uploading a local file to Azure for vector store creation.
Agent Operations with Code Interpreter in Azure AI Project
L200Aug 29
snippetFrameworks & Platforms
Agent Operations with Code Interpreter in Azure AI Project
This code snippet demonstrates how to use agent operations with a code interpreter from the Azure Agents service using a synchronous client. It showcases uploading a file, creating an agent with a code interpreter tool, and creating a message thread within an AI project environment.
Creating an Agent with Browser Automation Tool in Azure
L200Aug 29
snippetBuild & Tooling
Creating an Agent with Browser Automation Tool in Azure
This code snippet demonstrates how to use the Azure Agents service with the Browser Automation tool for browser automation tasks. It shows how to create a new agent with the Browser Automation tool attached, enabling the agent to perform tasks related to web browsing.
Creating AI Agent with Bing Grounding Tool in Azure
L200Aug 29
snippetFrameworks & Platforms
Creating AI Agent with Bing Grounding Tool in Azure
This code snippet demonstrates how to create an agent using the Bing grounding tool from the Azure Agents service. It showcases the integration of the Azure AI Project client, agent creation with specific tools, and message handling within a thread, providing insights into building AI agents with specialized functionalities.
Agent Creation with Bing Custom Search Tool in Azure Agents
L200Aug 29
snippetFrameworks & Platforms
Agent Creation with Bing Custom Search Tool in Azure Agents
This code snippet demonstrates how to use the Azure Agents service with the Bing Custom Search tool to create an agent for performing search operations. It showcases the integration of Azure AI tools for agent orchestration and communication.
Integrating Azure Functions with AI Agents in Python
L200Aug 29
snippetBuild & Tooling
Integrating Azure Functions with AI Agents in Python
This code snippet demonstrates how to use Azure Function agent operations from the Azure Agents service using a synchronous client. It showcases setting up an Azure Function tool to interact with a bot and provides guidance on required environment variables and dependencies. The learning value includes understanding how to integrate Azure Functions with AI agents for automated tasks.
Agent Operations with Azure AI Search in Python
L200Aug 29
snippetApplications & Impact
Agent Operations with Azure AI Search in Python
This code snippet demonstrates how to use agent operations with Azure AI Search tool from the Azure agents service using a synchronous client. It provides a practical example of setting up an agent with Azure AI Search capabilities and initializing the AzureAISearchTool for performing search operations.
Enable Automatic Function Calls in Azure AI Agents with Python
L200Aug 29
snippetBuild & Tooling
Enable Automatic Function Calls in Azure AI Agents with Python
This code snippet demonstrates how to enable automatic function calls in Azure AI agents using Python. It shows how to create an agent, set up functions to be called automatically, and initialize the agent for use in AI projects. The code provides a practical example for integrating AI agents with custom functions.
Oap Langgraph Tools Agent
L200May 9
repoBuild & Tooling
Oap Langgraph Tools Agent
This repository provides a pre-built LangGraph tools agent for the Open Agent Platform, enabling users to work with MCP servers and a LangConnect RAG tool. It includes setup instructions and integration details with the Open Agent Platform, making it a valuable resource for developers interested in agent orchestration and tooling automation.
Google Agentspace in 3 Minutes - YouTube
L200Apr 10
videoFrameworks & Platforms
Google Agentspace in 3 Minutes - YouTube
The video provides a concise overview of Google Agentspace, explaining its functionality and purpose. It offers a quick insight into building AI agents on Google Cloud, making it a valuable resource for AI developers interested in multi-agent systems and cloud-based AI development.
AI Governance 101: Understanding the Basics and Best Practices
L200Apr 3
guideApplications & Impact
AI Governance 101: Understanding the Basics and Best Practices
The article delves into the fundamentals and best practices of AI governance, emphasizing the need for a robust framework to manage AI risks and ensure data protection. It provides insights for AI developers and builders on implementing governance strategies to address security threats and compliance requirements.
AI for Beginners
L200Mar 5
guideBuild & Tooling
AI for Beginners
The AI for Beginners curriculum by Microsoft offers a comprehensive 12-week program with 24 lessons covering practical AI concepts, quizzes, and labs. This resource is ideal for AI developers and builders looking to start their journey in artificial intelligence.
How to Learn AI From Scratch in 2025: A Complete Expert Guide
L200Feb 28
guideApplications & Impact
How to Learn AI From Scratch in 2025: A Complete Expert Guide
This article serves as a comprehensive guide for individuals looking to learn AI from scratch in 2025, offering insights from industry experts, practical advice, and tips on mastering AI skills and tools. It emphasizes the increasing relevance of AI in various industries and provides a roadmap for aspiring data scientists, machine learning engineers, AI researchers, and enthusiasts.
99% of Beginners Don't Know the Basics of AI - YouTube
L200Sep 3, 2024
videoApplications & Impact
99% of Beginners Don't Know the Basics of AI - YouTube
This YouTube video discusses the basics of AI for beginners, focusing on key takeaways from Google's AI Essentials course. The presenter covers topics such as types of AI tools, implied context, zero-shot vs. few-shot prompting, chain-of-thought prompting, and the limitations of AI, providing insights into the pros and cons of the certification course.
Processing Unstructured Data with Snowflake Cortex AI - Medium
L200Aug 24, 2024
guideApplications & Impact
Processing Unstructured Data with Snowflake Cortex AI - Medium
This article discusses the process of handling unstructured data using Snowflake Cortex AI for geocoding and geofencing tasks. It provides insights into breaking down complex data problems, utilizing marketplace apps for geocoding services, and scaling up data processing for large datasets.
AI Basics - MIT Sloan Teaching & Learning Technologies
L200Sep 4
guideApplications & Impact
AI Basics - MIT Sloan Teaching & Learning Technologies
This article from MIT Sloan Teaching & Learning Technologies provides beginner-friendly resources on key AI concepts like neural networks, natural language processing, and model architectures. It offers insights into generative AI foundations for teaching and practical tips on writing effective prompts and mitigating bias in AI tools.
It's not all just “AI” - Magnopus
L200Sep 1
guideApplications & Impact
It's not all just “AI” - Magnopus
This article clarifies the distinction between AI and machine learning, highlighting how machine learning is a subset of AI that focuses on training algorithms to learn from data. It provides insights into popular terms like neural networks, deep learning, and large language models, offering a foundational understanding of how these concepts interrelate.

Continue Your Learning Journey

Explore other skill levels or browse by category