Life at 100Mhz: Living with Technology

What is Agentic AI, how is it used today in Business and war.  This is when AI not just takes commands from you, it is now working while you are sleeping.  But what does it on on its own?  This episode talks about the dark and light sides of AI.  

What is Life at 100Mhz: Living with Technology?

Living Life in the Digital Age - Living Life with Technology past, present and future. Find me at https://www.lifeat100Mhz.com - Produced by Dave Bunyard - earthdrifter@gmail.com Cover Photo: Charles Sharp Crawford in a Cole car at the Indianapolis speedway in 1910.

Dave Bunyard:

AI by itself is like an idle leg muscle until you decide to get up out of your chair and go for a walk. It won't do anything until you tell it to, but an AI agent will work for you even when you are sleeping. In this episode of Life at 100 MHz, we explore Agentic AI.

Sam:

You know, when we really think about our relationship with software, we have this deeply ingrained expectation that it basically behaves like a vending machine.

Delilah:

Right. You press a button, you get a result.

Sam:

Exactly. There's B4 and, you know, a specific candy bar drops down. It's this closed loop of predictable physics just a direct binary input output relationship.

Delilah:

And if you press B4 and nothing happens well you know the machine is broken.

Sam:

Yeah you call a mechanic they find the jammed coil and they fix it. It's safe.

Delilah:

It's a very comforting paradigm honestly. I mean the machine only does exactly what you tell it to do right when you tell it to do it. It has no agency, no ambition.

Sam:

It definitely doesn't have the ability to like walk down the hall and buy a different candy bar if the one you wanted is out of stock.

Delilah:

Right, absolutely

Sam:

We like our tools to just wait patiently in the toolbox until we pick them up. But if you look at the technological landscape right now, I mean specifically what is happening today, Thursday, 06/11/2026. That whole vending machine paradigm is just completely shattering.

Delilah:

It really is. We are dealing with systems now that, they don't just wait for a button press anymore.

Sam:

Right. They look at the inventory, realize you're hungry, order a restock, and, like, negotiate a better price with the supplier.

Delilah:

Yeah.

Sam:

All while you're asleep.

Delilah:

Which is the absolute definition of muddy waters for anyone trying to manage or secure these systems or even just understand them.

Sam:

Yeah. Because we aren't really talking about a tool anymore, are we?

Delilah:

No, not at all. We are talking about autonomy. We're talking about a system that actually holds a goal in its mind and independently navigates the chaotic digital world to achieve it.

Sam:

So welcome to today's deep dive. We have a pretty massive mission ahead of us today.

Delilah:

We really do. There is a lot to cover.

Sam:

We are exploring a towering stack of technical briefs, cybersecurity incident reports, industry roadmaps, and they are all entirely focused on one phrase that is just dominating the tech space right now. Yeah. Agentic AI.

Delilah:

It's everywhere. You can't read a tech blog without seeing it.

Sam:

Right. And our goal today is to cut through the overwhelming, frankly exhausting tech hype and give you, the listener, a real shortcut to being deeply informed.

Delilah:

Because we need to figure out exactly how our digital and physical lives are fundamentally changing as we speak.

Sam:

Exactly. Because whether you're an IT pro trying to lock down a corporate cloud environment or you're just someone desperate for a robot to finally fold your laundry this transition is going to impact you.

Delilah:

And it is happening at a pace that is honestly difficult to overstate. I mean, the architectural shift from the reactive language models we all played with just a year or two ago.

Sam:

Like the basic chatbots.

Delilah:

Right. The transition from those to the proactive agentic frameworks being deployed in enterprise environments today is staggering. We are moving from a system that generates text to a system that generates action.

Sam:

Let me throw out an analogy that really helped me crystallize the difference when I was reviewing all this documentation.

Delilah:

Yeah. Analogies are crucial here.

Sam:

So if traditional generative AI, like those standard chatbots we've been using is like a highly knowledgeable, but incredibly timid research assistant who only speaks when spoken to.

Delilah:

Right.

Sam:

Then Agentic AI is like a highly capable digital coworker and this isn't an intern, this is a coworker with their own desk, their own corporate credit card and the full autonomy to get things done without your constant supervision.

Delilah:

That's a great way to frame it.

Sam:

Okay, let's unpack this. To understand how that actually works under the hood, we need to establish the baseline. How are computer scientists actually defining the architecture of an agent right now?

Delilah:

Well it comes down to four core pillars and it fundamentally departs from just linear text generation. I mean the large language model LLM is still the core brain but it's now wrapped in an orchestration layer.

Sam:

Okay, what are those four pillars?

Delilah:

They are perception, reasoning, action and learning.

Sam:

Okay, let's break those down. Perception means it's not just waiting for a text prompt in a chat box,

Delilah:

right?

Sam:

Yeah. It's actively seeing an environment.

Delilah:

Correct. Perception means the agent is actually hooked into continuous data streams. So it's monitoring email inbox or it's watching a live database update.

Sam:

Or like parsing a calendar feed in real time.

Delilah:

Exactly. It is constantly ingesting state changes in whatever environment it's placed in.

Sam:

Which naturally leads to reasoning. And this is where it gets really interesting to me because it implies multi step planning. I'm not just saying, Hey, write a polite email. I'm giving it a macro objective.

Delilah:

Right. You give it a high level goal. So for example, you might say, Find the best flight and hotel option for my conference in Chicago next month under $1,200, ensure it doesn't conflict with my existing board meetings, and draft the preliminary expense report.

Sam:

Which is a ton of steps. A standard chatbot would just spit out a generic, like, in the blank template for that.

Delilah:

Exactly. But an agent uses the reasoning pillar to break that macro objective into a sequential decision tree. It says to itself, okay, step one, check the calendar. Step two, search flight APIs. Step three, search hotel APIs.

Delilah:

Step four, do the math.

Sam:

But wait, what if step three fails? Like what if the flights are so expensive that there are no hotels left under the $1,200 budget? A standard script would just throw an error code and crash, wouldn't it?

Delilah:

And that is exactly where the third and fourth pillars action and learning come into play. If an agent hits a roadblock, it uses its short term memory vector database.

Sam:

Its memory.

Delilah:

Yeah. It effectively says to itself, okay, I just tried United and Marriott and the total $1,400 that violates the primary constraint. It doesn't crash, it backtracks.

Sam:

Oh wow. So it actively analyzes its own failure?

Delilah:

Yes. It adjusts its parameters and executes a new action, maybe looking at alternative airports or cheaper boutique hotels. It continuously loops through this process, interacting with external APIs and reading the live web until the objective is actually met.

