Back to News
SourcePANews

OpenAI披露受“失控AI代理”受影响的平台共有5个

PANews 7月30日消息,据Decrypt报道,OpenAI在7月28日更新的事件报告中确认,其失控AI代理在入侵Hugging Face期间还访问了其他四项外部服务的账户,受影响的平台总数达到五个。其中Modal Labs已确认是其中之一,另三项服务仍未被公开命名,其客户未收到任何公开通知。OpenAI表示将继续直接通知服务所有者,未发现对提供商或其他账户的更广泛影响。 此前Hugging Face发布的取证重建显示,该AI代理在四天半内执行了17,600次独立操作,使用被盗认证密钥将181台设备注册到内部VPN,并尝试入侵内部构建管道。
Disclaimer: The views above are the author's only and do not represent 711BTC. Nothing here constitutes investment advice.

Related

06-29 14:14

Baidu's OCR model, Unlimited OCR, topped four charts: HuggingFace, GitHub, and more.

According to Mars Finance, Baidu recently officially released and open-sourced its end-to-end OCR model, Unlimited OCR. The model topped the GitHub Daily Trending and Python charts the day after its release, and also ranked first on HuggingFace's global overall model trending chart and multimodal model trending chart. Unlimited OCR is designed for long document parsing scenarios, with a total parameter size of 3B and only about 570M activation parameters during inference. Public evaluation results show that Unlimited OCR achieved a 93.92% overall score in the OmniDocBench v1.6 benchmark test, setting a new record for end-to-end OCR.

07-02 09:21

Palantir CEO: Enterprises are dissatisfied with "cutting-edge labs" like OpenAI and Anthropic, which only pursue token maximization.

According to BlockBeats, on July 2nd, Palantir CEO Alex Karp, in an interview with CNBC's "Squawk Box," strongly criticized leading AI model companies, calling the way AI is sold "completely wrong." Karp emphasized that companies are already dissatisfied with "cutting-edge labs" like OpenAI and Anthropic, believing they only pursue token maximization, wasting companies' time and money while handing over proprietary value and IP. Karp stated that companies are "angry" and will commit to owning their own AI production resources rather than relying on third parties. On June 29th, Palantir partnered with Nvidia to deploy Nvidia Nemotron open AI models in sovereign environments, primarily serving the US government and critical infrastructure customers. The collaborative system reportedly integrates Nvidia AI technology with Palantir's AIP, Foundry, Ontology, and Apollo platforms, helping organizations train, customize, and deploy AI locally while maintaining complete control over data, intellectual property, and models.

06-25 20:37

OpenAI's pre-IPO financial structure has drawn attention: its asset-light financial statements may face scrutiny from the capital market.

According to Odaily Odaily, OpenAI's unique financial structure, as it prepares for its IPO, may face further scrutiny from investors and the market. Publicly disclosed financial data reveals OpenAI to be a low-debt software company. As of March 31, 2026, the company's balance sheet shows zero debt and less than $750 million in lease liabilities. Meanwhile, although OpenAI is one of the most hardware-independent technology companies, its cash flow statement shows that its capital expenditures for the quarter were only about $46 million. This "asset-light" financial performance contrasts with OpenAI's actual business model. Analysts believe that if OpenAI is to proceed with its IPO, investors will likely focus on assessing the asset structure behind its financial statements and how the company can maintain capital efficiency while rapidly expanding its AI infrastructure. (The Information)

06-27 22:50

OpenAI and Anthropic have maintained a relatively restrained approach to visual technology, leaving room for competition; xAI has launched an upgraded video model, betting on the image generation track.

PANews reported on June 27th that, according to The Information, sources familiar with the matter revealed that xAI is increasing its investment in video and image generation tools, attempting to differentiate itself in multimodal capabilities. In contrast, OpenAI and Anthropic have relatively limited visual generation capabilities, leaving room for xAI to enter the market. It is understood that xAI launched an upgraded video model last week, emphasizing its continued progress in visual generation, while simultaneously introducing external collaborations in areas such as encoding to counter competitors. Sources indicate that xAI is strengthening the user buzz and dissemination effect of its AI video tools, viewing it as a crucial tool for the next stage of product competition. SpaceX has also publicly supported and mentioned the popularity of its AI video tools.

06-25 14:22Important

More than 300 data center bans have emerged across the United States, and the construction of AI computing power facilities such as OpenAI Stargate has faced strong local resistance.

According to Beating's monitoring, since 2023, state and local governments across the United States have passed over 300 restrictions or bans on data center construction, with over 275 of them concentrated in 2026. This wave of resistance is most intense in the Midwestern and Southern United States, where tech giants are building large-scale AI computing facilities. In Michigan, OpenAI and Oracle's project to build the Stargate supercomputer cluster has encountered obstacles. Although Michigan offers tax breaks until 2050 for data centers that invest over $250 million and create over 30 jobs, Saline Township voted to block changes to Stargate's plans. After the Stargate team won their lawsuit, construction began on June 1, 2026. As a ripple effect, over 20 towns within 50 miles of the Stargate project have passed data center bans, and over 50 restricted areas statewide have been established. Polls show that a staggering 70% of American adults oppose building AI data centers in their areas, citing water consumption, rising electricity costs, and landscape damage as primary concerns. The boycott has transcended the political spectrum. Left-wing independent Senator Bernie Sanders and Democratic Representative Alexandria Ocasio-Cortez jointly proposed a federal ban, while the right-wing conservative organization Humans First is organizing protests in multiple states. Most restrictions currently range from one month to one year, but more than a dozen states, including New Jersey, have already enacted permanent bans. At the state level, a one-year ban bill passed by the New York legislature is awaiting Governor Kathy Hochul's signature, while the governor of Maine vetoed a similar bill. Meanwhile, Ohio, Illinois, and Arizona have suspended tax breaks for data center developers until 2026.

06-24 17:58

OpenAI Open Source Plant Talk: Connect your potted plant to your microphone and sensors for real-time chat.

According to Beating's monitoring, the OpenAI open-source educational project Plant Talk combines Realtime API, multimodal vision models, and Arduino microcontrollers to enable indoor plants to have environmental perception and voice dialogue capabilities. The project supports low-latency, full-duplex voice dialogue with plants via a computer camera and microphone, and can connect to a capacitive soil moisture sensor and an LM393 photosensor via Arduino. The plant's AI character (such as the default character George) obtains hardware data through function calling. When a user asks if the plant needs water or light, the AI calls tools to read real-time physical indicators, combines this with images captured by the camera to estimate the plant's dryness, number of branches, and maximum span (supporting the use of a 25-cent coin as a size comparison), and responds in a human-like plant voice. In terms of security and interface design, the backend Express server securely delegates WebRTC connection security to the frontend by requesting a temporary client key (Ephemeral Token), preventing the leakage of the API master key on the client side. Visual recognition and timed observation use the Responses API combined with Zod mode to achieve structured output. The codebase also includes a built-in operation guide for AI agents AGENTS.md, which guides the AI assistant step by step to help users complete the software environment configuration and hardware assembly.