AI Learn Hub
AI Learn Hub

AI Learning Resources

Discover tutorials, videos, repos, and tools across all AI domains and skill levels

50 resources found
The Future of Creative AI and How to Harness It - Harvard lecture
L400Aug 29, 2025
videoApplications & Impact
The Future of Creative AI and How to Harness It - Harvard lecture
This Harvard lecture delves into the AI primitives transforming content creation, covering spatial intelligence, visual intelligence, hybrid workflows, content paradigms, and the future of media. It offers insights into cutting-edge AI technologies and their applications in creative industries, providing a blueprint for creators and innovators.
Agent Orchestration with Sharepoint Tool in Azure AI Project
L200Aug 29, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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, 2025
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.
The Future of AI: How Artificial Intelligence Will Change the World
L100Aug 20, 2025
guideApplications & Impact
The Future of AI: How Artificial Intelligence Will Change the World
The article explores the future impact of AI on various industries, highlighting its role in data analysis, research, human care, household tasks, workplace efficiency, and safety. It discusses the increasing adoption of AI by enterprises and the influence of generative AI tools like ChatGPT, providing insights into the evolving landscape of artificial intelligence.
MIT report: 95% of generative AI pilots at companies are failing
L100Aug 18, 2025
guideApplications & Impact
MIT report: 95% of generative AI pilots at companies are failing
The MIT report highlights a concerning 95% failure rate of generative AI pilots in companies, emphasizing the challenges in implementing enterprise AI solutions. This article sheds light on the GenAI Divide, offering valuable insights into the core issues hindering the success of AI initiatives in organizations.
The Complete Google A2A + Azure AI Foundry + Semantic Kernel ...
L300Aug 13, 2025
guideBuild & Tooling
The Complete Google A2A + Azure AI Foundry + Semantic Kernel ...
This article provides a step-by-step guide for .NET developers to create a modular multi-agent system using Google's A2A, Microsoft's Semantic Kernel, and Semantic Kernel C# SDK. Readers will learn about the architecture of multi-agent systems, setting up A2A servers and clients, and real-time orchestration, offering practical insights into building AI agents that collaborate seamlessly.
Agent Factory: The new era of agentic AI—common use cases and ...
L300Aug 13, 2025
guideFrameworks & Platforms
Agent Factory: The new era of agentic AI—common use cases and ...
The blog post introduces the concept of agentic AI in Azure AI Foundry, emphasizing how agents can reason, act, and collaborate to bridge knowledge and outcomes. It discusses common use cases and design patterns for leveraging agentic AI, providing valuable insights for AI developers interested in building intelligent agents.
Building Smarter AI Agents with Azure AI Foundry and Model ...
L300Aug 7, 2025
guideBuild & Tooling
Building Smarter AI Agents with Azure AI Foundry and Model ...
This article introduces the Model Context Protocol (MCP) and its significance for Azure AI Foundry, enabling seamless integration between AI agents and tools without manual coding. By leveraging MCP, developers can enhance agent development speed, reduce maintenance overhead, and achieve interoperability across Azure and OpenAI platforms.
OpenAI's open weight models now available on AWS - About Amazon
L400Aug 5, 2025
guideApplications & Impact
OpenAI's open weight models now available on AWS - About Amazon
Amazon Web Services (AWS) now offers OpenAI's open weight models on Amazon Bedrock and SageMaker AI, providing customers with advanced AI capabilities for various applications like agentic workflows, coding, and scientific analysis. This collaboration expands the availability of powerful AI technologies to AWS users, shaping the future of GenAI technology.
Every Reason Why I Hate AI and You Should Too - MalwareTech
L300Aug 4, 2025
newsApplications & Impact
Every Reason Why I Hate AI and You Should Too - MalwareTech
The article discusses the author's critical views on AI, particularly focusing on the hype surrounding Generative AI and the author's decision to not fully embrace AI technology. It provides insights into the author's perspective on the current state and future potential of AI, offering a critical viewpoint for AI developers to consider.
Gentle Intro to Azure AI Foundry. What is it? | by Nicolas Anderson
L300Jul 29, 2025
guideBuild & Tooling
Gentle Intro to Azure AI Foundry. What is it? | by Nicolas Anderson
Azure AI Foundry is a comprehensive web portal that consolidates various Azure AI services, facilitating collaborative AI project development, model deployment, testing, and integration of custom data sources. AI developers can leverage Azure AI Foundry to create generative AI applications, deploy models to real-time endpoints, define workflows, and incorporate multiple AI capabilities through Azure AI Services.
The Ultimate Guide to Advanced AI Governance - Tribe AI
L300Jul 14, 2025
guideApplications & Impact
The Ultimate Guide to Advanced AI Governance - Tribe AI
This article from Tribe AI provides a comprehensive guide to advanced AI governance, focusing on essential strategies for ensuring organizational compliance with advanced AI systems. It covers core principles, challenges, and best practices in AI governance, emphasizing ethics, transparency, and regulatory standards, offering valuable insights for AI developers and leaders in shaping responsible AI adoption.
AWS SageMaker Unified Studio is … | by Lintang Gilang Pratama
L300Jul 3, 2025
newsBuild & Tooling
AWS SageMaker Unified Studio is … | by Lintang Gilang Pratama
The article introduces AWS SageMaker Unified Studio, an all-in-one interface that streamlines the machine learning and AI development lifecycle. It highlights the accessibility of data, collaboration features, model training capabilities, and integration with Amazon Q Developer for code assistance, making it suitable for various users from research projects to enterprise teams.
Inside Amazon SageMaker Unified Studio: A Unified Data, Analytics ...
L400Jun 30, 2025
guideBuild & Tooling
Inside Amazon SageMaker Unified Studio: A Unified Data, Analytics ...
Amazon SageMaker Unified Studio is a cutting-edge all-in-one development environment that integrates data analytics and machine learning workflows, addressing the need to unify disparate tasks in modern enterprises. This article explores the technical architecture, core capabilities, and governance features of SageMaker Unified Studio, offering valuable insights for AI developers and builders.
How will Artificial Intelligence Affect Jobs 2025-2030
L100Jun 29, 2025
newsApplications & Impact
How will Artificial Intelligence Affect Jobs 2025-2030
This article discusses the impact of artificial intelligence on jobs from 2025-2030, highlighting the emergence of AI tools like ChatGPT, Google's AI software, Gamma, and Numerous AI. It emphasizes the need for individuals to adapt to the evolving job landscape created by AI, which will both replace and create new job opportunities.
Why Your Enterprise Needs Google Agent Space | by Biswanath Giri
L300Jun 25, 2025
guideFrameworks & Platforms
Why Your Enterprise Needs Google Agent Space | by Biswanath Giri
Google Agent Space, a platform by Google Cloud, empowers enterprises to create, deploy, and manage AI agents leveraging Google's advanced AI technologies. This article highlights how Agent Space facilitates seamless integration with popular apps, enables multimodal search across enterprise data, drives impact through content generation and automation, and unlocks innovation with AI agents, emphasizing enterprise-grade security and compliance.
Turn Documents into Structured Insights with Mosaic AI Agent Bricks
L300Jun 12, 2025
guideApplications & Impact
Turn Documents into Structured Insights with Mosaic AI Agent Bricks
Mosaic AI Agent Bricks simplifies the extraction of structured data from documents like contracts and invoices without manual labeling or schema training. AI developers can learn how to enhance automation and reduce effort by leveraging schema feedback and AI-assisted evaluation for continuous improvement.
Why AI Projects Fail | Towards Data Science
L300Jun 6, 2025
guideApplications & Impact
Why AI Projects Fail | Towards Data Science
This article delves into the common reasons why AI projects fail, highlighting challenges such as unclear success metrics, scope creep, and the added layer of probabilistic uncertainty in AI projects. It provides insights on how organizations can avoid these pitfalls and improve the success rate of their AI initiatives, making it a valuable read for AI developers and builders.
creative.ai is no more: long live creative AI! - Medium
L300May 25, 2025
newsApplications & Impact
creative.ai is no more: long live creative AI! - Medium
This article reflects on the journey of creative.ai, an early exploration into creative AI, emphasizing the focus on augmenting human creativity rather than replacing it. It discusses the challenges faced, inspirations drawn from past creative computer science works, and the ethos of empowering artists and designers. The open-sourcing of code repositories adds value for AI developers interested in creative AI and historical perspectives on computational creativity.
Stop saying that AI is just a tool and it only matters how it is used
L400May 25, 2025
newsApplications & Impact
Stop saying that AI is just a tool and it only matters how it is used
This article challenges the notion that AI is 'just a tool' and emphasizes the significant impact tools like AI have on society, ethics, and culture. It delves into the complexity of tools beyond their usage, highlighting the importance of considering broader implications in AI development and deployment.
13 foundational AI courses, resources from MIT - Medium
L300May 21, 2025
guideApplications & Impact
13 foundational AI courses, resources from MIT - Medium
The article introduces 13 foundational AI courses and resources from MIT Open Learning, covering topics like artificial intelligence, machine learning, machine vision, and algorithms. These resources are valuable for AI developers looking to grasp the basics and advance their knowledge in AI technologies.
V :AI Agents through the Thought-Action-Observation (TAO) Cycle ...
L300May 21, 2025
guideFrameworks & Platforms
V :AI Agents through the Thought-Action-Observation (TAO) Cycle ...
This article explores the Thought-Action-Observation (TAO) cycle in AI agents, emphasizing how agents reason, act, and learn from their experiences. It delves into the core components of the TAO cycle, such as Thought, Action, and Observation, providing insights and real-world examples for understanding how AI agents operate effectively.
AI Basics for Beginners - YouTube
L100May 20, 2025
videoApplications & Impact
AI Basics for Beginners - YouTube
This YouTube video provides a beginner-friendly overview of key AI concepts, including the AI family tree, machine learning, deep learning, generative AI, traditional AI vs. generative AI, large language models, and AI agents. It offers a structured learning path for those new to AI, covering fundamental topics essential for understanding artificial intelligence.
Oap Langgraph Tools Agent
L200May 9, 2025
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.
Oap Agent Supervisor
L300May 6, 2025
repoFrameworks & Platforms
Oap Agent Supervisor
This repository provides a supervisor agent for the Open Agent Platform, enabling dynamic agent delegation and configurable agents for orchestrating specialist agents. It leverages LangGraph Supervisor and RemoteGraph for agent orchestration.
Azure AI Foundry: What is it and Why Should You Care - Mobilize.Net
L300Apr 21, 2025
newsApplications & Impact
Azure AI Foundry: What is it and Why Should You Care - Mobilize.Net
Azure AI Foundry is a platform for designing and managing AI applications, offering a secure and flexible environment. This article delves into the significance of Azure AI Foundry as an AI app factory, providing insights for AI developers on leveraging this tool for AI application development.
Agentic AI Architectures And Design Patterns | by Anil Jain - Medium
L400Apr 20, 2025
guideFrameworks & Platforms
Agentic AI Architectures And Design Patterns | by Anil Jain - Medium
This article delves into Agentic AI architectures and design patterns, focusing on autonomous AI systems that make decisions independently. It discusses key tools like LangChain and AutoGen, design patterns for building complex autonomous systems, and challenges such as coordination in multi-agent setups and potential biases. AI developers can learn about enhancing productivity, real-time data handling, and implementing design patterns for improved AI performance.
From Productivity to Purpose: AI's Surprising New Use Cases in our ...
L300Apr 19, 2025
newsApplications & Impact
From Productivity to Purpose: AI's Surprising New Use Cases in our ...
This article explores the evolving use cases of AI, particularly in personal and professional lives, focusing on applications like therapy/companionship, organizing life, and finding purpose. It delves into the surprising shift from productivity-driven uses to more growth-oriented and personal applications, shedding light on the human-AI interaction landscape.
Open Agent Platform
L300Apr 16, 2025
repoApplications & Impact
Open Agent Platform
Open Agent Platform is an educational platform for building and managing no-code agents with advanced features like RAG integration and agent supervision. It provides a user-friendly interface for creating and interacting with LangGraph agents, making it suitable for users without technical expertise as well as developers.
Google Agentspace in 3 Minutes - YouTube
L200Apr 10, 2025
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.

Can't find what you're looking for?

Help grow the community by adding your favorite AI learning resources