Android 17 introduces new APIs that are only available in Pixel device updates and have not yet been merged into the Android Open Source Project (AOSP), marking the first time since Android 3.x that new APIs are released exclusively via Pixel updates. This shift limits access to the latest APIs for developers and custom ROM projects like GrapheneOS, potentially fragmenting the Android ecosystem and raising concerns about Google's commitment to openness. The new APIs appear in Android 17 QPR1 (API level 37.1) and are documented in the Pixel SDK; they will become available in AOSP only with the later QPR2 release, while Google continues to provide monthly security patches to trusted OEMs.
Cloudflare details how mathematical optimizations reduced memory usage by 100TB across its infrastructure.
Cloudflare introduced Quick Tunnels, a feature that lets developers expose local HTTP(S) services to the internet with a single command, requiring no Cloudflare account or DNS configuration. This lowers the barrier for developers to test and share local work, competing with tools like Tailscale Tailcat and Pinggy, and highlights Cloudflare’s push for easier, account‑free access to its edge network. Quick Tunnels run via the cloudflared client, are subject to concurrent request limits, and are intended for testing and development rather than production use, with no SLA or uptime guarantees.
Apple has released Xcode 27.1 beta, which adds support for building and testing apps on the upcoming iPhone Duo foldable device, including a dedicated simulator and UIKit modernization tools. This beta enables developers to prepare their applications for Apple's new foldable form factor ahead of launch, potentially reducing fragmentation and improving user experience on the iPhone Duo. The update includes an iPhone Duo simulator, UIKit-app-modernization skill for adapting layouts, and is marked as a beta release of Xcode 27.1.
Researchers show that using differential photon-emission microscopy to locate the debug enable register on an RP2350 A4 microcontroller, followed by SWD-guided laser fault injection, can set the two bits needed to restore and bypass the chip's secure debug protection. This demonstrates that even hardware-backed secure debug mechanisms can be defeated with relatively accessible laser fault injection techniques, affecting the trustworthiness of devices that rely on RP2350 for secure applications such as cryptographic tokens. The attack required physical access, destructive sample preparation, and about $250,000 of laboratory equipment, though the authors note it could be replicated for under $25,000; it used photon-emission microscopy to narrow the laser target before injecting faults via the SWD interface to flip two specific bits in the debug enable register.
Researchers identified two distinct progenitor cell populations in the human neural ectoderm that give rise to the anterior (forebrain/midbrain) and posterior (hindbrain) regions of the developing brain. They showed that hindbrain neurons can be generated from posterior progenitors in vitro using pluripotent stem cells. This finding suggests the vertebrate brain may have evolved from the fusion of two primitive nervous systems, providing new insight into brain evolution and regional specialization. It also enables the laboratory production of specific brain neurons for disease modeling and regenerative medicine. Anterior progenitors express forebrain/midbrain markers, whereas posterior progenitors express hindbrain markers; both were derived from micropatterned human pluripotent stem cells. The study demonstrated functional hindbrain neuron production from posterior progenitors in a dish, though in vivo validation remains pending.
ZCode's "codebase indexing" feature was found to silently upload users' full Git history, .git objects, LFS cache and reflogs to Aliyun OSS without clear consent, as detailed in a forensic blog post. The discovery prompted Z.ai to issue an apology and sparked widespread concern over AI coding tool privacy. The incident highlights serious privacy risks in AI-assisted development tools, showing that features marketed as helpful can exfiltrate sensitive repository data without user awareness. It affects developers using ZCode and underscores the need for transparent data handling and robust permission controls across the AI code assistant ecosystem. The upload includes the entire workspace’s .git directory, LFS cache and reflogs, encrypted with a key that only Z.ai’s servers can decrypt, and stored in Aliyun OSS; the UI toggle for codebase indexing does not stop this behavior. Forensic analysis showed the data is packaged and transmitted automatically when the feature is enabled.
In spring 2026, during the U.S. conflict with Iran, military analysts used an AI large language model to draft an intelligence report that falsely claimed a Chinese vessel was transporting weapons in the Middle East; the report was disseminated across the military and triggered alarm bells before the error was caught. The incident shows how AI hallucinations can undermine military decision‑making and risk unintended escalation, highlighting the urgent need for robust verification and human oversight in defense intelligence. It also echoes past intelligence failures, reinforcing calls for transparency and safety measures when deploying generative AI in high‑stakes environments. The AI‑generated report contained fabricated details about a Chinese ship moving arms, was formatted as a standard intelligence briefing, and circulated widely before analysts questioned its accuracy. Experts note that retrieval‑augmented generation (RAG) could reduce such hallucinations but is not foolproof.
The U.S. Court of Appeals for the Second Circuit ruled that border agents may search travelers' cellphones at the border without a warrant, probable cause, or reasonable suspicion. The decision expands government surveillance authority at U.S. borders, raising significant Fourth Amendment concerns for travelers' digital privacy and potentially setting a precedent for broader warrantless device searches. The ruling extends the existing border search exception—which permits warrantless inspection of physical belongings—to include the digital contents of cellphones, prompting critics to warn of unfettered "fishing expeditions" and misuse of personal data.
The Rust security team warns of an ongoing campaign targeting prominent Rustaceans to compromise their devices and publish malware via popular crates.
Many reputable websites have begun blocking AI crawlers via robots.txt, forcing AI language models to source information from low‑quality, AI‑generated or marketing‑driven pages. This creates a feedback loop where models increasingly cite content that was itself produced by other AI systems. When AI’s primary information source becomes self‑referential, it amplifies confirmation bias and degrades the reliability of answers for billions of users who rely on AI as a research tool. Addressing this trend is essential to preserve the integrity of online knowledge and prevent systemic misinformation. The trend includes post‑hoc citation practices, where models generate an answer first and then search for supporting sources, and the rise of GEO (Generative Engine Optimization) tactics that optimize content for inclusion in AI summaries. Additionally, platforms like Cloudflare now block AI crawlers by default on ad‑hosting pages starting September 15, further limiting access to high‑quality sources.
Claude Code now reads AGENTS.md as a fallback configuration file when Claude.md is absent, according to its changelog. This change improves interoperability with existing agent configuration standards, reducing friction for developers who use multiple AI coding assistants. The fallback behavior is triggered only when Claude.md is not found; AGENTS.md follows the open standard defined at agentsstandard.com and supports Markdown‑based hierarchical rules.
The paper introduces Cache-to-Cache (C2C), a method that uses a neural network to project and fuse a source LLM's key-value cache with that of a target LLM, enabling direct semantic transfer without token-based exchange. By bypassing tokenization, C2C can reduce communication latency and bandwidth usage, making scalable multi‑LLM agents more practical and potentially improving the efficiency of cooperative AI systems. C2C employs a trainable neural adapter to align and fuse KV caches, demonstrating feasibility across different LLM architectures and offering a token‑free alternative for model‑to‑model communication.
Cactus Compute unveiled Needle 3, a family of 8‑29MB automation‑focused models that support tool calls, structured JSON output, and multilingual inference using intelligence laddering and Monarch Hadamard MLPs. These tiny models enable sophisticated tool‑calling and JSON generation on edge devices such as Raspberry Pi 5, opening up AI automation for resource‑constrained environments. Needle 3 uses layered subnetworks (2‑20 layers) with 2‑bit weights, delivering 25‑121M parameters in 8‑29MB binaries, and replaces dense FFNs with Monarch Hadamard MLPs that achieve O(d√d) compute.
In his blog post, Dan Abramov describes how he used intuitive, 'vibe‑based' reasoning aided by AI language models to explore a possible proof of Conway's look‑and‑say conjecture, sharing his thought process and linking to a GitHub repository. The post highlights how intuition and AI can complement traditional mathematical proof efforts, sparking discussion about new ways to approach longstanding conjectures. Abramov references his GitHub project 'conway-refinement' where he documents his reasoning, and he notes that while the approach is not a formal proof, it offers insights into the structure of the look‑and‑say sequence.
South Korea's privacy regulator has amended the Personal Information Protection Act to allow administrative fines of up to 10% of a company's total revenue for high‑severity data breaches. The steep penalty brings South Korea's regime in line with GDPR and China's PIPL, markedly increasing the financial risk of lax data security and likely prompting firms worldwide to strengthen their privacy programs. The amendment, passed in March 2026, targets breaches resulting from intent or gross negligence and aligns the fine structure with turnover‑based penalties used in the EU.
On September 18, 2026, researchers announced a construction that provides matching upper and lower bounds for the graph sandwich problem, thereby resolving a long‑standing open question in graph theory. Settling this problem closes a gap that has hindered algorithmic graph recognition and network analysis, and the matching bounds can improve exact algorithms for classes of graphs defined by sandwich constraints. The work, posted to arXiv as 2510.20765, establishes both an upper bound and a lower bound that coincide, using a complement‑based approach that mirrors earlier lower‑bound constructions.
The paper investigates how linguistic illegibility—text that is difficult to parse or understand—affects the security and robustness of large language models, presenting new adversarial attack vectors. Understanding this link helps improve defenses against obfuscation-based attacks and informs AI safety practices for deploying LLMs in real-world settings. The study analyzes various illegibility transformations (e.g., character-level noise, homoglyph substitution) and measures their impact on model accuracy and susceptibility to prompt injection.
US chip manufacturers project a shortage of up to 157,000 semiconductor workers by 2030, while only about 3% of U.S. engineering graduates enter the chipmaking field despite six-figure salaries. This shortage could undermine U.S. efforts to reshore chip production, slow technological innovation, and affect supply chains critical to national security and consumer electronics. The estimate is based on industry analyses cited in the Tom's Hardware article, which note that the gap persists despite competitive six‑figure salaries and recent federal incentives such as the CHIPS Act.
The article details the challenges of x86 emulation, emphasizing the extensive effort needed to replicate its complex instruction semantics and pointing out the scarcity of open-source alternatives comparable to Apple's Rosetta. Understanding these challenges is crucial for developers working on ARM-based systems and for the advancement of open-source emulation, as it underscores why projects like FEX require substantial effort and why proprietary solutions like Rosetta remain limited. Key details include FEX's ability to emulate both 32-bit and 64-bit x86 binaries on ARM64 Linux, the role of dynamic binary translation in Rosetta 2, and the article's point that x86's extensive and quirky instruction set makes faithful emulation exceptionally labor-intensive.
Greg Brockman tweeted that a seemingly small ChatGPT feature greatly improves how users attach desired context to the model. This improvement lowers the friction for developers and power users to supply relevant data, enabling more accurate and grounded responses without extensive prompt engineering. The feature leverages ChatGPT’s ability to process uploaded files with up to 2 million tokens, allowing large contexts to be injected directly into the model.
The paper introduces JEPA-Anything, a method that extends Joint Embedding Predictive Architecture (JEPA) by using Orthogonal Predictive Factorization (OPF) to learn predictive models that generalize across different worlds or environments. This approach addresses a key limitation of standard JEPA by disentangling predictive factors, enabling more flexible and scalable self-supervised learning across domains, which could improve generalization in robotics, simulation, and multimodal AI. JEPA-Anything replaces the monolithic target embedding with orthogonal predictive factors, each handled by a dedicated predictor, and synthesizes a latent world state from these factors.
The paper presents an empirical study that systematically evaluates various harness designs for coding agents, measuring their effects on code generation performance and usability. Understanding which harness components improve LLM‑based coding agents can guide developers toward more effective AI‑assisted software engineering, potentially boosting productivity and reducing errors. The study breaks down harnesses into six layers—plan, build, test, reject, repair, improve—and evaluates them on benchmarks such as resolving GitHub issues and completing end‑to‑end terminal tasks, noting that gains vary across layers and model sizes.
OpenJev, an open-source project hosted on GitHub by TheoLeeCJ, reproduces the interface of TypeSafe's closed Jev service using openly available models to enable runtime-defined semantic decisions without requiring Jev's proprietary training or model. By providing an open alternative to the proprietary Jev service, OpenJev lets developers experiment with fast, structured semantic decisions and compare performance against existing LLM‑based structured output methods, potentially lowering costs and increasing transparency in AI agent pipelines. OpenJev reads typed option probabilities directly from a model, uses BF16 precision and offers quantized browser builds, and explicitly states it does not replicate Jev’s undisclosed model or training data.
Minimal Phone 2 is a new 5G Android smartphone featuring a 3.92‑inch AMOLED touchscreen and a physical keyboard, running a stripped‑down Minimal OS interface to limit distractions. It addresses growing concerns about smartphone overuse by offering a hardware‑focused alternative that encourages intentional use, appealing to users seeking digital minimalism without abandoning Android compatibility. The device includes Google services and Play Store access, a premium aluminum body, an improved keyboard, and a command‑bar home screen instead of a traditional app grid.
A 2021 publication examines the warez scene’s technical infrastructure and cultural aesthetics, detailing early FTP sites, protocols like FSP, and installer art from groups such as Razor 1911. It provides historical insight into early file‑sharing practices, showing how underground networks shaped distribution methods and influencing today’s piracy and digital preservation discussions. The work mentions specific technical aspects such as the File Service Protocol (FSP) used for stealth transfers, anonymous FTP drop sites on uunet domains, and references to installer music and ANSI/ASCII art archives from the warez scene.
A study finds that North Korean nuclear tests triggered thousands of small earthquakes over several years, revealing long-term induced seismicity.
Simon Willison posted a tweet on X comparing the attitude of computer scientists who dismiss LLMs as uninteresting to a geneticist who would ignore the excitement of Jurassic Park. The analogy underscores the absurdity of disregarding current AI breakthroughs, reminding the tech community that LLMs represent a transformative shift akin to a major scientific milestone. The tweet contains no technical details about LLMs; it is purely a cultural commentary posted as a short message on the social platform X.
Ethan Mollick posted on X (Twitter) that even if AI progress halted today, society would need years to fully utilize existing AI capabilities, noting a large adoption gap. This insight underscores that the bottleneck in AI impact is not model performance but organizational and societal readiness, guiding investment toward adoption strategies. Mollick references his blog 'The Overhang' outlining four advantages that help individuals and organizations close the AI adoption gap, such as better prompting, workflow integration, skill development, and incentive alignment.
Ethan Mollick posted on X (Twitter) commending Epoch AI for its high‑quality public benchmarking of AI models, while noting that many existing benchmarks are in poor shape. Reliable benchmarks are essential for tracking AI progress and guiding research, so highlighting both strong efforts and widespread shortcomings helps the community improve evaluation practices. Epoch AI is a nonprofit primarily funded by Open Philanthropy that maintains a public database of benchmark results; it recently faced criticism for delaying disclosure of OpenAI funding.
Ethan Mollick questions whether AI labs will eventually dominate every valuable AI vertical as their product development costs decline thanks to AI-driven efficiencies and direct token pricing advantages. If AI labs capture entire verticals, they could stifle competition, limit opportunities for specialized startups, and concentrate significant influence over the AI market. The tweet highlights that lower development costs stem from AI efficiencies in coding and design, as well as savings from paying only for the tokens used, but it offers no concrete data or case studies to support the claim.
Ethan Mollick announced that an AI-powered reference-finding tool is now open source, allowing researchers to automatically discover and verify literature references. Automating reference discovery can greatly speed up literature reviews, reduce manual effort, and make advanced research assistance accessible to a broader audience. The tool verifies references in real time, shows matched evidence alongside original citations, and allows filtering by status or source type; it is hosted on GitHub under JeremyFragnay’s AI-Powered-Reference-Verification-Tool repository.
Ethan Mollick tweeted that he previously overestimated the difficulty of coordinating large numbers of AI agents, but found they self‑organize well and politely. He illustrated this with a Fable coordinator running inside Claude Projects that passes messages between agents. This observation suggests that building multi‑agent systems may be simpler than previously thought, lowering the barrier for developers to create collaborative AI workflows. It could accelerate adoption of agent‑based approaches in software engineering and research. The example uses a Fable coordinator within Claude Projects, which acts as a planner and reviewer while delegating tasks to lower‑cost models like Codex or cheaper Claude instances to save premium tokens. The coordinator never edits code directly but manages plans, gates, and transitions between agents.
uv 0.12.17 introduces clearer error messages for unsupported Git archive paths in lockfiles, adds preview features for setting minimum libc version and validating pylock.toml files, and improves build performance by fixing quadratic deduplication and reducing resolver allocations. These changes make uv more reliable and user‑friendly by preventing silent panics, enabling better cross‑platform compatibility checks, and speeding up dependency resolution for large projects, benefiting Python developers who rely on fast, correct package management. Released on 2026-09-18, the update includes PR
uv 0.12.16 adds hash verification for downloaded wheels and source distributions, improves macOS compatibility by honoring Darwin platform_release markers, and introduces a preview lock-without-metadata feature for offline validation. These enhancements improve supply‑chain security by ensuring package integrity, broaden uv’s usability on Apple hardware, and give developers a way to validate lockfiles without needing network access, supporting more reliable and reproducible Python workflows. Hash verification uses the hashes supplied by package indexes to check wheels and source distributions; macOS compatibility now respects platform_release markers via wheel deployment targets; lock-without-metadata works across all dependency types while preserving package.metadata for remote URLs.
The article advises writers to never directly use any wording suggested by an LLM, treating such suggestions as off‑limits, and instead to employ LLMs solely for fact‑checking, grammar, spelling, and occasional thesaurus help. By framing LLMs as copyeditors rather than content generators, the guideline helps preserve authorial voice and writing discipline amid growing reliance on AI for text creation. Rule Number One: you may not use a single word an LLM suggests. The author employs LLMs for fact‑checking, spelling, grammar, and occasional thesaurus help, shares a screenshot of his personal copyediting tool, offers a starter prompt, and posted his system prompt on Hacker News.
A Reddit user posted in r/artificial questioning why Chinese-language AI discussions are rarely seen in Western forums, observing that most AI conversation takes place on Chinese platforms. This observation highlights a language and platform divide that can skew global AI discourse and limit cross‑cultural exchange of ideas. Commenters pointed out that Chinese AI talk mainly occurs on domestic platforms such as WeChat blogs and forums, describing the internet as a walled garden, and shared a DeepSeek developer blog link as an example.
Simon Willison announced that a new feature in Claude Code eliminates the need to create placeholder CLAUDEmd files that contain only the "@AGENTSmd" directive. This improves developer workflow by reducing boilerplate files and streamlining agent configuration, benefiting users of Claude Code and AI agent tooling. The feature likely auto‑injects the AGENTS.md directive when Claude Code starts, removing the manual step of creating a CLAUDEmd file with just that line.
Simon Willison tweeted that the new Claude Code mods system looks interesting and pointed to additional example mods via a link. The mods system lets developers extend Claude Code with custom hooks and skills, enhancing its adaptability for diverse coding workflows and potentially expanding the AI‑assisted development ecosystem. Each mod is a plugin whose behavior lives in a hooks module, registering an (on, options) entry that hooks engine events as functions; the official mods are stored in the claude-code repository and example mods are linked in Willison’s tweet.
Ethan Mollick challenged Claude to pick an obsession, solve it, and make a shareable movie; Claude chose the Voynich Manuscript, failed to decipher it, then produced an engaging explainer video about the attempt. The experiment illustrates how large language models can be used creatively for outreach and education, while also highlighting their current limits in solving deep historical mysteries. Claude, Anthropic's LLM (default Sonnet 5), processed the prompt and generated a video linked via t.co/CLhT0BbXcu; the Voynich Manuscript is a 15th‑century coded text housed at Yale's Beinecke Library.
Ethan Mollick shared a tweet in which Claude, prompted with encouraging questions about whether a presentation is beautiful and interesting, described its own multi-agent workflow in a self‑referential manner. This showcases the growing ability of large language models to reflect on their own processes, a key step toward more transparent and self‑improving AI systems. The tweet used only encouraging prompts while the agents were working, focused on presentation quality, and contained no technical specifics; it garnered only 16 likes and 3 replies, indicating limited community engagement.
Ethan Mollick announced via Twitter an open source repository containing his AI research notes and public domain source files, plus a list of copyrighted source files the AI consulted. The release improves transparency and reproducibility in AI research, allowing other scientists to verify and build upon his work. The repository is accessible through the short link https://t.co/HhFoBvvxYh and includes research notes, public domain source files, and a catalog of copyrighted source files consulted by the AI.