michaela-damm.jpg
blocshop
May 05, 2025
0 min read

Beyond chatbots: AI agents in the conversation-first era of software UI

roro665_Beyond_chatbots_AI_agents_in_the_conversation-first_e_b6722a04-f622-4323-8abb-ab8c9c308e8b_1.png

Imagine telling your project management app, “Plan out the next two sprints from this requirements document, and flag any tasks likely to run overdue,” and getting a detailed plan moments later. Or asking your coding environment, “Find any security flaws in this code and fix them,” and watching it draft a patch for your review. Or simply saying to your phone, “Schedule a vet appointment for my dog next week,” and having your AI assistant handle the calls and bookings. Star-trek-like scenarios like these are quickly moving from fantasy to reality. We’re entering a conversation-first era of software where AI “agents” don’t just chat with us – they act on our behalf.

What the agentic approach means in practical terms

The tech industry is abuzz with talk of “AI agents” and "agentic approach", but what exactly is an agentic approach to software? In simple terms, an AI agent is an automated system that can understand a user’s goal expressed in natural language and independently carry out tasks to achieve that goal. In other words, an agent goes beyond static responses: it has a degree of autonomy to interpret intent and act on it using software tools or by interacting with other systems.

This sounds straightforward, but in practice, “AI agent” means different things to different people. OpenAI, for example, has described agents as “automated systems that can independently accomplish tasks on behalf of users,” but also as “LLMs equipped with instructions and tools.” Microsoft draws a subtle distinction: it calls agents the “new apps” for an AI-powered world – tailored to specific expert domains – whereas its assistants are more general helpers for tasks like emailing. Anthropic’s researchers note the term can span everything from fully autonomous systems to prescriptive implementations that follow predefined workflows.

Simply put, adopting an agentic approach means designing software that asks the user what they want in natural language, then does its best to make it happen. Instead of a user painstakingly navigating menus, forms, and buttons, the AI agent figures out the intent behind the request and determines the necessary actions. It’s a bit like delegating a task to a smart digital intern: you describe the outcome you need, and the agent works out the steps to get there.

Crucially, an AI agent isn’t magic – under the hood it relies on large language models (LLMs) and sometimes other AI models, combined with integrations (APIs, scripts, databases) that let it execute operations. For instance, an agent might use an LLM to parse your command (“Add a bug to this sprint and assign it to Alice”) and then call project management APIs to create the ticket, or even simulate keyboard actions to click the right buttons if no API is available.

Defining agents across the tech landscape

It’s worth noting that the term “agent” has become a marketing buzzword lately – so much so that even industry insiders express frustration. The hype from CEOs is intense – with OpenAI’s Sam Altman predicting AI agents will "join the workforce" in 2025 and Microsoft’s Satya Nadella suggesting agents will replace certain kinds of knowledge work. Salesforce’s CEO even said his goal is to be the “number one provider of digital labor” via agentic services.

So, if the definition of “agent” feels murky, that’s because it is. For our purposes here, we’ll focus on the core idea: software that interacts through conversation and can take initiative to perform tasks for you.

From conversation to action: AI agents in natural-language interfaces

Conversation-first interfaces have already changed how we retrieve information – think of how we ask voice assistants for the weather, or query ChatGPT for a quick explanation. The next leap is agents that not only converse but also execute tasks in response to our requests. In a conversation-first UI, natural language becomes the command line for everything. AI agents serve as the behind-the-scenes operators that make those commands happen.

Customer service: agents resolving queries through intent-based actions

In the past, a user might click through a support website or navigate a phone menu. In a conversation-first approach, the user can just describe their issue in chat or voice. An AI agent analyzes the request, determines the intent, and then takes appropriate actions. Many companies are deploying exactly this kind of agent in early 2025. For example, Intercom’s Fin chatbot uses GPT-4 to understand support questions and resolve them instantly in up to 50% of cases. On the voice side, Yelp has begun rolling out an AI-powered voice agent to handle phone calls for restaurants and service businesses, including actions like adding a caller to a waitlist.

