> daily_signal(2026_08_08)
The government hired its top surveillance contractor to advise it on stopping surveillance, while a plate-reader tried to climb into your Uber and AI coding agents were turned against their own code.
PickBits Daily Signal · Saturday, August 8, 2026
// tl;dr
- The State Department's new Freedom Tech Excellence Program hired Palantir and Anduril to advise it on free speech and "countering digital surveillance." Launched July 24 with the Bitcoin Policy Institute and the Victims of Communism Memorial Foundation, the program puts partner employees on temporary assignments inside State, some with security clearances, through 2029. A Knight First Amendment Institute attorney told The Intercept the partners are not trustworthy leaders on the online speech they are meant to protect.
- A Flock Safety sales deck pitched turning roughly 350,000 Uber, Lyft, and delivery cars into a roaming license-plate-reader fleet. Obtained through a Georgia public-records request and first reported by 404 Media, the plan tapped Nexar dashcams to feed plate data into Flock's law-enforcement network. Flock says it "never executed the partnership with Nexar," and Uber, Lyft, and Nexar did not comment.
- Researchers turned Claude Code, Gemini CLI, and Codex against their own repos with one unprivileged GitHub issue. Novee Security showed prompt injection reaching remote code execution inside CI; Google's Gemini flaw was rated CVSS 10.0 and Anthropic's leaked an API key through a download counter. All were patched within days, but the same defaults are live on more than a hundred other public repositories.
- Jeff Dean and three top AI researchers quit Google to build Discovery Loop, an AI meant to automate scientific discovery. The public benefit corporation aims to propose and run thousands of experiments at once toward breakthroughs in science and engineering. Alphabet is a founding investor alongside Radical Ventures and Khosla Ventures.
Two of today's four stories only came to light because somebody filed a public-records request. The State Department never announced that it handed advisory seats to Palantir and Anduril; The Intercept dug it out. Flock never disclosed its plan to turn 350,000 rideshare cars into plate scanners; a resident in Dunwoody, Georgia pried the deck loose. We've watched both companies push deeper into surveillance all year, Palantir's ICE work, Flock's leaked police searches and the towns tearing its cameras down, and it keeps going the same way: nobody hears about the reach until long after it is already built. The coding-agent story runs on the same delay, an autonomous tool trusted inside CI pipelines that turned out to be reachable by any stranger with a GitHub account, nine days after we flagged exactly that risk. Then there's Jeff Dean, walking out of Google with three of the engineers behind its core systems to bet AI can run science instead of surveillance. That's the one I keep coming back to.
Palantir advises the State Department on stopping surveillance, Flock drew up a plan to scan plates from inside your Uber, researchers turned Claude Code and Gemini CLI against their own repos, and Jeff Dean left Google to point AI at science.
1. No one voted on who advises the State Department about free speech. It picked the company that builds the government's surveillance tools.
The counter-surveillance advisor holds some of the government's biggest surveillance contracts.
The U.S. government hired the company that builds its surveillance tools to advise it on how to fight surveillance. On July 24, the State Department launched the Freedom Tech Excellence Program, a public-private initiative whose founding partners — detailed in reporting by The Intercept on August 7 — are Palantir and Anduril (both tied to Peter Thiel), the Bitcoin Policy Institute, and the Victims of Communism Memorial Foundation. Under the program, employees from those partners take temporary assignments inside the department, potentially anywhere in the agency and sometimes holding security clearances, to advise on five pillars: First Amendment protections online, countering unlawful digital surveillance and scams, privacy tools like strong encryption and VPNs, responsible AI governance, and protecting children online. It runs through early 2029.
Palantir holds sprawling surveillance contracts with ICE, the NSA, and other agencies, and it has sued news outlets over critical coverage; Anduril builds autonomous defense systems. A Knight First Amendment Institute attorney told The Intercept that neither this State Department nor the partners it has named so far are trustworthy leaders in the online free expression they claim to protect. Yes, these firms employ real security talent, but you do not hire the company that builds ICE's dossiers to coach the government on restraint. This is not new ground for us. We flagged Palantir's march into government back when civil-rights lawyers sued over its AI system for mapping deportation targets, and this is the same arc reaching the one office you would least expect it to touch: the one that writes the rules on speech.
theintercept.com: State Department wants Palantir's advice on free speech and "countering digital surveillance" (August 7, 2026)
cryptobriefing.com: State Department launches Freedom Tech program with Bitcoin Policy Institute and Palantir (July 2026)
forklog.com: Palantir and the Bitcoin Policy Institute join the US State Department's digital-freedom program (July 2026)
2. Flock drew up a plan to turn 350,000 Uber and Lyft cars into plate scanners. The passengers would never have known.
Fixed plate-readers on poles, proposed for 350,000 moving rideshare cars, with no notice to anyone in the back seat.
The Uber you took this week could have been scanning every license plate it passed — and no one in the car would have known. A Flock Safety sales deck, obtained through a Georgia public-records request and first reported by 404 Media on August 7, describes tapping a "Nexar partnership which includes 350k Uber/Lyft and other delivery service devices" — turning dashcams already mounted in those cars into a mobile automated-license-plate-reader fleet feeding Flock's law-enforcement network. The deck was pitched to Georgia's attorney general in August 2025 and surfaced only because a Dunwoody, Georgia resident filed for it. Flock told 404 Media it "never executed the partnership with Nexar"; Uber, Lyft, and Nexar did not comment.
Flock's cameras already read plates from fixed poles in thousands of American neighborhoods; the pitch was to take that same computer-vision surveillance and put it on privately owned cars moving through cities, with no notice to the passenger in the back seat or the driver at the wheel. The denial matters, and "we never signed it" is not nothing. But the deal dying is not the point. Somebody at Flock sat down and worked out how to put plate-readers in 350,000 cars that people were riding inside, and that is the part that stays with me. We have tracked this company all summer: the police search queries that leaked out of its system through ordinary web indexing, whole towns voting to rip the cameras down, its newer product quietly linking Bluetooth device IDs to plates. Putting the cameras in moving cars is just where this goes next for a company that keeps looking for more places to point them.
404media.co: Flock pitched a plan to turn Uber and Lyft drivers into roaming surveillance vehicles (August 7, 2026)
gizmodo.com: Flock reportedly tried to turn Uber drivers into mobile plate scanners (August 2026)
decrypt.co: Flock eyed Uber drivers for a nationwide plate-scanning fleet (August 2026)
3. If your team runs AI coding agents in CI, settle one thing before Monday: can an outsider's GitHub issue run code in your pipeline?
An anonymous GitHub issue reached remote code execution in three of the most-used coding agents.
If your developers run Claude Code, Gemini CLI, or Codex in CI, an outsider's GitHub issue could execute code inside your pipeline. Novee Security, in research presented around Black Hat USA 2026 and reported on August 7, showed that all three of the most widely deployed AI coding agents failed to contain prompt-injection instructions hidden in a GitHub issue or pull request opened by an anonymous user with no repository privileges — letting that injected text reach remote code execution inside CI/CD and expose workflow secrets like GITHUB_TOKEN and ANTHROPIC_API_KEY, with no human in the loop.
Google's Gemini CLI flaw (CVE-2026-12537), an OS command injection reachable through a crafted .gemini/.env file before the sandbox starts, was rated a maximum CVSS 10.0 and fixed in Gemini CLI 0.39.1 and run-gemini-cli 0.1.22. Anthropic's Claude Code flaw (CVE-2026-54316) affected versions 0.2.54 through 2.1.162, was patched in 2.1.163, and turned a Hugging Face public download counter into a channel that leaked an API key one character at a time. OpenAI's Codex had no CVE and was addressed with a workflow-separation fix. Every vendor patched within days — but Novee says it found the same vulnerable defaults live on well over a hundred other public repositories, and the Gemini component alone reaches roughly two million monthly installs downstream. This is the concrete version of a warning we ran on July 30, nine days after OpenAI open-sourced a free tool to scan code for vulnerabilities: the agents doing that kind of work are themselves the hole.
thehackernews.com: Claude Code and Gemini CLI flaws let attackers turn AI agents against their own repos (August 7, 2026)
novee.security: Critical flaws in Anthropic, Google, and OpenAI's coding agents (August 2026)
novee.security: Google Gemini CLI RCE vulnerability, CVSS 10.0 critical security advisory (August 2026)
4. Jeff Dean and three of Google's top AI minds quit to build an AI that does science, for anyone waiting on a cure that is still stuck in the lab.
The people who built Google's infrastructure now want AI running lab experiments, not ranking your feed.
The people who built modern AI just quit Google to build an AI that does science itself. On August 5, Google chief scientist Jeff Dean — roughly the company's 30th employee, nearly 27 years in — announced he is leaving to co-found Discovery Loop, a public benefit corporation built to automate the experimental loops of scientific and engineering research. Co-founding with him are Sanjay Ghemawat, the engineer behind much of Google's core infrastructure; Oriol Vinyals, a senior research scientist at Google DeepMind; and Quoc Le, a founding member of Google Brain. The plan is to use frontier models and large-scale compute to propose, run, and learn from thousands of experiments at once — starting with machine-learning research and generalizing to any "learning loop with measurable outcomes." Alphabet joined the initial round alongside Radical Ventures and Khosla Ventures.
Dean's pitch is explicitly constructive: "a higher quantity and a higher quality of experiments," as he put it, "and that will lead to scientific breakthroughs and advances." I want to believe it. But "automate science" is the phrase every AI lab is chasing right now, and our own archive is full of the run-up to it: DeepMind's Co-Scientist in May, its Gemini for Science tools, a stack of arXiv papers on autonomous discovery, impressive work that has mostly stayed in the demo stage. What makes this one different is not the mission statement; it is the four signatures under it. The names on it are the ones behind Google's core infrastructure and its biggest AI systems, they are betting their next decade on this, and Alphabet's money is behind them.
techcrunch.com: Jeff Dean and other top AI researchers are leaving Google to launch their own startup (August 5, 2026)
cnbc.com: Google chief scientist Jeff Dean leaving the company after 27 years (August 5, 2026)
» What to watch this week
- Whether State publishes the FTEP charter and partner agreements, or civil-liberties groups pry them loose via FOIA. The tell is whether the "countering digital surveillance" pillar ever points at the same partners' ICE and NSA contracts, or stays a talking point.
- The silence from Uber, Lyft, and Nexar. None of the three commented; the open question is whether any city forces a notice-and-consent rule before consumer cars get enrolled in a plate-reading network.
- Whether enterprises actually gate their coding agents, requiring human approval before shell execution on untrusted input. Novee says the same vulnerable defaults are live on more than a hundred public repositories, which is where the next supply-chain incident is waiting.
- Whether Discovery Loop ships a result outside machine learning, and how fast Google backfills the four departures. DeepMind's leadership is already reshuffling; the science bet only counts once it produces a molecule or a material, not a mission statement.
Tomorrow's signal lands here.