{"id":162,"date":"2026-03-12T18:26:24","date_gmt":"2026-03-12T12:56:24","guid":{"rendered":"https:\/\/vault.theoneleap.com\/?p=162"},"modified":"2026-03-13T16:27:10","modified_gmt":"2026-03-13T10:57:10","slug":"agentic-ai-what-it-professionals-need-to-know-before-it-lands-in-your-stack","status":"publish","type":"post","link":"https:\/\/vault.theoneleap.com\/index.php\/2026\/03\/12\/agentic-ai-what-it-professionals-need-to-know-before-it-lands-in-your-stack\/","title":{"rendered":"Agentic AI: What IT Professionals Need to Know Before It Lands in Your Stack"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">AI has moved fast. Over the last few years, we went from predictive models to generative AI that writes code, summarizes documents, and drafts emails. But the next shift is different in kind, not just degree. Agentic AI doesn&#8217;t just respond to prompts it takes action. It plans, executes, evaluates results, and retries. And if you&#8217;re in software engineering, IT operations, or platform architecture, it&#8217;s already heading toward your backlog.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This blog gives you a technically grounded picture of how agentic AI systems are built, what they&#8217;re actually being used for in enterprise environments, and what the data says about where adoption stands today without requiring you to wade through vendor marketing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Market Reality: Hype Meets Hard Numbers<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before diving into architecture, it helps to understand where the industry actually stands. According to McKinsey&#8217;s 2025 State of AI report, 62% of organizations are at least experimenting with AI agents but only 23% have begun scaling an agentic system in even one business function. Most are still in proof-of-concept territory.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Gartner adds useful context from the other direction: they predict over 40% of agentic AI projects will be canceled by the end of 2027, citing escalating costs, unclear ROI, and inadequate risk controls. These aren&#8217;t reasons to ignore the technology they&#8217;re reasons to approach it with engineering discipline rather than enthusiasm alone.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On the growth side, Gartner projects that 40% of enterprise applications will integrate task-specific AI agents by the end of 2026, up from less than 5% today. McKinsey estimates that 92% of firms plan to increase their AI budgets within the next three years. The window to build informed judgment on this technology before it appears in your organization&#8217;s roadmap is narrowing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Agentic AI Actually Is (And What It Isn&#8217;t)<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/mceu_83947505211755524542-68a32dbe36913-1024x576.jpg\" alt=\"\" class=\"wp-image-163\" srcset=\"https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/mceu_83947505211755524542-68a32dbe36913-1024x576.jpg 1024w, https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/mceu_83947505211755524542-68a32dbe36913-300x169.jpg 300w, https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/mceu_83947505211755524542-68a32dbe36913-768x432.jpg 768w, https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/mceu_83947505211755524542-68a32dbe36913.jpg 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">A standard LLM interaction is stateless and reactive: you send a prompt, you get a response, the loop ends. An agentic system is different in three fundamental ways:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It pursues a goal across multiple steps, not just a single response.<\/li>\n\n\n\n<li>It uses tools APIs, databases, code executors, web search to take actions in real systems.<\/li>\n\n\n\n<li>It evaluates its own outputs, detects failures, and retries or adjusts strategy.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">One important term to know: &#8220;agentwashing.&#8221; Gartner has flagged this explicitly it&#8217;s the practice of relabeling existing chatbots, RPA workflows, or simple AI assistants as &#8220;agents&#8221; without the underlying capability to plan, act, and self-correct. When evaluating vendor offerings, ask whether the system can actually decompose a goal into sub-tasks, execute those tasks against live systems, and handle failure gracefully. Most cannot.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Agentic Systems Are Built: The Architecture Layer by Layer<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Understanding the technical components helps you assess what&#8217;s actually under the hood in any agentic product or internal project.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-12-2026-06_11_40-PM-1024x683.png\" alt=\"\" class=\"wp-image-165\" srcset=\"https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-12-2026-06_11_40-PM-1024x683.png 1024w, https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-12-2026-06_11_40-PM-300x200.png 300w, https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-12-2026-06_11_40-PM-768x512.png 768w, https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-12-2026-06_11_40-PM.png 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">The Reasoning Engine (LLM)<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The large language model serves as the agent&#8217;s brain it interprets goals, decomposes them into steps, selects which tools to invoke, and interprets results. The quality of the LLM determines how well the agent handles ambiguity, recovers from errors, and handles edge cases it wasn&#8217;t explicitly designed for.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Memory Architecture<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Memory in agentic systems works in layers. Short-term (in-context) memory holds the current task state and recent tool outputs. Vector-based retrieval memory lets agents pull from large knowledge bases without stuffing everything into a single prompt. Long-term persistent memory, stored in databases, allows agents to remember decisions across sessions critical for workflows that span hours or days. How these layers interact is one of the most actively evolving design problems in the field.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Tool &amp; API Integration<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Agents interact with real systems through tool calls structured function invocations that trigger actions in external APIs, databases, or services. The emerging standard here is Anthropic&#8217;s Model Context Protocol (MCP), which has become the de facto interface for connecting agents to tools and data sources. Think of it as a USB-C standard for AI: it allows any agent to connect to any tool without custom integration code, and it&#8217;s now supported across most major agent frameworks.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Orchestration Patterns<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This is where architecture gets interesting. There are three dominant patterns in production systems today:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Reactive agent: <\/strong>A single agent with tools. It receives a task, decides which tools to call, executes them in sequence, and returns a result. Good for well-scoped, single-domain tasks.<\/li>\n\n\n\n<li><strong>Planner-executor: <\/strong>A planning agent decomposes a goal into sub-tasks, and executor agents carry them out. The planner evaluates results and adjusts the plan dynamically. Suited for complex, multi-step workflows.<\/li>\n\n\n\n<li><strong>Multi-agent supervisor: <\/strong>A supervisor agent coordinates multiple specialized sub-agents (e.g., one for research, one for code generation, one for testing). Each sub-agent has narrow scope; the supervisor routes tasks, merges outputs, and handles escalation. This is the architecture behind most enterprise-grade deployments today.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The dominant framework for implementing these patterns is LangGraph, which uses a directed graph model where nodes are agents or tools, edges define execution flow, and shared state persists across steps. It supports cycles (agents can loop), conditional branching, and human-in-the-loop checkpoints. As of late 2025, it&#8217;s in production at roughly 400 enterprises globally. CrewAI is a popular alternative for role-based multi-agent setups, and Microsoft&#8217;s Agent Framework (which merged AutoGen with Semantic Kernel) targets enterprise Azure deployments.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Retrieval-Augmented Generation (RAG)<\/h3>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-80868740 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-uagb-image uagb-block-30d4ea6a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img decoding=\"async\" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/Group-1924.png\" alt=\"\" width=\"365\" height=\"250\" title=\"\" loading=\"lazy\" role=\"img\"><\/figure><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Most production agents don&#8217;t rely solely on model training data. RAG lets agents pull relevant, current information from enterprise knowledge bases before responding or acting. For IT teams, this means agents can be grounded in your internal documentation, runbooks, or ticketing history rather than hallucinating answers based on general training.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Agentic AI Is Actually Doing in Enterprise Environments<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The use cases vary significantly in maturity. Here&#8217;s where IT professionals are seeing the most traction:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">IT Service Desk Automation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Agentic systems are handling L1 and L2 IT tickets end-to-end: a user requests access to a system, the agent verifies identity against directory services, checks approval policies, provisions access in the relevant SaaS platform, logs the action, and notifies the user without a human touching the ticket. This goes well beyond a chatbot that escalates to a human. McKinsey identifies IT and knowledge management as the functions with the highest current rate of agent deployment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Software Development Pipelines<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Coding agents are moving up the value chain. In addition to code generation, multi-agent systems are being deployed across the development lifecycle: one agent monitors CI\/CD pipelines for failures, another analyzes the error logs and identifies the likely root cause, a third generates a candidate fix and opens a pull request, and a fourth runs the test suite and reports results. Engineers review and merge they don&#8217;t diagnose and patch. The task length an AI agent can handle with at least 50% success rate has been doubling every seven months, according to research cited by McKinsey.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Security Operations<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Security teams are using agentic systems to accelerate threat triage. An agent monitors alerts, correlates events across SIEM logs, enriches indicators of compromise with threat intelligence APIs, and generates a prioritized incident summary with recommended remediation steps before a human analyst opens the ticket. The agent doesn&#8217;t make the final call; it compresses the investigation time from hours to minutes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Data &amp; Compliance Workflows<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In financial services and healthcare, agents are being used to collect transaction or operational data from multiple systems, run rule-based and ML-based anomaly checks, generate structured compliance reports, and route findings to the appropriate stakeholders. Gartner predicts that by 2029, agentic AI will autonomously resolve 80% of common customer service interactions without human intervention the same design pattern applies to internal operational workflows.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Risks You Need to Engineer Around<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Agentic systems introduce failure modes that don&#8217;t exist in passive AI tools. The key ones to plan for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Runaway actions: <\/strong>An agent with broad permissions can propagate a bad decision across multiple systems before anyone notices. Implement least-privilege access for every agent, and design explicit human-in-the-loop checkpoints for high-stakes actions.<\/li>\n\n\n\n<li><strong>Error propagation: <\/strong>A wrong output early in a multi-step workflow can cascade. Production-grade agentic systems require logging at each step, rollback capability, and validation gates between stages.<\/li>\n\n\n\n<li><strong>Prompt injection: <\/strong>When agents browse the web, read emails, or process external documents, malicious content in those sources can attempt to hijack the agent&#8217;s instructions. This is an active attack surface with no complete solution yet.<\/li>\n\n\n\n<li><strong>Governance gaps: <\/strong>When an agent takes an action that violates policy, who is accountable? Regulatory frameworks have not caught up. Build audit trails and define accountability structures before deploying agents with real-world access.<\/li>\n\n\n\n<li><strong>Cost overruns: <\/strong>Multi-agent systems that loop, retry, and call external APIs can accumulate compute and API costs faster than teams expect. Instrument your pipelines early and set spending guardrails.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Where This Is Going<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The near-term trajectory is toward interconnected agent ecosystems not single agents, but networks of specialized agents that collaborate across systems. The communication layer for this is maturing quickly. Google&#8217;s Agent-to-Agent (A2A) protocol, launched in 2025 and now governed under the Linux Foundation, enables agents from different vendors to discover each other and coordinate tasks. Over 150 major enterprise software vendors including Salesforce, SAP, and ServiceNow already support it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The practical implication: enterprise software is being rebuilt around agents as first-class participants, not just end users. The platforms your organization uses today ITSM, CRM, ERP, code pipelines will increasingly expose agent-accessible interfaces alongside human UIs. Knowing how these systems work at the architecture level will be a meaningful differentiator for engineers who want to shape how their organizations adopt them, rather than inherit decisions made by others.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Takeaway<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Agentic AI is not a future technology. It&#8217;s in production today, with well-understood architectural patterns, an emerging standards layer, and clear failure modes. The gap right now is between organizations deploying it thoughtfully with proper access controls, observability, and human oversight and those chasing the trend without that foundation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For IT professionals, the most valuable thing you can do right now is develop a working mental model of how these systems are structured, where they succeed, and where they fail. That judgment will matter far more than familiarity with any specific tool or framework  both of which will change significantly over the next 18 months anyway.<\/p>\n\n\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-51f75953 uagb-faq-icon-row uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height     \" data-faqtoggle=\"true\" role=\"tablist\"><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-edb77a0c \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>What is the difference between an AI agent and a chatbot?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>A chatbot responds to input within a single turn. An AI agent pursues a goal across multiple steps, uses tools to take actions in real systems, and evaluates and adjusts its own outputs.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-26d2faff \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>What&#8217;s the difference between agentic AI and RPA?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>RPA follows fixed, deterministic rules on structured data. Agentic AI reasons through ambiguity, handles unstructured inputs, and adapts its approach dynamically. They&#8217;re complementary agents handle the judgment layer, RPA handles the execution layer for highly repetitive tasks.<\/p><\/div><\/div><\/div>\n\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-ca2d69ec uagb-faq-icon-row uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height     \" data-faqtoggle=\"true\" role=\"tablist\"><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-27612182 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Which framework should my team start with?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>LangGraph is the most production-proven for complex, stateful workflows. CrewAI is faster to get started with for role-based multi-agent setups. If your organization is Azure-native, Microsoft&#8217;s Agent Framework (AutoGen + Semantic Kernel) integrates most naturally with your existing stack.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-d36f742d \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Is agentic AI safe to deploy in enterprise environments?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>With the right guardrails least-privilege access, human-in-the-loop checkpoints for high-stakes actions, full audit logging, and step-level observability yes. Without them, the failure modes are serious. Treat agentic systems like production microservices: design for failure from the start.<\/p><\/div><\/div><\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>AI has moved fast. Over the last few years, we went from predictive models to generative AI that writes code, summarizes documents, and drafts emails. But the next shift is different in kind, not just degree. Agentic AI doesn&#8217;t just respond to prompts it takes action. It plans, executes, evaluates results, and retries. And if [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":180,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","_swt_meta_header_display":false,"_swt_meta_footer_display":false,"_swt_meta_site_title_display":false,"_swt_meta_sticky_header":false,"_swt_meta_transparent_header":false,"footnotes":""},"categories":[7],"tags":[],"class_list":["post-162","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-agentic-ai"],"spectra_custom_meta":{"_edit_lock":["1773470641:1"],"_thumbnail_id":["180"],"_uag_custom_page_level_css":[""],"_swt_meta_header_display":[""],"_swt_meta_footer_display":[""],"_swt_meta_site_title_display":[""],"_swt_meta_sticky_header":[""],"_swt_meta_transparent_header":[""],"footnotes":[""],"_uag_css_file_name":["uag-css-162.css"],"rank_math_internal_links_processed":["1"],"_uag_page_assets":["a:9:{s:3:\"css\";s:29082:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;transition-property:box-shadow;transition-duration:.2s;transition-timing-function:ease}.wp-block-uagb-container .spectra-container-link-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}.wp-block-uagb-container .wp-block-uagb-blockquote,.wp-block-uagb-container .wp-block-spectra-pro-login,.wp-block-uagb-container .wp-block-spectra-pro-register{margin:unset}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-container.uagb-layout-grid{display:grid;width:100%}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap{display:inherit;width:inherit}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.alignwide.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:inherit;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-info-box),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-faq__outer-wrap){min-width:unset !important;width:100%;position:relative}body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container ol,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap ol{max-width:-webkit-fill-available;margin-block-start:0;margin-block-end:0;margin-left:20px}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}.nv-single-page-wrap .nv-content-wrap.entry-content .wp-block-uagb-container.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media only screen and (max-width: 767px){.wp-block-uagb-container .wp-block-uagb-advanced-heading{width:-webkit-fill-available}}.wp-block-uagb-image--align-none{justify-content:center}.wp-block-uagb-image{display:flex}.wp-block-uagb-image__figure{position:relative;display:flex;flex-direction:column;max-width:100%;height:auto;margin:0}.wp-block-uagb-image__figure img{height:auto;display:flex;max-width:100%;transition:box-shadow .2s ease}.wp-block-uagb-image__figure>a{display:inline-block}.wp-block-uagb-image__figure figcaption{text-align:center;margin-top:.5em;margin-bottom:1em}.wp-block-uagb-image .components-placeholder.block-editor-media-placeholder .components-placeholder__instructions{align-self:center}.wp-block-uagb-image--align-left{text-align:left}.wp-block-uagb-image--align-right{text-align:right}.wp-block-uagb-image--align-center{text-align:center}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;height:auto}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img{height:auto;width:100% !important}.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img{height:auto;width:100%}.wp-block-uagb-image--layout-overlay__color-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;opacity:.2;background:rgba(0,0,0,.5);transition:opacity .35s ease-in-out}.wp-block-uagb-image--layout-overlay-link{position:absolute;left:0;right:0;bottom:0;top:0}.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.wp-block-uagb-image--layout-overlay__inner{position:absolute;left:15px;right:15px;bottom:15px;top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-color:#fff;transition:.35s ease-in-out}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.top-center,.wp-block-uagb-image--layout-overlay__inner.top-right{justify-content:flex-start}.wp-block-uagb-image--layout-overlay__inner.bottom-left,.wp-block-uagb-image--layout-overlay__inner.bottom-center,.wp-block-uagb-image--layout-overlay__inner.bottom-right{justify-content:flex-end}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.center-left,.wp-block-uagb-image--layout-overlay__inner.bottom-left{align-items:flex-start}.wp-block-uagb-image--layout-overlay__inner.top-right,.wp-block-uagb-image--layout-overlay__inner.center-right,.wp-block-uagb-image--layout-overlay__inner.bottom-right{align-items:flex-end}.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{color:#fff;transition:transform .35s,opacity .35s ease-in-out;transform:translate3d(0, 24px, 0);margin:0;line-height:1em}.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;border-top-style:solid;margin-bottom:10px;opacity:0;transition:transform .4s,opacity .4s ease-in-out;transform:translate3d(0, 30px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0;overflow:visible;color:#fff;transition:transform .45s,opacity .45s ease-in-out;transform:translate3d(0, 35px, 0)}.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption{opacity:1;transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1);transition:transform .35s ease-in-out}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1.05)}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{width:calc(100% + 40px) !important;max-width:none !important;transform:translate3d(-40px, 0, 0);transition:transform .35s ease-in-out}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-grayscale img{filter:grayscale(0%);transition:.35s ease-in-out}.wp-block-uagb-image--effect-grayscale:hover img{filter:grayscale(100%)}.wp-block-uagb-image--effect-blur img{filter:blur(0);transition:.35s ease-in-out}.wp-block-uagb-image--effect-blur:hover img{filter:blur(3px)}.wp-block-uagb-container.uagb-block-89869068 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-89869068 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-89869068 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-89869068 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-89869068 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-89869068{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-89869068 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 100%);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-89869068{box-shadow: 0px 0px   #00000070 ;padding-top: 15px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top: 0% !important;margin-bottom: -5% !important;margin-left: 0%;margin-right: 0%;overflow: visible;order: initial;border-color: inherit;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-89869068.uag-blocks-common-selector{--z-index-desktop: 999;}.wp-block-uagb-container.uagb-block-90c9ad4e .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-90c9ad4e .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-90c9ad4e .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-90c9ad4e .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-90c9ad4e .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-90c9ad4e{max-width: 85%;width: 100%;}.wp-block-uagb-container.uagb-block-90c9ad4e{box-shadow: 0px 0px   #00000070 ;padding-top: 16px;padding-bottom: 16px;padding-left: 16px;padding-right: 16px;margin-top: 0% !important;margin-bottom: -5% !important;margin-left: 0% !important;margin-right: 0% !important;overflow: visible;order: initial;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-color: inherit;background-color: #2c2c2c;;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;max-width: 85% !important;}.uagb-block-3ceb4de5.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-3ceb4de5.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-3ceb4de5.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-3ceb4de5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-3ceb4de5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-3ceb4de5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-3ceb4de5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-3ceb4de5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-3ceb4de5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-3ceb4de5.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-3ceb4de5.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 158px;height: auto;}.uagb-block-3ceb4de5.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-3ceb4de5.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-3ceb4de5.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-3ceb4de5.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-89869068{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-89869068 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-89869068{padding-top: 15px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top: 0% !important;margin-bottom: -6% !important;margin-left: 0%;margin-right: 0%;order: initial;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-90c9ad4e{width: 100%;}.wp-block-uagb-container.uagb-block-90c9ad4e{padding-top: 16px;padding-bottom: 16px;padding-left: 16px;padding-right: 16px;margin-top: 0% !important;margin-bottom: -5% !important;order: initial;background-color: #2c2c2c;;max-width:  !important;}.uagb-block-3ceb4de5.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 158px;height: auto;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-89869068{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-89869068 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-89869068{padding-top: 15px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top: 0% !important;margin-bottom: -20% !important;margin-left: 0%;margin-right: 0%;order: initial;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-90c9ad4e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-block-90c9ad4e{padding-top: 16px;padding-bottom: 16px;padding-left: 16px;padding-right: 16px;margin-top: 0% !important;margin-bottom: -8% !important;order: initial;background-color: #2c2c2c;;flex-wrap: wrap;max-width: 100% !important;}.uagb-block-3ceb4de5.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 158px;height: auto;}}.uagb-block-8d0514c8.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-8d0514c8.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-8d0514c8.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-8d0514c8.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-8d0514c8.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-8d0514c8.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-8d0514c8.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-8d0514c8.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-8d0514c8.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-8d0514c8.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-8d0514c8.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 134px;height: auto;}.uagb-block-8d0514c8.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-8d0514c8.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-8d0514c8.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-8d0514c8.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.uagb-block-8d0514c8.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 134px;height: auto;}}@media only screen and (max-width: 767px) {.uagb-block-8d0514c8.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 134px;height: auto;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media(max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media(max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}.wp-block-uagb-faq{width:100%}.wp-block-uagb-faq.uagb-faq-layout-accordion .uagb-faq-child__outer-wrap .uagb-faq-questions-button{cursor:pointer}.wp-block-uagb-faq .uagb-faq-content{margin-bottom:0}.wp-block-uagb-faq .uagb-faq-content p{margin:auto}.uagb-faq-layout-grid.uagb-faq-equal-height.uagb-faq__wrap .uagb-faq-child__outer-wrap,.uagb-faq-layout-grid.uagb-faq-equal-height.uagb-faq__wrap .uagb-faq-item{height:100%}body[class*=astra] .uagb-faq-questions{line-height:normal}.uagb-faq-item{overflow:hidden}.wp-block-uagb-faq-child .uagb-faq-questions-button{display:flex;align-items:center}.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-faq-icon-wrap{display:flex;align-items:center}.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question{width:100%;margin-top:0;margin-bottom:0}.wp-block-uagb-faq-child .uagb-icon svg,.wp-block-uagb-faq-child .uagb-icon-active svg{width:15px;height:15px;font-size:15px}.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon-active,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon-active,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon{display:none;width:0;padding:0;height:0;margin:0}.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:flex;width:auto;height:auto}.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:none}.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item span.uagb-icon-active.uagb-faq-icon-wrap,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item span.uagb-icon-active.uagb-faq-icon-wrap,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:none}.uagb-block-30d4ea6a.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-30d4ea6a.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-30d4ea6a.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-30d4ea6a.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-30d4ea6a.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-30d4ea6a.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-30d4ea6a.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-30d4ea6a.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-30d4ea6a.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-30d4ea6a.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-30d4ea6a.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-30d4ea6a.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-30d4ea6a.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-30d4ea6a.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-30d4ea6a.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-51f75953 .uagb-icon svg{width: 12px;height: 12px;font-size: 12px;}.uagb-block-51f75953 .uagb-icon-active svg{width: 12px;height: 12px;font-size: 12px;}.uagb-block-51f75953 .uagb-faq-child__outer-wrap{margin-bottom: 10px;}.uagb-block-51f75953 .uagb-faq-item{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-color: #D2D2D2;border-style: solid;}.uagb-block-51f75953 .uagb-faq-questions-button{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-51f75953 .uagb-faq-content{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-51f75953 .uagb-faq-content span{margin-top: 10px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}.uagb-block-51f75953.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-51f75953.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-51f75953 .uagb-faq-item .uagb-faq-questions-button.uagb-faq-questions{flex-direction: row;}.uagb-block-51f75953 .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-content {display: none;}.uagb-block-ca2d69ec .uagb-icon svg{width: 12px;height: 12px;font-size: 12px;}.uagb-block-ca2d69ec .uagb-icon-active svg{width: 12px;height: 12px;font-size: 12px;}.uagb-block-ca2d69ec .uagb-faq-child__outer-wrap{margin-bottom: 10px;}.uagb-block-ca2d69ec .uagb-faq-item{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-color: #D2D2D2;border-style: solid;}.uagb-block-ca2d69ec .uagb-faq-questions-button{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-ca2d69ec .uagb-faq-content{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-ca2d69ec .uagb-faq-content span{margin-top: 10px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}.uagb-block-ca2d69ec.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-ca2d69ec.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-ca2d69ec .uagb-faq-item .uagb-faq-questions-button.uagb-faq-questions{flex-direction: row;}.uagb-block-ca2d69ec .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-content {display: none;}@media only screen and (max-width: 976px) {.uagb-block-30d4ea6a.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-51f75953.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-51f75953.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-51f75953 .uagb-faq-questions-button{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-51f75953 .uagb-faq-content{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-51f75953 .uagb-faq-content span{margin-top: 10px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}.uagb-block-51f75953 .uagb-faq-item{border-style: solid;border-color: #D2D2D2;}.uagb-block-ca2d69ec.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-ca2d69ec.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-ca2d69ec .uagb-faq-questions-button{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-ca2d69ec .uagb-faq-content{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-ca2d69ec .uagb-faq-content span{margin-top: 10px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}.uagb-block-ca2d69ec .uagb-faq-item{border-style: solid;border-color: #D2D2D2;}}@media only screen and (max-width: 767px) {.uagb-block-30d4ea6a.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-51f75953.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-51f75953 .uagb-faq-item{border-style: solid;border-color: #D2D2D2;}.uagb-block-51f75953.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-51f75953 .uagb-faq-questions-button{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-51f75953 .uagb-faq-content{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-51f75953 .uagb-faq-content span{margin-top: 10px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}.uagb-block-ca2d69ec.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-ca2d69ec .uagb-faq-item{border-style: solid;border-color: #D2D2D2;}.uagb-block-ca2d69ec.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-ca2d69ec .uagb-faq-questions-button{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-ca2d69ec .uagb-faq-content{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-ca2d69ec .uagb-faq-content span{margin-top: 10px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:43:{i:0;s:14:\"uagb\/container\";i:2;s:10:\"core\/group\";i:3;s:10:\"uagb\/image\";i:4;s:15:\"core\/navigation\";i:5;s:12:\"core\/buttons\";i:6;s:11:\"core\/button\";i:8;s:15:\"core\/post-title\";i:10;s:16:\"core\/post-author\";i:11;s:14:\"core\/paragraph\";i:12;s:14:\"core\/post-date\";i:13;s:15:\"core\/post-terms\";i:16;s:24:\"core\/post-featured-image\";i:17;s:17:\"core\/post-content\";i:18;s:14:\"core\/separator\";i:20;s:13:\"core\/comments\";i:21;s:19:\"core\/comments-title\";i:22;s:21:\"core\/comment-template\";i:25;s:11:\"core\/avatar\";i:27;s:24:\"core\/comment-author-name\";i:29;s:17:\"core\/comment-date\";i:30;s:22:\"core\/comment-edit-link\";i:31;s:20:\"core\/comment-content\";i:32;s:23:\"core\/comment-reply-link\";i:33;s:24:\"core\/comments-pagination\";i:34;s:33:\"core\/comments-pagination-previous\";i:35;s:32:\"core\/comments-pagination-numbers\";i:36;s:29:\"core\/comments-pagination-next\";i:37;s:23:\"core\/post-comments-form\";i:39;s:20:\"core\/navigation-link\";i:40;s:15:\"core\/site-title\";i:41;s:17:\"core\/social-links\";i:42;s:16:\"core\/social-link\";i:43;s:12:\"core\/heading\";i:44;s:10:\"core\/image\";i:45;s:9:\"core\/list\";i:46;s:14:\"core\/list-item\";i:47;s:8:\"uagb\/faq\";i:48;s:14:\"uagb\/faq-child\";i:49;s:11:\"core\/search\";i:50;s:17:\"core\/latest-posts\";i:51;s:20:\"core\/latest-comments\";i:52;s:13:\"core\/archives\";i:53;s:15:\"core\/categories\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1781377633\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:1;}"]},"uagb_featured_image_src":{"full":["https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-13-2026-04_20_00-PM.png",1024,1536,false],"thumbnail":["https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-13-2026-04_20_00-PM-150x150.png",150,150,true],"medium":["https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-13-2026-04_20_00-PM-200x300.png",200,300,true],"medium_large":["https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-13-2026-04_20_00-PM-768x1152.png",768,1152,true],"large":["https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-13-2026-04_20_00-PM-683x1024.png",683,1024,true],"1536x1536":["https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-13-2026-04_20_00-PM.png",1024,1536,false],"2048x2048":["https:\/\/vault.theoneleap.com\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-13-2026-04_20_00-PM.png",1024,1536,false]},"uagb_author_info":{"display_name":"One Leap","author_link":"https:\/\/vault.theoneleap.com\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"AI has moved fast. Over the last few years, we went from predictive models to generative AI that writes code, summarizes documents, and drafts emails. But the next shift is different in kind, not just degree. Agentic AI doesn&#8217;t just respond to prompts it takes action. It plans, executes, evaluates results, and retries. And if&hellip;","_links":{"self":[{"href":"https:\/\/vault.theoneleap.com\/index.php\/wp-json\/wp\/v2\/posts\/162","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vault.theoneleap.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vault.theoneleap.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vault.theoneleap.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vault.theoneleap.com\/index.php\/wp-json\/wp\/v2\/comments?post=162"}],"version-history":[{"count":4,"href":"https:\/\/vault.theoneleap.com\/index.php\/wp-json\/wp\/v2\/posts\/162\/revisions"}],"predecessor-version":[{"id":179,"href":"https:\/\/vault.theoneleap.com\/index.php\/wp-json\/wp\/v2\/posts\/162\/revisions\/179"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vault.theoneleap.com\/index.php\/wp-json\/wp\/v2\/media\/180"}],"wp:attachment":[{"href":"https:\/\/vault.theoneleap.com\/index.php\/wp-json\/wp\/v2\/media?parent=162"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vault.theoneleap.com\/index.php\/wp-json\/wp\/v2\/categories?post=162"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vault.theoneleap.com\/index.php\/wp-json\/wp\/v2\/tags?post=162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}