Developer tools: from Copilot to autonomous bug-fixers

Software development is another area being transformed. GitHub’s Copilot Chat allows developers to ask for help in plain English and receive code suggestions or fixes. Google DeepMind’s experimental dev agent Jules takes it further, integrating into GitHub workflows and handling tasks like issue triage, code generation, and test running, all under a developer’s supervision.

Productivity apps: personal assistants that draft, schedule, and summarize

Microsoft 365 Copilot and Google’s Gemini-powered assistants aim to offer a unified AI Copilot that can be called upon anywhere – to draft an email, summarize a report, crunch numbers in Excel, or schedule a meeting. These agents interface with the respective apps and remember user context to take more accurate and relevant actions.

The intent-driven command line of the future

Underneath these examples lies a common pattern: intent-based operation. The user expresses an intent and the agent translates that into operations on software. This could be database queries, API calls, or GUI manipulations.

Some agents even operate UIs directly. OpenAI’s browser agent Operator and Google’s Project Mariner can simulate clicks and keystrokes, accomplishing web tasks by navigating pages like a human. This means agents don’t always need a perfect API; they can imitate user behavior and still get the job done.

Benefits for users and organizations

1. For users: convenience, speed, and personalization

Conversational interfaces can make complex software more accessible. You no longer need to learn the quirks of each app – just express what you want. Agents handle routine tasks, provide personalized suggestions, and adapt to user preferences over time.

2. For organizations: scalability, efficiency, and insights

Software that simply asks “How can I help?” and acts on the answer can increase customer satisfaction while reducing support load. AI agents automate routine work, lower operational costs, and produce logs or insights that can guide strategic improvements.

Trade-offs and challenges in design and trust

Designing conversational UIs means accommodating a wide range of user inputs and guiding users without limiting their freedom. Suggestive prompts and hybrid interfaces (e.g. chat + buttons) are key to maintaining usability.

Users need to understand and verify agent behavior. Strategies include confirmation steps before major actions, visible reasoning steps, logs, and supervised autonomy where the user always reviews agent actions before they go live.

AI agents often handle sensitive data. Developers are introducing permission prompts, local data processing, and safeguards against issues like prompt injection. Enterprise deployments may isolate agent operations to preserve compliance and control.

Emerging patterns: personal agents and multi-agent ecosystems

Startups like Inflection (with its assistant Pi) and big tech players like Microsoft and Google are pushing toward persistent personal agents that learn from user habits and preferences. These agents are proactive, not just reactive.

In more complex systems, specialized agents work together: one plans, another executes, a third evaluates outcomes. This allows for modular, scalable automation. Some systems simulate debate or collaboration between agents to test different strategies before acting.

Amazon Bedrock Agents and similar orchestration layers help manage how agents call tools, pass tasks among themselves, and maintain shared context. These frameworks are the backbone for scalable, safe, multi-agent environments.

Looking ahead to an agentic conversation-first future

Conversational interfaces will likely become the default way users interact with complex systems. Just as GUIs replaced command lines for mass adoption, natural language could become the next leap in usability.

Expect new roles like AI trainers and conversation designers. Teams will need to develop skills in guiding and supervising AI effectively, balancing efficiency with ethical responsibility.

Since agentic systems can democratize access to software but may also amplify bias or enable automation at an uncomfortable scale, regulation, transparency, and user control will be critical to ensure a beneficial transition.

Designing software that talks and acts with Blocshop

AI agents are set to become an integral part of the conversation-first UI trend, turning chat interfaces into active, helpful participants in our goals. The agentic approach holds immense promise in making software more natural, powerful, and accessible, but it must be pursued thoughtfully, with attention to the human factors and ethical dimensions. We are witnessing the early stages of software that talks and acts – and if we guide it responsibly, it could lead to an era of computing that feels less like using a machine and more like collaborating with a capable colleague.

