Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Building Agentic AI Systems
Building Agentic AI Systems

Building Agentic AI Systems: Create intelligent, autonomous AI agents that can reason, plan, and adapt

Arrow left icon
Profile Icon Anjanava Biswas Profile Icon Wrick Talukdar
Arrow right icon
$32.99
eBook Apr 2025 288 pages 1st Edition
eBook
$32.99
Paperback
$41.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Anjanava Biswas Profile Icon Wrick Talukdar
Arrow right icon
$32.99
eBook Apr 2025 288 pages 1st Edition
eBook
$32.99
Paperback
$41.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
$32.99
Paperback
$41.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Building Agentic AI Systems

Fundamentals of Generative AI

Generative AI has quickly become a transformative technology in the field of artificial intelligence (AI) and machine learning, revolutionizing creative processes and problem-solving across diverse industries and use cases. It is pushing the boundaries of autonomy in agent-based intelligent systems. In this chapter, we will cover the basics of generative AI. We will explore what generative AI is along with a brief history of generative AI models. We will then discuss the different types of generative models, which include variational autoencoders (VAEs), generative adversarial networks (GANs), autoregressive, and Transformer models. Next, we will delve into the applications of generative AI and wrap up the chapter with a brief discussion of some of the limitations and challenges related to generative AI.

We will cover the following topics in this introductory chapter that will help set the foundations of generative AI as we explore further the capabilities...

Introduction to generative AI

Generative AI refers to a class of AI technologies that is capable of generating various forms of content, including but not limited to text, images, audio, and video. These AI systems can generate new content, based on their training data and input parameters, which usually include text prompts but can also involve other forms of input such as images. The recent buzz around generative AI comes from the simplicity with which new user interfaces powered by this AI technology can create high-quality text, graphics, and videos in seconds.

In very simple terms, generative AI is about making new data that looks like the data from which it has been trained. In other words, learning the underlying patterns, structures, and distributions of input data enables a procedure within the model allowing it to generate new data in a similar way. For instance, if trained on a dataset of human faces, a generative AI model will be able to create completely new faces of...

Types of generative AI models

Generative AI is an exciting domain of AI that deals with the generation of new, synthetic data by learning patterns from existing datasets, aiming to generate outputs that share similar statistical properties and characteristics with the training data. Here is a broad overview of some of the most prominent types of generative models: VAEs, GANs, and autoregressive models.

VAEs

One of the most popular generative models is the VAE. The core idea behind VAE consists of learning a probabilistic mapping between data and a latent space, and vice versa. This means learning how to convert real data into a simplified representation (such as a compressed form) and then back again into data that looks real. VAEs are designed to ensure a high likelihood of the data while preserving a well-structured latent space to enable the generation of new data samples similar to the training data. Some of the most common flavors of VAE are as follows:

  • VAE: The...

Applications of generative AI

Generative AI has innovation capabilities that cover a diverse set of fields. As discussed earlier, industries such as healthcare, finance, education, media and entertainment, marketing, manufacturing, retail, and so on all have the potential to benefit from generative AI capabilities. The following is a survey of only a few of the primary applications of generative AI:

  • Generation of images and videos: Multimodal generative models (that is, LLMs that can handle images, text, audio, and videos) are making it possible to generate realistic audio/visuals through various platforms and tools. For example, in media and entertainment, generative AI can help in generating visual effects, designing avatars, and developing virtual reality content. In the fashion and design industry, it is being used to conceptualize new clothing designs, prepare virtual fashion shows, and make fashion trend predictions. In marketing ads and promotion space, generative AI...

Challenges and limitations of generative AI

Though generative AI has immense benefits, it is not without its own set of challenges and limitations. Some of these challenges and limitations need to be taken into account with a lot of caution while considering a generative AI technology for any particular use case. Here’s a brief discussion of some of the most common caveats related to LLMs and some of the ways to mitigate them.

Quality of data and bias

The generative models are largely aided by the quality and diversity of data in the training dataset. Any model trained with biased or unrepresentative data will reproduce outputs with the same kind of bias, hence solidifying existing biases or allowing marginalization of one or several groups in case of bias in the training data.

One way this challenge can be dealt with is by ensuring richness in diversity, good quality data, and so on for a wide array of perspectives within the dataset itself used for training. As with...

Summary

Generative AI is a rather rapidly growing area, having huge disruptive potential for industries and changing areas of our lives. In contrast, applications of generative AI include very realistic image generation and generation of text, accelerated drug discovery, and enriched creative expression.

One of the key points regarding this is an understanding of the different generative models, such as VAEs, GANs, and autoregressive models, that provide insight into how technologies work and where they can be applied. It would also, however, be important to state the many problems and limitations generative AI faces, including data quality, computational resources, ethical considerations, and even creativity.

In the next chapter, we will learn about the principles of agentic systems, which include the concepts of agency and autonomy, the characteristics of intelligent agents, various architectures of intelligent systems, and multi-agent systems.

Questions

  1. Generative AI models can only take text data as input. True or false?
  2. What are the different types of generative AI models?
  3. What are some of the ethical and social implications of generative AI?
  4. What are some of the methods to mitigate bias in training data?
  5. What are some of the text and content generation open source LLMs?

Answers

  1. False. Generative AI models can take text as well as image, video, and audio data as inputs.
  2. VAEs, GANs, and autoregressive models.
  3. Deepfakes, misinformation, issues with copyright or intellectual property, and job displacements are some of the social and ethical implications of generative AI.
  4. Some of the common methods to address bias in training data are oversampling or undersampling.
  5. Mistral, LLaMA, and Bloom are some of the open source text and content generation LLMs.

