Table Of Contents
1. The Change Happening In Conversations And Data Retrieval 2. How We’re Designing And Building Differently 3. Different Patterns And Habits Emerging 4. The New Standard 5. The Renaissance Of Information Architecture

Information architecture used to be about structure. We organized menus and pages into trees, built hierarchies, and created pathways for people to follow. For years, that worked. Navigation was the interface.

But that world is changing. People aren’t clicking their way through information anymore. They’re asking for it. They’re refining questions, expecting context, and assuming that systems will not only understand what they mean, but act on it.

Natural language has become the interface.

And it’s changing everything.

This is more than a design shift. It’s an architectural one. The way we store, secure, and expose information must adapt to a world where AI doesn’t just search, but reasons, retrieves, and responds.

It’s an exciting time for anyone building products, managing data, or defining information strategy. Because what’s emerging isn’t chaos. It’s a new level of clarity.

1. The Change Happening In Conversations And Data Retrieval

As natural language becomes the primary way people interact with systems, the entire flow of how information is requested and delivered begins to shift. Instead of navigating through pages, users engage in conversations, and that shift fundamentally changes how information must be retrieved, structured, and secured.

Conversations replace navigation

In traditional systems, the user had to know where to go. They clicked, filtered, and drilled down. That worked when the problem was information overload. But it doesn’t work when users want answers.

AI systems invert this model. They start broad and refine through dialogue.

A user might ask:

  • “Why was my EC2 cost higher yesterday?”
  • “Which account?”
  • “Break it down by environment.”
  • “Exclude dev.”
  • “Create a daily alert if it goes over $500.”

This isn’t a query sequence. It’s a conversation. Each step builds on context, memory, and meaning.

The underlying IA must support this complex flow. Not through links or breadcrumbs, but through intent recognition, semantic understanding, and policy-aware access.

This is information architecture reimagined for dialogue. Systems that know how to interpret user intent, retrieve data from the right context, and respond naturally.

For architects, this is a new design language. A language that blends ontology, semantics, and conversation into a single experience.

Once navigation disappears and conversations drive the workflow, the architecture underneath must adapt as well. The moment answers replace pages, the structure of the data becomes the limiting factor — systems need retrieval-ready information, not visual layouts.

Structure for retrieval

Machines don’t browse. They retrieve, interpret, and compose. To serve them well, data must be optimized for retrieval, not presentation.

That means:

  • Semantic precision: Data should carry clear labels, definitions, and relationships.
  • Contextual chunking: Information should be divided into logical units that preserve meaning (paragraphs, YAML blocks, time-series windows).
  • Semantic indexing: Embedding models and vector databases help systems find what’s relevant by meaning, not by keyword.
  • Versioned entities: Stable IDs and lineage tracking let systems reason over time.
  • Knowledge graphs: Relationships between entities make reasoning and inference possible.

This is where AI gets its intelligence. Not from raw data, but from structured understanding.

Retrieval-Augmented Generation (RAG) and semantic layers bridge this gap. They unify documents, datasets, and APIs into coherent systems that can answer questions, generate insights, and connect facts.

We’ve moved beyond search. We’re now teaching our data to talk back.

The moment we teach our data to ‘talk back,’ we also have to control what it is allowed to say. Retrieval changes not only how information is accessed, but how it must be secured. This shifts security from the interface to the facts themselves.

Security becomes conversational

When AI is the interface, access control has to move deeper. It’s no longer a matter of which UI components are visible. It’s about which facts a model can retrieve and under what conditions.

That means enforcing policies at the data layer:

  • Row-level permissions define what the user can access.
  • Column masking protects sensitive fields.
  • Context filters ensure that models only receive authorized context.
  • Audit trails log every retrieval and response.

In this new world, security becomes dynamic. Every prompt, every response, every fact retrieved is governed by user-specific rules. It’s not just safer, it’s table stakes.

This kind of granular, policy-aware retrieval builds trust between humans and systems. It ensures that as we give AI more context, we don’t give it more than we should.

The Cloud Cost Playbook

2. How We’re Designing And Building Differently

Once conversations replace navigation and data becomes retrieval-ready, the way we build software has to evolve as well. These changes ripple downward into our architectures, interfaces, and models of interaction, reshaping everything from how information is exposed to how systems reason on behalf of users.

From presentation layers to structured data feeds

For decades, websites were built for human eyes. We optimized layouts, designed menus, and obsessed over visual hierarchy. But in an AI-first world, your audience includes machines that don’t care how pretty your site looks.

What matters is whether your data can be understood.