At Blocshop, we’re already seeing these shifts take shape across the software platforms we design and build. Our clients increasingly ask for user journeys driven by natural input, modular agent systems that can interface with complex APIs, and scalable foundations that let teams integrate AI-driven decisions with human control.

We combine backend architecture expertise with deep knowledge of UX to make conversation-first applications not only technically feasible, but reliable, fast, and human-centric. Whether it’s bringing LLM-powered assistants into enterprise platforms or building flexible orchestration for agent workflows, we help organizations move from theory to production.

If you’re thinking about bringing agentic interaction to your product or starting a new project that needs to align with the conversation-first future of software, let’s talk.

LET'S TALK


Learn more from our insights

roro665_Beyond_chatbots_AI_agents_in_the_conversation-first_e_b6722a04-f622-4323-8abb-ab8c9c308e8b_1.png
May 05, 2025

Beyond chatbots: AI agents in the conversation-first era of software UI

Discover how AI agents and the agentic approach are reshaping software UI for faster, smarter, conversation-first interaction.

roro665_httpss.mj.runOC2jrw4Osqc_The_computer_mouse_is_dead_a_67698f1f-2760-45fc-9393-a95b82d4ceb2_3.png
April 03, 2025

The mouse is dead: Welcome to the conversation-first era of software UI

The rise of conversation-first software and what it means for traditional mouse-and-keyboard interfaces.

roro665_Optimizing_data_pipelines_with_AI_A_practical_guide_f_66bd3a37-ef2d-4481-afaf-612ea2c733b2_3.png
March 27, 2025

Optimizing data pipelines with AI: A practical guide for secure ETL

Consolidate data pipelines with AI ETL services from Blocshop. Ensure compliance, cut costs, and accelerate performance for data-driven teams.

roro665_Challenges_in_healthcare_data_transformations_How_to__ecf03378-2df7-4a83-8ab0-536c46aca86f_0.png
March 11, 2025

Challenges in healthcare data transformations: How to avoid pitfalls and adopt solutions

Overcome complexities in healthcare data and avoid costly mistakes. Explore best practices, compliance tips, and AI-powered ETL solutions.

roro665_The_challenges_of_HR_data_transformation--and_how_to__08f58123-ff12-4d1d-88e3-ba66c896e8e2_2.png
March 04, 2025

The challenges of HR data transformation—and how to overcome them

HR data transformation is complex and risky. Learn about common pitfalls, real-world failures, and how AI-powered automation can help.

roro665_Data_transformation_by_linking_powerful_logic_with_a__e6a95e27-5776-4282-8a7e-580c40411efe_0.png
February 19, 2025

How Roboshift works: A comprehensive guide to the newest data transformation solution

Roboshift reduces manual effort in data transformations and tasks such as ingestion, validation, reconciliation, and final output creation.

roro665_Navigating_major_open_banking_regulations_in_2025_PSD_280ffc61-b7d4-400c-885b-302452398dcf_1.png
February 06, 2025

AI in insurance: Best practices for integrating AI in insurance companies

From data transformation to compliance and real-world case studies - discover best practices for integrating AI in insurance companies.

roro665_httpss.mj.runb1W7oKEEhlM_Dodd-Frank_Section_1033_Rule_ec0df5b6-9927-4feb-8d4f-e4845b60999d_3.png
January 30, 2025

How AI-powered data transformations help comply with the Dodd-Frank 1033 Rule in US banking

See how the Dodd-Frank Section 1033 rule impacts financial data access, API compliance, and fintech.

roro665_onboarding_to_a_new_system_and_moving_data_packages_f_07a59bac-2795-4268-ad60-81413ee32bd7_3.png
January 22, 2025

ERP onboarding and data transformation: Transitioning legacy systems to new ERP platforms