Sam:

So it has persistence. It has a localized memory of its own trial and error. I mean, is a massive paradigm shift.

Delilah:

It's the difference between a tool and an employee.

Sam:

But I want to move out of the theoretical computer science realm for a second. Let's look at what this actually looks like inside the digital ecosystems you and I use every single day.

Delilah:

Okay, let's do it.

Sam:

Because the tech briefs heavily highlight the Gemini ecosystem as the prime example of this transition. Google is fundamentally restructuring how Workspace operates.

Delilah:

Oh, absolutely. They are completely rebuilding it from the ground up to support a network of autonomous digital teammates. And the flagship example of this deployment right now is Gemini Spark. Spark. Right.

Delilah:

Yeah. This is their twenty four seven personal agent. And you have to understand, it is not a turn based interface. Spark operates continuously in the cloud completely independent of your local hardware.

Sam:

Wait, so I could throw my laptop in the ocean and Spark would still be managing my digital life?

Delilah:

Completely, it lives in the cloud and it never

Sam:

That is wild! So it's just awake all the time constantly iterating. What is it actually doing while I'm asleep?

Delilah:

It's handling what we call digital chores. Starting with autonomous inbox management, it's constantly using that perception pillar on your incoming data stream.

Sam:

So it's reading my emails?

Delilah:

It reads, prioritizes, and categorizes emails the millisecond they hit the server. It can cross reference the sender against your historical interactions to determine urgency.

Sam:

And I'm assuming it acts on them too.

Delilah:

Exactly. More importantly, it drafts contextual, highly specific replies and queues them up for your approval before you even open your phone in the morning.

Sam:

I also read that it handles calendar coordination autonomously. So if a client emails me asking for a meeting next Tuesday, I don't even have to open my calendar app.

Delilah:

Now, Spark intercepts the email, cross references your schedule, identifies the open slots, factors in the time zones, and replies to client to negotiate the time.

Sam:

And if I understand the architecture correctly, it can also use its action capabilities to reach into my Google Drive, right? Like find the previous slide deck I presented to that specific client and generate a pre meeting briefing document.

Delilah:

That is exactly how the tool use pillar works. It is actively calling the drive API, searching the file tree, extracting the text, and synthesizing it for you.

Sam:

Now as incredible as that sounds, there's a pretty massive catch here for the average consumer. Gemini Spark is currently gated behind the Google AI Ultra tier. It's in a US beta right now and it costs what, upwards of a $100 a month?

Delilah:

Yeah. It's not cheap.

Sam:

That is a massive jump from the $20 a month standard AI subscriptions we're used to. Yeah. I was trying to figure out why the price point is so high.

Delilah:

Well, it comes down to the underlying compute infrastructure. Standard generative AI is remarkably cheap to run because it only uses server processing power when you actively hit the enter key on a prompt.

Sam:

It's just a discrete burst of computation.

Delilah:

Right. But Gemini Spark requires a continuous reasoning loop. Google essentially has to spin up and dedicate a cloud virtual machine to run twenty four seven just for you.

Sam:

Oh, wow. So you've been a dedicated server.

Delilah:

Exactly. They are dedicating nonstop server processing to monitor your inbox, evaluate logic dates, and manage your life in the background. The raw electricity and silicon required for continuous inference is enormous.

Sam:

So the economic model just necessitates that premium ultra tier that makes complete sense. You're basically renting a server that never sleeps.

Delilah:

Exactly. But the ecosystem goes far beyond just Spark. Have you looked at Space Studio?

Sam:

Yeah. Was reading about WorkSpace Studio and these custom entities called gems.

Delilah:

Mhmm.

Sam:

This seems to be where the real enterprise value is hiding.

Delilah:

Oh, without a doubt. WorkSpace Studio allows users to build custom AI experts. These are the gems and link them into automated flows.

Sam:

Think of a flow is like a specialized digital assembly line.

Delilah:

Perfect analogy. Let's say your company receives a complex customer inquiry via a web form. Currently, a human reads that, copies the data, opens a spreadsheet, pastes it, creates a folder, and drafts a reply.

Sam:

You just mind numbing soul crushing work.

Delilah:

Right. With a gem connected to a flow, the moment that form is submitted, the gem is triggered. It uses its perception to read the form.

Sam:

And then it uses its action tools?

Delilah:

Yes. It hits the Google Sheets API and logs the specific variables name, company, issue. Then it hits the Google Drive API, commands the creation of a dedicated client folder, and finally drafts a highly personalized follow-up email outlining the next steps.

Sam:

With zero manual triggers required, the human only steps in to click Approve on the final email.

Delilah:

Exactly. And it gets even more surreal when you look at Gemini Live and multimodal action agents. We aren't just talking about text and APIs anymore.

Sam:

No. We're talking about UI navigation and screen control. The documentation shows that you can point your smartphone camera at a complex soft software interface on your computer screen, speak naturally to Gemini, and it executes actions.

Delilah:

Right. The agent can literally execute clicks, open menus, and type commands on your behalf by understanding the visual layout of the software.

Sam:

So the agent is essentially acting as a robotic mouse and keyboard.

Delilah:

Yes. It uses computer vision to parse the graphical user interface, figures out where the settings button is, and sends the actual coordinate click data.

Sam:

And on the enterprise side, they're rolling out agent to agent orchestration. I was fascinated by this.

Delilah:

It's the multi agent mesh. This is where the technology truly scales up. You might have a deep research agent whose only job is to autonomously conduct thousands of web searches, scrape financial data, and synthesize a massive report.

Sam:

But it doesn't just stop and wait for a human when it's done.

Delilah:

No. It then securely hands that file off to a specialized compliance agent.

Sam:

So one AI talking directly to another AI.

Delilah:

Exactly. The compliance agent reads the report, checks it against the company's internal legal policies, redlines any problematic claims, and passes it to a final formatting agent.

Sam:

And all of this happens instantaneously?

Delilah:

Yes. Inside an isolated agent sandbox to ensure the host operating system remains entirely secure from malicious code execution.

Sam:

Okay. I have to pause here because as a user, I have a very relatable fear about all of this.

Delilah:

I think I know what it is, but go ahead.

Sam:

I'm thinking about the way we currently automate things. In my experience, people write absolutely terrible outlook rules. You try to filter out newsletters and suddenly critical client emails just vanish into some archive black hole because of a slight typo in the logic rule.

Delilah:

It happens all the time.

Sam:

