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
AI Agents in Practice
AI Agents in Practice

AI Agents in Practice: Design, implement, and scale autonomous AI systems for production

Arrow left icon
Profile Icon Valentina Alto
Arrow right icon
€23.99 €26.99
eBook Aug 2025 282 pages 1st Edition
eBook
€23.99 €26.99
Paperback
€33.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Valentina Alto
Arrow right icon
€23.99 €26.99
eBook Aug 2025 282 pages 1st Edition
eBook
€23.99 €26.99
Paperback
€33.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€23.99 €26.99
Paperback
€33.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
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

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

AI Agents in Practice

Evolution of GenAI Workflows

Over the past two years, large language models (LLMs) have reshaped the landscape of AI. From simple prompt-based interactions to complex applications across industries, LLMs have evolved rapidly, fueled by breakthroughs in architecture, training techniques, and fine-tuning strategies. As their capabilities evolved, the shift from ChatGPT to today’s agentic systems as of April 2025 marks a natural progression, where the addition of reasoning, planning, and action-taking capabilities represented a major technological leap.

This chapter explores the foundations of LLMs, how they’re built and consumed, and the differences between pre-trained and fine-tuned models. Most importantly, it sets the stage for the next leap forward: the emergence of AI agents.

In this chapter, we will cover the following topics:

  • Understanding foundation models and the rise of LLMs
  • Latest significant breakthroughs
  • Road to AI agents
  • ...

Join our book community on Discord

https://packt.link/4Bbd9

Over the past two years, large language models (LLMs) have reshaped the landscape of AI. From simple prompt-based interactions to complex applications across industries, LLMs have evolved rapidly, fueled by breakthroughs in architecture, training techniques, and fine-tuning strategies. As their capabilities evolved, the shift from ChatGPT to today’s agentic systems as of April 2025 marks a natural progression, where the addition of reasoning, planning, and action-taking capabilities represented a major technological leap.This chapter explores the foundations of LLMs, how they’re built and consumed, and the differences between pre-trained and fine-tuned models. Most importantly, it sets the stage for the next leap forward: the emergence of AI agents.In this chapter, we will cover the following topics:

  • Understanding foundation models and the rise of LLMs
  • Latest significant breakthroughs
  • Road to AI agents
  • The need...

Technical requirements

You can access the complete code for this chapter in the book’s accompanying GitHub repository at https://github.com/PacktPublishing/AI-Agents-in-Practice.

Understanding foundation models and the rise of LLMs

AI has undergone a fundamental transformation thanks to the emergence of foundation models—versatile, general-purpose models that can be adapted across a wide range of tasks. Among them, LLMs have taken center stage, redefining how we interact with machines through natural language.

From narrow AI to foundation models

Before the rise of foundation models, the field of AI was dominated by narrow AI—systems built to perform one specific task and nothing else. Each use case required a custom pipeline: a unique dataset, a dedicated model architecture, and a specialized training routine. If you wanted to classify emails as spam or not spam, you'd build a spam filter. If you needed to extract names and places from documents, you'd create a named entity recognizer. Want to summarize a news article? That would mean yet another bespoke model.This fragmented approach had several drawbacks. Models were brittle—performing...

Latest significant breakthroughs

The field of GenAI has experienced rapid advancements over the past few years, with breakthroughs that pushed the boundaries of efficiency, adaptability, and reasoning capabilities. In the following sections, we are going to explore some of the latest techniques that significantly enhance GenAI models’ performance while reducing computational demands.

Small language models and fine-tuning

Small language models (SLMs) are becoming increasingly relevant as organizations seek efficient, cost-effective alternatives to large-scale AI systems.

Definition

SLMs are a streamlined category of GenAI models designed to efficiently process and generate natural language while using fewer computational resources than their larger counterparts. Unlike LLMs, which can have hundreds of billions of parameters, SLMs typically contain only a few million to a few billion parameters.

The reduced size of SLMs allows them to be deployed in environments with limited...

Road to AI agents

The rapid evolution of GenAI has taken us from simple automation to increasingly intelligent systems capable of reasoning, learning, and decision-making. In recent years, LLMs have revolutionized how we interact with the surrounding ecosystem, enabling more natural conversations and sophisticated problem-solving.Let’s explore the greatest milestones that have eventually fueled the rise of AI agents.

Text generation

Since the launch of ChatGPT in November 2022, the very first use case that users embraced was that of conversational text generation, such as the following:

  • “Generate a beginner-level description of the nuclear fission”
  • “Draft an email to send to the C-level board of my customer to invite them to our event”
  • “List 10 ideas for an article about AI”
  • “Generate an essay about the French Revolution I have to hand over by tomorrow”

Do any of the preceding scenarios look familiar to you?The text generation...

The need for an additional layer of intelligence: introducing AI agents