How to simplify ERP onboarding with AI-powered data transformation. Discover how to migrate legacy data efficiently and ensure a seamless transition to new ERPs.

roro665_UK_Open_Banking_Future_Entity_Framework_and_open_bank_7916b1ec-0bf6-4c9e-9963-1433c845582e_0.png
January 15, 2025

UK Open Banking Future Entity Framework: A Comprehensive Overview

Open banking in the United Kingdom is entering a new phase, transitioning from the Open Banking Implementation Entity (OBIE) to what is often referred to as the Future Entity.

roro665_Navigating_major_open_banking_regulations_in_2025_PSD_280ffc61-b7d4-400c-885b-302452398dcf_0.png
January 09, 2025

Navigating major open banking regulations in 2025: PSD3, Retail Payment Activities Act, Dodd-Frank, and more

See four major regulatory initiatives shaping global open banking’s ecosystem in 2025.

roro665_Best_Practices_for_Integrating_AI_in_Fintech_Projects_937218e6-8df0-49aa-9a1a-061228aba978_3.png
December 03, 2024

AI-Driven ETL Tools Market: A Comprehensive Overview

Explore AI-driven ETL tools like Databricks, AWS Glue, and Roboshift, tailored for automation, data quality, and compliance in regulated sectors.

roro665_Best_Practices_for_Integrating_AI_in_Fintech_Projects_76570294-b2df-4e1d-a775-bdc646351d08_2 (1).png
November 19, 2024

Introducing Roboshift: AI-Powered ETL and Data Processing for Compliance in Regulatory Industries

Discover Roboshift, the AI-driven ETL solution by Blocshop, designed for secure, efficient data processing in fintech, banking, and other regulatory industries.

roro665_Best_Practices_for_Integrating_AI_in_Fintech_Projects_76570294-b2df-4e1d-a775-bdc646351d08_1 (1).png
October 16, 2024

Best practices for integrating AI in fintech projects

Discover 8 key steps for AI implementation in fintech and open banking with a focus on compliance, data quality, bias, and ethics.

roro665_Extract_Transform_Load_process_for_data_that_is_power_8734b36d-5737-4fdb-904e-ea6bca40c51b_3.png
October 09, 2024

Real-life examples of generative AI products and applications

See real-life examples of generative AI products and applications developed by Blocshop that impact industries from retail to fintech.

roro665_data_transformation_from_one_format_to_another_with_g_91332f66-93b0-48d8-9d5e-a8609529cbb7_3.png
September 25, 2024

Generative AI-powered ETL: A Fresh Approach to Data Integration and Analytics

ETL meets generative AI. See how AI-powered ETL redefines data integration and brings more flexible data processing and analytics across industries.

roro665_uk_pensions_dashboard_reform_magazine_cover_collage_-_1888e056-80f6-4aac-958c-bf02b128a7d3_1.png
September 03, 2024

UK Pensions Dashboard Compliance: Deadlines, Transition Steps, and the Use of AI-driven Data Mapping

How AI-driven data mapping can support UK Pensions Dashboard compliance. Understand key deadlines and steps for efficient data conversion and transition to the UK Pensions Dashboard.

roro665_a_cover_image_depicting_data_conversions_and_compliance_c8ddf35a-cc0f-447a-abb7-0f4b1f14bb64 (1).png
August 23, 2024

Using AI for data conversion and compliance in the banking sector

Discover how AI transforms data conversion and compliance in the banking industry, optimizing processes while managing risks.

ai_applications_in_banking_and_banking_technology_blocshop.png
August 14, 2024

AI Applications in Banking: Real-World Examples

Explore how major banks are using AI to enhance customer service, detect fraud, and optimize operations, with insights into technical implementations.

20221116_153941.jpg
July 31, 2024

From Concept to MVP in Just 12 Weeks with Blocshop

Blocshop delivers your MVP in 12 weeks, solving real pain points with agile sprints, daily scrum meetings, and fortnightly reviews. Here's the process explained.