К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Optimize Agentic AI: Algorithms for Peak Performance · LearnSpace
Назад в каталог
courseraПрограммирование

Optimize Agentic AI: Algorithms for Peak Performance

Курс от Coursera
Средний≈ 3.3 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

Optimize Agentic AI: Algorithms for Peak Performance is an intermediate course for AI practitioners and engineers aiming to build fast, scalable, and responsive agentic systems. In the real world, an AI agent's intelligence is useless if it is too slow. This course equips learners with the tools to diagnose and solve these critical performance bottlenecks. You will learn to master essential algorithm optimization techniques, moving beyond slow, brute-force methods. Through hands-on labs, you will replace baseline planners with sophisticated informed search algorithms such as beam search and quantitatively measure the dramatic improvements in planning time. You will also learn to analyze the computational complexity of multi-tool reasoning pipelines using Big-O notation, using profilers to pinpoint the exact functions and data structures that create system slowdowns. By the end of the course, you will not only be able to implement critical optimizations—such as using an index to reduce complexity from O(n²) to O(log n)—but also to write a professional technical proposal to justify your engineering decisions.

Навыки, которые вы освоите

Agentic WorkflowsAgentic systemsProposal DevelopmentPerformance TuningProposal WritingTool CallingComputational ThinkingPerformance AnalysisPerformance TestingComputational Logic

Программа курса

2 модулей · 15 учебных материалов

01Advanced Planning Algorithms7 материалов
Why Performance Matters: An IntroductionDIALOGUEUnderstanding Informed Search AlgorithmsЧтениеA* vs. Beam Search: Choosing the Right ToolВидеоChoosing the Right Algorithm: A Scenario-Based Guide Чтение

Учитесь у экспертов

Professionals in the Industry

Преподаватель курса

Optimize Agentic AI: Algorithms for Peak Performance
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 3.3 ч

2 модулей

Язык: Английский

Субтитры: Арабский, Французский, Итальянский, Бразильский португальский, Корейский, Немецкий, Пушту, Индонезийский, Испанский, Дари, Японский

Часть программы вашего университета
How to Implement Beam Search in Python?Видео
Optimizing a Planner with Beam Search Лабораторная
Knowledge Check: Search Algorithm ConceptsЗадание
02Computational Efficiency Analysis8 материалов
Case Study: The Real-World Cost of InefficiencyЧтениеA Visual Guide to Big-O NotationВидеоAnatomy of an Optimization ProposalЧтениеHow to Profile Code and Find a Bottleneck?ВидеоFrom Quadratic to Indexed: Kill the O(n²) BottleneckЛабораторнаяExplaining Complexity to a Product ManagerDIALOGUEKnowledge Check: Complexity ConceptsЗаданиеSubmit Your Optimization ProjectЗадание