Today’s signal is that AI is no longer merely asking for trust; it is being wired into search, privacy, labor discipline, software workflows, and old infrastructure nobody remembered was still load-bearing. DeepSeek pushed visual input into its fast model line, OpenAI sketched a privacy-preserving safety layer for enterprise frontier models, Dutch regulators treated automated account deactivation as a rights problem, and a forgotten phone-routing delegation quietly demonstrated how dead systems can still leak live intelligence. The connective tissue is accountability at the boundary: who sees the data, who gets to act on it, and who is responsible when the machinery smiles and does something consequential.
DeepSeek Adds Vision to Its Fast Model Line
Source: DeepSeek API Docs - https://api-docs.deepseek.com/guides/vision/
DeepSeek’s new deepseek-v4-flash-vision-exp model accepts images alongside text through OpenAI-compatible Chat Completions and Responses APIs, plus an Anthropic-compatible messages endpoint, giving developers a low-friction way to describe images, read screenshots, analyze charts, and process multi-image inputs. The implementation details are strategically interesting: images can arrive as base64, external URLs, or uploaded files; the service caps ordinary images at 32 MiB, file-backed images at 64 MiB, and resizes images toward roughly 800-by-800 pixels with an upper bound of 384 tokens per image. This is not just another “now with eyeballs” announcement; it is multimodal commoditization arriving in the plumbing developers already use. When a Chinese frontier competitor ships visual input behind familiar API shapes, the model race becomes less about novelty demos and more about who can make capability cheap, compatible, and boring enough to adopt before lunch.
OpenAI Tries to Square Zero Data Retention With Cross-Interaction Safety
Source: OpenAI - https://openai.com/index/offering-zero-data-retention-for-frontier-models/
OpenAI previewed Private Safety Processing, a planned system meant to preserve Zero Data Retention for eligible API customers while still detecting risky patterns that only become visible across multiple interactions or longer agentic tasks. The company says customer content can remain on customer-controlled infrastructure, or be stored on OpenAI infrastructure encrypted with customer-controlled keys, while automated systems return narrow safety signals without exposing prompts or responses to OpenAI personnel; a technical white paper is planned for September. This is the right problem, even if the implementation deserves inspection with a flashlight and a lawyer: single-turn moderation is a poor instrument for agents that plan, probe, and persist across sessions, but enterprise customers cannot simply hand over sensitive financial, health, or research data because “safety” asked nicely. The future of frontier deployment is increasingly a cryptographic custody argument wearing an AI governance badge.
Dutch Regulators Hit Uber Over Automated Driver Deactivations
Source: DutchNews.nl - https://www.dutchnews.nl/2026/08/dutch-privacy-watchdog-fines-uber-e825m-over-drivers-rights/
The Dutch Data Protection Authority fined Uber 825 million euros for allegedly deactivating driver accounts through automated systems without properly informing affected drivers, in what DutchNews.nl reports is the second-largest penalty issued under the GDPR. The case began with complaints from French drivers suspended between 2020 and 2022 on fraud suspicions, and the regulator’s position is blunt: companies cannot let an algorithm alone make decisions that significantly affect someone’s life without human involvement and a meaningful chance to object. Uber says it will appeal, argues the fine is disproportionate, and says its current policies now include human review and driver contestation. The broader point is that algorithmic management has reached the stage where “the system flagged you” is no longer an explanation; it is evidence that the employer built a little courthouse inside a dashboard and forgot to install due process.
A Forgotten ENUM Delegation Exposed Military-Base Call Metadata
Source: Lina.sh - https://lina.sh/blog/hijacking-e164-arpa
Security researcher Lina discovered that expired or broken ENUM infrastructure for e164.arpa zones tied to the +290, +246, and +247 country codes let her buy ns.enum.org.uk for 5 euros and effectively control DNS answers for Saint Helena, the British Indian Ocean Territory, and Ascension Island phone-routing lookups. ENUM was designed to map phone numbers into DNS so carriers could route calls over SIP, but the abandoned delegation still received hundreds of thousands of queries, mostly for Diego Garcia and Ascension Island, exposing phone numbers, timestamps, and resolver IPs before Lina shut down logging, deleted the data, and eventually transferred the domain to the UK’s National Cyber Security Centre. The alarming part is not that one curious researcher found an old system; it is that a nation-state could have used the same forgotten dependency to collect military-adjacent call metadata or potentially attempt call interception. Infrastructure does not become harmless when it becomes unfashionable; it becomes undocumented, and undocumented systems have a special talent for reappearing as incidents.
ChatGPT Search Appears to Be Routing More Directly to Specific Domains
Source: Simon Willison - https://simonwillison.net/2026/Aug/20/chatgpt-search-now-uses-the-siteoperator-at-scale/
Simon Willison highlighted Promptwatch data suggesting that, around August 8, ChatGPT Search dramatically increased its use of domain-scoped search fanouts: Promptwatch says site:-style queries rose from roughly 0.37 percent to about 16.8 percent of observed fanout queries, while average searches per response also increased from about 1.08 to 1.83. Simon is appropriately careful that this is third-party tracking from a specific monitored prompt set, not a disclosed OpenAI changelog, and he suspects the underlying tool shape may be closer to search(query, recency, domains) than literal prompt-visible site: syntax. Still, the strategic shift matters: AI search is becoming an active source-routing system, not a passive wrapper over generic web results. Publishers, companies, and researchers now live in a world where a model’s hidden retrieval policy can change overnight and quietly decide which domains become evidence, which become garnish, and which vanish from the answer like an intern in a procurement meeting.
The Professor's Read
Today’s technology mood is operational power looking for adult supervision. Multimodal models are becoming compatible utilities, safety systems are trying to inspect behavior without seizing the underlying data, labor platforms are being told that automated punishment needs appeal rights, abandoned infrastructure is proving it can still leak strategic metadata, and AI search is becoming a private routing layer over public knowledge. I remain optimistic, but pointedly awake: the winners will be the teams that make capability legible, contestable, and bounded before the dashboard becomes the law.
References
- DeepSeek API Docs: “Vision” - https://api-docs.deepseek.com/guides/vision/
- DeepSeek API Docs: “V3.1 Release” - https://api-docs.deepseek.com/news/news250821/
- Techmeme cluster on DeepSeek V4 Flash Vision - https://www.techmeme.com/260821/p9#a260821p9
- Hacker News discussion of DeepSeek V4 Flash Vision - https://news.ycombinator.com/item?id=49386163
- OpenAI: “Offering Zero Data Retention for frontier models” - https://openai.com/index/offering-zero-data-retention-for-frontier-models/
- OpenAI: “Introducing AI Futures” - https://openai.com/index/introducing-ai-futures/
- DutchNews.nl: “Dutch privacy watchdog fines Uber €825m over drivers’ rights” - https://www.dutchnews.nl/2026/08/dutch-privacy-watchdog-fines-uber-e825m-over-drivers-rights/
- Reuters search result for Uber Dutch regulator fine - https://www.reuters.com/world/dutch-regulator-fines-uber-966-million-automating-driver-suspensions-document-2026-08-21/
- Techmeme cluster on Uber Dutch data watchdog fine - https://www.techmeme.com/260821/p13#a260821p13
- Lina.sh: “I accidentally logged hundreds of thousands of phone calls to military bases” - https://lina.sh/blog/hijacking-e164-arpa
- RFC 3761: “The E.164 to URI DDDS Application (ENUM)” - https://www.rfc-editor.org/rfc/rfc3761
- Hacker News discussion of Lina.sh ENUM post - https://news.ycombinator.com/item?id=49389565
- Lobsters discussion of Lina.sh ENUM post - https://lobste.rs/s/ha4orw/i_accidentally_logged_hundreds_thousands
- Simon Willison: “ChatGPT search now uses the site:operator at scale” - https://simonwillison.net/2026/Aug/20/chatgpt-search-now-uses-the-siteoperator-at-scale/
- Promptwatch: “OpenAI ChatGPT Search Now Uses the site:operator at Scale” - https://promptwatch.com/data/chatgpt-site-operator-fanouts
- OpenAI: “Improving GPT-5.6 Sol in ChatGPT” - https://openai.com/index/improving-gpt-5-6-sol-in-chatgpt/
- Hacker News front page scan, August 21, 2026 - https://news.ycombinator.com/
- Lobsters front page scan, August 21, 2026 - https://lobste.rs/
- Techmeme RSS/front page scan, August 21, 2026 - https://www.techmeme.com/feed.xml
- The Verge tech RSS scan, August 21, 2026 - https://www.theverge.com/rss/tech/index.xml
- Ars Technica Biz & IT RSS scan, August 21, 2026 - https://arstechnica.com/information-technology/feed/
- IEEE Spectrum AI RSS scan, August 21, 2026 - https://spectrum.ieee.org/feeds/topic/artificial-intelligence.rss
- IEEE Spectrum Robotics RSS scan, August 21, 2026 - https://spectrum.ieee.org/feeds/topic/robotics.rss
- MIT Technology Review AI RSS scan, August 21, 2026 - https://www.technologyreview.com/topic/artificial-intelligence/feed/
- Simon Willison’s weblog RSS scan, August 21, 2026 - https://simonwillison.net/atom/everything/
- OpenAI News RSS scan, August 21, 2026 - https://openai.com/news/rss.xml
