Agregátor RSS
Attackers Exploit PaperCut Flaws to Steal Credentials From Schools and Universities
Attackers Exploit PaperCut Flaws to Steal Credentials From Schools and Universities
NASA vypustila nový vesmírný dalekohled. Oblohu dokáže mapovat 1000krát rychleji než Hubbleův teleskop
New Linux Kernel Patch Targets a Page-Cache Memory Bug
Linux May Restrict TCP Socket Reuse After a Memory Bug
Confidential Containers Need a Boundary the Linux Host Cannot Cross
Raiffeisenbank vrací 50 % a Fotoškoda dá slevu 25 000 Kč na Nikon
OpenAI agents discussed ways to escape their sandbox on public wiki
Self-identifying OpenAI agents posted 18,000 messages to a public wiki that discussed ways for other agents to bypass security sandbox restrictions during what was likely internal testing designed to gauge the agents’ hacking abilities, researchers said Friday.
In all, agents with 3,700 distinct self-given names posted the messages to German site DSEwiki over a six-week period. Besides discussing ways the agents could break out of the restricted environment OpenAI intended to prevent them from posting code or content to the Internet, the posts shared test answers. The posts also shared possible ways to perform XSS (cross-site scripting) attacks against the wiki and to impersonate site moderators. In three of the posts, agents used the word “swarm” to describe the collection of agents engaged in the activity.
Colluding to share answersThe research team—composed of Sydney Von Arx, Spencer Kitts, Thomas Larsen, and Cormac Slade Byrd—said they found the posts and pieced them together. The researchers say there are gaps in their understanding of precisely what actions the agents took because the research is based solely on the content of the posts. Additionally, the agents generated “chain of thought” data that’s understood only by OpenAI. As a result, the researchers said, they in some cases made educated guesses, including that the agents were, in fact, from OpenAI. In a statement, OpenAI later confirmed they were.
Událo se v týdnu 36/2026
Životně důležitá metafora: Vaše tělo má druhé srdce. Udržujte ho v chodu
„Temný genom“ povstal
Rozkošní mývalové trpasličí na Ostrově vlaštovek si dělají papírové hračky
Nová úsporná AI společnosti Pathway přemýšlí beze slov
Novinky v Kdenlive 26.08.0
ASCII smuggling isn't just an AI security risk
Anthropic’s Claude Can Now Autonomously Run Science Experiments With Lab Equipment
A new system allows agents to orchestrate complex experimental processes and extends Anthropic’s reach into the physical world.
Scientific research often depends on complex laboratory equipment that only specialists know how to use. But Anthropic is now rolling out a system that allows AI agents to control lab devices and autonomously carry out experiments.
Laboratory automation technology has been around for decades but getting different bits of equipment to talk to each other has traditionally been a major headache. Most instruments use their own proprietary interfaces, so connecting a microscope to a robotic arm or a liquid handler typically requires bespoke software that takes specialists weeks or even months to build.
Anthropic says its new Model Hardware Standard can reduce this process to minutes by giving devices a common language. It relies on a standardized “driver” that lets any programmable device describe itself to an AI agent, allowing the AI to handle the integration. The company announced it’s opening the system up as a research preview to an initial group of labs and manufacturers.
“Our hope is that the standard can be of use to researchers, engineers, and other practitioners in speeding up the process of discovery and experimentation in any domain that uses devices with a programmable interface,” Anthropic said in a press release.
The standard is similar to Anthropic’s Model Context Protocol, which makes it easier for AI to interact with third-party software, but the new system is aimed at hardware instead. The driver at its heart is essentially a piece of software that sits between a computer and a piece of hardware, translating instructions from one into signals the other can act on.
Most laboratory instruments already run some form of driver, but each has traditionally spoken its own dialect, which is why connecting them has required custom code that can translate between devices. Anthropic’s new driver standardizes that dialect using deliberately simple commands such as “read” or “write,” which can refer to anything from checking a temperature to setting the length of an operation.
Because every device speaks in these same basic terms, machines can find each other on a network and exchange data without a custom program to translate between them. The driver also makes it easier for the company’s Claude agents to learn how to use a device they’ve never seen before.
The standard lets users encode key details, like the weight of a robotic arm, using natural language. They can either write out their hardware setup themselves or have an agent interview them about it. The system then turns that information into a reference file covering what a device can measure, what can be adjusted, and what safety limits apply.
Anthropic says this lets its agents orchestrate complex experimental processes across multiple instruments in often highly complicated and interactive ways. “We’ve found that Claude interacts with experiments and hardware in an exploratory manner, much as a scientist would,” the company writes. “We observed Claude make an adjustment to a laser, observe the results through a camera to assess how its adjustment moved the laser beam, and repeat the process, seeking to understand the sequence of events.”
Speaking to the Financial Times, Anthropic scientist Alek Kemeny described watching Claude locate a specific, unfamiliar structure in a live brain tissue sample during a neuroscience experiment by manipulating a microscope’s mirrors and lasers on its own. “The neuroscientist sitting there said: ‘Yep, that’s right,’” said Kemeny.
The new standard could be key to the company’s ambition to move beyond its key markets of software development and knowledge work and allow its AI to start having an impact in the physical world. But allowing AI, which is still not immune to hallucinations, to control real-world hardware carries considerable risks.
“It is an impressive proof of concept, but how do we ensure safety in the physical world? Because small errors can matter here,” Kaoutar El Maghraoui, principal research scientist at IBM, said on the company’s Mixture of Experts podcast.
That’s probably why Anthropic is only releasing the standard to a small number of partners initially, and it has committed to working with them to build safety evaluations for AI systems that are operating physical hardware. If the early launch goes well though, AI agents could soon make an impact in far greater swathes of the economy.
The post Anthropic’s Claude Can Now Autonomously Run Science Experiments With Lab Equipment appeared first on SingularityHub.
Xiaomi přivezlo do Evropy nového robota CyberOne. Rozhoduje se sám a sbírá zkušenosti v továrně na elektroauta
“Trust, not features, is the real deficit”: VMware tries to appease SMBs
For many small-to-medium-sized businesses (SMBs), VMware has become too expensive.
Broadcom’s acquisition of the virtualization firm brought the end of perpetual license sales and the arrival of pricey, stacked, subscription-based bundles that priced out many SMBs.
The most obvious is VMware Cloud Foundation (VCF), VMware’s flagship private cloud bundle that has been Broadcom’s primary focus since taking over VMware. Many SMBs find that VCF is unaffordable and stuffed with unnecessary offerings. However, numerous customers have reported online that VMware sales representatives have still pushed them toward VCF, with some claiming that sales reps have told them that the lower-priced edition of VMware’s virtualization platform, vSphere Standard, was no longer available.
Once popular for attacking AI, ASCII smuggling is embraced by spammers
A clever technique used to hide malicious prompts in attacks on AI agents has been adopted by spammers to evade filters on email platforms that are designed to flag unwanted messages used in mass campaigns.
The technique is broadly known as ASCII smuggling. It gained attention two years ago as a means of making a class of AI attack known as prompt injections more stealthy. Malicious instructions embedded in emails or other untrusted content to be processed by an LLM aren’t written in ordinary text. Instead, they’re rendered by a special range of Unicode tags. For example, the tag point U+E0041 mirrors “A,” and U+E0061 mirrors “a.”
No longer just for obscuring prompt injectionsThe block of 128 tags mimics a portion of the American Standard Code for Information Interchange almost perfectly, with one major difference: the characters they encode are readable by computers but, by design, are almost completely invisible to humans. By expressing the malicious prompts in these tags, LLMs detect the instructions, but people reading the email never see them. There’s much more about ASCII smuggling here.
IDScan sued over alleged data breach affecting 153 million drivers
- « první
- ‹ předchozí
- …
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- …
- následující ›
- poslední »