Right. So the idea of giving an autonomous AI the keys to my inbox letting it draft things, move files around, and delete things based on its own logic sounds like an absolute disaster waiting to happen. How do we trust it not to aggressively clear out my inbox and ruin my career?

Delilah:

That is the number one concern for any IT professional right now, and it's a completely justified fear. But to understand why the risk profile is different, we have to look at how the troubleshooting paradigm has fundamentally shifted.

Sam:

Okay. How so?

Delilah:

We have to stop thinking of these agents as rigid binary code. An Outlook rule is an if X then Y statement. It is brittle.

Sam:

Right. If an edge case occurs that the programmer didn't explicitly define, the rule just fails silently.

Delilah:

Exactly. But AI agents do not use binary logic. They operate on semantic reasoning.

Sam:

I love that concept. When I was trying to explain semantic reasoning to a friend the other day, I used a cooking analogy.

Delilah:

Let's hear it.

Sam:

So if you give a rigid robot a recipe that calls for kosher salt and it opens the pantry and only finds sea salt, the robot crashes. It throws an error code because the exact text string kosher salt wasn't found. But if you give that same recipe to a human chef, they understand the semantic meaning of salt. They know it's there to provide salinity so they grab the sea salt or maybe even a splash of soy sauce and keep cooking.

Delilah:

That is a perfect analogy. The agent understands the underlying intent of the not just the hard coded keywords.

Sam:

So it understands the context of the data.

Delilah:

Yes. And because of this semantic flexibility, the way errors occur and the way we govern them is handled by a really sophisticated three tiered troubleshooting ecosystem.

Sam:

Okay. How does that three tier system actually play out in a live environment?

Delilah:

Well, tier one is the AI's internal self correction. Unlike that brittle Outlook rule, the agent has a reasoning loop. If it attempts to sort an email into a folder that doesn't exist, it gets an error back from the API.

Sam:

But it doesn't crash your email client?

Delilah:

No. It pauses, reads the error, analyzes its own mistake, and dynamically creates the missing folder, or it tries an alternative route.

Sam:

And the user isn't blind to this. Right?

Delilah:

Not at all. You can monitor this via a live progress chip. It's a little side panel on your screen where you can literally read the agent's internal monologue and watch its logic unfold step by step.

Sam:

So you can literally see it thinking attempted to open folder, folder missing, creating new folder. Yeah. That transparency is huge for building trust.

Delilah:

It is. But what happens if it hits a wall it simply cannot solve on its own?

Sam:

Alright. What then?

Delilah:

That triggers tier two, the human in the loop. If the AI encounters a logical contradiction, say an email is marked both urgent and spam, it halts.

Sam:

It doesn't guess and risk deleting a priority invoice.

Delilah:

Exactly. It alerts you. You can click a button that says take over task, you step in, clear the hurdle and then hand the reins back to the agent.

Sam:

And here is the magic part based on what I read.

Delilah:

You

Sam:

use natural language patching to fix the behavior meaning I don't have to open up a command line and rewrite Python code.

Delilah:

No, you just speak to it. You say, hey, you archived that email from vendor x, but that's actually a priority invoice. In the future, flag emails with invoice numbers from them as high priority.

Sam:

And it just learns that.

Delilah:

Yes. The agent instantly updates its own internal skill layer and memory. You're coaching it just like you would coach a human coworker.

Sam:

Which leaves tier three for the local IT help desk. And I'm assuming the IT guys aren't gonna be sitting around debugging the AI's neural weights.

Delilah:

No. Their role entirely shifts. They are no longer fixing broken individual rules for end users. Their job is to manage the global guardrails.

Sam:

Like maintaining the secure API plumbing.

Delilah:

Yes. And setting hard coded, unbreachable policies. For example, IT might hard code a global rule stating that no AI agent under any circumstance has the permission to permanently delete an email across the entire corporate domain.

Sam:

So they become more like digital forensics investigators.

Delilah:

Exactly. When an agent does make a mistake, IT pulls the execution audit trails to see exactly which logic node failed.

Sam:

Okay. So we know these tools are out there and we understand the guardrails keeping them in check, but I want to pivot to the practical side for a minute. Sure. How does someone listening right now actually start building with this? If I don't have a computer science degree, am I just locked out of the agentic revolution?

Delilah:

Not at all. The accessibility is what is driving this rapid adoption. The technical briefs outline four incredibly distinct paths to experimentation, ranging from absolute beginner to enterprise developer.

Sam:

Okay. What's path one?

Delilah:

Path one is the immediate test, and it requires absolutely zero setup, no coding, and no special software. You just use Gemini Pro extensions.

Sam:

So you just open the standard chat interface.

Delilah:

Right. But instead of asking a question, you give it a multi step prompt that forces the agentic behavior. You tell it, search my Google Drive for any document containing project x, summarize the projected timelines from those docs, and save a draft update in my Gmail.

Sam:

And because the extensions are integrated natively, you literally just sit back and watch it orchestrate the API calls across Drive and Gmail right in front of you.

Delilah:

It's a fantastic way to grasp the concept of tool use.

Sam:

But if you wanna build something more permanent, something structural, you move to path two, which is the low code route.

Delilah:

Right. This is where you use Google Workspace Studio's visual flowchart builder. If you are a visual learner, this is an absolute gold mine.

Sam:

You don't write code at all, do you? You just drag and drop conceptual blocks on a canvas. I was looking at screenshots of this interface and it looks a lot like digital mind mapping.

Delilah:

That's exactly what it looks like. You have a starter block, which is the trigger say, an incoming email, and then you draw a line to an action block like Google Sheets.

Sam:

And the brilliance of the visual builder is how it handles You can visually map the data passing from one app to the next. Right?

Delilah:

Exactly. You drag a line from the sender name variable in the Gmail block directly into the column a variable in the Sheets block. You can hit test run and watch the execution logs light up visually as the data moves through the pipeline. It completely democratizes complex API orchestration.

Sam:

But let's say you are an enterprise developer and you need raw power. Path three is the tech heavy route.

Delilah:

Yes. This involves the Gemini Enterprise Agent Platform, Agent Studio, and the Agent Development Kit or ADK.

Sam:

So this is where you strip away the visual training wheels.

Delilah:

Right. You use Python or TypeScript. You are writing the raw code that defines the agent's specific reasoning parameters and memory structures.

Sam:

And this is where that agent sandbox comes back into play, isn't it? Because if I write a Python script that accidentally tells an agent to recursively delete files, I really don't want it executing that on my actual hard drive.

