> daily_signal(2026_08_16)
Flock rewrote its own surveillance rules, Amazon opted every Twitch streamer into AI training, ChatGPT started logging your keystrokes, and Penn gave clinics an AI they can inspect.
PickBits Daily Signal · Sunday, August 16, 2026
// tl;dr
- Flock Safety will make its abuse-detection audits mandatory for all 7,000-plus agencies using its 120,000 license-plate cameras by the end of 2026, require a case code for every search, and cut default retention from 30 days to 7. The changes follow a Washington Post count of at least 50 officers charged with misusing the tools; the ACLU's Chad Marlow called them "retreads," since an officer can still lie about why they searched.
- Amazon has been training its generative AI on Twitch streamers' content by default, and Twitch added an opt-out toggle only on August 12, after enrolling everyone automatically. Chief product officer Mike Minton told TechCrunch, "If this was opt-in, nobody would opt in." The switch sits under Channel settings → Security and Privacy → Training for Generative AI.
- OpenAI's new "Computer History" feature logs your clicks, keystrokes, and app switches on macOS to plaintext files that any program under your account can read. It is opt-in at three levels and excludes screenshots and private browsing, but OpenAI warns the files are a prompt-injection surface, which makes the enable-or-block call an IT and procurement decision, not a personal one.
- Penn's RAIL lab open-sourced MARC v1 (CC-BY-4.0), a free clinical-AI framework that splits reasoning across role-specialized agents so a wrong answer traces to a stage, configured in YAML and runnable on a laptop. It is a version-one preprint with no published accuracy numbers yet, and it is built for clinicians who don't code and clinics that can't afford cloud AI.
Flock spent the summer getting bigger and messier: Los Angeles put its contract on ice in July, and a leaked company playbook showed Flock coaching police on how to sell cameras to city councils before residents could object. This week, after a Washington Post count of 50-plus officers charged with abuse, it rewrote its own privacy rules rather than wait for anyone to write them for it. Amazon skipped asking entirely, opting every Twitch streamer into training its AI and shipping the off switch afterward, with its own product chief admitting an opt-in version would get no takers. OpenAI put out a feature that quietly logs your clicks and keystrokes to a plaintext file, then warned you about the risk itself. None of those three asked first. We have watched companies stop asking all year, Meta with its opt-out defaults, actors having to write AI consent into their contracts. Penn went the other way, open-sourcing a clinical AI you have to opt into, run yourself, and can inspect line by line. This is what we keep waiting for and almost never get.
Fifty-plus officers charged, every Twitch streamer opted in, a plaintext keystroke log on your work Mac, and one free clinical AI you can read line by line.
1. A private company rewrote the privacy rules for a surveillance network it built, because no public body was going to.
The company that runs the license-plate cameras over your street rewrote its own privacy rules this week, and the group that has watched it longest calls the changes theater.
Flock Safety runs the largest automated license-plate-reader network in the country, 120,000 cameras across more than 7,000 agencies, and this week it said it would make its "audit assistance" abuse-detection feature mandatory for every customer by the end of 2026, automatically suspending an account while a review runs. Officers will have to enter an investigation case code for every search, a step that has been optional since July 2025, and default data retention drops from 30 days to 7 except where it is kept as evidence. Agencies can also limit cross-jurisdiction sharing. The changes follow a Washington Post investigation that found at least 50 officers charged with misusing the tools, including a New Bedford, Massachusetts officer accused of stalking an ex and three arrested Georgia sheriff's deputies.
This is not the first crack in Flock's summer. Los Angeles put its contract on ice in July after an inspector-general audit, and a leaked company playbook showed Flock coaching police on how to win over city councils before residents could object during public comment. The ACLU's Chad Marlow called the new measures "retreads of previous inadequate safety measures," pointing out that the case-code requirement failed the first time because officers could simply lie about why they ran a search. My own read is that the 7-day retention cut is real and worth having, and the rest is a company writing rules it can revert whenever it likes. There is no public auditor here. Flock audits Flock.
therecord.media: Flock tightens privacy controls amid scandals over officer abuse (August 13, 2026)
technologyreview.com: Flock is tightening its rules in response to a growing surveillance backlash (August 13, 2026)
2. Amazon has been training its AI on your Twitch streams by default, and Twitch shipped the off switch after the fact.
If you have ever streamed on Twitch, Amazon has already used your videos to train its AI, and the toggle that stops it is buried three menus deep.
Every Twitch streamer was enrolled by default into training Amazon's generative AI, the audio and video in their stream recordings, thousands of hours of it, with no upfront email, pop-up, or announcement. On August 12, after backlash, Twitch added a single opt-out toggle under Channel settings → Security and Privacy → Training for Generative AI. Turning it off stops Amazon from using your content to train its "generative AI content models across Amazon," though it does not opt you out of the other AI-supported Twitch features described in the privacy notice. And Twitch's chief product officer, Mike Minton, said the quiet part to TechCrunch: "If this was opt-in, nobody would opt in. That's honestly the answer."
We have been covering this fight from the creator's side all summer: Meta's opt-out-by-default content feature in July, Patreon partnering with Cloudflare to block AI crawlers, Hollywood's actors writing AI consent directly into their contracts. It is the same trick every time: platforms know that if they asked, most people would say no, so they don't ask. Sure, some of this trains the safety and discovery tools people actually use. But that is not why they buried it in a default. Minton said it himself: nobody would opt in, so they opted you in instead.
techcrunch.com: Amazon will train on Twitch streamers' content by default unless they opt out (August 12, 2026)
gizmodo.com: Twitch adds a setting letting users opt out of AI training amid user backlash (August 2026)
3. Your team's AI assistant can now keep a plaintext log of every keystroke, and enabling it is IT's call.
Your company's AI assistant can now keep a searchable, plaintext log of every click and keystroke an employee makes, and any app on that Mac can read it.
OpenAI launched Computer History, a ChatGPT feature for macOS on Business and Enterprise plans that reads your clicks, keystrokes, keyboard shortcuts, and app switches through the operating system's accessibility system and writes them to plaintext Markdown "memory" files, organized by day, so ChatGPT can search your activity and auto-suggest automations. It is opt-in at three levels (workspace admin, individual user, and Memories), and it excludes screenshots, recordings, microphone, and private browsing. It is also unavailable in the EEA, Switzerland, and the UK.
The risk is the part that lands on IT. OpenAI itself warns that those plaintext files can be read by any program running under the same user account, and that they carry a heightened prompt-injection risk: a malicious instruction hidden in web content could tell ChatGPT to go read them. We have watched this same capability creep in from the bossware side for years. The assistant keeps the log this time, and OpenAI is the one flagging the danger. A searchable memory of your work that can suggest automations for you is genuinely useful, and also a plaintext record of your whole day sitting on every enrolled Mac.
4. For a clinic that can't afford cloud AI and a doctor who doesn't code, Penn just shipped a free one.
A team at Penn built a medical AI any clinic can run for free on a laptop, and unlike the usual black box, you can watch it show its work.
Researchers at the University of Pennsylvania's RAIL lab released MARC v1, a free, open-source (CC-BY-4.0) framework for clinical AI, on August 13. Instead of one opaque medical chatbot, it splits clinical reasoning across role-specialized agents (one to extract the facts, one to reason, one to generate the answer, one to evaluate it) that pass traceable intermediate outputs, so a wrong answer can be pinned to the exact stage that produced it. A "Decomposer" module auto-writes the agent prompts from a plain-language description, the whole thing is configured in YAML with no code changes, and it runs on a local CPU, built for clinical experts who don't program and for settings that can't pay for cloud AI.
We keep hoping for exactly this, and it is the same move as the Descrybe and Meetily tools we covered earlier this month: the code is open, and anyone can download it and run it. It is also, honestly, early. This is a version-one research preprint on arXiv, and the team publishes no accuracy benchmarks, so what they have shipped is a tool you can run and inspect, not something anyone has proven is right yet. What is new this week is that you can get it and run it today, not that anyone has measured how well it does.
arxiv.org: MARC v1, a multi-agent framework for clinical AI (arXiv:2608.13476, August 13, 2026)
github.com/Penn-RAIL/MARC-v1: MARC v1 source, YAML-configured, CC-BY-4.0 (August 2026)
» What to watch this week
- The first city council that turns Flock's new rules into an enforceable contract clause. The 7-day retention and mandatory audits only bind if a public body makes them binding, so I am watching for the council that actually puts them in writing, or the next city that suspends its Flock contract the way Los Angeles did.
- A regulator quoting Minton's "nobody would opt in" back at the company. Other platforms will copy the default-opt-in if it sticks; the thing worth following is whether that admission gets treated as a consent problem by someone with subpoena power, not just a reporter.
- How many enterprises just block Computer History outright at the device-management level. OpenAI named the prompt-injection risk itself, which usually means someone will demo an attack that reads those memory files within weeks, and a lot of IT teams will not wait around for it.
- Measured accuracy numbers from Penn, and the first clinic that reports running MARC in a real workflow. Right now it is a framework you can inspect; those two things are what would turn it into a tool a clinician actually leans on.
Tomorrow's signal lands here.