Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Building Business-Ready Generative AI Systems
  • Table Of Contents Toc
Building Business-Ready Generative AI Systems

Building Business-Ready Generative AI Systems

By : Denis Rothman
close
close
Building Business-Ready Generative AI Systems

Building Business-Ready Generative AI Systems

By: Denis Rothman

Overview of this book

Standalone LLMs no longer deliver sufficient business value on their own. This guide moves beyond basic chatbots, showing you how to build agentic, ChatGPT-grade systems capable of sophisticated semantic and sentiment analysis, powered by context engineering. You'll design AI controller architectures with multi-user memory retention to dynamically adapt your system to diverse user and system inputs. You'll architect a Retrieval-Augmented Generation system with Pinecone to combine instruction-driven scenarios. Through context engineering, you’ll minimize token usage, maximize response quality, and create systems that reason across complex tasks with precision. You'll enhance your system’s intelligence with multimodal capabilities—image generation, voice interactions, and machine-driven reasoning—leveraging Chain-of-Thought and context chaining to address cross-domain automation challenges. You'll also integrate OpenAI’s suite and DeepSeek-R1 without disrupting your existing GenAISys ecosystem. With context engineering as the backbone, every step becomes a deliberate act of shaping model behavior. Your GenAISys will apply neuroscience-inspired insights to marketing strategies, predict human mobility, integrate smoothly into human workflows, and connect to live external data, all wrapped in a polished, investor-ready interface.
Table of Contents (14 chapters)
close
close
12
Other Books You May Enjoy

1. IPython interface

We’ll start by reviewing the primary updates to our IPython interface, which remains the main interaction point, as shown in Figure 7.5. From a user perspective, the introduction of handlers doesn’t alter the interface significantly, but some underlying code adjustments are necessary.

Figure 7.5: The IPython interface processes the user input and displays the output

Figure 7.5: The IPython interface processes the user input and displays the output

The IPython interface calls chat_with_gpt as before:

response = chat_with_gpt(
    user_histories[active_user], user_message, pfiles, 
    active_instruct, models=selected_model
)

Now, however, we can explicitly select either an OpenAI or a DeepSeek model with the following:

models=selected_model

To add the model to the chat_with_gpt call, we first add a drop-down model selector to the interface:

# Dropdown for model selection
model_selector = Dropdown(
    options=["OpenAI", "DeepSeek"],
    value="OpenAI",
    description...
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Building Business-Ready Generative AI Systems
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon