ADVERTISEMENT

What it'll take for impactful Agentic AI

Published Oct 23, 2025 10:01 am
I sat down with David Irecki, CTO for APJ of Boomi, under the pretext that I felt burned by the Agentic AI hype. At the end of last year, AI boosters were heralding the “Agentic Age” as the next watershed moment in AI, coming quickly on the heels of the progress of generative AI. 2025 has come and mostly gone, and while there are some launches and use-cases that show the potentials of agentic AI, we haven’t seen even a fraction of the impact of AI chatbots.
One of the key differences between generative and agentic AI is that while generative AI for the most part stays within its box (say ChatGPT, CoPilot, or Claude;), AI Agents can be created and designed to work across apps and workflows. The common example is that you can interface with it like a chatbot, typing in a request, and then it can go online, use a browser to do a search and make reservations, and then pop the booked plans into your calendar. This assumes a lot of integration across your apps and accounts, and a lot of trust in letting the agent make decisions on your behalf.
Boomi works more on the business and industry level, supporting mostly MNCs and large enterprises to effectively adopt Agentic AI workflows. I share with David that I’ve used some of the off-the-shelf AI agents, but they haven’t really worked for me.
So David starts to tell me how Boomi approaches this. “If you use a model off the shelf that's pre-trained with some data, you might ask it a question, and it might give you an answer, and you go, Oh, that's not what I was expecting, because it's not related to my business…So that's where context is key…that's what Boomi is great about providing…we provide that interoperability layer. We connect all the systems together for data liquidity. We enhance that data through data quality to enable AI to have that right context.”
We both discuss the much-cited MIT study about failed AI Adoption in companies. Irecki notes that figures from MIT show that 95%of AI projects are failing. While that failure rate might have made some business leaders colder on the idea, we both agree that the study actually shows the proper path forward with AI Adoption. The vision for AI isn’t wrong; it’s that companies lack the right foundations like “clean data, solid integration and good governance” to be able to scale AI.
David is a CTO but the more we discuss, the clearer to me it becomes that the technology is here and it’s ready. I have seen the technology at work. The current roadblock to broader adoption of AI broadly and Agentic AI specifically isn’t a technical problem, it’s a business and strategy problem.
Irecki confirms this view. “You're exactly right,” he says. “You start with integration… you need to eliminate those data silos so that agents have the context to act. And that's not just a technology discussion. Boomi exists to help you do that, but you have to take the step as a business to do that.” He adds that governance is a similar challenge. “The tools for governance around AI exist today…that is also a business discussion around what guardrails do you want to put in from a business perspective, and what ethics and risk?” The technology is there today and is the linchpin for enabling AI, but there is still a lot of discussion around how to have a full end to end successful approach.”
That’s why it’s so important that part of Boomi’s process when working with prospects is a strategy workshop, where they break down workflows and identify where AI Agents could be most beneficial.
For example, Irecki shares a use case in claims management or order-to-cash for a retailer or finance company. “We have an AI agent that's integrated through Boomi into the business that can monitor in real time data across the ERP, the CRM and billing systems,” he explains. “Because it's connected and in real time, what it's able to do is reconcile records, it's able to flag anomalies and potentially trigger approval so you have that human in the loop component automatically, while… maintaining full audit trails”. The agent can even escalate exceptions to humans if its confidence is low. For the customer, this agent can "save us hours per transaction cycle and ensure that those decisions are consistent, compliant and fast.” It is a goal-driven agent embedded in a workflow, not just a simple chatbot.
As we close the interview, I feel that David has helped me rethink my view on Agentic AI. It wasn’t just a buzzy word or promise that didn’t happen, but it’s something that still has the potential to be transformative to businesses. The tech is waiting, but the strategy and bravery of leaders to explore adoption are now the keys.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.