Delilah:

Precisely. The sandbox is an isolated, highly secured virtual machine. You let the agent generate, compile, and run Python code to solve complex data problems inside this sealed container.

Sam:

So it can crunch numbers, make mistakes, and crash.

Delilah:

But it can never reach out and touch your local operating system or the live corporate network until the code is rigorously verified.

Sam:

That makes sense. And then we get to path four which I found honestly the most fascinating. Open source frameworks. Things like Crew AI or Lang Graph.

Delilah:

Ah yes. This isn't just building one agent, it's building a society of agents.

Sam:

Which sounds like science fiction.

Delilah:

It does, but Landgraaf for instance operates almost like a mathematical state machine. You're defining nodes and edges. Each node is a highly specialized agent and the edges are the communication pathways between them.

Sam:

So you could build like a simulated IT department. You create a tier one help desk agent, give it the ability to read incoming tickets and tell it to handle password resets.

Delilah:

Right.

Sam:

Then you create a sysadmin agent with deeper permissions to access server logs.

Delilah:

Exactly. And if the helpdesk agent gets a ticket it can't resolve, it autonomously writes a summary of the problem and passes the digital ticket across the network to the sysadmin agent.

Sam:

It just hands it off.

Delilah:

Yep. The sysadmin agent runs a diagnostic tool, appends the server logs to the ticket, and passes it back to the help desk agent to draft the response to the user. Watching these open source frameworks run is literally like watching a digital brain coordinate its own synapses.

Sam:

But this brings up a massive logistical question for a lot of people listening. We've been talking heavily about Google and open source. What if you work at a massive corporation that is completely locked into the Microsoft ecosystem? Are you just completely left out of this?

Delilah:

Not at all, but the integration pathway is entirely different. If you are stuck in Outlook and Teams, you have three primary options. First is the no code middleware path.

Sam:

Okay. What does that look like?

Delilah:

You use platforms like make.com, Zapier, or relay.app. These act as universal translators. You can set up a visual trigger in Outlook, send the payload to a Google AI Studio API block, let the Gemini model do the semantic reasoning, and then pass the process response back through Zapier into Outlook.

Sam:

So it acts as a perfect middleware sandbox to test workflows without tearing out your core infrastructure.

Delilah:

Right.

Sam:

But middleware can be brittle. Right? What if you need it native?

Delilah:

Then you rely on enterprise data stores. If your company pays for Gemini Enterprise, Google Cloud actually allows IT to configure native secure connectors using the Microsoft Graph API.

Sam:

And the Graph API is basically the skeleton key to a Microsoft environment, right?

Delilah:

Exactly. It connects everything, emails, SharePoint files, Teams chats. By linking the Gemini agent to the Graph API, the agent can perform federated searches natively inside your Microsoft data lake without moving the data to Google's servers.

Sam:

And finally, if you just want simple access, there are third party Microsoft Office add ins like AI Perfect Assistant that simply drop the AI interface directly into your Outlook sidebar.

Delilah:

Right. For quick localized tasks.

Sam:

Okay. So we've established that the tools are incredibly powerful, surprisingly accessible, and can be integrated into almost any workflow. But that accessibility is exactly what terrifies cybersecurity professionals.

Delilah:

Oh, it keeps them up at night.

Sam:

We have to look at the enterprise risk. What actually happens when you unleash thousands of these non deterministic autonomous agents inside a corporate network?

Delilah:

If we connect these to the bigger picture, this is the most critical paradigm shift in modern cybersecurity. The industry is in a state of absolute panic because the entire philosophy of defense has to change.

Sam:

Because we're not just building walls anymore.

Delilah:

Right. For decades, the goal was securing data. You build a firewall and you put the data inside, but now we have to secure autonomous actors. And the first massive controversy we hit is machine identity and Privilege Drift.

Sam:

Break down Privilege Drift for me. How does an agent differ from a normal script?

Delilah:

Well, when you set up a simple email forwarding rule, it operates under your specific human user profile. It is bound by your exact permissions. But an AI agent operates differently.

Sam:

Because it needs to act on its own.

Delilah:

Exactly. To function autonomously, it requires its own unique machine identity. It needs its own login credentials, its own dedicated OAuth API tokens, its own persistent access to cloud databases. It effectively becomes a Silicon employee.

Sam:

And I imagine hackers are just salivating over that.

Delilah:

Oh, absolutely. Hackers don't just wanna steal an Excel file anymore. They wanna hijack an agent's OAuth token. Because if they compromise an agent that has broad read write access across a network

Sam:

They can do whatever they want.

Delilah:

They can use the agent's own automated speed to escalate privileges, move laterally through the servers, and exfiltrate data at machine speed.

Sam:

But it's not just external hackers that are the problem. I was reading about the internal threat of shadow agents.

Delilah:

Shadow agents are a huge blind spot.

Sam:

We just talked about how easy it is to use Zapier or Workspace Studio. Employees are building their own unauthorized autonomous workflows to make their jobs easier, and the IT department is completely blind to it.

Delilah:

Which is terrifying.

Sam:

You have rogue agents moving sensitive corporate data around in the background entirely That

Delilah:

is the nightmare scenario for compliance officers. And it feeds directly into an even deeper structural flaw in agentic AI, the lack of judgment problem.

Sam:

I read an original hypothetical scenario in the sources that perfectly captures this and it is honestly chilling. Because agents are non deterministic, they figure out their own path to achieve a goal, right? So the scenario goes like this: An AI financial agent is deployed by the CFO. It is given a very clear, high level goal: optimize our monthly cash flow and aggressively reduce overlapping software subscription costs.

Delilah:

Which is a perfectly reasonable business objective.

Sam:

Exactly. So the agent scans the corporate ledger and notices a massive monthly recurring expense for a suite of specialized cybersecurity monitoring software. It looks at the utilization logs and sees that this software hasn't actively blocked the major threat in six months. Oh no. So operating purely on its optimization parameters, the agent autonomously cancels the critical cybersecurity subscription.

Sam:

It accomplishes the goal perfectly, it saved the company thousands of dollars, but it failed entirely at understanding real world context.

Delilah:

And that is the terrifying reality of intelligence without judgement. The AI's math was flawless, but its context was zero.

Sam:

It doesn't understand the abstract concept of insurance, does it?

Delilah:

No. Or the devastating physical and financial reality of a ransomware attack. It just sees a line item that can be reduced to hit mathematical optimization metric.

Sam:

