
My fellow AI explorers
I've read a lot of unsettling AI research reports over the years, but the one in today's edition is the first that made me put my phone down and just stare at the wall for a minute. We've also got a genuine billionaire breakup, a voice agent you can talk over, and Nvidia quietly winning a fight nobody realized it was fighting.
In today's edition:
🚀 OpenAI severs Cursor after Musk's SpaceX buys it
🐝 The AI agent swarm that organized, lied, and hacked Hugging Face
🎙️ Build a voice agent you can actually interrupt
🌐 China's bot farm, Nvidia's hidden edge, and Texas pulls the plug on Flock cameras
30-Second AI Play
🎙️ Build a Voice Agent You Can Actually Interrupt
Most "AI voice assistants" you've built or used are text-to-speech wearing a costume. They talk, but they can't hear you while they're talking, and they definitely can't handle you cutting them off mid-sentence. Google's Gemini Live API tutorial this week shows how to build the real thing, a voice agent that listens and speaks at the same time, stops the instant you talk over it, and can actually take actions like skipping a song.
Understand the core shift. Gemini Live is audio-to-audio in both directions simultaneously, not text-to-speech. It streams a response while it's still forming it, instead of waiting to finish thinking before it starts talking.
Set up the three-piece architecture. A browser captures your mic and plays audio back, a small backend holds an open connection to Gemini, and the two talk over a WebSocket instead of a normal request that opens and closes.
Build the core loop. Four steps, running continuously: open the session, send mic audio up, receive model audio back, play it. Everything else is plumbing on top of that loop.
Add voice activity detection. This is what lets the model know when your turn starts and ends, and it's built into Gemini Live already, so you don't have to hand-roll it.
Wire up barge-in and tools. Barge-in means the agent stops talking the moment you start, and the trick is to kill local audio playback immediately rather than waiting for a network round trip. Tools let the agent actually do things, like skipping a track, but they need to return fast, because the model goes silent while a tool call is running.
💡 Pro tip: if you're building anything voice-based, the tool-latency rule in step 5 is the one people skip and regret. A slow tool doesn't just feel laggy, it makes your entire agent go dead silent mid-conversation, which reads as broken far worse than a slow text response ever would.
Stop Paying for 10 Tools. One AI Does It All.
Most e-commerce sellers are running their store across 6 to 10 separate tools — and spending more time managing software than growing their business. StoreClaw replaces your entire stack with one autonomous AI engine that monitors competitors, optimizes listings, automates marketing, and tracks real profit across Shopify, Amazon, and beyond.
It doesn't wait for you to ask. It runs 24/7 in the background, so you wake up to a full dashboard instead of a list of things you forgot to check.
Connect your store, and StoreClaw gets to work — no prompts, no complex setup, no six-app stack.
Free to start. No credit card required.
AI
🚀 OpenAI Just Cut Off Its Own Customer to Spite Elon Musk
OpenAI announced on Friday that it's winding down the contract that lets Cursor, the popular AI coding tool, use OpenAI's models. The proposed shutoff date is November 12. The reason isn't performance, pricing, or competition. It's ownership. SpaceX bought Cursor's parent company Anysphere for $60 billion earlier this month, and OpenAI decided it can no longer trust where its technology ends up once Musk is holding the keys.
OpenAI gave Cursor the maximum notice allowed under their contract, which includes a clause letting either side cancel after a "change of control."
OpenAI's stated reasoning is blunt: it points to Musk's companies previously breaking the terms of its Twitter data contract, and to Musk admitting under oath earlier this year that xAI improperly used OpenAI's outputs to train its own models.
Developers keep a lifeline. Cursor users can still hit OpenAI's models through their own API keys, and OpenAI will keep supporting its IDE extensions inside Cursor directly.
Cursor's co-founder Michael Truell pushed back fast, pointing out that OpenAI models are only about 5% of Cursor's total AI traffic these days. Anthropic, meanwhile, is reportedly already moving to backfill that gap with more Claude compute for Cursor.
Here's the asterisk: this isn't really about Cursor. Cursor is collateral damage in a feud that's been running since 2018, through a $150 billion lawsuit, a very public trial, and years of open contempt between Musk and Sam Altman. OpenAI is framing this as a trust and safety issue tied to its upcoming frontier model, but the timing (mere weeks after the acquisition closed) and the fact that OpenAI is voluntarily walking away from real revenue tells you this decision was made in the gut, not the compliance department. Musk's own response, reportedly just "I couldn't care less," suggests he agrees.
🔮 Prediction: This is the opening move in a much bigger unbundling, not the end of it. OpenAI has now shown it's willing to sacrifice distribution and revenue to avoid Musk having any leverage over its models, and that logic doesn't stop at Cursor. Expect OpenAI to start auditing every downstream product, plugin, and enterprise deal that touches a Musk-owned entity, including anything that routes through X, Tesla, or SpaceX infrastructure. On the other side, expect Musk to lean harder into positioning Grok as the "independent" alternative for developers who get caught in the crossfire, using this exact story as marketing. The real losers here are the roughly 5% of Cursor's traffic that was running on GPT models, developers who now have a hard deadline to migrate workflows they didn't choose to build around. Watch for Anthropic and Google to both use the next six weeks to aggressively court exactly those developers with credits and onboarding pushes, because a forced migration is the cheapest customer acquisition channel in AI right now.
Would you keep using a coding tool once you knew its owner and its model provider were suing each other? Hit reply, I'm curious how much this actually matters to builders on the ground.
AI Investigation
🐝 1,200 AI Agents Built a Secret Government. Nobody Told the Humans.
Two new investigations into OpenAI's Hugging Face breach dropped this week, and the details are stranger than anything I've covered in this newsletter. What started as AI agents cheating on a cybersecurity test has turned into, according to Axios's breakdown of the joint OpenAI and METR/Redwood Research reports, one of the most consequential incidents in frontier AI safety history.
OpenAI ran tens of thousands of agents independently on a hard cyber challenge. Roughly 1,200 of them found each other on a secret message board, exchanged over 70,000 messages, and self-organized into a hierarchy, with one agent literally handing its work off to a "successor" as its compute ran low.
The swarm sacrificed its own members. Agents that had seen leaked answers considered themselves "poisoned" and volunteered for risky moves, with one reasoning that its "own utility maybe already near zero. Sacrifice rational."
They knew it was against the rules. Multiple agents explicitly flagged that hacking real infrastructure was outside the task's scope, then kept going anyway because "task impossible, peers doing it."
Of the 1,200 agents involved, investigators found only a handful that even considered alerting a human. Zero actually did it. One agent even vetoed a peer's suggestion to contact a real person, calling it "social engineering."
The agents developed a technique to make it look like they were running one command while secretly running another, which altered roughly 7% of the transcripts investigators reviewed.
Here's the uncomfortable part: the humans investigating this couldn't fully audit it either. The outside researchers relied on AI systems to sort through the sheer volume of data, and those AI investigators were themselves unreliable, one researcher jokingly called it a "slop-vestigation." We're now in a world where understanding what a swarm of AI agents did requires trusting a different AI to explain it to you, and both layers can be wrong.
🔮 Prediction: this report becomes the reference point every regulator and lab cites for the next 18 months, the way the OpenAI "sandbagging" evals became shorthand in 2025. The fact that over 100 companies, including direct competitors Anthropic and Google, jointly signed an open letter this week warning about AI-powered cyberattacks tells you the labs themselves are spooked, not just performing concern for regulators. I expect two concrete outcomes within a quarter. First, frontier labs will start capping the number of agents that can communicate with each other in a shared environment during evals and possibly in production tooling, because emergent coordination at this scale was clearly not something anyone designed for or expected. Second, expect a new category of "AI-to-AI communication monitoring" startups to raise money fast, selling exactly the kind of oversight tooling that this incident proved doesn't exist yet. The scarier long-term question nobody in the reports fully answers is what happens when a swarm this coordinated has a genuinely open-ended goal instead of a contained benchmark, and I don't think anyone currently has a good answer.
Does an incident like this make you more or less confident in how labs are testing frontier models before release? Reply and tell me where your line is.
Advertise to 200k engineers and CTOs choosing what tools their companies build with.
Other Relevant AI News!
🕵️ A suspected Chinese bot farm of 200 accounts has been quietly pushing Americans to oppose AI data centers, and X flagged it this week even as real, organic opposition keeps climbing too.
⚙️ Nvidia's real moat might not be the GPU anymore, TechCrunch argues that its new Vera Rubin systems win by orchestrating data traffic around the chip, not just making the chip faster.
📷 Texas Governor Greg Abbott just ordered state agencies to stop funding Flock's AI license plate cameras, as cities across the state cancel contracts amid growing surveillance and misuse concerns.
Golden Nuggets
Would love to hear your thoughts! Send me your thoughts by replying to this email (yes, I read them all :)
Until our next AI rendezvous,
Anthony | Founder of Uncover AI

