 {"id":520242,"date":"2026-04-21T07:48:31","date_gmt":"2026-04-21T14:48:31","guid":{"rendered":"https:\/\/jorgep.com\/blog\/?page_id=520242"},"modified":"2026-04-23T06:06:50","modified_gmt":"2026-04-23T13:06:50","slug":"book-series-ai-dont-just-chat","status":"publish","type":"page","link":"https:\/\/jorgep.com\/blog\/book-series-ai-dont-just-chat\/","title":{"rendered":"Book Series: AI, Don&#8217;t Just Chat&#8230;"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>AI: Don&#8217;t Just Chat Series<\/title>\n    <style>\n        .lp-container {\n            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .lp-hero {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 60px 40px;\n            background: linear-gradient(135deg, #1a365d 0%, #2c5282 50%, #4a90e2 100%);\n            color: white;\n            border-radius: 12px;\n            margin-bottom: 40px;\n        }\n\n        .lp-hero-text { flex: 1.2; padding-right: 30px; }\n        .lp-hero-image { flex: 0.8; text-align: center; }\n        .lp-hero-image img { max-width: 280px; height: auto; border-radius: 4px; box-shadow: 0 15px 35px rgba(0,0,0,0.4); }\n        .lp-hero h1 { font-size: 2.8rem; margin: 0 0 15px 0; color: #ffffff !important; line-height: 1.1; }\n        .lp-hero h1 span { color: #90cdf4; }\n        .lp-hero p { font-size: 1.25rem; opacity: 0.95; margin-bottom: 30px; line-height: 1.4; }\n\n        .lp-button {\n            display: inline-block;\n            background-color: #ff9900;\n            color: #000 !important;\n            padding: 18px 35px;\n            font-size: 1.1rem;\n            font-weight: bold;\n            text-decoration: none;\n            border-radius: 6px;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.2);\n            cursor: pointer;\n            border: none;\n        }\n        .lp-button:hover { background-color: #ffb84d; transform: translateY(-2px); }\n\n        .lp-button-secondary {\n            display: inline-block;\n            background-color: transparent;\n            color: #fff !important;\n            padding: 12px 25px;\n            font-size: 0.95rem;\n            font-weight: bold;\n            text-decoration: none;\n            border-radius: 6px;\n            border: 2px solid #63b3ed;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n        .lp-button-secondary:hover { background-color: #63b3ed; color: #000 !important; }\n\n        .lp-section { margin-bottom: 60px; }\n        .lp-section h2 { color: #1a365d; border-bottom: 4px solid #4a90e2; display: inline-block; margin-bottom: 25px; font-size: 1.8rem; }\n\n        \/* Callout Style *\/\n        .lp-callout {\n            background: #f0f7ff;\n            border-left: 5px solid #4a90e2;\n            padding: 25px;\n            margin-bottom: 40px;\n            border-radius: 0 8px 8px 0;\n            font-size: 1.3rem;\n            font-weight: 500;\n            color: #2c5282;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .lp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 20px; }\n\n        .lp-card { background: #f8fafc; padding: 30px; border-radius: 8px; border-top: 4px solid #4a90e2; box-shadow: 0 2px 10px rgba(0,0,0,0.05); display: flex; flex-direction: column; }\n        .lp-card h3 { margin-top: 0; color: #2d3748; }\n\n        .lp-card.about-series { grid-column: 1 \/ -1; background: #edf2f7; border-top-color: #718096; flex-direction: row; align-items: center; gap: 30px; }\n\n        .lp-card .status { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: bold; margin-bottom: 15px; width: fit-content; }\n        .lp-card .status.available { background-color: #48bb78; color: white; }\n        .lp-card .status.preorder { background-color: #ed8936; color: white; }\n        .lp-card .status.coming { background-color: #a0aec0; color: white; }\n\n        .lp-card-actions { margin-top: auto; padding-top: 20px; }\n\n        .table-container { width: 100%; overflow-x: auto; }\n\n        .journey-table { width: 100%; border-collapse: collapse; margin-top: 20px; min-width: 600px; }\n        .journey-table th, .journey-table td { padding: 20px; text-align: left; border-bottom: 1px solid #e2e8f0; }\n        .journey-table th { background-color: #1a365d; color: white; font-weight: 600; }\n        .journey-table tr:hover { background-color: #f7fafc; }\n\n        \/* \u2500\u2500 Modal Overlay \u2500\u2500 *\/\n        #notify-overlay {\n            display: none;\n            position: fixed;\n            inset: 0;\n            background: rgba(0,0,0,0.55);\n            z-index: 9999;\n            align-items: center;\n            justify-content: center;\n        }\n        #notify-overlay.open { display: flex; }\n\n        #notify-modal {\n            background: #fff;\n            border-radius: 12px;\n            padding: 2.5rem;\n            max-width: 440px;\n            width: 90%;\n            position: relative;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.25);\n        }\n\n        #notify-modal .modal-close {\n            position: absolute;\n            top: 14px; right: 18px;\n            background: none; border: none;\n            font-size: 1.4rem; cursor: pointer;\n            color: #718096; line-height: 1;\n        }\n        #notify-modal .modal-close:hover { color: #1a365d; }\n\n        #notify-modal .modal-eyebrow {\n            font-size: 0.72rem; font-weight: bold; letter-spacing: 1.5px;\n            text-transform: uppercase; color: #718096; margin-bottom: 6px;\n        }\n\n        #notify-modal h2 { margin: 0 0 8px; color: #1a365d; font-size: 1.4rem; }\n        #notify-modal p.modal-sub { font-size: 0.95rem; color: #4a5568; margin: 0 0 1.5rem; line-height: 1.5; }\n\n        #notify-modal label { display: block; font-size: 0.8rem; color: #4a5568; margin-bottom: 4px; font-weight: 600; }\n        #notify-modal input[type=\"text\"],\n        #notify-modal input[type=\"email\"] {\n            width: 100%; box-sizing: border-box;\n            padding: 10px 14px; margin-bottom: 14px;\n            border: 1px solid #cbd5e0; border-radius: 6px;\n            font-size: 0.95rem; color: #2d3748;\n            outline: none; transition: border-color 0.2s;\n        }\n        #notify-modal input:focus { border-color: #4a90e2; }\n\n        #notify-modal .modal-submit {\n            width: 100%; padding: 13px;\n            background: #ff9900; color: #000;\n            font-size: 1rem; font-weight: bold;\n            border: none; border-radius: 6px; cursor: pointer;\n            transition: background 0.2s;\n        }\n        #notify-modal .modal-submit:hover { background: #ffb84d; }\n        #notify-modal .modal-submit:disabled { background: #a0aec0; cursor: not-allowed; color: #fff; }\n\n        #notify-modal .modal-fine {\n            font-size: 0.75rem; color: #a0aec0;\n            text-align: center; margin: 10px 0 0;\n        }\n\n        \/* Thank-you state *\/\n        #notify-thanks { display: none; text-align: center; }\n        #notify-thanks .check-circle {\n            width: 56px; height: 56px; border-radius: 50%;\n            background: #c6f6d5; display: flex; align-items: center;\n            justify-content: center; font-size: 1.5rem;\n            margin: 0 auto 1rem; color: #276749;\n        }\n        #notify-thanks h2 { color: #1a365d; margin-bottom: 8px; }\n        #notify-thanks p { color: #4a5568; font-size: 0.95rem; line-height: 1.6; }\n\n        .modal-error { color: #e53e3e; font-size: 0.82rem; margin: -8px 0 12px; display: none; }\n\n        @media (max-width: 768px) {\n            .lp-hero { flex-direction: column; text-align: center; padding: 40px 20px; }\n            .lp-hero-text { padding-right: 0; margin-bottom: 40px; }\n            .lp-hero h1 { font-size: 2.2rem; }\n            .lp-card.about-series { flex-direction: column; text-align: center; }\n            .lp-callout { font-size: 1.1rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div id=\"notify-overlay\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-title\">\n    <div id=\"notify-modal\">\n        <button class=\"modal-close\" onclick=\"closeNotifyModal()\" aria-label=\"Close\">&times;<\/button>\n\n        <div id=\"notify-form-state\">\n            <div class=\"modal-eyebrow\">Don&#8217;t Just Chat, Partner<\/div>\n            <h2 id=\"modal-title\">Notify me on launch<\/h2>\n            <p class=\"modal-sub\">We&#8217;ll send you a note the moment Book 3 is published. No spam \u2014 just one email.<\/p>\n\n            <label for=\"notify-name\">First name<\/label>\n            <input type=\"text\" id=\"notify-name\" placeholder=\"Jorge\" autocomplete=\"given-name\" \/>\n            <div class=\"modal-error\" id=\"err-name\">Please enter your first name.<\/div>\n\n            <label for=\"notify-email\">Email address<\/label>\n            <input type=\"email\" id=\"notify-email\" placeholder=\"jorge@example.com\" autocomplete=\"email\" \/>\n            <div class=\"modal-error\" id=\"err-email\">Please enter a valid email address.<\/div>\n\n            <div class=\"modal-error\" id=\"err-server\"><\/div>\n\n            <button class=\"modal-submit\" id=\"notify-submit\" onclick=\"submitNotify()\">Notify me<\/button>\n            <p class=\"modal-fine\">No spam. Just one email when it launches.<\/p>\n        <\/div>\n\n        <div id=\"notify-thanks\">\n            <div class=\"check-circle\">\u2713<\/div>\n            <h2>You&#8217;re on the list!<\/h2>\n            <p>We&#8217;ll send you a note as soon as <em>Don&#8217;t Just Chat, Partner<\/em> is published. Stay tuned.<\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"lp-container\">\n\n    <section class=\"lp-hero\">\n        <div class=\"lp-hero-text\">\n            <div style=\"text-transform: uppercase; letter-spacing: 2px; font-size: 0.85rem; margin-bottom: 12px; font-weight: bold; color: #90cdf4;\">The Complete Flight School for the Intelligence Age<\/div>\n            <h1>AI: Don&#8217;t Just <span>Chat<\/span><\/h1>\n            <p>Most people do not need more hype or another how-to guide \u2014 they need clarity about why it matters, what it is, and when to focus. <br>A multi-book journey to understand how to use AI beyond &#8220;Just Chat&#8221; from your first prompt to being a partner with coding or major technical know-how.\n<\/p>\n\n            <a href=\"#books\" class=\"lp-button\">Find YOUR Entry Point<\/a>\n        <\/div>\n        <div class=\"lp-hero-image\">\n            <div style=\"width: 280px; height: 420px; background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%); border-radius: 4px; box-shadow: 0 15px 35px rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; color: white; font-size: 0.9rem; text-align: center; padding: 20px; margin: 0 auto;\">\n                <div>\n                    <div style=\"font-size: 1.8rem; font-weight: bold; margin-bottom: 18px;\">Practical AI Strategy Series<\/div>\n                    <div class=\"lp-hero-image\">\n                        <img decoding=\"async\" src=\"https:\/\/jorgep.com\/blog\/wp-content\/uploads\/AI-DONOTJUStCHATSERIES-600x780-1-234x300.jpg\" alt=\"Don't Just Chat, Orchestrate Book Cover by Jorge Pereira\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"lp-section\">\n        <h2>Your AI Journey Starts Here<\/h2>\n        <p>Every person&#8217;s AI journey follows the same arc: first you communicate, then you automate, finally you partner. Like a flight instructor guiding you from your first solo to your commercial license, this series explains the concepts, shows you how they work, and changes your mindset about how to use AI&#8217;s capabilities.<\/p>\n    <\/section>\n\n    <div class=\"lp-callout\">\n        <span>\ud83d\udca1<\/span> This series is about reframing your view of AI so it can work for you.\n    <\/div>\n\n    <section class=\"lp-section\" id=\"books\">\n        <h2>A Framework to Rethink Your Use of AI<\/h2>\n        <div class=\"lp-grid\">\n\n            <div class=\"lp-card\">\n                <span class=\"status available\">\u2713 Available Now<\/span>\n                <h3>Don&#8217;t Just Chat, Delegate<\/h3>\n                <p><strong>Communicate Better in the the Intelligence Age<\/strong><\/p>\n                <p>Master the foundations. Move from AI toy to AI tool. Learn the delegation frameworks that every professional needs in 2026.<\/p>\n                <div class=\"lp-card-actions\">\n                    <a href=\"https:\/\/jorgep.com\/blog\/book-dont-just-chat-delegate\/\" class=\"lp-button\" style=\"display: block; text-align: center; padding: 12px; margin-bottom: 10px;\">Visit Official Page<\/a>\n                    <a href=\"https:\/\/a.co\/d\/0dj5YCoW\" class=\"lp-button-secondary\" style=\"display: block; text-align: center; border-color: #2c5282; color: #2c5282 !important;\">Order on Amazon<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"lp-card\">\n                <span class=\"status available\">\u2713 Available Now<\/span>\n                <h3>Don&#8217;t Just Chat, Orchestrate<\/h3>\n                <p><strong>Orchestrating AI That Works While You Sleep<\/strong><\/p>\n                <p>Build autonomous systems. Multi-agent teams. Vibe coding for non-coders. The guide to systems that scale your intent.<\/p>\n                <div class=\"lp-card-actions\">\n                    <a href=\"https:\/\/jorgep.com\/blog\/book-dont-just-chat-orchestrate\/\" class=\"lp-button\" style=\"display: block; text-align: center; padding: 12px; margin-bottom: 10px;\">Visit Official Page<\/a>\n                    <a href=\"https:\/\/www.amazon.com\/dp\/B0GX2YLLV4\" class=\"lp-button-secondary\" style=\"display: block; text-align: center; border-color: #2c5282; color: #2c5282 !important;\">Order on Amazon<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"lp-card\">\n                <span class=\"status coming\">Coming in May<\/span>\n                <h3>Don&#8217;t Just Chat, Partner<\/h3>\n                <p><strong>Partner with AI at Scale<\/strong><\/p>\n                <p>Agents don&#8217;t just execute tasks, they become an extension of your thinking. The future isn&#8217;t about managing AI\u2014it&#8217;s about partnering with it.<\/p>\n                <div class=\"lp-card-actions\">\n                    <button onclick=\"openNotifyModal()\" class=\"lp-button-secondary\" style=\"display: block; width: 100%; text-align: center; border-color: #718096; color: #718096 !important; box-sizing: border-box;\">Notify Me on Launch<\/button>\n                <\/div>\n            <\/div>\n\n            <div class=\"lp-card about-series\">\n                <div style=\"flex: 1;\">\n                    <h3>\ud83d\udcda About the Series<\/h3>\n                    <p>Created by <strong>Jorge Pereira<\/strong> for people who want to understand AI and how the tool can be leveraged without technical know-how or\u00a0 learn to code. Each book represents a guide to the each stage of the process.\u00a0 \u00a0 Further details on <a href=\"https:\/\/jorgep.com\/blog\/ai-dont-just-chat-practical-roadmap\/\">Blog Post here<\/a><\/p>\n\n                <\/div>\n                <div class=\"lp-card-actions\" style=\"flex: 0 0 auto; padding-top: 0;\">\n                    <a href=\"#\" class=\"lp-button-secondary\" style=\"border-color: #2c5282; color: #2c5282 !important;\">About the Author<\/a>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <section style=\"text-align: center; padding: 60px 20px; background: #f1f5f9; border-radius: 12px; margin-top: 40px;\">\n        <h2 style=\"border: none; margin-bottom: 15px; color: #1a365d;\">The future belongs to the amplified doer.<\/h2>\n        <p style=\"margin-bottom: 30px; font-size: 1.2rem; max-width: 700px; margin-left: auto; margin-right: auto; color: #4a5568;\">\n            &#8220;You still need the soul of a doer to know what&#8217;s worth building, but you win by knowing how to orchestrate the systems that scale that vision.&#8221;\n        <\/p>\n        <a href=\"https:\/\/jorgep.com\/blog\/book-dont-just-chat-delegate\/\" class=\"lp-button\">Begin Your Journey \u2014 Book 1<\/a>\n        <p style=\"font-size: 0.85rem; margin-top: 15px; color: #718096;\">No code required. Just outcomes.<\/p>\n    <\/section>\n\n<\/div>\n\n<script>\n    var NOTIFY_ENDPOINT = 'https:\/\/jorgep.com\/save-notify.php';\n\n    function openNotifyModal() {\n        document.getElementById('notify-overlay').classList.add('open');\n        document.getElementById('notify-name').focus();\n    }\n\n    function closeNotifyModal() {\n        document.getElementById('notify-overlay').classList.remove('open');\n    }\n\n    document.getElementById('notify-overlay').addEventListener('click', function(e) {\n        if (e.target === this) closeNotifyModal();\n    });\n\n    document.addEventListener('keydown', function(e) {\n        if (e.key === 'Escape') closeNotifyModal();\n    });\n\n    function showError(id, msg) {\n        var el = document.getElementById(id);\n        el.textContent = msg;\n        el.style.display = 'block';\n    }\n\n    function clearErrors() {\n        ['err-name', 'err-email', 'err-server'].forEach(function(id) {\n            document.getElementById(id).style.display = 'none';\n        });\n    }\n\n    function submitNotify() {\n        clearErrors();\n\n        var name  = document.getElementById('notify-name').value.trim();\n        var email = document.getElementById('notify-email').value.trim();\n        var btn   = document.getElementById('notify-submit');\n        var valid = true;\n\n        if (!name) { showError('err-name', 'Please enter your first name.'); valid = false; }\n        if (!email || !\/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/.test(email)) { showError('err-email', 'Please enter a valid email address.'); valid = false; }\n        if (!valid) return;\n\n        btn.disabled = true;\n        btn.textContent = 'Saving\u2026';\n\n        fetch(NOTIFY_ENDPOINT, {\n            method: 'POST',\n            headers: { 'Content-Type': 'application\/json' },\n            body: JSON.stringify({ name: name, email: email })\n        })\n        .then(function(res) { return res.json(); })\n        .then(function(data) {\n            if (data.success) {\n                document.getElementById('notify-form-state').style.display = 'none';\n                document.getElementById('notify-thanks').style.display = 'block';\n            } else {\n                showError('err-server', data.message || 'Something went wrong. Please try again.');\n                btn.disabled = false;\n                btn.textContent = 'Notify me';\n            }\n        })\n        .catch(function() {\n            showError('err-server', 'Network error. Please check your connection and try again.');\n            btn.disabled = false;\n            btn.textContent = 'Notify me';\n        });\n    }\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>AI: Don&#8217;t Just Chat Series &times; Don&#8217;t Just Chat, Partner Notify me on launch We&#8217;ll send you a note the moment Book 3 is published. No spam \u2014 just one email. First name Please enter your first name. Email address Please enter a valid email address. Notify me No spam. Just one email when it&#8230;<\/p>\n","protected":false},"author":2,"featured_media":520234,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","ngg_post_thumbnail":0,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-520242","page","type-page","status-publish","has-post-thumbnail","hentry"],"taxonomy_info":[],"featured_image_src_large":["https:\/\/jorgep.com\/blog\/wp-content\/uploads\/CoverBook-01-640x1024.jpg",640,1024,true],"author_info":{"display_name":"Jorge Pereira","author_link":"https:\/\/jorgep.com\/blog\/author\/jorge\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/pages\/520242","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/comments?post=520242"}],"version-history":[{"count":34,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/pages\/520242\/revisions"}],"predecessor-version":[{"id":520345,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/pages\/520242\/revisions\/520345"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/media\/520234"}],"wp:attachment":[{"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/media?parent=520242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}