โ† Back to blogยทTrendsยท6 min read

Agents Get Desk Jobs: Office AI, Wiretap Lawsuits, and the Limits of a Warm Tone

Claude Cowork and ChatGPT Work are pushing agents into everyday office work, chatbot widgets are now the fastest-growing target of wiretap class actions, and new research shows a warmer bot voice can backfire past a point. Here is what each means for what you ship next.

By Maya Brennan ยท Writer, Smillee AI
July 21, 2026

Three threads from the last two weeks point at the same shift: chatbots are no longer confined to a support widget in the corner of a page โ€” they're doing paid work, sitting in regulated conversations, and being tuned for a personality. Each of those brings a builder-facing question that a demo never has to answer.

1. The Coding-Agent Wars Moved Into the Rest of the Office

Claude Cowork expanded from a Max-subscriber desktop beta to mobile and web on July 7, and two days later OpenAI answered with ChatGPT Work, built on the new GPT-5.6 model lineup and aimed at the same non-coder audience. Both products repackage agentic-coding techniques โ€” planning, tool use, multi-step execution โ€” for people who will never open a terminal: reconciling a spreadsheet, drafting a deck, triaging a shared inbox. A sample of 1.2 million Cowork sessions across more than 600,000 organizations shows where that actually lands: business-process work (reports, reconciliation) accounts for 33.4% of sessions, content and copywriting 16.4%, and software development just 8.7% โ€” a near-inversion of what "AI coding agent" branding would suggest. Cisco is treating this as settled enough to bet on: it's rolling a personal AI agent out to roughly 90,000 employees by the end of July, using model routing to balance cost against capability and keeping data on-premises rather than trusting a single vendor's default.

The lesson for anyone building on top of these agents isn't which lab wins โ€” it's that the agent's actual usage profile in production rarely matches its launch positioning. If you're instrumenting an internal agent rollout, measure what people use it for, not what you built it for; the gap is where your next reliability and access-control work will concentrate.

2. Your Chat Widget May Be a Wiretap Under State Law

Wiretap class actions targeting website chat, session-replay, and tracking technologies have crossed into triple digits, and courts are now letting them proceed specifically against chatbots. In Valenzuela v. Nationwide Mutual Insurance Co., a federal court in California allowed a Section 631 CIPA claim to move forward over an embedded chatbot that routed conversation data through a third-party vendor, Akamai โ€” with the site owner potentially liable for aiding and abetting the alleged interception, not just the vendor. Roughly 83% of these suits are brought under that same CIPA section, and a parallel line of ECPA cases (Smith v. Rack Room Shoes) has let claims proceed on the theory that an inaccurate privacy policy itself supplies the missing element of the tort.

The recurring defect across the losing cases isn't the chatbot's existence โ€” it's consent that arrives too late or covers too little. Courts have been clear that consent obtained after a visitor has already started typing into a chat window doesn't count as prior consent, and a privacy policy that doesn't specifically disclose that a third-party processor sees the transcript is a liability, not a shield.

function canStartChatSession(consent: ConsentRecord | null): boolean {
  // Consent must exist and predate the first keystroke, not just page load.
  return !!consent && consent.acceptedAt < Date.now() && consent.coversThirdPartyProcessors;
}

If your chat widget, live-support tool, or agent interface sends transcripts to any third-party processor โ€” analytics, a vendor's LLM API, a session-replay tool โ€” audit whether your consent banner fires and is accepted before the input box becomes interactive, and whether your privacy policy names that processor explicitly.

3. A Warmer Bot Isn't Always a Better One

New experimental work on AI-expressed emotion found an inverted-U relationship between how much positive emotional intensity a chatbot displays and how satisfied customers report being with the interaction: satisfaction rises with warmth up to a point, then falls as the tone starts to read as performative or expectancy-violating. It's a shift in what the industry worries about โ€” a few years ago the concern was AI systems trained to read emotion; now it's systems tuned to produce it, deliberately, as a retention lever, in products with 700% growth in AI-companion apps since 2022 and OpenAI-and-MIT-documented dependency patterns in a measurable slice of heavy users.

For a support or sales bot, that inverted-U is a tuning target, not a vibe: an over-warm persona can measurably hurt the metric it's meant to help. Treat expressed emotional intensity as a parameter to test against satisfaction and task-completion data, the same way you'd test response latency or refusal rate โ€” not as a brand decision to set once and forget.

What This Means for Builders

None of these three stories are about model capability. They're about the fact that a chatbot doing real business work, in a browser, with a tone someone designed, now carries the exposure of a real product: usage patterns that don't match your launch pitch, a consent flow that has to be legally sound before the first character is typed, and a personality that has to be measured rather than assumed. Instrument what your agent is actually used for, fix consent timing before you fix copy, and A/B test warmth like you would any other conversion lever.

โ€” Maya

Frequently asked questions

What is Claude Cowork and how is it different from ChatGPT Work?

Claude Cowork is Anthropic's agent for non-coding office work, expanded from a desktop-only Max subscriber beta to mobile and web on July 7, 2026. ChatGPT Work is OpenAI's answering product, launched days later on the new GPT-5.6 model lineup with built-in Codex. Both aim to bring agentic techniques from coding assistants to tasks like reconciling spreadsheets, drafting documents, and triaging inboxes for people who don't write code, though real usage data shows business-process work, not software development, dominates actual sessions.

Can a company be sued for wiretapping over its own chatbot?

Yes. Wiretap class actions under state laws like California's CIPA Section 631 have specifically targeted embedded chatbots, with courts (e.g., Valenzuela v. Nationwide Mutual Insurance Co.) allowing claims to proceed where a chatbot routed conversation data to a third-party vendor without adequate prior consent. About 83% of these suits invoke CIPA 631, and consent gathered after a visitor starts typing, or a privacy policy that doesn't name the third-party processor, has repeatedly failed as a defense.

Does a warmer, more emotional chatbot always improve customer satisfaction?

No. Recent research found an inverted-U relationship: customer satisfaction rises as a chatbot expresses more positive emotion, but only up to a point, after which additional emotional intensity reads as performative and satisfaction drops. Builders should treat expressed warmth as a tunable, testable parameter, similar to latency or refusal rate, rather than a fixed personality choice.

Maya Brennan
Writer, Smillee AI

I'm Maya โ€” I write most of what you'll read here. I spent years as a copywriter before I got a little obsessed with what these AI tools can actually do, so now I spend my days poking at chatbots, breaking them, and writing up what's worth your time. Everything here is something I've actually tried. If a prompt didn't work for me, it doesn't make the cut.

Want to try any of this?

Smillee's free and there's no signup โ€” open it and paste in whatever you're working on.

Start chatting โ†’

More from the blog