Frankly, By Design · 2026-05-16 · 20 min
Key moments - from our scoring
Substance score
65 / 100
Five dimensions, 20 points each
The hosts dissect the agentic shift - a fundamental change in how AI systems operate and how humans must interact with them. Drawing on an executive briefing, they highlight that agentic workloads now consume 59% of token usage across Vercel's AI gateway, meaning the majority of AI processing happens in autonomous background work rather than direct human-AI conversation. This shift mirrors the historical move from MS-DOS command lines to graphical user interfaces; just as MS-DOS required precise syntax mastery, today's blank prompt boxes demand "prompt engineering" with zero visual affordances. The hosts argue that effective agent UIs must transition from conversational chat to orchestration dashboards that visualize agent progress, decision rationale, and data lineage. They examine critical design challenges: implementing approval-first workflows with contextual circuit breakers (avoiding Windows Vista-style prompt fatigue), making data sovereignty and compliance visible (citing Mistral AI's European banking strategy and Databricks' emphasis on data quality), and designing intuitive feedback loops so agents learn from corrections without requiring vector database configuration. LangChain Labs' work on continual learning architecture is highlighted as essential infrastructure. The episode reframes the design challenge as moving from building smart tools to enabling reliable autonomous partners, where the UI becomes the critical bridge between backend capability and user trust.
It means that agents conducting autonomous multi-step work (self-reflection loops, error correction, iterative planning) now consume the majority of AI processing power, rather than simple question-answering interactions. This indicates the technology has fundamentally shifted from responsive tools to autonomous workers.
Because forcing users to watch a chat transcript of an agent's internal monologue - when the agent is actually doing autonomous background work - is broken UX. The interface must pivot to status monitoring and goal tracking dashboards instead.
Use contextual transparency: the approval interruption must be a mini-dashboard showing the exact rationale (code diffs, severity scores, rollback plans), not a generic warning. This lets users confidently approve or reverse actions without digging through logs.
It's the principle of including explicit reasoning and context in interruptions or alerts - showing the agent's exact logic, confidence levels, and proposed actions - so users can make informed decisions rather than blindly clicking through security prompts.
Pull them out of legal footers and into the dashboard as functional design features. Visualize data lineage (where information came from), compliance status (data residency, sovereignty), and health indicators so users understand why outputs may have low confidence or bias.
Our reviewer’s read on each dimension, with quotes from the episode.
The episode densely packages specific, non-obvious design principles tied to AI's operational shift: affordances, agentic token consumption data (59%), approval-first workflows, contextual transparency, data lineage visualization, and continual learning bottlenecks. Most claims are substantive and avoid obvious platitudes, though some sections (e.g., toddler analogy) rely on accessible metaphor rather than novel insight.
agentic workloads have doubled in just the last six months. In fact, these agents now dominate total token consumption across the web, hitting 59%
The standard Chatbot UI is rapidly becoming a legacy pattern. The era of the blank text box is dying.
The framing of the agentic shift through a design lens (affordances, orchestration dashboards, contextual transparency) is relatively fresh and contrarian to typical AI discourse focused on model architecture. However, individual concepts - approval workflows, data lineage, trust in AI - are emerging industry conversations rather than novel first-principles thinking. The episode synthesizes known ideas into a coherent design narrative without deep originality.
I actually look at the blank AI text box like the old Ms. DOS command prompt from the 1990s.
Trust is no longer just a marketing promise. It has to become a tangible, functional design feature.
The transcript appears to be a two-host conversation without identified external guests. Both speakers demonstrate product design familiarity and reference real industry trends (Vercel, LangChain, Mistral, Databricks, OpenAI), but there is no indication of who these hosts are or whether they have operated at significant scale. Without verifiable guest credentials or seniority markers, caliber cannot be assessed beyond the quality of their reasoning.
when you get into a car, even if it's a car you have literally never driven before, you just instantly know how to use it
I actually look at the blank AI text box like the old Ms. DOS command prompt from the 1990s.
The episode cites specific data (Vercel's 59% token consumption, six-month doubling of agentic workloads) and names real companies (OpenAI Daybreak, Mistral AI, Databricks, LangChain Labs). However, most examples remain at the conceptual level; there are few concrete product implementations, metrics, or timelines beyond the named initiatives. The financial projection and compliance examples are illustrative but not grounded in real customer cases or quantified outcomes.
Vercel's AI gateway... agentic workloads have doubled in just the last six months. In fact, these agents now dominate total token consumption across the web, hitting 59%
Mistral AI is currently capturing significant market share in the highly regulated European banking sector. And they are doing it by making data sovereignty their competitive moat.
The hosts demonstrate solid back-and-forth with genuine follow-ups (e.g., pushing back on chat being dead, revisiting the Windows Vista security prompts mistake). However, the conversation lacks sharp adversarial pressure or sustained challenge on weak points. Many claims go unscrutinized (e.g., the feasibility of data lineage visualization at scale, or whether approval-first workflows scale to thousands of agents). The tone is collaborative rather than critically inquisitive.
Okay, I do have to push back a little bit here on the idea that Chat is completely dead.
Okay, wait. Exposing the plumbing. I have to admit, this feels like it violates 20 years of UX best practices.
Computed from the transcript - who did the talking, and the words that came up most.
With agentic workloads now accounting for 59% of token volume, product design strategy must pivot toward intent-based orchestration and observability. Unpacking how it impacts product design in this AI-enabled discussion: Three design capabilities must now be core to our system: observability (showing agent state, progress, and confidence), human-in-the-loop controls (pause, override, circuit breakers), and contextual transparency (explaining agent decisions in high-stakes contexts).
Transcribed and scored by The B2B Podcast Index.
Speaker A: You know, when you get into a car, even if it's a car you have literally never driven before, you just instantly know how to use it, Right?
Speaker B: Yeah, because the setup is always basically the same.
Speaker A: Exactly. You have a steering wheel which, you know, affords turning. You have pedals that afford pressing. Industrial designers call these affordances. The physical form of the interface tells your brain exactly what the machine can do before you even turn the key.
Speaker B: It's a completely established paradigm. Form follows function, and, um, we just parse it in a fraction of a second.
Speaker A: But then if you look at how we've been interacting with artificial intelligence over the last couple of years, suddenly that steering wheel is just, it's entirely gone.
Speaker B: Oh, completely. It's just a blank box.
Speaker A: Right. The prompt box offers absolutely zero affordances. Yeah, it's um, it's like we've been handed the keys to this incredible Formula one engine, but the only way to actually drive it is by passing it tiny handwritten notes on little slips of paper under a locked door.
Speaker B: That is a very accurate, if slightly terrifying way to describe it.
Speaker A: And today we're putting on our design leadership hats to unpack a highly relevant executive briefing on what the industry is calling the agentic shift.
Speaker B: Yeah, this is a massive topic right now.
Speaker A: It really is. The goal of today's deep dive is to look at how recent AI breakthroughs are forcing a fundamental ground up pivot and, and product design. Because if you read the news, the tech conversation is so skewed toward like, model architecture.
Speaker B: Well, for sure, it's all about parameters and training runs and, you know, raw compute power.
Speaker A: Exactly. But this briefing highlights that the real battlefield, the place where this actually matters for you, the listener, has shifted completely away from the back end engineering. The technology has evolved from just answering our questions to, to actually doing autonomous work.
Speaker B: And the user interface simply has not caught up.
Speaker A: No, not at all. And the data highlighting this shift is staggering. Specifically, um, there's this index from Vercel's AI gateway. For those who aren't super deep in the engineering weeds, Vercel is a massive platform that powers a huge chunk of the modern web's front end infrastructure.
Speaker B: They basically act as the router for, I mean, millions of AI requests every single day.
Speaker A: Right. And the recent index shows that these agentic workloads have doubled in just the last six months. In fact, these agents now dominate total token consumption across the web, hitting 59%, which is wild.
Speaker B: And we should probably clarify what that 59% actually represents because, um, token consumption is one of Those metrics that usually stays totally siloed in AI engineering departments.
Speaker A: Yeah, let's break that down.
Speaker B: So a token is basically the fundamental unit of data for a large language model. Think of it as like a chunk of a word. It's the core currency of compute. If an AI is just generating a quick poem for a user or summarizing a single email, it uses a pretty small handful of tokens, it reads the prompt, it spits out the answer, and it's done.
Speaker A: But an agentic workload is totally different. An agent isn't just answering a question, it's executing a multi step plan.
Speaker B: Yeah, exactly. It is entering a self reflection loop. The agent gets a goal, and then it starts talking to itself, having an internal monologue. Uh, basically yeah. It writes a plan, it queries an external tool, reads the result, realizes it made an error, rewrites the code, and then tries again. That entire internal monologue consumes thousands upon thousands of tokens.
Speaker A: Wow.
Speaker B: So when Vercel says agents are hitting 59% of total token consumption, it means the vast majority of AI processing power right now is not interacting directly with a human user.
Speaker A: It's just AI doing deep iterative work in the background.
Speaker B: Exactly.
Speaker A: So if the majority of the compute is agents talking to themselves, then forcing a user to just sit there and watch a chat transcript of that internal monologue is totally broken.
Speaker B: It makes no sense from a user experience perspective.
Speaker A: This is the immediate design implication of that tipping point. The standard Chatbot UI is rapidly becoming a legacy pattern. The era of the blank text box is dying. I actually look at the blank AI text box like the old Ms. DOS command prompt from the 1990s.
Speaker B: Oh, that's a great comparison with the command line interface. You had to know the exact syntax. If you missed like a single backslash, the machine just did nothing.
Speaker A: Right. Ms. House was revolutionary because you could make a computer do almost anything. But it was incredibly intimidating. It desperately needed a graphical user interface, which we eventually got with a desktop metaphor. You know, folders, trash cans, overlapping windows.
Speaker B: Seems that gave you visual affordances.
Speaker A: Exactly. And right now prompting an AI requires that same kind of syntax mastery. We call it prompt engineering, but really it's just the friction of trying to communicate complex intent through a medium that has zero visual affordances. Mhm. AI needs its own graphical revolution.
Speaker B: And the briefing explicitly outlines what that revolution looks like. We are moving toward agent dashboards, region dashboards. Right. If an AI is going off to independently research a competitor and I don't know, build a financial spreadsheet, A chat history is completely useless to you. The UI has to pivot to prioritize status monitoring and goal tracking.
Speaker A: So making the agent's thought process visible.
Speaker B: Yes, but in a way that builds user trust rather than just causing cognitive overload. So we're talking about utilizing progress bars, conference scores, dynamic visual maps of what the agent is currently working on.
Speaker A: Okay, I do have to push back a little bit here on the idea that Chad is completely dead. Oh, sure, because isn't conversational UI the most natural way for humans to communicate? Mhm. Like we don't interact with our human assistants by clicking buttons on a dashboard. We just talk to them. So are we abandoning natural language entirely or just changing what surrounds it?
Speaker B: We certainly are abandoning natural language. The text box will likely stay, but its function shifts. It stops being the entire workspace and just becomes the initiator.
Speaker A: Ah, okay. The launchpad.
Speaker B: Exactly. You might type, um, please audit our Q3 financial reports for compliance. But the moment you hit enter, the interface completely transforms. It stops being a conversational thread and expands into an orchestration dashboard.
Speaker A: So it's responding visually.
Speaker B: Right. It says, here are the five databases I am querying. Here's the progress on step two. Oh, and here's a specific permission I need from you to access this secure file. Natural language is the launchpad, but the dashboard is the vehicle.
Speaker A: Okay, that makes sense. But moving from a conversational paradigm to an orchestration paradigm means M. The user isn't just a consumer of information anymore. They are now a manager of an autonomous worker.
Speaker B: A very fast, very capable worker.
Speaker A: Right, and that introduces a really severe risk. If chat becomes just the launchpad and these agents are out there doing all this work autonomously in the background, how do we design controls to stop them from making catastrophic mistakes?
Speaker B: Yeah, that is the million dollar question. Because when you give an AI agency, you give it the power to break things at incredible scale.
Speaker A: And the source material highlights a massive move in this direction with OpenAI launching Daybreak.
Speaker B: Yes, their entry into the DevSecOps space.
Speaker A: Right. And, uh, for context, DevSecOps is basically the practice of integrating security directly into software development and IT operations. Daybreak represents this big move toward automated vulnerability detection and remediation.
Speaker B: Which sounds great on paper, but imagine
Speaker A: your company's IT department rolling out an agent that just autonomously scours live servers, finds security vulnerabilities, and writes patches entirely in the background as a user or an engineering manager. That is terrifying.
Speaker B: Oh, absolutely. That is what the industry calls zero UI automation, where things just happen magically. Invisibly.
Speaker A: Right.
Speaker B: But the zero UI concept is actually a bit of a trap. Think about it. If an agent misinterprets a critical load bearing function in your code base as a vulnerability and it deletes it autonomously, your entire product goes down.
Speaker A: Just vanishes.
Speaker B: Exactly. So to manage this safely, design systems have to implement what the briefing calls approval first workflows. You need human in the loop controls.
Speaker A: So circuit breakers like big accessible pause and override buttons built directly into the interface.
Speaker B: Yes, but the design of those circuit breakers is incredibly nuanced. We have to be really careful to avoid the mistakes of the past. Think back to the Windows Vista era of security prompts.
Speaker A: Oh, man. The user account control popups.
Speaker B: Yes.
Speaker A: Are you sure you want to run this program? Are you really sure? It interrupted your workflow constantly.
Speaker B: And because they interrupted you constantly without providing any meaningful context, users developed severe prompt fatigue.
Speaker A: You just blindly clicked yes to make the box go away.
Speaker B: Exactly. And if we repeat that mistake with AI, the consequences are so much higher. You can't just have an agent pause and ask, I'm about to delete this file. Do you approve?
Speaker A: Because the user has literally no idea why the file needs to be deleted. So here is where it gets really interesting for designers. How do we design an interruption that feels like a helpful circuit breaker and not just a return to those annoying 2000s era pop ups?
Speaker B: It comes down to a design principle called contextual transparency. In a high stakes environment like enterprise Security, the interruption has to carry its own context. The UI must visualize the exact rationale.
Speaker A: So it's not just a generic warning.
Speaker B: Right. It should be a mini dashboard in itself. Uh, it needs to say, I want to quarantine this specific server because I detected an anomaly matching a known malware signature at 2am Here is the code diff of what I plan to change, here is the severity score, and here is the rollback plan if this patch fails.
Speaker A: Wow. So by providing the why so explicitly, the human can confidently approve or reverse the action without having to go, you know, dig through server logs for an hour.
Speaker B: Exactly. The circuit breaker basically acts as an employee coming over to your desk, laying out their exact reasoning and asking for the final sign off.
Speaker A: It respects the user's role as the orchestrator.
Speaker B: Precisely.
Speaker A: But, you know, a pause button is reactive. It catches the agent right before it executes a potentially destructive action. But for these really high stakes environments like enterprise security or European finance or healthcare, users need foundational trust in the system's compliance. Or before they even grant the agent access to their network in the first place.
Speaker B: Oh, absolutely. Trust is no longer just a marketing promise. It has to become a tangible, functional design feature.
Speaker A: And the briefing provides two really striking data points on this. First, Mistral AI is currently capturing significant market share in the highly regulated European banking sector. And they are doing it by making data sovereignty their competitive moat.
Speaker B: Right. And just to clarify, data sovereignty is the legal concept that digital data is subject to the laws and governance structures of the country where it physically resides.
Speaker A: And Europe has incredibly strict data protection laws like gdpr.
Speaker B: Very strict. So if a French bank uses an AI model, they need an absolute guarantee that their customers financial data isn't being routed through servers in California or being used to train some public model. Mistral guarantees that the data never leaves
Speaker A: the region, which is huge for them. Yeah, and the second data point comes from databricks who build these massive enterprise data platforms. They are flat out declaring that high quality AI performance is completely tethered to data quality.
Speaker B: Which makes total sense.
Speaker A: Right. All the billions of dollars poured into model architecture. It just doesn't matter if the underlying databases the agent is pulling from are outdated or unstructured or biased. It's the classic garbage in, garbage out.
Speaker B: And the design implications for both sovereignty and data quality are profound. Found here because historically, things like data residency, privacy policies and compliance, they've been treated as legal requirements, not user experience elements.
Speaker A: Right. They're usually buried in tiny gray hyperlinks at the very bottom of the website footer.
Speaker B: Exactly. You check the box for the terms of service and you never look at it again.
Speaker A: Yep.
Speaker B: But in the Agentix shift, trust and compliance have to be pulled out of the footer and placed front and center on the dashboard. If an AI is going to manage a European bank's cybersecurity, the user interface must loudly and clearly visualize that the data is remaining localized. And furthermore, to address databrick's point about data quality, we actually must design data health indicators.
Speaker A: Okay, wait. Exposing the plumbing. I have to admit, this feels like it violates 20 years of UX best practices.
Speaker B: It does sound a bit backwards.
Speaker A: Right? I mean, we've spent two decades designing sleek, minimalist interfaces specifically to hide the complex database code from the user. We hide the messy backend so the user just gets a clean, magical result. And now databricks is saying we need to expose the data plumbing.
Speaker B: It really seems counterintuitive. I know, but think about what happens when a sleek, minimalist interface spits out a highly confident but completely hallucinated financial projection.
Speaker A: Oh, the user Loses trust, assumes the AI is broken, and. And abandons the tool entirely.
Speaker B: Exactly. Because they don't know why it failed to prevent that abandonment. Exposing the plumbing isn't about showing the user raw Python code or SQL queries.
Speaker A: Oh, thank God.
Speaker B: Right? It's about visualizing data lineage. It's showing the supply chain of the information. If an agent outputs a projection, the UI should provide an interactive node graph right next to it. Uh, it should say, I made this financial projection with low confidence because I based this decision on a regional sales database that hasn't been updated by the team in three weeks.
Speaker A: Oh, wow. So you empower the user to actually trace the error. You aren't showing of the backend code, you are visualizing the ingredients.
Speaker B: Exactly.
Speaker A: So if the final output is flawed, the interface lets the user visually trace the lineage back to the specific source document that caused the problem.
Speaker B: And it shifts the blame. Right. It goes from the AI is stupid to, oh, this specific database needs an update. That visibility builds a really resilient partnership between the human and the machine.
Speaker A: Okay, that makes a lot of sense. So we trace the error, we locate the, uh, outdated database, we hit the circuit breaker, and we correct the agent's behavior. But here is the final piece of the puzzle. When a user corrects an agent using those dashboard tools, how does the system actually learn from it so we don't have to correct the exact same mistake tomorrow?
Speaker B: Yeah. And this brings us to perhaps the most complex engineering challenge mentioned in the briefing. LangChain Labs recently announced they are formalizing a massive research arm specifically to solve the continual learning bottleneck in agentic workflows.
Speaker A: LangChain being the framework most developers use to stitch large language models together with external tools and APIs.
Speaker B: Yes. LangChain acts as the connective tissue for AI applications. And the bottleneck they are trying to solve exists because large language models are inherently stateless. Every time you start a new session, the model essentially has a blank slate. It doesn't natively remember what you taught it yesterday.
Speaker A: So if an agent drafts an email to a client and I tell it, hey, you were being way too formal, use a more casual tone, it will fix that specific email. But next week, when it drafts another email to that same client, it just reverts back to being overly formal precisely
Speaker B: because that feedback wasn't embedded into its ongoing memory. Now, from an engineering perspective, solving this involves complex backend architecture. You know, saving user preferences into specialized vector databases and then building retrieval algorith that pull those preferences into the context window right before the Agent generates a new response. Right, but from a design perspective, the user cannot be expected to configure, uh, vector databases. The UI must reflect a living system.
Speaker A: So we need to standardize design components that allow users to intuitively teach the agent through natural feedback loops.
Speaker B: Yes.
Speaker A: It shouldn't require opening a dense settings menu and tweaking backend prompt parameters. Yeah, it reminds me, honestly, of raising a toddler.
Speaker B: Oh, that's a perfect analogy.
Speaker A: Right. When a TOD touches a hot stove, you don't rewrite their genetic code. You give them immediate, clear, contextual feedback. Right in the moment. No.
Speaker B: Hot. That is the exact interaction model we need to build for AI. Fluid inline correction. If the agent makes mistake, there should be a frictionless way in the interface to provide that correction. And the UI needs to visually confirm to the user.
Speaker A: Got it. This rule has been logged and applied globally to all future actions.
Speaker B: It transforms the user experience from operating a machine to onboarding and managing a
Speaker A: digital worker, which ties perfectly into the overarching brand strategy outlined at the end of the executive briefing. As AI becomes ubiquitous, our brands and the products we design must transition from being providers of smart tools to providers of reliable autonomous partners.
Speaker B: A shift in identity, really? Exactly. A smart tool is a hammer. It relies entirely on human kinetic energy and only does exactly what you make it do. But an autonomous partner acts like an apprentice. It tries, it fails, it learns from your feedback, and it adapts its behavior over time. The design team is the ultimate bridge between those incredibly complex backend capabilities and the end user's actual willingness to trust the system.
Speaker A: Because if the design team doesn't build that bridge, if they just slap a text box on top of a powerful model, the technology is essentially useless because nobody will trust it enough to deploy it in a high stakes environment.
Speaker B: Absolutely. The most advanced reasoning model in the world will fail in the market if the interface doesn't foster trust, contextual control and data observability.
Speaker A: We have covered incredible ground today dissecting this shift. Let's briefly recap the roadmap for design leaders navigating this transition.
Speaker B: Let's do it.
Speaker A: We know the landscape has hit a tipping point, with agentic workloads dominating token consumption. Because AI is now doing autonomous work rather than just answering questions, the UI must evolve from a conversational chat box into a rich agent dashboard that visualizes the machine's thought process. We have to implement approval first workflows with contextual circuit breakers so users maintain safe oversight without getting prompt fatigue. We have to wear data compliance and lineage on our sleeve to build foundational trust. And finally, we have to design intuitive inline feedback loops so these living systems can continually learn from our corrections.
Speaker B: It really is a fundamental reimagining of human computer interaction. The user is stepping fully into the role of an orchestrator.
Speaker A: And so we challenge you, the listener, to audit your own AI touchpoints. Look at the software your company is building, or even just the tools you use every single day at work. Ask yourself, are you relying too much on the chat paradigm? Are you forcing your users to type complex instructions into a blank text box when they actually need an agent control center with clear affordances?
Speaker B: Performing that audit now is how you stay ahead of the curve as this technology really matures, we want to leave
Speaker A: you with a provocative final thought to mull over. I want you to think about your absolute most relied upon app right now. The tool that runs your daily life. Your banking app, your email client, maybe
Speaker B: your calendar, the one you can't live without right now.
Speaker A: Imagine if that app, uh, suddenly became a fully autonomous agent. Tomorrow it is executing tasks, sending emails, and moving money for you in the background while you are asleep. What is the exact visual cue or the exact control feature you would need to see on the screen when you woke up to actually trust it, not to ruin your life?
Speaker B: Defining that exact visual cue is the primary design challenge of the next decade.
Speaker A: Figuring out what that dashboard looks like is your next step. Thanks for joining us on this deep dive into the Agentix shift. Keep designing for trust.
Other episodes covering the same guests and topics, from across The B2B Podcast Index.