Further reading

  • Mastering Machine Learning Algorithms – Second Edition by Giuseppe Bonaccorso
  • Machine Learning for Imbalanced Data by Kumar Abhishek and Dr. Mounir Abdelaziz
  • Generative AI with Python and TensorFlow 2 by Joseph Babcock and Raghav Bali

References

  1. Auto-Encoding Variational Bayes: https://arxiv.org/abs/1312.6114
  2. beta-VAE: Learning Basic Visual Concepts with a Constrained Variational Framework: https://openreview.net/forum?id=Sy2fzU9gl
  3. Learning Structured Output Representation using Deep Conditional Generative Models: https://papers.nips.cc/paper_files/paper/2015/hash/8d55a249e6baa5c06772297520da2051-Abstract.html
  4. Generative Adversarial Networks: https://arxiv.org/abs/1406.2661
  5. Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks: https://arxiv.org/abs/1511.06434
  6. Wasserstein GAN: https://arxiv.org/abs/1701.07875
  7. A Style-Based Generator Architecture for Generative Adversarial Networks: https://ieeexplore.ieee.org/document/8953766
  8. Attention Is All You Need: https://arxiv.org/abs/1706.03762
  9. Conditional Image Generation with PixelCNN Decoders: https://arxiv.org/abs/1606.05328
  10. PixelSNAIL: An Improved Autoregressive Generative Model: https:/...

Join our communities on Discord and Reddit

Have questions about the book or want to contribute to discussions on Generative AI and LLMs? Join our Discord server at https://packt.link/I1tSU and our Reddit channel at https://packt.link/ugMW0 to connect, share, and collaborate with like-minded enthusiasts.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Understand the foundations and advanced techniques of building intelligent, autonomous AI agents
  • Learn advanced techniques for reflection, introspection, tool use, planning, and collaboration in agentic systems
  • Explore crucial aspects of trust, safety, and ethics in AI agent development and applications
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

Gain unparalleled insights into the future of AI autonomy with this comprehensive guide to designing and deploying autonomous AI agents that leverage generative AI (GenAI) to plan, reason, and act. Written by industry-leading AI architects and recognized experts shaping global AI standards and building real-world enterprise AI solutions, it explores the fundamentals of agentic systems, detailing how AI agents operate independently, make decisions, and leverage tools to accomplish complex tasks. Starting with the foundations of GenAI and agentic architectures, you’ll explore decision-making frameworks, self-improvement mechanisms, and adaptability. The book covers advanced design techniques, such as multi-step planning, tool integration, and the coordinator, worker, and delegator approach for scalable AI agents. Beyond design, it addresses critical aspects of trust, safety, and ethics, ensuring AI systems align with human values and operate transparently. Real-world applications illustrate how agentic AI transforms industries such as automation, finance, and healthcare. With deep insights into AI frameworks, prompt engineering, and multi-agent collaboration, this book equips you to build next-generation adaptive, scalable AI agents that go beyond simple task execution and act with minimal human intervention.

Who is this book for?

This book is ideal for AI developers, machine learning engineers, and software architects who want to advance their skills in building intelligent, autonomous agents. It's perfect for professionals with a strong foundation in machine learning and programming, particularly those familiar with Python and large language models. While prior experience with generative AI is beneficial, the book covers foundational concepts for those new to agentic systems.

What you will learn

  • Master the core principles of GenAI and agentic systems
  • Understand how AI agents operate, reason, and adapt in dynamic environments
  • Enable AI agents to analyze their own actions and improvise
  • Implement systems where AI agents can leverage external tools and plan complex tasks
  • Apply methods to enhance transparency, accountability, and reliability in AI
  • Explore real-world implementations of AI agents across industries

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Apr 21, 2025
Length: 288 pages
Edition : 1st
Language : English
ISBN-13 : 9781801079273
Category :
Concepts :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Apr 21, 2025
Length: 288 pages
Edition : 1st
Language : English
ISBN-13 : 9781801079273
Category :
Concepts :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Table of Contents

16 Chapters
Part 1: Foundations of Generative AI and Agentic Systems Chevron down icon Chevron up icon
Chapter 1: Fundamentals of Generative AI Chevron down icon Chevron up icon
Chapter 2: Principles of Agentic Systems Chevron down icon Chevron up icon
Chapter 3: Essential Components of Intelligent Agents Chevron down icon Chevron up icon
Part 2: Designing and Implementing Generative AI-Based Agents Chevron down icon Chevron up icon
Chapter 4: Reflection and Introspection in Agents Chevron down icon Chevron up icon
Chapter 5: Enabling Tool Use and Planning in Agents Chevron down icon Chevron up icon
Chapter 6: Exploring the Coordinator, Worker, and Delegator Approach Chevron down icon Chevron up icon
Chapter 7: Effective Agentic System Design Techniques Chevron down icon Chevron up icon
Part 3: Trust, Safety, Ethics, and Applications Chevron down icon Chevron up icon
Chapter 8: Building Trust in Generative AI Systems Chevron down icon Chevron up icon
Chapter 9: Managing Safety and Ethical Considerations Chevron down icon Chevron up icon
Chapter 10: Common Use Cases and Applications Chevron down icon Chevron up icon
Chapter 11: Conclusion and Future Outlook Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.