AICNBC
OpenAI calls for international frontier-AI standards, with RSI as top priority
On September 21, OpenAI published proposals on safety and security for frontier AI. It argues the US should lead an international effort to set technical standards and treat recursive self-improvement (RSI) as an urgent priority. Building on existing AI safety institutes and CAISI, it calls for independent technical assessments so alignment research can keep pace with capability.
Context
The move follows reports that OpenAI, Google and Anthropic have been in talks about a standards body. It is one of several vendor proposals to hand governments a framework for overseeing autonomous AI, notable for pairing continued capability gains with a push for safety mechanisms. Its real weight depends on whether governments adopt the standards; for now it is a statement of direction.
HaLVision's take
Read it with the discount due any vendor's own proposal, but the direction of regulation will eventually bear on small businesses' AI costs and terms of service. Rather than betting on which country's regime prevails, we advise keeping how you hold data and scope its use under your own control. A design that preserves your options as standards firm up is the sound, if roundabout, path.
Read source ↗AITechCrunch
Amazon blocks Meta's Muse shopping agent from its site
Amazon began blocking Meta's personal AI agent, Muse, from shopping on Amazon.com on customers' behalf starting Sunday night, after Meta declined a request to remove it. Amazon says the access was never disclosed, the agent does not identify itself, and it appears to store customer login credentials. Meta counters that Muse has no visibility into passwords or payment methods.
Context
As agentic commerce — AI acting for users to shop or book — spreads, the case squarely raises how platforms will treat third-party agents entering their sites. The dispute reduces to three points: disclosure of access, identification of the agent, and handling of credentials. It is a clash between two firms that are also partners, and it is likely to push toward standards for authenticating and distinguishing agents.
HaLVision's take
This lands directly on anyone running an online store or website. Soon you will be deciding which AI agents may touch your site, and within what limits. The safe path is to treat unidentified automated agents like ordinary bots, and settle your policy on identification, rate limits, and credential handling in advance. The disclosure and credential questions here are the same ones every site will have to work through.
Read source ↗WebChrome for Developers
Chrome 154 hits stable — two-week cadence advances security hardening and post-quantum crypto
On September 22, Google shipped Chrome 154 to stable, following the two-week release cadence that began with Chrome 153 on September 8. For developers it brings CSS underline controls (such as text-decoration-inset), tabs/links modes for scroll-marker-group, post-quantum algorithms (ML-KEM, ML-DSA) in the Web Crypto API, and Local Network Access restrictions.
Context
Chrome has moved from a four-week to a two-week cycle, and 154 is an early result. Smaller, more frequent updates spread security fixes faster, but also make the compatibility target move faster. This release leans toward unglamorous groundwork — post-quantum cryptography and tighter Local Network Access among them — rather than headline features.
HaLVision's take
What we prioritize in practice is less chasing features than having a testing rhythm matched to the release cadence. With a stable build every two weeks, it is sound to make cross-browser rendering checks a routine and to decide on new features by their Baseline status. Security-related changes should not wait — we recommend rolling them into client sites early.
Read source ↗