Which naturally raises the ultimate billion dollar legal question. The accountability void. Let's say a different agent, an autonomous purchasing agent, is trying to optimize the supply chain. It hallucinates a supply shortage and mistakenly signs a legally binding unauthorized $50,000 contract with a vendor for copper wire.

Delilah:

A very plausible scenario.

Sam:

Who is legally liable to pay that invoice? Is it the employee who typed the initial prompt? Is it the IT team that configured the agent's API permissions? Or is it the developer in Silicon Valley who built the underlying language model?

Delilah:

Corporate lawyers and federal regulators are scrambling to define this right now. We are staring into a massive legal gray area. Where does human accountability end and autonomous liability begin?

Sam:

It's a total unknown.

Delilah:

If an agent commits corporate fraud to achieve a revenue target, can you put a CEO in jail for the actions of a black box neural network?

Sam:

It's a terrifying precedent. And we don't have decades to figure this out because the timeline detailed in these roadmaps is incredibly aggressive.

Delilah:

It's happening now.

Sam:

The industry is rapidly transitioning from an application based economy to an intent based economy.

Delilah:

Right, we are moving toward what analysts call multi agent workforce, or the agentic mesh.

Sam:

Explain the agentic mesh.

Delilah:

Currently, to do our jobs, we open five different applications: Slack, Salesforce, Excel, Outlook. In an intent based economy, the human just states the intent. You manage a mesh of specialized agents, and they talk to the applications for you.

Sam:

And when you look at the adoption curves, 2025 was the clear transition year. That's when we saw roughly 40% of enterprise applications begin embedding basic task specific agents.

Delilah:

But the roadmaps point to 2028 through 2030 as the real inflection point. That is when we hit the true agentic mesh.

Sam:

So we aren't just talking about individual tasks anymore?

Delilah:

No. We are talking about macro processors. Entire autonomous departments. You could see an entire software QA testing department run by a mesh of AI agents continuously testing code, logging bugs, and patching vulnerabilities twenty four seven.

Sam:

And this means the traditional IT profession is going to be completely unrecognizable.

Delilah:

They won't be managing hardware or application updates anymore. They will shift entirely to agent governance and continuous digital forensics policing the behavior of the machine workforce.

Sam:

Okay. The legal and security risks are undeniably massive when these agents are operating inside the metal boxes boxes of our laptops and cloud servers, but the landscape completely and utterly changes when we take these highly capable autonomous agentic brains and put them into physical metal bodies. Real. I want to transition into the physical world because the exact same technology running Gemini Spark is now being poured into humanoid robotics.

Delilah:

This is the frontier of embodied AI or physical AI. What's fascinating here is how the robotics industry has pivoted.

Sam:

Oh, so good.

Delilah:

Well for decades robots were hard coded. A robotic arm on an assembly line was programmed with precise geometrical coordinates to weld a specific door panel. If the door was two inches out of alignment the robot just welded the air, it was blind.

Sam:

But now they're dropping these agentic brains into humanoid hardware powered by what they call vision language action models or VLA models combined with world models.

Delilah:

Exactly. A standard LLM takes in text and outputs text. A VLA model takes in visual pixel data from a camera, processes a natural language command from a human, and translates its semantic reasoning directly into motor torque values.

Sam:

It outputs physical motion.

Delilah:

Yes.

Sam:

So a VLA model allows a robot to look at a chaotic room, hear the command clean this up, reason through the geometry of the objects, and act.

Delilah:

Exactly. And phase one of this deployment is not science fiction. It's happening right now in controlled industrial pilots.

Sam:

Like where? Give me some examples.

Delilah:

Automotive giants like BMW are already running active pilots using bipedal humanoids for high voltage EV battery assembly, specifically because the AI can visually adapt to slight variations in the parts. Japan Airlines is trialing them for heavy airport logistics and baggage handling. Tesla is aggressively scaling production of its Optimus Gen three units for its own factory floors.

Sam:

And it's not just the hardware, it's the intelligence layers running them. I was reading about a startup called Physical Intelligence and their PI point seven model.

Delilah:

Oh, that model is incredible.

Sam:

It allows a robot to walk into a completely unfamiliar room and adapt its physical behavior on the fly through a continuous inference loop. If it is trying to fold a shirt and drops it, it doesn't just keep moving his arms in the air like an old factory robot.

Delilah:

Right. Visually recognizes the failure.

Sam:

It reaches down, picks the shirt up, and tries again. Wall Street estimates are already pointing to 90,000 global shipments of these humanoids in the near term.

Delilah:

And that is just the industrial pilot phase. Phase two, which industry roadmaps project for the 2028 to 2030 window is the mass market transition. As manufacturing scales, the cost per unit is projected to plummet into the $20,000 to $50,000 range.

Sam:

Which changes the economic calculus completely. At $30,000 the return on investment for a two forty seven autonomous warehouse worker that doesn't need sleep, healthcare, or lighting is mathematically impossible for logistics firms to ignore. They are projecting 1,200,000 annual units entering the workforce.

Delilah:

And this is where the digital and physical meshes converge. You will have a digital AI agent monitoring global supply chain data. It spots a shortage of microchips. It autonomously orders more.

Sam:

And then it natively tasks a physical humanoid agent on the warehouse floor to go unload the specific delivery truck when it arrives. Seamlessly. So hearing all this industrial success, I have to ask the question that literally every single person listening is thinking right now. Yeah. When can I buy one of these things to clean my house?

Delilah:

It is the absolute holy grail of consumer robotics, the home butler. And the early offerings are actually starting to hit the market. In May 2026, a startup called Gatsby launched a fascinating model, an on demand humanoid cleaning service for a flat rate, where they bring the robot to you. Really? Yeah.

Delilah:

And in China, massive tech firms like Giga AI are already testing the SeaLight S1 in residential homes, and they're slating it for retail at around $15,000

Sam:

I also saw a company called 1X taking pre orders for a model called the NEO. And what's wild about the NEO is that it's a soft body robot. It's built with muscle like synthetic fibers instead of rigid hydraulic metal, specifically so it won't severely injure a pet or a toddler if it bumps into

Delilah:

them. Which is a huge safety feature for the home.

Sam:

And they are pricing it at around $20,000 or 499 on eight a month subscription model.

Delilah:

But there is a massive catch to all of these consumer models right now. Full unassisted autonomy for the home does not exist yet.

Sam:

Wait. If they can build a car battery, why can't they unload my dishwasher?

Delilah:

Because human homes are wildly unstructured environments. Think about it. A factory floor is highly The lighting is constant, the floors are flat, and the objects are standardized.

