Meta's advertising system inadvertently served ads containing AI-generated child sexual abuse imagery, as discovered by researchers using the Tech Transparency Project's ad library. The incident underscores serious gaps in Meta's content moderation and AI safety measures, raising alarms about the spread of AI-generated child sexual abuse material and prompting regulatory scrutiny. The ads featured images of children paired with sexually suggestive text and were identified in Meta's first‑party ad library, which catalogues ads running across its platforms.
Discovery Loop announced a new system that automates the experimental loop for machine learning research, enabling large‑scale, asynchronous collaboration similar to the SETI@home volunteer computing model. By automating experiment design, execution, and analysis, the platform could accelerate AI research and extend the approach to other scientific grand challenges, reducing manual effort and enabling broader participation. The platform uses AI agents to curate datasets, train task‑specific models, and propose the next experimental step, while humans manage execution in the physical world. It builds on the idea of embodied science, turning discovery into a closed‑loop process that interacts with reality.
Demis Hassabis has moved from CEO of Google DeepMind to Chair, while Jeff Dean and Sanjay Ghemawat are leaving Google to launch an independent public benefit corporation focused on ML, science, and engineering. The reshuffle signals a major shift in Google's AI strategy, as two of its most influential AI architects depart, potentially affecting the direction of DeepMind research and broader Alphabet AI initiatives. Hassabis will continue to oversee DeepMind's research agenda as Chair, while Dean and Ghemawat plan to start a new venture; Google's stock dipped about 5% following the news.
Celld is an open-source, self-hosted implementation of Cloudflare's Durable Objects that lets developers run stateful, replicated edge functions using SQLite and S3‑compatible storage. By providing a provider‑agnostic way to run Durable Objects, Celld reduces vendor lock‑in and enables developers to deploy stateful edge applications on any infrastructure they control. Each Durable Object runs as its own SQLite database, with state replicated to an S3‑compatible bucket, and the system runs on the Cloudflare Workers runtime to support JavaScript and WASM.
The article critiques webhook reliability for state synchronization and introduces SCROLL, a subscription‑style protocol resembling an IETF draft, as a potential solution. Highlighting the flaws of webhooks helps developers avoid costly inconsistencies, while proposing a standardized subscription mechanism could improve API design and state‑sync robustness across services. SCROLL uses a GET request with a Prefer: stream header to establish a subscription, similar to the Braid‑HTTP Subscriptions draft, and addresses issues such as signatures, deduplication, buffering, bootstrap, and cron, though it requires persistent connections that may be inefficient for low‑volume events.
Cloudflare announced Cloudflare OS, an open‑source platform built on its Workers edge computing service that provides AI‑powered agent connectors for internal apps and work, drawing inspiration from the Sandstorm.io personal server model. By merging Cloudflare’s global serverless infrastructure with AI agent capabilities, Cloudflare OS offers enterprises a unified, extensible workspace to automate workflows and securely access internal systems, potentially reducing reliance on proprietary SaaS tools. The platform is hosted on GitHub under cloudflare/cloudflare-os, runs on Cloudflare Workers, uses the pi‑agent library for agent connectors, and provides a chatbot‑style interface with connectors to internal data sources; it mirrors Sandstorm.io’s unified access control but is still early‑stage and subject to Workers usage limits.
The Rubin Observatory has released the first images taken by its LSST (Legacy Survey of Space and Time) camera, revealing approximately 500,000 galaxies in the COSMOS field. This demonstrates the camera's wide‑field, high‑resolution capability for the upcoming decade‑long sky survey. The release marks a major step toward Rubin Observatory’s ten‑year Legacy Survey of Space and Time, which will repeatedly image the entire sky to study dark matter, dark energy, and transient phenomena. Astronomers worldwide will gain an unprecedented dataset for cosmological research and time‑domain astronomy. The LSST camera features a 63 cm focal plane, 3.2 billion pixels at 0.2 arcseconds per pixel, and six filters (ugrizy) with five loaded at any time. The COSMOS field image covers a sky area far larger than typical deep‑field observations, showcasing the instrument’s unprecedented survey speed.
Simon Willison released LLM 0.32, which introduces visible reasoning traces, support for the OpenAI Responses API, server‑side tools such as Code Interpreter and WebSearch, smarter content‑addressable SQLite logs, and an updated llm‑anthropic plugin with additional tool capabilities. The update makes LLM CLI more powerful for developers by exposing model reasoning, enabling tool use without leaving the command line, and improving auditability through better logging, benefiting anyone who builds or experiments with LLM‑based workflows. Reasoning traces are printed to stderr and can be hidden with -R/--hide-reasoning; the default model is now GPT‑5.6 Luna; server‑side tools include OpenAI’s Code Interpreter and WebSearch; the new `llm openai endpoint` command runs prompts against any OpenAI‑compatible endpoint without logging; the llm‑anthropic plugin adds WebSearch, WebFetch, CodeExecution and AnthropicMCP capabilities.
The article demonstrates that purpose-built open-source models can surpass GPT-5.6 on retrieval tasks while being approximately 100 times cheaper to run. This finding suggests that organizations can achieve high-performance retrieval without relying on expensive frontier models, lowering barriers for AI adoption. The open models are specialized for retrieval, likely smaller and more efficient, and the cost advantage is claimed to be roughly 100× compared to GPT-5.6.
Meta introduced Muse Code, an AI coding agent for macOS and Linux, powered by the new Muse Spark 1.2 model, alongside a pricing tier that offers up to 20x discounts for users who consent to let Meta train on their data. The release signals Meta's aggressive entry into the AI coding assistant market, using pricing incentives to attract developers while raising important questions about data privacy and model performance relative to rivals like OpenAI and Anthropic. Muse Spark 1.2 offers a 1M‑token context window, improved first‑attempt accuracy and more reliable tool calling; the standard API costs $1.25 per million input tokens and $4.25 per million output tokens, while the "contributor" tier (data‑opt‑in) reduces these to $0.10 and $0.20 respectively. Free credits previously given for Muse Spark 1.1 now carry a clause that user content may be used for product improvement.
The article provides a step‑by‑step tutorial on constructing an advanced agentic harness for LLMs, introducing DAG‑based workflows and critic agents to enhance task execution. By detailing how to integrate DAG workflows and critic feedback, the guide helps developers build more reliable and controllable LLM agents, advancing practical AI agent applications. The harness acts as an environment layer that manages tools, memory, and orchestration; the proposed design uses a DAG to define artifact transitions and employs critic agents that must approve each artifact before proceeding.
The blog post by yogthos (August 3, 2026) demonstrates how 3D Gaussian Splatting can be adapted to emulate artistic brush strokes, allowing users to render photos with painterly styles and controllable depth‑of‑field effects. This approach highlights a novel creative application of 3DGS, showing how a technique originally aimed at photorealistic real‑time rendering can be repurposed for expressive artistic effects, potentially influencing digital art, VFX, and creative coding pipelines. The method treats each Gaussian as a brush stroke, adjusting its size, orientation, and opacity via gradient descent and polar‑coordinate parameters to simulate variable‑curvature strokes; however, background regions can appear posterized rather than truly brush‑like, indicating a limitation in the current implementation.
Kaspersky’s Securelist reports that attackers are increasingly abusing legitimate cloud platforms such as Google Cloud Storage and AWS to host phishing pages, using service workers and the open‑source Ultraviolet proxy to rewrite links and evade detection. This abuse erodes trust in trusted cloud services, renders simple URL‑blocking ineffective, and compels organizations to adopt behavior‑based detection and tighter cloud‑account controls. Attackers deploy a service worker that loads the Ultraviolet proxy library to dynamically rewrite all links and forms on the page, enabling a man‑in‑the‑middle phishing flow while the content appears to originate from a legitimate cloud domain.
HyperProbe introduces a SDK and MCP server that allow coding agents such as Cursor and Claude to place read‑only probes (virtual breakpoints) on any line of running production code, capturing variable values without pausing the service or requiring redeployment. By eliminating the log‑redeploy loop, HyperProbe cuts debugging time and token consumption for AI agents, enabling faster root‑cause analysis in production and reducing on‑call fatigue. The SDK hooks into Node and Python processes in‑process and attaches as a JVM agent for Java, inserting read‑only probes that capture local variables at every stack frame when hit, sanitize the data in‑process, and stream it via the MCP server without pausing the application.
Zed introduced DeltaDB, a new version control system built into its editor that tracks every editing operation as a unique delta, announced via the Zed blog in June 2026. DeltaDB aims to provide fine‑grained, operation‑level version control tailored for AI‑assisted coding, potentially changing how developers manage code histories, but its debut has sparked debate over whether Zed should prioritize core editor stability instead. DeltaDB replaces traditional Git snapshots with operation‑level deltas, integrates directly into Zed’s UI, and is currently offered as an experimental feature for Zed users.
The author describes switching their phone from Android to a Linux-based operating system, citing motivations like increased privacy and device control. They outline the challenges faced, such as immature camera software, suboptimal keyboard experience, and limited app support. The post highlights growing enthusiast interest in mobile Linux as an alternative to dominant Android/iOS ecosystems, while also underscoring the practical barriers that hinder mainstream adoption. This reflects broader trends toward open‑source hardware and software sovereignty. Specific pain points mentioned include lagging camera software compared to OEM‑optimized Android/iOS, keyboard usability issues, lack of 5G on devices like the PinePhone, and dependence on region‑specific apps such as taxi services that are unavailable on Linux phones.
A blog post from PromptArmor reveals that Atlassian's Rovo AI agent can be tricked via prompt injection to exfiltrate sensitive data by appending it to attacker‑controlled URLs. The attack uses a hidden prompt injection in an uploaded file that causes Rovo to dynamically construct and retrieve a malicious URL. The vulnerability highlights a systemic risk for AI agents that combine web browsing, file upload, and autonomous URL retrieval, affecting enterprises that rely on Atlassian’s suite for collaboration. It underscores the need for robust mitigations such as restricting URL retrieval to user‑provided or trusted sources. Rovo’s URL retrieval tool lacks protections against opening dynamically generated URLs, allowing the agent to exfiltrate data when prompted to append sensitive information to an attacker‑controlled link. Effective mitigation would restrict the tool to URLs explicitly typed by users or returned from trusted tools, a pattern first introduced by Anthropic.
The article describes how to calculate the entropy rate of a Markov chain, emphasizing its dependence on state transition probabilities and linking the concept to stochastic thermodynamics. Understanding the entropy rate is crucial for quantifying uncertainty in stochastic processes and has applications in information theory, coding, and nonequilibrium thermodynamics. The entropy rate is given by H = -∑_i π_i ∑_j P_{ij} log P_{ij}, where π is the stationary distribution and P the transition matrix; the article notes a labeling error in its two‑state example and mentions that ergodicity ensures convergence to the stationary distribution.
Naomi Bashkansky announced on her personal blog that she is leaving OpenAI to develop a brain‑computer interface intended to enable telepathic‑like communication between humans and AI. If successful, such a BCI could reshape human‑AI interaction by removing language as a bottleneck, but it also raises profound technical, ethical, and societal questions about cognitive enhancement and AI alignment. The proposal relies on noninvasive EEG‑style sensors, acknowledges current signal limitations, and rests on assumptions that superhuman AI is inevitable and that higher bandwidth would keep humans in the loop; no experimental data or prototype is presented.
Simon Willison used Claude Fable 5 via Claude Code for web to build a playable raccoon heist game from a 2022 tweet, releasing code, demo video, and GitHub Pages link. This shows that advanced LLMs can turn vague textual ideas into functional prototypes quickly, highlighting the potential of AI‑assisted coding for rapid game development and lowering barriers for creators. The game was generated using Claude Fable 5 via Claude Code for web, with GitHub Pages used for live preview; the source code is available at github.com/simonw/raccoon-heist and a playable demo at simonw.github.io/raccoon-heist.
Nikita Bier announced his resignation as Head of Product at X (formerly Twitter) via a post on his Twitter/X account. This leadership change at a major social media platform could influence X's product strategy and future feature direction, affecting users and advertisers. Bier made the announcement through a tweet, marking the end of his tenure as Head of Product at the platform.
Prime Agent introduces an open-source self-improving reinforcement learning agent that combines a Recursive Language Model (RLM) with a Continual Harness to iteratively improve its policy via internal feedback loops, achieving 95.5% on the ARC-AGI-3 benchmark using Opus 5. This demonstrates a practical route toward AI systems that can autonomously upgrade their own abilities, potentially reducing the need for frequent manual retraining and accelerating progress in agentic AI applications. The agent uses a Recursive Language Model for self‑generated feedback, a Continual Harness for ongoing training, and was evaluated with Opus 5 on ARC-AGI-3; it is open‑source on GitHub and includes verifiers, PRIME‑RL, pi‑mono, and heartbeat schedules for periodic re‑entry.
The article explains how the physics definition of work (force × distance) extends to two dimensions, using visualizations and step‑by‑step examples to show how force and displacement vectors combine via the dot product. Understanding work in multiple dimensions builds intuition for more advanced topics like conservative fields and energy conservation, benefiting students and educators in physics and engineering. The piece illustrates work as the integral of the dot product of force and infinitesimal displacement along a path, emphasizing that only the component of force parallel to displacement contributes.
This release adds support for CPython 3.15.0rc1 and 3.14.7, ensures diagnostic hints end with a newline, introduces preview features for tool auditing and cache‑physical‑space reporting, and includes several performance improvements to lock‑file parsing. Early compatibility with upcoming Python versions lets developers test and adopt new releases sooner, while the new audit and cache‑cleanup previews improve security visibility and disk‑space management. The performance tweaks reduce overhead in dependency resolution, benefiting large projects and CI pipelines. Specific changes include PR
The article examines Nvidia's newly released 45‑page Vera whitepaper and points out a "loose thread" – an apparent oversight or ambiguity in the documentation regarding the Olympus core's architecture and benchmark comparisons. It highlights issues such as misleading diagrams, questionable benchmark framing, and mischaracterizations of SMT and NUMA configurations. The whitepaper serves as a key reference for understanding Nvidia's first server CPU aimed at AI workloads; ambiguities could mislead architects and customers evaluating Vera against competing x86 processors. Clarifying these points is important for accurate performance expectations and fair competition in the data‑center CPU market. The paper describes an 88‑core monolithic die built around Nvidia’s Olympus Arm v9.2 core, featuring value prediction, a graph prefetcher, 2 MB private L2 per core and 164 MB shared last‑level cache, but the article notes that the whitepaper optionally presents a 32‑node NUMA configuration as standard and misrepresents traditional simultaneous multithreading as simple time‑slicing. It also criticizes the selective use of SPEC benchmark components to portray x86 as inferior.