A local restaurant’s most valuable digital asset isn’t its high-resolution photos or its color palette, it’s the structured facts about its business. Hours, menu items, gluten-free options, delivery links. Those are the signals that power maps, search results, delivery apps, and now, AI assistants.

The same principle applies to every business. Your digital presence isn’t just a website anymore. It’s a constellation of structured, machine-readable facts. JSON-LD, schema.org metadata, APIs, and feed endpoints are the new front doors.

When your information is structured, AI can find it, use it, and share it. That’s how you go from being searchable, to discoverable.

And that changes the game. The small pizza shop can now show up next to global chains. The niche SaaS provider can compete with enterprise vendors. Because in a world driven by AI, relevance and value matter more than size or visibility.

From SaaS to semantic stacks

This evolution isn’t just happening at the interface. It’s transforming how we build software itself.

The products that are embracing this change won’t rely on static dashboards filled with dropdowns and filters. Instead, they’ll have thin interfaces powered by rich semantic backends.

  • The interface gets lighter. Fewer screens, more natural interaction.
  • The backend gets smarter. Semantic modeling connects data to business meaning.
  • The orchestration layer evolves. Agents and assistants interpret context, validate results, and execute tasks.

Imagine asking, “What changed in my AWS bill last week?” Behind the scenes, the system uses semantic search, tagged entities, custom dimensions, and linked recommendations to build a clear, contextual answer.

That’s the power of the semantic stack. It’s how software begins to reason.

Designing for agents, not just users

We’re entering the age of agents. These systems can act on behalf of users, with ever increasing context and autonomy.

Model Context Protocol (MCP) servers are laying the groundwork. They expose structured capabilities that AI agents can discover and safely call, transforming static APIs into self-describing systems.

To design for agents, we need:

  • Deterministic APIs and tool contracts that define safe actions.
  • Introspectable interfaces that let agents ask what’s possible.
  • Stable identifiers and fact feeds to keep knowledge up to date.
  • Explainable layers so every action can be traced back to a fact or query.

Agents don’t click buttons or fill out forms. They reason, plan, and act. The systems we’re building need to make that possible.

And this isn’t theoretical. It’s already happening.

3. Different Patterns And Habits Emerging

As these systems evolve, we start to see the same product patterns emerge over and over:

  • Conversational Primitives: Support multi-turn refinement, disambiguation, and confirmation.
  • Deterministic Escapes: Let users move from natural language to structured interfaces or saved queries.
  • Progressive Disclosure: Reveal complexity only when it’s relevant.
  • Hyperpersonalization: Ground responses in user behavior, history, and context.
  • Composability: Let answers turn into actions, automations, or shareable insights.

These patterns aren’t just design trends, they’re the foundation of how these post-AI world products will be built. They define the rhythm of AI interaction: conversational, contextual, and capable.

These emerging patterns form the first visible signs of a deeper shift. And when you zoom out, you can see that these patterns aren’t isolated — they are early indicators of a new standard taking shape across software.

4. The New Standard

All of these shifts point toward something larger than new tools or new patterns. They signal a fundamentally different standard for how software should behave. This is a new standard that blends semantic understanding, conversational interfaces, and agentic workflows.

We’re watching the boundaries between software, systems, and data dissolve. What used to be UI logic is now becoming part of the data itself: structured, retrievable, and conversational.

The vendors that thrive won’t be the ones with the most features. They’ll be the ones who understand meaning. Who build systems that explain themselves, enforce policy at the source, and integrate seamlessly into the workflows of AI.

In this new world you need to ask:

  • Does this system have a semantic layer?
  • Can it reason about relationships between data?
  • Can it safely expose that data to AI interfaces?
  • Can it explain how and why it reached a conclusion?

That’s what defines the next generation of platforms.

Within the next few years, most SaaS products, websites, and traditional interfaces will be replaced by conversational, context-aware, hyper-personalized experiences.

It’s an exciting time for IA architects, engineers, and organizations embracing this future. We’re not just designing systems for users anymore. We’re designing systems that can join the conversation.

5. The Renaissance Of Information Architecture

The shift to conversational systems isn’t the end of information architecture. It’s its renaissance.

We’re not organizing pages anymore. We’re shaping understanding. We’re building systems that can listen, respond, and reason.

The way we structure our data will define how the world discovers us. And in that discovery lies something remarkable: every piece of information you create can now find its audience.

When data can speak for itself, it doesn’t just answer questions — it starts conversations.

That’s the future we’re all about to design.

The Cloud Cost Playbook

The step-by-step guide to cost maturity

The Cloud Cost Playbook cover