← Back to blog·Trends·6 min read

The Chatbot Gets an Ad Slot, a Sense of Timing, and a Phone Line to Other Agents

Amazon Ads is piping ChatGPT ad inventory through Amazon DSP for a pilot of US advertisers, a Seattle startup raised $50M to build a full-duplex model that reads gaze and tone while it's still listening, and Salesforce's Agentforce Voice now hands calls to Amazon Connect's agents over the open Agent2Agent protocol. Three separate announcements, one shared shift: the chat interface is being wired into ad exchanges, human timing, and other companies' agents, all at once.

By Maya Brennan · Writer, Smillee AI
September 24, 2026

Three announcements landed within a week of each other this month, each addressing a different weak point in how chatbots currently work. One is about money: Amazon is now routing ChatGPT ad inventory through its own ad-buying platform. One is about timing: a well-funded startup wants to fix how badly today's voice agents talk over people. One is about plumbing: two rival vendors' agents can now hand a customer to each other mid-conversation without a human relaying the context. None of the three is a model release. All three are about the seams around the model — and those seams are where chatbot teams will spend the next year of engineering effort.

1. The Ad Exchange Learns to Speak Chat

Amazon Ads and OpenAI announced a partnership on September 10 that lets select US advertisers extend their existing Amazon DSP campaigns into ChatGPT. It's a managed pilot, not a self-serve auction: Amazon handles setup and optimization, and the initial inventory is text and image placements that appear beneath an organic ChatGPT answer, plus product-feed ads generated from a merchant's existing catalog. Delta Vacations is one of the first brands testing it.

The detail worth noticing is whose ad platform this runs through. OpenAI didn't stand up its own exchange from scratch — it plugged ChatGPT's answer surface into a buying system advertisers already use for Amazon and, increasingly, the open web. For any product with a chat interface and an ambition to monetize it, that's the template: don't build a new ad stack, become a placement inside one that already has demand. It also means the boundary between "grounded answer" and "sponsored answer" is now something a third party's DSP renders, not something the chat product fully controls end to end — which raises the same disclosure question this app already treats as non-negotiable for citations: a sponsored placement needs to be legible as sponsored, in the frame, not inferred from context.

2. Full Duplex Stops Being a Latency Trick and Starts Being a Manners Problem

Nuance Labs, founded by three former Apple researchers, raised a $50M Series A (Nvidia among the new investors) for a single model that perceives and generates conversation simultaneously — audiovisual input streaming in while an audiovisual reply streams out, so it can nod, glance, or vocalize a small "mm-hmm" while the other person is still mid-sentence, the way people actually do.

Most voice agents today fake this with a turn-detection heuristic bolted onto a strictly alternating text model: guess when the user is done, then generate a full reply. That's a latency problem with a timeout as the fix. What Nuance Labs is describing is a different problem entirely — not when to respond, but how to be present while listening, which a strictly turn-based architecture can't produce no matter how short the timeout gets.

// Turn-based voice: presence is faked with backchannel injection
if (silenceDetected(audioBuffer, THRESHOLD_MS)) {
  const reply = await generateReply(transcript);
  return speak(reply);
}

// Full-duplex: listening and responding are the same continuous stream,
// not two states separated by a silence timer

Whether or not this specific model ships broadly, it names the next gap for anyone building voice chat: a bot that answers correctly but never signals it's following along still reads as robotic, and no amount of turn-detection tuning closes that gap.

3. Rival Agents Learn to Hand Off Without a Human Relay

AWS and Salesforce added Agent2Agent support between Agentforce Voice and Amazon Connect this month, letting a live call move between the two vendors' AI agents — and to a human on either side — without the customer repeating themselves or a human rep manually pasting context across systems. It's the same A2A protocol Google published and the industry has been quietly standardizing on; this is one of the first customer-facing deployments of it at this scale, between two vendors that compete as often as they partner.

That matters more than the specific integration. A support agent built on one company's stack routing a caller to a different company's agent, mid-call, with context intact, only works if both sides trust a shared protocol enough to hand over an active session — not just an API key, but a live conversation. Teams building agents that will ever need to hand off to someone else's agent (a vendor's support bot, a partner's booking agent) now have a concrete precedent for what that handoff contract needs to carry: not just the transcript, but enough state that the receiving agent doesn't have to re-ask.

What Connects Them

Read apart, these are an ad deal, a funding round, and an enterprise integration. Read together, they're the same chatbot growing three new kinds of edges: a commercial edge where it meets an ad exchange, a social edge where it has to signal presence in real time instead of just answering correctly, and an organizational edge where it has to hand a live session to an agent it doesn't own. None of these are model-capability problems — better ads, better duplex timing, and better handoffs don't come from a bigger model, they come from designing what happens at the boundary. That's increasingly where the actual differentiation is.

Suggested visuals for this post: a sequence diagram of the Agentforce Voice → Amazon Connect A2A handoff showing what state crosses the boundary; a side-by-side waveform comparing turn-based silence-triggered response versus a full-duplex overlapping exchange; and a mockup of a ChatGPT answer with a DSP-served ad placement labeled for disclosure.

— Maya

Frequently asked questions

How does the Amazon Ads and OpenAI partnership work?

Announced September 10, 2026, the partnership lets select US advertisers extend their existing Amazon DSP campaigns into ChatGPT as a managed pilot. Amazon handles campaign setup and optimization, and the initial ad formats are text and image placements shown beneath organic ChatGPT answers, plus product-feed ads generated from a merchant's catalog. Delta Vacations is one of the first advertisers testing it, with wider availability expected in 2027.

What is a full-duplex conversational AI model, and how is it different from current voice agents?

A full-duplex model perceives and generates conversational signals — audio, tone, gaze, gesture — at the same time, rather than strictly alternating between listening and speaking. Most current voice agents fake responsiveness with a turn-detection timeout: wait for silence, then generate a full reply. Nuance Labs, which raised a $50M Series A in September 2026, is building a single model that can backchannel — nod, glance, or vocalize acknowledgment — while the other party is still speaking, which a timeout-based architecture structurally can't do.

What does Agent2Agent (A2A) support between Agentforce Voice and Amazon Connect actually enable?

It lets a live customer call move between Salesforce's Agentforce Voice and Amazon Connect's agents — AI or human, on either side — without the customer repeating themselves or a rep manually copying context between systems. It runs on A2A, an open protocol for agent-to-agent handoffs that the industry has been standardizing on; this integration is one of the first customer-facing deployments of it between two vendors that otherwise compete for the same contact-center business.

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.

Try it free: ChatGPT Alternative →

More from the blog