Learn to build multi-agent AI systems with CrewAI in about 45 minutes. Understand the crew/agent/task model, define specialized agents, create tasks, and build a real-world market research crew with analyst, researcher, and writer agents.
1 módulos • 6 aulas

Build a working AI agent from scratch in Python. Learn the think-act-observe loop, call an LLM, give your agent a tool it can use, and handle a failed tool call. Framework-agnostic and beginner-friendly.

Build autonomous AI agents with Python using LangChain and LangGraph. Learn tool calling, stateful workflows, RAG-powered agents, multi-agent systems, and production deployment. From the ReACT pattern to a full customer support agent capstone.

Master Claude's Projects and Artifacts features with hands-on walkthroughs. Learn to set up organized workflows with custom instructions and knowledge files, create interactive artifacts for code, documents, and diagrams, understand the context window, and compare Projects with ChatGPT Custom GPTs.

Already know basic Python? Build one real thing end to end: a small AI data app that loads a dataset, sends a slice of it to a language model, and turns the response into a written analysis. You will use pandas only as much as the app needs, call an LLM API directly (no agents, no frameworks), wire the pieces into a single script with real error handling, and ship it as a shareable Streamlit app you can run locally. A project-based intermediate course with a free certificate of completion.

Master OpenAI Codex, the coding agent that works in your terminal and in the cloud. Learn the CLI with its three approval modes, run parallel sandboxed tasks with Codex Cloud, extend capabilities with the skills system, and coordinate multiple agents across large projects. Powered by GPT-5.3-Codex.

Master advanced Claude Code workflows including agent mode, multi-agent orchestration with subagents, custom slash commands and agents, hooks automation, memory systems, MCP server integrations, headless CI/CD pipelines, production agent systems, and enterprise team patterns.