Frankly, By Design · 2026-05-30 · 18 min
Key moments - from our scoring
Substance score
39 / 100
Five dimensions, 20 points each
The product design landscape is undergoing seismic upheaval as AI models evolve from conversational chatbots to autonomous agents capable of multi-step execution. Speakers examine documentation from Anthropic (Claude 4.8), Vercel, Google (Gemini 3.1), Cohere (Command R+), and OpenAI to identify three critical design shifts: integrating human-in-the-loop approval flows into standard UI, replacing legacy chat side panels with embedded agentic triggers, and abandoning the "magical assistant" aesthetic for utilitarian, precision-focused brand language. The core challenge is designing systems that provide users sufficient transparency and control over autonomous operations without inducing analysis paralysis through alert fatigue. Solutions discussed include progressive disclosure for approval cards, context-aware document highlighting to prove data provenance, multimodal input fields accepting video/visual uploads, real-time process transparency with intervention mechanisms, and AI observability components showing confidence scores and source attribution. Product leaders, design systems teams, and engineering organizations must immediately audit existing AI features and implement standardized approval patterns, or risk shipping unreliable interfaces that generate user anxiety rather than trust.
Integrating human-in-the-loop approval flows directly into standard UI components, replacing legacy chat side panels with embedded agentic triggers, and shifting brand aesthetics from a magical assistant vibe toward utilitarian reliability that communicates precision and control.
The side panel is mechanically similar to an IT help desk ticket system that isolates AI from the workspace - users must break focus, submit a request, wait for text response, then manually port results back. This breaks down completely when agents need to execute long-horizon multi-step tasks spanning the entire workflow.
Implement process transparency to visually expose each step in real-time, paired with intervention mechanisms that allow users to pause or override the agent globally from a persistent top-level UI component, giving them the steering wheel to control autonomous execution.
Vercel standardized how agents return structured function calls when attempting write actions like updating databases or sending emails, allowing the UI to intercept and require explicit user approval before execution - the difference between read-only (safe) and autonomous action (risky).
Approval cards are lightweight contextual components using progressive disclosure and batch approvals (e.g., 'approve 15 row updates,' 'review all,' 'discard') rather than heavy modals that darken the screen; users can click 'review' to see a diff view of proposed changes before inline editing and final approval.
Our reviewer’s read on each dimension, with quotes from the episode.
The episode delivers a handful of genuinely actionable design concepts - diff views for agent approval, progressive disclosure tied to confidence thresholds, the re-framing of the chat side panel as a legacy IT help-desk ticket - but the signal is diluted by constant affirmation filler ('Right,' 'Exactly,' 'Oh, they will absolutely panic') and ideas that are restated two or three times rather than developed further.
It is essentially a traditional IT help desk ticket system retrofitted into a modern interface.
The design system needs rules if confidence is above 95%. Subtle indicator. If confidence is below 75%, force the user to review the telemetry before the approve button even becomes clickable.
A few framings stand out as fresh - the 'magic sparkles signal unpredictability' argument against the enchanted-assistant aesthetic and the pilot/autopilot instrumentation metaphor - but most of the content (embedded UI, HITL, progressive disclosure, agentic UX anxiety) is already in wide circulation in design and AI discourse, and the genuinely provocative pricing-model question is raised only at the very end and left completely unanswered.
Magic implies unpredictability. You want precision. I want a tool that feels like advanced avionics, telemetry.
The era of the magic sparkles is over.
There are no named practitioners, no disclosed company affiliations, and no professional credentials of any kind; the two speakers are simply 'Speaker A' and 'Speaker B,' and the content reads as a synthesized summary of vendor documentation rather than hard-won practitioner experience - strongly suggesting AI-generated or heavily scripted output rather than an interview with operators who have shipped agentic systems.
If you look at the stack of documentation we are examining today from Anthropic, Vercel, Google, Cohere and OpenAI, they all point to one thing.
Speaker B: That is a brutally accurate comparison.
The episode names vendor products to anchor its claims, but several appear to be hallucinated or misidentified (e.g., 'Claude 4.8,' 'Command A fleck,' 'RADCAP/Ragcap bench'), and the numbers provided - 87% confidence score, 15 row updates, 75%/95% thresholds - are purely illustrative examples invented within the conversation rather than evidence drawn from real deployments, making the specificity feel manufactured rather than empirical.
Anthropic's newly released Cloudopus 4.8
Cohere's new release command A fleck. This is an enterprise grade mixture of experts model
The host(s) do generate genuine intellectual tension in a few places - questioning whether process transparency without intervention is useless, challenging whether multimodal inputs solve real enterprise problems or are just demo features, and raising the alert-fatigue failure mode of approval cards - but the dynamic collapses repeatedly into rapid mutual agreement, and the most important question (how does this disrupt SaaS pricing?) is lobbed at the end with no attempt to work through an answer.
let me push back on the UX reality of embedding this
I understand the theory there, but as a design implementation, a 10 step change checklist, updating in real time runs the risk of just becoming a terrifyingly complex loading bar
Computed from the transcript - who did the talking, and the words that came up most.
The AI landscape continues to shift to "agentic execution." As we prepare our product roadmap, we must pivot design philosophy to interactive, tool-integrated workflows. Unpacking how it impacts product design in this AI-enabled discussion: The latest releases from Anthropic, Vercel, and Google signal that users will soon expect AI to not just answer questions, but to autonomously navigate complex, multi-step tasks. The design systems must evolve to support "human-in-the-loop" approval flows and high-fidelity visual feedback to maintain user trust in these autonomous systems.
Transcribed and scored by The B2B Podcast Index.
Frank Wang: We are pretty much tearing up the product design playbook today.
Co-host: Absolutely. The whole landscape is fracturing right now.
Frank Wang: It really is. If you look at the stack of documentation we are examining today from Anthropic, Vercel, Google, Cohere and OpenAI, they all point to one thing. A complete abandonment of the paradigms we have relied on for the past three years.
Co-host: Yeah, the old rules are just gone.
Frank Wang: Gone. And we have three massive immediate design shifts that product and engineering organizations have to tackle right now.
Co-host: Right, let's lay those out.
Frank Wang: So one, integrating human in the loop approval flows directly into standard UI components. Two, completely killing the legacy chat side panel in favor of embedded agentic triggers, which is huge. Huge. And three, aggressively shifting brand aesthetics. Moving away from this magical omnipresent assistant vibe toward a highly utilitarian scaler of expertise.
Co-host: I love that framing scaler of expertise because, you know, it's a radical pivot. The flood of releases we are looking at proves one undeniable trend. The era of the chatbot is officially over.
Frank Wang: Yeah, it's dead.
Co-host: It is. We have entered the era of agentic execution. Users are no longer just, um, going to a text box to ask a question or summarize a document.
Frank Wang: Right. They want action.
Co-host: Exactly. They expect the AI to autonomously navigate complex multi step tasks across their entire workflow. The models have evolved from conversationalists to operators. And the UI paradigms currently dominating SaaS platforms simply aren't built to house operators.
Frank Wang: So let's break down the catalyst for this, because I think it starts with Anthropic's newly released Cloudopus 4.8.
Co-host: The 4.8 drop.
Frank Wang: Yes. Yeah. What makes 4.8 different isn't just its benchmark scores. It is explicitly architected for long horizon complex multi step reasoning.
Co-host: Right. It's built to take a high level goal, break it down into sequential steps and then just execute them over an extended period.
Frank Wang: Which means we are officially moving away from single turn interactions. You know where I ask for an email and you write the email.
Co-host: Right. That's the old way.
Frank Wang: The new baseline is, uh, analyze these three Q3 reports, cross reference them with the updated compliance guidelines, draft the emails to the regional directors and queue them up for review.
Co-host: And that shift from a single turn request to a long horizon task that absolutely breaks our current design default completely.
Frank Wang: Because for the last few years, the default design solution has been the chat window.
Co-host: Yep. Usually tucked away in a side panel on the right side of the screen.
Frank Wang: Right. And think about what that legacy chat window actually is. Mechanically speaking. It is essentially a traditional IT help desk ticket system retrofitted into a modern interface.
Co-host: That is a brutally accurate comparison.
Frank Wang: It is. You're working in your main canvas, a spreadsheet, a, uh, code editor, a design file. And to use the AI, you have to break your focus, travel over to this isolated box, submit a text based ticket, wait for it, and then get a text response back, which you then
Co-host: have to manually port over to your actual work.
Frank Wang: Exactly. It is totally isolated from the workspace.
Co-host: Enforcing long horizon execution into that side panel is just a massive strategic failure for any product team moving forward.
Frank Wang: So, so what's the pivot?
Co-host: The design strategy must pivot immediately to embedded agentic ui.
Frank Wang: Okay. Embedded agentic ui.
Co-host: Right. Bringing the AI directly into the workspace. If a user is manipulating data in a table, the agentic triggers need to be in line. We need, um, context menus and real time status indicators embedded in the actual workflow not quarantined in the sidebar.
Frank Wang: Okay, but let me push back on the UX reality of embedding this.
Co-host: Sure.
Frank Wang: And if we take an agent like Claude 4.8, embed it directly into the workspace, and let it take 10 distinct steps in the background to execute a complex financial reconciliation.
Co-host: Right.
Frank Wang: We run into a massive user anxiety problem. If the UI just says processing for two minutes while this invisible black box rummages through their files, Users are going to panic.
Co-host: Oh, they will absolutely panic.
Frank Wang: The anxiety comes from a complete loss of control.
Co-host: You're touching on the single biggest risk of agentic design right there. The immediate solution product teams need to reach for is process transparency.
Frank Wang: Process transparency?
Co-host: Yes. The idea is that our design systems must visually expose the steps an agent is taking in real time instead of a spinning loading wheel. The UI says step one, reading Q3 reports complete. Step two, cross referencing compliance protocols in progress.
Frank Wang: I understand the theory there, but as a design implementation, a 10 step change checklist, updating in real time runs the risk of just becoming a terrifyingly complex loading bar.
Co-host: That's a fair point.
Frank Wang: Like if I am a user and I see the agent start, uh, step four, Deleting obsolete records.
Co-host: Oh, yeah.
Frank Wang: And I suddenly realize my prompt was too broad. Simply watching that happen is a nightmare.
Co-host: Which means process transparency is useless without intervention mechanism.
Frank Wang: Exactly.
Co-host: If they can see the process, they must be able to touch it. They need the steering wheel. And this is the exact UX challenge that the new update from the Vercel AI SDK is trying to solve under the hood.
Frank Wang: Yes, I want to dig into that Vercel update. Because the technical mechanism totally dictates the design reality here.
Co-host: It does.
Frank Wang: Uh, what Vercel has introduced is a standardized read write loop for agents. Historically, AI in sauce products has mostly been read only, right?
Co-host: It reads your data, it summarizes, it generates text.
Frank Wang: But Vercel has standardized how an agent hands state back to the front end UI when it wants to write. Something like updating a database, changing a status, sending an email.
Co-host: The agent returns a structured function call and the UI has to intercept it.
Frank Wang: And intercepting it is entirely a design problem.
Co-host: 100%.
Frank Wang: Yeah.
Co-host: We cannot allow an agent to just execute a right action autonomously without explicit user consent.
Frank Wang: No way.
Co-host: This requires implementing what we call a trust by design framework built on two key pillars. And the first pillar is interruptability.
Frank Wang: Right? Interruptability X is the emergency break.
Co-host: Yes, but how do you design an emergency brake that is globally accessible but contextually relevant?
Frank Wang: That's the hard part.
Co-host: The UX must feature a universal pause or override state for active agents. If you see the agent updating a database and you realize the parameters are wrong, you need a one click way to halt that process globally.
Frank Wang: It can't be buried in a settings menu.
Co-host: Exactly. It needs to be a persistent top level UI component that feels highly responsive. M the system has to feel entirely subservient to the user's immediate command and at a milliseconds notice.
Frank Wang: So that's the first pillar. The second pillar is human in the loop or hitl.
Co-host: Right?
Frank Wang: And this leads to the first concrete immediate action that cross functional product and engineering teams need to take right now.
Co-host: Everyone listening needs to do this.
Frank Wang: You need to audit all existing AI features and instantly design standardized approval cards and action confirmation patterns. Yes, any write action triggered by an agent must feature a ah, non intrusive UI component for the user to verify and approve before execution.
Co-host: But the friction debate here is critical. How should these approval cards actually behave? Because if I have an agent doing 50 things, I don't want a pop up interrupting me 50 times.
Frank Wang: Right? That creates massive alert fatigue and eventually
Co-host: the user just blindly clicks Approve all to get the UI out of their way. Which totally defeats the purpose of the safety mechanism.
Frank Wang: So you have to utilize progressive disclosure and batch approvals. It shouldn't feel like a heavy modal window that darkens your screen and demands your attention.
Co-host: Yeah, definitely not.
Frank Wang: It should be a lightweight contextual card. Something like agent proposes 15 row updates based on new criteria and you offer high level actions. Review, approve, all discard.
Co-host: Right.
Frank Wang: But if they click review, the UI needs to Transition into a diff view showing the original state versus the agent's proposed state, allowing the user to inline edit the proposed changes before hitting approve.
Co-host: That level of granular control is mandatory, but to approve a batch of actions, the user needs to trust the agent's premise.
Frank Wang: Right.
Co-host: If the card says updating 15 rows based on the new policy, the user's immediately going to think, wait, which policy did it pull?
Frank Wang: The updated 2026 guidelines or the outdated ones?
Co-host: Exactly. The trust breaks down instantly if the context is hidden.
Frank Wang: Um, which means the interface has to constantly prove to the user where it got its information. And this connects perfectly to Cohere's new release command A fleck. This is an enterprise grade mixture of
Co-host: experts model, which is a huge deal.
Frank Wang: It is a mixture of experts, fundamentally is an architecture that routes a query to highly specialized subnetworks rather than processing it through one massive generalized network.
Co-host: Right. And Command A thrives on massive document retrieval for heavy lifting in corporate environments. Things like legal contracts, technical manuals, compliance frameworks.
Frank Wang: So what's the UI implication there?
Co-host: Well, the UI implication of a model pulling from thousands of dense enterprise documents is what we call context aware design. If the agent drafts a summary of a legal liability, it is not enough to just present the text.
Frank Wang: Right.
Co-host: The UI must dynamically highlight the specific source material the agent is referencing.
Frank Wang: Basically showing the math.
Co-host: More than just showing the math, it's proving the provenance of the data.
Frank Wang: Ah. Ah. Okay.
Co-host: There needs to be a side by side pane or an interactive tooltip that pulls up the exact paragraph from the original PDF it used to generate that summary. The user must feel in control of the knowledge base.
Frank Wang: Right. If they doubt a conclusion, the UI must invite them to inspect the foundation of that conclusion with zero friction.
Co-host: Exactly.
Frank Wang: So we are giving these agents access to our most sensitive enterprise documents and we are letting them take, read, write actions. To manage that safely, we need context aware design on the output side. But let's look at the input side for a second, because Google's Production ready Gemini 3.1 and 3 Pro Image releases completely change how users communicate with the system.
Co-host: They really do. The visual models are native now, but
Frank Wang: as a product leader looking at resource allocation. Is investing in video to image or visual inputs actually solving enterprise UX problems? Or is it just a flashy demo feature?
Co-host: Oh, it absolutely solves one of the most persistent bottlenecks in enterprise software. The cognitive load of data entry. Think about how much effort it takes a user to type out complex spatial or contextual information.
Frank Wang: Oh, right.
Co-host: If a Field technician is inspecting a piece of manufacturing machinery, or a QA engineer is trying to describe a layout issue on a complex web application. Typing that out is incredibly high friction.
Frank Wang: They end up writing a paragraph like, uh, the primary drive belt is showing asymmetrical wear on the left flange about 3 millimeters deep. But only when the tensioner is fully engaged.
Co-host: Exactly. It takes five minutes to type and it's still ambiguous. But with multimodality becoming a first class citizen in the design system, that friction disappears. Uh, the user simply uploads a 5 second video of the machine malfunctioning or drops in a screenshot of the broken UI and the agent processes it instantly.
Frank Wang: It drastically reduces the cognitive load of translating reality into text.
Co-host: Exactly.
Frank Wang: So the UI needs to invite those multimodal inputs naturally. It cannot just be a tiny archaic paperclip icon for attachments hidden in the corner of a text field.
Co-host: Oh, definitely not.
Frank Wang: The input field itself needs to be designed as a dynamic drop zone. One that accepts drag and drop visuals, voice and video as seamlessly as it accepts keystrokes.
Co-host: The prompt is no longer a text box. It is a context gathering container.
Frank Wang: I love that. A context gathering container.
Co-host: Right? And bringing all this together, the multimodal inputs, the massive document retrieval, the autonomous read write execution, we are handing over a tremendous amount of power to these systems.
Frank Wang: We really are.
Co-host: And this brings us to the guardrails. OpenAI just released their Frontier governance framework and we've also got the new RADCAP bench evaluation standards hitting the industry.
Frank Wang: Let me break down Rajcat Bench really quickly because it's a critical standard.
Co-host: Please do.
Frank Wang: It specifically benchmarks the capabilities of LLMs in agentic retrieval augmented generation systems. It evaluates whether an agent is retrieving the correct data, ignoring poisoned or irrelevant data and synthesizing it accurately without hallucination. Which is vital, right? Because when you are selling to a Fortune 500 company, passing benchmarks like ragcap and adhering to Frontier Governance aren't just nice to haves, they are strict compliance overhead.
Co-host: And that compliance overhead cannot live exclusively in the back end engineering documentation. It has to translate into a design mandate, which leads to the second immediate action for the organization.
Frank Wang: Okay, here we go.
Co-host: Implement AI observability natively into the design system.
Frank Wang: AI observability in the UI is essentially like providing a supply chain audit for a physical product.
Co-host: That's a great way to think about it.
Frank Wang: Like, just as a manufacturer needs to prove exactly which warehouse a raw material came from before it was assembled into a final product, The UI needs to show exactly which document the raw data came from before. Before it was assembled into the final AI response.
Co-host: That is a highly accurate way to frame it. Uh, moving forward, every single agentic decision or output presented in the UI must be accompanied by a confidence score or a distinct telemetry component. Right. If the agent makes a recommendation to alter a supply chain route, the UI needs to display the probabilistic confidence of that recommendation. Say an 87% confidence score.
Frank Wang: Huh.
Co-host: And visually link back to the exact logistical data used to generate that number.
Frank Wang: But again, we hit the friction debate here. We do, because if we put an 87% confidence badge, a source citation tooltip, and a diff view on every single minor action the agent takes, the UI becomes an unreadable dashboard of metadata.
Co-host: Absolutely. And this is where progressive disclosure is paramount. The top level UI should remain clean. Perhaps just a subtle indicator that telemetry data is available.
Frank Wang: So keeping it out of the way until it's needed.
Co-host: Right. The user only dives into the confidence scores and the supply chain audit of the data when the stakes of the action are high or when the model's confidence dips below a certain threshold.
Frank Wang: Got it.
Co-host: The design system needs rules if confidence is above 95%. Subtle indicator. If confidence is below 75%, force the user to review the telemetry before the approve button even becomes clickable.
Frank Wang: That makes a lot of sense. So let's synthesize the scope of what we are discussing, because it fundamentally changes the psychological relationship between the user and the software.
Co-host: Complete shift.
Frank Wang: We are talking about designing process transparency to mitigate anxiety. We are talking about standardized approval cards and diffuse to manage vercel read write loops. We are talking about context aware document highlighting, multimodal drop zones and AI observability audits.
Co-host: It is a massive influx of new UI components, and they are all highly utilitarian, which forces a necessary evolution not just in product design, but in brand strategy. Yes, the era of the magic sparkles is over.
Frank Wang: Oh, we all know the magic sparkles. Every time an AI feature was introduced over the last few years, there were these little purple or iridescent sparkles next to the button. Always it implied this mystical ta da moment. You know, click this button and the magic box will do your work.
Co-host: And that aesthetic was appropriate for early LLMs when the technology felt like a novelty. But as we move into agentic execution, that aesthetic actually damages user trust.
Frank Wang: I completely agree.
Co-host: Like, if I am asking a system to autonomously restructure my customer database, I don't Want magic? Magic implies unpredictability.
Frank Wang: Right.
Co-host: You want precision, I want precision. I want a tool that feels like advanced avionics, telemetry.
Frank Wang: So the new brand ethos organizations need to adopt is empowered autonomy. Our UI must shed the mystical aesthetic. The design language must pivot to communicate reliability and absolute control. Yes, visually that means moving towards sharper lines, monospace typography, topography for system outputs, high density data tables and high contrast status indicators.
Co-host: Because we are selling AI that scales your expertise. Mhm. Not a magic button that replaces you.
Frank Wang: Right.
Co-host: The interface needs to feel professional and transparent. Empowered economy means the user is always the pilot. They have the most advanced autopilot system ever created. But the UI provides the instrumentation necessary to see exactly what that autopilot is doing, why it's doing it, and how to disengage it instantly.
Frank Wang: And this shift from DOER to over the seer, you know, from passenger to pilot, brings me to a high level strategic question to leave you with today.
Co-host: Well, this is the big one.
Frank Wang: If our UI evolves exactly the way we are talking about, if the interface becomes entirely about reviewing, approving, auditing and managing the work of these autonomous long horizon agents, then the core identity of our end user fundamentally shifts.
Co-host: It really? Does they transition from being a creator to being a manager?
Frank Wang: Exactly. They aren't drafting the document, they are managing the agent drafting the document. They aren't querying the database, they are managing the agent writing the SQL.
Co-host: It's a completely different job.
Frank Wang: So if our users are now essentially managers of an AI workforce, how does that fundamentally disrupt how we package, tier and price our SaaS business models in the future?
Co-host: That's the million dollar question, right?
Frank Wang: Do we still charge per human seat when the actual labor, the bulk of the system compute and value generation and is being done by autonomous agents?
Co-host: Probably not.
Frank Wang: If the software isn't just a passive tool, but an active autonomous employee, the entire economic foundation of our product might need to be redesigned just as radically as our UI.
Co-host: It's unavoidable.
Frank Wang: this point we are moving the interface away from an isolated help desk into a transparent command center. But once you build that command center, the next question you have to answer is how do you price the value of the person sitting at the console?
Other episodes covering the same guests and topics, from across The B2B Podcast Index.