Sam:

A living room is absolute chaos.

Delilah:

Exactly. There are dog toys on the floor, varying lighting conditions, clear glass, wine glasses that confuse depth sensors, and toddlers running around. That level of chaos breaks the AI's internal world model. It cannot confidently predict the physics of the room.

Sam:

So how are these companies promising home cleaning right now if the AI gets confused by a wine glass?

Delilah:

Teleoperation. To bridge the gap, current home robots rely on a remote human lifeline. The robot can handle about 70% to 80% of the routine physical tasks autonomously using its onboard VLA model. It can vacuum the floor and wipe the counter.

Sam:

But when it encounters a chaotic edge case, say, a delicate vase it has never seen before or the tangled pile of cables, it stops.

Delilah:

Right.

Sam:

And then what? Someone takes over with the joystick.

Delilah:

Essentially, yes. A remote human operator sitting in a call center at the robotics company's headquarters logs into the robot via a VR headset. They see through the robot's camera eyes and using hand tracking controllers, they manually guide the robot's robot's physical arms through the tricky 20% of the task.

Sam:

Okay, I have to push back hard on this. The latency and privacy implications of that are absolutely insane. You are telling me there is a stranger in a VR head set looking around my living room, looking at my family, controlling a machine with metal hands.

Delilah:

It sounds dystopian, I know.

Sam:

There is no way mass consumers will accept that level of privacy invasion, no matter how much they hate folding laundry.

Delilah:

You are entirely correct, and it is the biggest hurdle the industry faces. The teleoperation phase is a necessary stepping stone to gather training data, but it is a massive privacy liability.

Sam:

So when do we get past that?

Delilah:

The true milestone is full zero labor independence, where the onboard AI is sophisticated enough to handle 100% of the home's chaos without any human supervision whatsoever. But based on the current limitations of world models, realistic projections place that capability in 2035 and beyond.

Sam:

That makes total sense. But we have to pivot here and address the terrifying elephant in the room. We've been talking about robots folding laundry and assembling car batteries, but the exact same hardware, the exact same VLA models and the exact same semantic reasoning engines are currently being deployed on live battlefields.

Delilah:

Yes, they are.

Sam:

If these models can be trained to recognize a wine glass, they can be trained to recognize a human silhouette. We have to confront the dark side of this transition, machine speed warfare.

Delilah:

It is the most sobering aspect of this entire deep dive. This raises an existentially critical question about the future of human conflict. We are no longer looking at a traditional arms race. We are in the middle of an intelligentized arms race.

Sam:

I was looking through the military intelligence reports and they specifically mentioned these viral videos released by the Chinese PLA. They show these four legged robotic wolves, essentially robot dogs, armed with automatic infantry rifles on their backs, participating in live fire exercises.

Delilah:

Those videos made huge waves.

Sam:

It instantly made me think of Star Wars, The Phantom Menace. Are we actually looking at an imminent droid invasion? Are we about to see millions of identical bipedal robots marching in formation across a sovereign border?

Delilah:

We need a serious physics based reality check on the Star Wars scenario. While those PLA videos are absolutely real and highly effective propaganda, a massive sustained robotic ground invasion faces three massive physical bottlenecks that Hollywood movies conveniently ignore.

Sam:

K. What's the first bottleneck?

Delilah:

First and foremost is the power problem.

Sam:

Right. Battlefields don't have convenient charging stations.

Delilah:

Exactly. An electric combat humanoid running at full physical exertion carrying armor and weapons will drain its lithium ion battery in roughly one to two hours. You simply cannot run a sustained military campaign marching for weeks across rugged terrain without a massive vulnerable mobile charging grid trailing right behind them.

Sam:

And I imagine the second bottleneck is communication.

Delilah:

Right. Electronic warfare. Robotic armies rely heavily on network synchronization and active sensors like radar and lidar. Modern electronic warfare is devastatingly effective.

Sam:

So they just jam the signals?

Delilah:

Yes. A defending force can blast a battlefield with broadband radio and GPS jamming. It blinds the robot's sensors and severs their communication mesh. Without that link, a multi billion dollar droid army quickly degrades into uncoordinated stationary paperweights.

Sam:

And the third bottleneck has to be the sheer cost, supply chain economics.

Delilah:

It is vastly cheaper and tactically more effective to build a swarm of 10,000 small $500 explosive kamikaze drones than it is to build, maintain, program, and transport complex $20,000 bipedal humanoid soldiers.

Sam:

Okay. So we aren't gonna see a Phantom Menace droid army next week. Yeah. But you're saying a different, arguably more insidious kind of automated war is happening right now?

Delilah:

Yes. From the present day through 2028, military strategists are deploying what they call first wave attrition packs.

Sam:

Attrition packs.

Delilah:

These are highly expendable robotic dogs, wolves, and track drones deployed for the most lethal tasks. Urban door to door clearing or beach landings. Their sole purpose is to draw the first wave of enemy fire saving human infantry. Then, looking at the 2028 to 2035 window, the doctrine shifts to mixed human machine hybrid swarms.

Sam:

Oh, how does a hybrid swarm operate?

Delilah:

A human commander sits back and gives a high level intent like secure this grid coordinate. The agentic swarm then autonomously coordinates its own tactics. It decides internally which drones scout ahead, which drones deploy electronic jamming, and which drones execute kinetic strikes.

Sam:

And running parallel to all of this physical violence is deepfake cognitive warfare. Military intelligence is deploying AI bot networks to generate hyper realistic, targeted fake video and audio to stoke civil unrest, destroy morale and destabilize adversaries from the inside out.

Delilah:

It's an information war at machine speed.

Sam:

But this brings up the most crucial, fundamentally terrifying question of this entire AI transition. If an armed AI system is operating autonomously, moving through a city, how does it know who to shoot? How does an algorithm tell a friendly soldier from an enemy combatant?

Delilah:

In military legal terms, this is known as the principle of distinction, and the mechanics of how AI attempts to solve this are complex. For friendly forces, the AI relies on cryptographic handshake.

Sam:

How does that work?

Delilah:

Ground troops were active encrypted IFF tags identification friend or foe. These tags constantly emit a mathematically secure changing electronic token. If the autonomous robot detects the correct cryptographic handshake or if the human is standing within a highly specific GPS designated blue territory via dynamic geofencing, the AI logs them as a friendly.

Sam:

Okay, that covers friendly troops, but what about differentiating an active enemy combatant from an innocent civilian?

Delilah:

