{"id":965,"date":"2025-04-14T23:55:15","date_gmt":"2025-04-14T23:55:15","guid":{"rendered":"https:\/\/miamiaiclub.com\/?page_id=965"},"modified":"2025-04-15T00:54:10","modified_gmt":"2025-04-15T00:54:10","slug":"download-agi2-whitepaper","status":"publish","type":"page","link":"https:\/\/miamiaiclub.com\/index.php\/download-agi2-whitepaper\/","title":{"rendered":"Download AGI &#038; Capital Markets Whitepaper"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Miami AI Club &#8211; AGI and Capital Markets Whitepaper<\/title><\/p>\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Arial', sans-serif;\n        }<\/p>\n<p>        body {\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n        }<\/p>\n<p>        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }<\/p>\n<p>        header {\n            background-color: #1e3a5f;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n            padding: 20px 0;\n        }<\/p>\n<p>        .logo {\n            font-size: 24px;\n            font-weight: bold;\n            color: #ffffff;\n            display: flex;\n            align-items: center;\n        }<\/p>\n<p>        .logo img {\n            height: 45px;\n            margin-right: 10px;\n        }<\/p>\n<p>        .hero {\n            padding: 80px 0;\n            background: linear-gradient(135deg, #1e3a5f, #102a48);\n            color: white;\n            text-align: center;\n        }<\/p>\n<p>        .hero h1 {\n            font-size: 42px;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .hero p {\n            font-size: 18px;\n            max-width: 800px;\n            margin: 0 auto 30px;\n        }<\/p>\n<p>        .content-wrapper {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 60px 0;\n        }<\/p>\n<p>        .whitepaper-preview {\n            flex: 1;\n            padding-right: 40px;\n        }<\/p>\n<p>        .whitepaper-cover {\n            box-shadow: 0 15px 30px rgba(0,0,0,0.2);\n            border-radius: 5px;\n            overflow: hidden;\n            max-width: 400px;\n        }<\/p>\n<p>        .whitepaper-cover img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }<\/p>\n<p>        .whitepaper-info {\n            margin-top: 30px;\n        }<\/p>\n<p>        .whitepaper-info h2 {\n            font-size: 28px;\n            margin-bottom: 15px;\n            color: #1e3a5f;\n        }<\/p>\n<p>        .whitepaper-info ul {\n            list-style-type: none;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .whitepaper-info li {\n            padding: 8px 0;\n            padding-left: 30px;\n            position: relative;\n        }<\/p>\n<p>        .whitepaper-info li:before {\n            content: \"\u2713\";\n            position: absolute;\n            left: 0;\n            color: #5271ff;\n            font-weight: bold;\n        }<\/p>\n<p>        .form-container {\n            flex: 1;\n            background-color: white;\n            border-radius: 8px;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            min-width: 500px; \/* Ensure minimum width for the form *\/\n        }<\/p>\n<p>        .form-container h3 {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: #1e3a5f;\n        }<\/p>\n<p>        iframe {\n            width: 100%;\n            min-width: 440px; \/* Minimum width for the iframe *\/\n            height: 850px; \/* Increased height *\/\n            border: none;\n            overflow: visible;\n        }<\/p>\n<p>        .privacy-notice {\n            font-size: 12px;\n            color: #7f8c8d;\n            margin-top: 15px;\n            text-align: center;\n        }<\/p>\n<p>        footer {\n            background-color: #1e3a5f;\n            color: #ecf0f1;\n            padding: 40px 0;\n            text-align: center;\n        }<\/p>\n<p>        .footer-content {\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .footer-column {\n            flex: 1;\n            min-width: 200px;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .footer-column h4 {\n            margin-bottom: 15px;\n            color: #5271ff;\n        }<\/p>\n<p>        .footer-column ul {\n            list-style-type: none;\n        }<\/p>\n<p>        .footer-column li {\n            margin-bottom: 8px;\n        }<\/p>\n<p>        .footer-column li a {\n            color: #ecf0f1;\n            text-decoration: none;\n            transition: color 0.3s;\n        }<\/p>\n<p>        .footer-column li a:hover {\n            color: #5271ff;\n        }<\/p>\n<p>        .copyright {\n            padding-top: 20px;\n            border-top: 1px solid rgba(255,255,255,0.1);\n        }<\/p>\n<p>        .miami-ai-logo {\n            max-width: 200px;\n            margin: 0 auto 20px;\n        }<\/p>\n<p>        \/* Responsiveness *\/\n        @media (max-width: 768px) {\n            .content-wrapper {\n                flex-direction: column;\n            }<\/p>\n<p>            .whitepaper-preview {\n                padding-right: 0;\n                margin-bottom: 40px;\n            }<\/p>\n<p>            .whitepaper-cover {\n                max-width: 100%;\n            }<\/p>\n<p>            .hero h1 {\n                font-size: 32px;\n            }<\/p>\n<p>            .hero p {\n                font-size: 16px;\n            }\n        }<\/p>\n<p>        \/* Neon style for Miami AI branding *\/\n        .neon-text {\n            color: #fff;\n            text-shadow: 0 0 5px #5271ff, 0 0 10px #5271ff, 0 0 15px #5271ff, 0 0 20px #5271ff;\n        }<\/p>\n<p>        .gradient-button {\n            background: linear-gradient(90deg, #5271ff, #aa55ff);\n            color: white;\n            border: none;\n            padding: 14px 24px;\n            border-radius: 4px;\n            font-size: 18px;\n            cursor: pointer;\n            transition: transform 0.3s, box-shadow 0.3s;\n            display: inline-block;\n            text-decoration: none;\n            margin-top: 20px;\n        }<\/p>\n<p>        .gradient-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 7px 15px rgba(82, 113, 255, 0.4);\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<header>\n<div class=\"container\">\n<div class=\"logo\">\n                <span>MIAMI AI CLUB<\/span>\n            <\/div>\n<\/p><\/div>\n<\/header>\n<section class=\"hero\">\n<div class=\"container\">\n<h1>AGI AND CAPITAL MARKETS: <span class=\"neon-text\">OPPORTUNITIES, RISKS, AND THE FUTURE OF FINANCIAL SYSTEMS<\/span><\/h1>\n<p>Download our comprehensive whitepaper exploring the intersection of Artificial General Intelligence (AGI) and capital markets, featuring insights from leading experts in AI, investment management, and technological innovation.<\/p>\n<\/p><\/div>\n<\/section>\n<div class=\"container\">\n<div class=\"content-wrapper\">\n<div class=\"whitepaper-preview\">\n<div class=\"whitepaper-cover\">\n                    <img decoding=\"async\" src=\"\/api\/placeholder\/400\/520\" alt=\"AGI and Capital Markets Whitepaper Cover\">\n                <\/div>\n<div class=\"whitepaper-info\">\n<h2>What You&#8217;ll Learn<\/h2>\n<ul>\n<li>Historical patterns of technological adoption and the imperative for proactive risk assessment<\/li>\n<li>The acceleration toward AGI and its potential impact on financial systems<\/li>\n<li>Human context and responsible innovation in AI development<\/li>\n<li>The promising convergence of blockchain technology and AI systems<\/li>\n<li>Expert insights on market volatility, price discovery, and regulatory challenges<\/li>\n<\/ul>\n<h2>Featured Experts<\/h2>\n<ul>\n<li>Caroline Yap &#8211; Former Managing Director at Google Cloud<\/li>\n<li>Nima Schei &#8211; Founder of Miami AI Club and creator of emotional decision makers<\/li>\n<li>Maja Vujinovic &#8211; Former CIO of GE, Managing Director at OGroup<\/li>\n<li>Afsheen Afshar &#8211; Founder and Managing Member at Pilot Wave Holdings<\/li>\n<li>Scott Benesch &#8211; Owner and Managing Partner at Benesch Investment Group<\/li>\n<li>Brian Engelbert &#8211; Former COO at Kyber Data<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<div class=\"form-container\">\n<h3>Get Instant Access to Our Whitepaper<\/h3>\n<p>                <!-- Replace this with your actual Google Form embed code --><br \/>\n                <iframe src=\"https:\/\/docs.google.com\/forms\/d\/10PSRaUSuasdskxuC_0e5GpoozWzVe5XWPxgchd5mCFI\/preview\" width=\"100%\" height=\"1350\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\">Loading\u2026<\/iframe><\/p>\n<p>                <!-- Script to help with iframe resizing --><br \/>\n                <script type=\"text\/javascript\">\n                    window.addEventListener('message', function(e) {\n                        var message = e.data;\n                        if (typeof message !== 'object' || message === null) return;<\/p>\n<p>                        \/\/ Check if this is a Google Forms resize message\n                        if (message.type === 'resize') {\n                            var iframe = document.querySelector('iframe');\n                            if (iframe && message.height) {\n                                \/\/ Set minimum height to prevent it from being too small\n                                var newHeight = Math.max(message.height + 50, 850);\n                                iframe.style.height = newHeight + 'px';\n                                console.log('Resized form to: ' + newHeight + 'px');\n                            }\n                        }\n                    });\n                <\/script><\/p>\n<div class=\"privacy-notice\">\n                    By submitting this form, you agree to our <a href=\"#\">Privacy Policy<\/a> and consent to receive updates from Miami AI Club.\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ If you need any JavaScript functionality, add it here\n        });\n    <\/script><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Miami AI Club &#8211; AGI and Capital Markets Whitepaper MIAMI AI CLUB AGI AND CAPITAL MARKETS: OPPORTUNITIES, RISKS, AND THE FUTURE OF FINANCIAL SYSTEMS Download our comprehensive whitepaper exploring the intersection of Artificial General Intelligence (AGI) and capital markets, featuring insights from leading experts in AI, investment management, and technological innovation. What You&#8217;ll Learn Historical [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-965","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/miamiaiclub.com\/index.php\/wp-json\/wp\/v2\/pages\/965","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/miamiaiclub.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/miamiaiclub.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/miamiaiclub.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/miamiaiclub.com\/index.php\/wp-json\/wp\/v2\/comments?post=965"}],"version-history":[{"count":18,"href":"https:\/\/miamiaiclub.com\/index.php\/wp-json\/wp\/v2\/pages\/965\/revisions"}],"predecessor-version":[{"id":1223,"href":"https:\/\/miamiaiclub.com\/index.php\/wp-json\/wp\/v2\/pages\/965\/revisions\/1223"}],"wp:attachment":[{"href":"https:\/\/miamiaiclub.com\/index.php\/wp-json\/wp\/v2\/media?parent=965"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}