LLMs have demonstrated impressive capabilities in generating coherent text, answering questions, and even performing limited problem-solving. However, their fundamental design presents several limitations when it comes to real-world applications:

  • Lack of long-term memory: Most LLMs operate within a fixed context window, meaning they forget previous interactions once the context limit is exceeded. This makes them incapable of learning from past experiences or maintaining continuity over time.
  • No persistent goals or autonomy: LLMs respond to individual prompts but do not operate with a persistent goal-oriented mindset. They cannot proactively make decisions, self-correct, or refine their approach over time.
  • Limited reasoning and multi-step execution: While LLMs can follow instructions within a single prompt, they struggle with executing multi-step workflows, handling complex decision-making, and maintaining logical...

Summary

Over the past two years, AI has undergone a profound transformation, shifting from simple LLM API calls to more sophisticated, interactive, and autonomous systems. The rapid evolution of LLMs has been marked by innovations such as RAG, fine-tuning advancements, and reasoning-focused architectures, all aimed at improving efficiency, adaptability, and cost-effectiveness.Despite these advances, LLMs alone are not enough to meet the growing demand for AI systems that can operate autonomously, make decisions, and interact meaningfully with their environments.This shift marks a pivotal moment in AI development, where the focus is no longer just on making models bigger but on making them smarter. Instead of treating AI as a passive tool that responds to isolated prompts, we are now designing agentic systems that can act, learn, and adapt to complex real-world tasks.In the next chapter, we will examine the emergence of AI agents, their primary components, and the various forms they may...

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Build production-ready AI agents with hands-on tutorials for diverse industry applications
  • Explore multi-agent system architectures with practical frameworks for orchestrator comparison
  • Future-proof your AI development with ethical implementation strategies and security patterns
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

As AI agents evolve to take on complex tasks and operate autonomously, you need to learn how to build these next-generation systems. Author Valentina Alto brings practical, industry-grounded expertise in AI Agents in Practice to help you go beyond simple chatbots and create AI agents that plan, reason, collaborate, and solve real-world problems using large language models (LLMs) and the latest open-source frameworks. In this book, you'll get a comparative tour of leading AI agent frameworks such as LangChain and LangGraph, covering each tool's strengths, ideal use cases, and how to apply them in real-world projects. Through step-by-step examples, you’ll learn how to construct single-agent and multi-agent architectures using proven design patterns to orchestrate AI agents working together. Case studies across industries will show you how AI agents drive value in real-world scenarios, while guidance on responsible AI will help you implement ethical guardrails from day one. The chapters also set the stage with a brief history of AI agents, from early rule-based systems to today's LLM-driven autonomous agents, so you understand how we got here and where the field is headed. By the end of this book, you'll have the practical skills, design insights, and ethical foresight to build and deploy AI agents that truly make an impact.

Who is this book for?

This book is ideal for AI engineers and data scientists looking to move beyond basic LLM implementations to build sophisticated autonomous agents. Software developers and system architects will find practical guidelines for integrating agents into existing tech stacks. Product managers and technical entrepreneurs will gain strategic insights into how AI agents can solve business problems across industries. A basic understanding of machine learning concepts and working knowledge of Python are required to make the most of this book and implement production-ready AI agent systems.

What you will learn

  • Build core agent components such as LLMs, memory systems, tool integration, and context management
  • Develop production-ready AI agents using frameworks such as LangChain with code
  • Create effective multi-agent systems using orchestration patterns for problem-solving
  • Implement industry-specific agents for e-commerce, customer support, and more
  • Design robust memory architectures for agents with short- and long-term recall
  • Apply responsible AI practices with monitoring, guardrails, and human oversight
  • Optimize AI agent performance and cost for production environments

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 28, 2025
Length: 282 pages
Edition : 1st
Language : English
ISBN-13 : 9781805801344
Vendor :
Microsoft
Languages :
Tools :

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
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Aug 28, 2025
Length: 282 pages
Edition : 1st
Language : English
ISBN-13 : 9781805801344
Vendor :
Microsoft
Languages :
Tools :

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

14 Chapters
Part 1: Foundations of AI Workflows and the Rise of AI Agents Chevron down icon Chevron up icon
Evolution of GenAI Workflows Chevron down icon Chevron up icon
The Rise of AI Agents Chevron down icon Chevron up icon
Part 2: Designing, Building, and Scaling AI Agents Chevron down icon Chevron up icon
The Need for an AI Orchestrator Chevron down icon Chevron up icon
The Need for Memory and Context Management Chevron down icon Chevron up icon
The Need for Tools and External Integrations Chevron down icon Chevron up icon
Building Your First AI Agent with LangChain Chevron down icon Chevron up icon
Multi-Agent Applications Chevron down icon Chevron up icon
Part 3: Road to an Open, Agentic Ecosystem Chevron down icon Chevron up icon
Orchestrating Intelligence: Blueprint for Next-Gen Agent Protocols Chevron down icon Chevron up icon
Navigating Ethical Challenges in Real-World AI Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon
Index 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.

Modal Close icon
Modal Close icon