That is where it relies on VLA target profiles. The AI uses its computer vision to scan the environment for highly specific visual markers. It looks for the geometric shape of a combat helmet or the distinct silhouette of specific assault rifle.

Sam:

And thermal imaging too, right?

Delilah:

Yes. It uses infrared cameras to scan for thermal signatures, detecting the specific heat bloom of a recently fired weapon barrel. It even uses tactical behavioral analysis. It analyzes the gait and movement of a group of humans. Are they moving in a coordinated tactical wedge formation?

Delilah:

Are they actively taking cover when a drone flies overhead?

Sam:

But here is where the theory violently collides with reality. The incident reports detail these horrific catastrophic failures because AI has a fatal context blind spot.

Delilah:

It's a massive tragic flaw.

Sam:

The AI doesn't understand human intent. It relies entirely on statistical correlation of pixels. It lacks all human empathy and situational understanding. A human sniper looking through a scope can tell the difference between a farmer digging an irrigation trench with a metal pipe and an insurgent burying an IED.

Delilah:

A machine cannot.

Sam:

To a computer vision model, both are just thermal heat signatures holding a cylindrical object near the dirt.

Delilah:

And it struggles profoundly with the surrender problem. Under the Geneva Conventions, you cannot attack a surrendering soldier. But how does a VLA model mathematically differentiate between an enemy raising their hands in genuine surrender versus an enemy raising their hands to throw a fragmentation grenade? It cannot intuitively know.

Sam:

Plus, there is the massive vulnerability of adversarial spoofing.

Delilah:

Spoofing the AI's vision. I've seen examples of this. Right. An enemy can print highly specific mathematical pixel pattern optical illusions on their clothing. To a human eye, it just looks like a weird static pattern.

Delilah:

But to a convolutional neural network, that pattern scrambles the visual processing. It can trick the AI into classifying an enemy soldier as a friendly civilian or render them completely invisible to the targeting algorithm.

Sam:

And yet, despite all these massive lethal flaws, the rush to deploy is unstoppable. Live deployments are happening right now. In Ukraine, they are using the Saker Scout drone. Because electronic warfare constantly jams a video feed to the human pilot, the drone uses onboard AI chips to autonomously recognize and strike armored targets without human permission.

Delilah:

Russia is deploying V2U autonomous loitering drones. Israel has heavily utilized algorithmic targeting systems like LAVENDER and the Gospel, which ingest massive amounts of surveillance data to generate lists of recommended targets in seconds.

Sam:

And the US military is heavily invested in Project Maven and autonomous LUCAZ drones.

Delilah:

And the reason for this aggressive deployment is simple. The bottleneck of war is no longer firepower, it is the speed of decision making. Human brains simply cannot process radar data, drone feeds, and radio chatter fast enough to counter an incoming AI driven drone swarm. Militaries feel existentially forced to give their own AI systems more autonomy just to keep up with the machine speed attacks of their adversaries. It is a runaway technological cycle.

Sam:

Which brings us to the most urgent question. With the stakes this incredibly existentially high, who is stepping in to enforce the rules? If the technology is outpacing human cognition, how is global governance attempting to hit the brakes?

Delilah:

It's a scramble, to put it mildly.

Sam:

And more importantly, what can you, the listener, do to defend your own digital life today? Let's start with the global stage.

Delilah:

The United Nations is acutely aware that they are losing the race against the technology. They are fighting on two major fronts right now. On the military side, the UN's Convention on Certain Conventional Weapons, the CCW, is operating under a strict 2026 deadline heavily pushed by the secretary general to draft a legally binding international treaty on lethal autonomous weapon systems or law w's.

Sam:

And what exactly are they trying to mandate with that treaty?

Delilah:

Over 70 countries are demanding a strict legal requirement for meaningful human control over any lethal decision. They want it written into international law that an algorithm cannot independently decide to end a human life.

Sam:

But there is massive geopolitical friction there. Right? The country is actually building the AI don't want to sign that.

Delilah:

Exactly. Superpowers leading the AI race, primarily The US and its allies, strongly oppose rigid restrictive formulations like meaningful human control. They advocate instead for a softer standard of good faith human judgment.

Sam:

Which is pretty vague.

Delilah:

Their argument is that rigidly banning autonomous functions could restrict legitimate defensive capabilities like autonomous anti missile systems that must react faster than a human to save lives. And frankly, in a geopolitical arms race, no superpower wants to unilaterally cede a technological advantage.

Sam:

But the pushback isn't just coming from politicians. The sources highlight a truly historic intervention by Pope Leo XIV. In February and March of twenty twenty six, he released a major encyclical titled Magnifica Humanitas. He explicitly called on the global community to disarm AI.

Delilah:

Yes, and he framed it as a dual mandate. Militarily, he argued that it is fundamentally morally impermissible to dissolve the moral chain of responsibility into a black box algorithm.

Sam:

A machine cannot be held accountable. Therefore, machine cannot be given the power of life and death.

Delilah:

Exactly. But he also attacked the commercial side. He called for a halt to AI being driven by a ruthless logic of corporate competition and geopolitical dominance. He warned that the intent based economy risks treating humans as passive, quantifiable data points rather than entities with inherent dignity.

Sam:

And on the civilian governance side, trying to rein in that commercial rush, the UN has launched the Global Digital Compact.

Delilah:

They activated an independent scientific panel modeled heavily on the IPCC for climate change to provide unbiased factual baselines on AI capabilities with their first major report due in July 2026.

Sam:

But their most actionable push is for global know your customer rules for cloud computing. I was fascinated by this. It's designed to combat AI deniability. Explain why rogue states need cloud computing in the first place.

Delilah:

Well, training a frontier AI model requires tens of thousands of highly specialized, incredible expensive GPUs clustered together in massive data centers.

Sam:

Like the ones Google and Microsoft own?

Delilah:

Right. A rogue state or a terror cell cannot easily buy and smuggle 10,000 physical GPUs, but they can lease them virtually from major cloud providers using shell companies.

Sam:

Ah, I see.

Delilah:

The know your customer rules would legally mandate that cloud providers mathematically verify exactly who is renting their supercomputers, preventing bad actors from hiding behind digital proxies to train offensive cyber warfare models.

Sam:

Okay. So the UN and the Vatican are trying to manage the macro level threat, but let's bring this down to the micro level. Yeah. So what does this all mean for you listening right now? We can't negotiate international arms treaties from our living rooms, but we all manage vulnerable technology every single day.

Delilah:

We do.

Sam:

If hackers are deploying autonomous agents to steal credentials, what are the actionable frontline defenses you need to deploy today?

Delilah:

The defense paradigm has to shift from passive passwords to active architecture. The first step, particularly for enterprise users, is to deploy Guardian agents.

Sam:

Fight fire with fire.

Delilah:

Exactly. Instead of letting an operational agent run wild on your network, you deploy a secondary, highly secure, lightweight AI whose sole job is to audit the primary AI's outputs.

Sam:

So it sits in the middle.

Delilah:

It sits in the middle. It intercepts the data, checks the logic loops for malicious behavior or accidental data leaks, and instantly halts the process if it detects any unsafe deviation from the core parameters.

Sam:

Second, and this is for absolutely everyone listening, kill the password. You have to switch your critical accounts to PASkeys immediately. Passwords, even complex ones, can be stolen by an AI phishing agent.

Delilah:

PASkeys use public key cryptography tied directly the secure enclave of your physical device, your phone or laptop.

Sam:

Which mean they are mathematically unfishable.

Delilah:

Exactly. Even if an AI writes a psychologically flawless hyper personalized phishing email and you fall for it and click the fake link, the hack fails. When the fake website asks for your credentials your physical device will check the hidden URL, realize it doesn't match the legitimate server, and mathematically refuse to provide the private key.

Sam:

Third, you need to prevent indirect prompt injections. You should turn on enhanced safe browsing in your email clients. But more importantly, be incredibly careful with those AI summary extensions you install on your browser.

Delilah:

This is a terrifyingly simple exploit. Hackers can hide invisible white text in the background code of a completely normal website.

Sam:

And the human eye never sees it.

Delilah:

Right. But when your helpful AI browser extension reads the page to summarize the article for you, it unknowingly ingests those hidden instructions. Those instructions could silently command your AI to exfiltrate your session cookies or draft malicious emails in the background.

Sam:

Fourth, you have to actively starve AI scammers of your personal data. Stop giving out your real email address to every website that asks for it. Use email aliases like DuckDuckGo's email protection or Apple's hide my email.

Delilah:

If a retail website gets breached, only that specific disposable alias leaks to the dark web and you can delete it with one click.

Sam:

And critically, you need to establish a family challenge phrase.

Delilah:

AI voice cloning technology is so advanced now that it only takes three seconds of clean audio grab from a social media video or a voicemail to map and fake a person's voice perfectly.

Sam:

Three seconds. That is insane.

Delilah:

If you receive a frantic, terrifying emergency phone call from a loved one claiming they're in trouble and need you to wire money immediately, you must ask for the secret code word. A word kept entirely offline, never typed in a text message, known only to your family.

Sam:

Finally, perform a ruthless machine audit. Go into your browser settings and flush your old session cookies to prevent agentic token hijacking. Purge all those unused browser extensions you installed three years ago. They often get sold to malicious actors who update them to include broad data scraping permissions.

Delilah:

Your phone's background app refresh settings and switch your home router or computer network settings to a secure DNS like Cloudflare's one point one point one point three which actively blocks malicious domains at the infrastructure level before your browser even tries to load them.

Sam:

It really requires a proactive defensive mindset. You have to assume that automated entities are actively probing your digital perimeter two four seven.

Delilah:

You really do.

Sam:

Okay. We have covered some incredibly heavy structurally terrifying ground today. We've talked about accountability voids, massive privilege drifts, privacy invading teleoperation, and the horrific realities of machine speed warfare. But I wanna transition back to the positives.

Delilah:

It's important to remember why we're doing this.

Sam:

I wanna look at the light at the end of the tunnel. Yeah. Because the whole reason humanity is navigating this terrifying transition, the whole reason thousands of engineers are working on this is because the upside is profoundly liberating. We are entering the era of what the tech world calls cognitive offloading.

Delilah:

It is the perfect term for the upside of this transition. Agentic AI, when governed correctly, is arguably the first technology in human history explicitly designed to actually buy us back our time.

Sam:

For decades, technology promised to make us faster, but it just gave us more tasks to do.

Delilah:

Right. But Agentic AI crushes life admin.

Sam:

The endless soul crushing bureaucracy of daily life.

Delilah:

Yes. Think about planning a complex, multi city family vacation. Currently, you spend six hours with 20 different browser tabs open, cross referencing flight times, hotel availability, rental cars, and budget constraints. With an agent, you simply state the intent. Plan a trip to Europe for four people under this budget, avoiding layovers longer than two hours.

Delilah:

The agent navigates the friction, it maps the itinerary, checks the calendar conflicts, and simply presents you with the three optimal, fully booked options to approve.

Sam:

And beyond just saving time, it fundamentally levels the information playing field for the average person. Think about negotiating a 50 page homeowners insurance policy or a complex medical billing dispute. Huge corporations always have an asymmetric data advantage over you.

Delilah:

Always.

Sam:

But an agent can ingest millions of data points, read that dense legal policy in three seconds, cross reference it against state laws, find the hidden loopholes that a human lawyer might miss, and tell you exactly what clauses to negotiate. It physically removes the daily friction of coordination, bureaucracy, and exploitation.

Delilah:

It is an incredible empowerment tool, but as we build this intent based economy where machines seamlessly handle the execution of all these low level tasks, it brings us to a deeply profound consequence that I don't think society is ready for. We are building an intent based economy where machines remove all the daily friction of coordination, communication, and chores. But as this life admin disappears, it leaves us with a deeply profound question. Once the AI handles all the doing, what will you choose to do with all the time you just bought back?

Sam:

Well, that is a heavy thought. If my AI agent executes my complex thoughts flawlessly in seconds, how incredibly frustrating is it gonna be when I have to explain something twice to a human coworker?

Delilah:

Exactly. When the AI handles all the doing perfectly, will we start expecting our spouses, our friends, and our children to be as instantly compliant and flawless as our agents? Are we going to lose the patience required for messy, inefficient, beautiful human relationships?

Sam:

That is the real dynamic we have to look at. We are moving from a world where software was just a broken vending machine to a reality where our digital coworkers are so flawless they might isolate us from the friction of being human. Thank you so much for joining us on this deep dive. The future is happening at machine speed, but hopefully, you are now equipped to navigate it.

Dave Bunyard:

I don't know about you, but I know that I have to babysit my Roomba for it to get its job done. If I leave it alone, it'll eventually run into a problem. AI is still in its infancy stage. We need to babysit it and be responsible parents. Be careful out there.

Dave Bunyard:

Thanks for listening. Check out more episodes on life at 100mhz.com.