Planetenpad

We wandelen langs het Planetenpad bij het Herdenkingscentrum Westerbork en verdiepen ons in de op schaal geplaatste informatieborden over de planeten in ons zonnestelsel.

precies vier

Een Precies Vier bestaat uit 16 woorden, begrippen of namen, die moeten worden verdeeld in precies vier groepen van vier. Er is telkens maar één oplossing mogelijk. Welke woorden vormen een connectie?


crux

Een kruiswoordpuzzel, maar dan heel klein (en snel).


in het midden

Wie of wat staat er midden in het nieuws? Een actuele puzzel, die makkelijker is als je het nieuws een beetje volgt.


cinco

Als je wel zin hebt om te sudokuen, maar het liever bij een gridje van 5x5 houdt.


sudoku

Je krijgt een paar cijfers cadeau, maar het grid van 9x9 moet foutloos ingevuld worden.


The Register

Biting the hand that feeds IT — Enterprise Technology News and Analysis

A requiem for Optane, Intel's KV Cache killer that could have eased the RAM price crunch

History is littered with the corpses of technologies that were ahead of their time, and Intel’s Optane storage and memory products are certainly among them. Expensive, badly misunderstood, and awkwardly priced, the technology struggled to find a place in the market, surviving just five years before Chipzilla pulled the plug. Things might have been different if it were launched today. The shift from AI training to inference has driven tremendous demand for DRAM and NAND flash. In fact, the same properties that made Optane a niche product a few years ago would have made it ideally suited to these write intensive AI workloads. The rise and fall of Optane Intel and Micron co-developed Optane – or more specifically, 3D XPoint memory – and unveiled it in 2015. It promised to bridge the gap between conventional NAND flash used in SSDs and DRAM used in DDR4 and (later) DDR5. Like NAND, 3D XPoint was non-volatile, which means data persists when unpowered, making it appropriate for storage applications. But unlike NAND, 3D XPoint didn’t store data using trapped electrons and instead relied on a phase change material that was both extremely fast, achieving sub-10-microsecond latencies (even lower for later PMem modules), and absurdly write-endurant. Intel’s penultimate Optane SSDs boasted endurance of 100 drive writes a day and a mean time between failures of two million hours — specs that remain unrivaled today. Those figures are of course extrapolated, based on what we know about how 3D XPoint reads and writes data. But if anything, we suspect Intel was probably being conservative with its claims. This one-two punch of endurance and latency, particularly for random reads and writes meant that it could be used as a second tier of system memory. Optane SSDs are really, really low latency for storage-class memory, but they’re still orders of magnitude less responsive than DRAM which can hit 100 nanoseconds or lower. We should note Intel’s PMem DIMMs were capable of latencies of roughly 350 nanoseconds. Intel’s Optane persistent memory also had the benefit of capacities up to 512 GB per DIMM, at a time when the most you could expect out of DDR4 was about 128 GB – and only if you had deep pockets. These persistent memory DIMMs could be made to behave like main memory, with standard DDR4 functioning as a massive L4 cache when enabled; as a storage pool; or in an application-aware memory mode, which exposed the Optane memory directly to select applications. Despite Optane’s many strengths, it was rather awkwardly priced. For the same memory density, 3D XPoint was consistently more expensive than NAND and, while cheaper than DRAM, significantly less performant. As a result, there was rarely a scenario in which users were better off with Optane than they would be just buying more NAND or fewer, bigger DIMMs. To make matters worse, as the boffins at TechInsights noted at the time, while 3D XPoint had its merits, it wasn’t improving quickly enough to keep up with NAND flash on bit density. By 2021, Micron had had enough. The memory vendor announced it would end development of 3D XPoint products. With no source of new silicon for its SSD and persistent memory products, the writing was on the wall for Optane. Intel's then-CEO Pat Gelsinger officially pulled the plug in 2022, ending development of new products under the Optane banner. The P5810X and P5811X, the final Optane products to roll off the assembly line, launched in late 2022. Ahead of its time The same year Intel pulled the plug on Optane, a new workload was emerging that would completely turn the datacenter on its head, and might very well have been the killer app to justify 3D XPoint’s continued development. In November 2022, OpenAI, then a relatively obscure AI startup, lifted the curtain on ChatGPT, kicking off an AI arms race and sparking a massive influx of money into the tech sector. Large language models are among the most resource-intensive workloads in the world. But until 2025, most of that compute was dedicated to training bigger, smarter, and less hallucination-prone models. The arrival of DeepSeek early in that year signaled the shift toward inference, a workload that needs plenty of compute, memory, and storage. Modern inference engines are tuned to maximize efficiency. One way is by caching the key value pairs used to track model state. Chatbots and agents are inherently iterative. For multi-turn sessions, every prompt contains not only new information, but also every request and response that came before it. Recomputing all of that every time a new request is made is wasteful, so instead that information is computed, cached, and reused. The problem is at large context sizes and high concurrency, these KV caches can get rather large. A single 64,000-token sequence in a model like DeepSeek R1 can chew up four gigabytes of GPU memory. Multiply that across hundreds or thousands of users and it adds up quickly. Modern GPUs don’t have much memory, and what they do have is usually tied up hosting model weights. Many inference engines therefore support KV cache offloading, either natively or through plugins. Once GPU memory is exhausted or chat sessions stale, older chats are ejected to system memory. But DRAM is expensive, in short supply, and may not even be enough. In fact, Nvidia is reportedly cutting the amount of LPDDR5X shipped as part of its Vera Rubin platform. Because of this, KV caches where, for example, a user has walked away and the session has been idle for an hour or more, may be offloaded to flash storage arrays for longer-term storage. The problem is that KV caching is a write-intensive workload and NAND has a finite number of writes it can make before it’s shot. There's a lot of work being done to mitigate this, but the fact remains that if you write enough data to NVMe storage, eventually it wears out. Optane’s otherworldly write endurance and low latency, particularly when concerning small random writes which dominate KV-caching, would have made it a perfect choice for this workload. Optane’s successors One of the nails in Optane’s coffin was that Compute Express Link (CXL) was already on the horizon. If the primary reason for adopting Optane was to get your hands on a large pool of reasonably fast DRAM-like memory, then CXL offered all the benefits and none of the compromises. In effect, early CXL implementations were essentially a remote memory controller to which you could attach your choice of memory, DDR4 or DDR . Need more memory than your CPU supports? Just plug a CXL memory expander into a free PCIe slot and you were off to the races. Later revisions of the memory coherent protocol added support for pooling, and later sharing. However, CXL hasn’t changed the fact that DDR5 is expensive at the best of times, and we are currently living in the worst of times for DRAM prices. (With that said, while your CPU may only support DDR5, the CXL controller might still be able to use DDR4. This is exactly what Meta is doing to boost the memory capacity of its systems on the cheap.) In the absence of Optane, memory vendors have attempted to fill the void with write-optimized NAND of their own. Kioxia’s XL-Flash is one such example of storage class memory (SCM) that promises many of the same benefits as Optane, including advertised write latencies under 10 microseconds, and endurance up to 60 drive writes a day, through the use of SLC (1-bit per cell) memory. There’s also a crossover with CXL here. XL-Flash can be exposed as a CXL device to simplify memory tiering. Samsung also attempted to replicate many of Optane's qualities with its Z-NAND tech, but the tech still falls well short of 3D XPoint. Samsung is reportedly revamping the tech and aiming for a 15x performance increase over conventional NAND. Alas, neither quite lives up to Optane’s legacy. The tech was simply too far ahead of its time. Had Intel and Micron waited just a few years longer, it might have ridden the AI wave all the way to victory. ®

MCP gets an enterprise makeover

The Agentic AI Foundation, part of the Linux Foundation, has released an update to the Model Context Protocol (MCP) that aims to help enterprises adopt AI-based automation. Open-sourced by Anthropic in November 2024, MCP provides a way for AI applications (agents) based on models like GPT-5.6 Sol or Claude Opus 5 to connect to existing data sources, tools, or other applications. It defines how content is exchanged in a client-server architecture. "The new release is MCP’s most important since remote MCP first launched over a year ago," wrote David Soria Parra, a member of technical staff at Anthropic and co-inventor of MCP, in a blog post. "It is a leap in serving scalable MCP servers and takes all the lessons learned over the last 18 months to provide a robust foundation for MCP’s future." The latest version of the specification does away with the legacy stateful architecture, making it more like HTTP services where network requests do not need to retain the state of the session. "Historically, running MCP at scale required sticky routing or shared state to maintain continuity across sessions," explained Caitie McCaffrey, a Microsoft software engineer and core MCP maintainer, in a blog post. "This made large-scale production deployments complex to implement and operate even when the capabilities being exposed were stateless." The revised protocol changes the underlying architecture to eliminate the overhead of managing session state, which allows organizations to run MCP servers behind standard load balancers on existing Kubernetes and DevOps tooling. The version 2026-07-28 release also includes a Specification Feature Lifecycle and Deprecation Policy, because large companies want clear roadmaps and timelines when it comes to software changes. "The goal is a predictable timeline that SDK authors and implementers can plan migrations against when protocol surface area is retired," the documentation explains. The revised spec comes with a new policy that guarantees a minimum period of 12 months between feature deprecation and removal, which should please enterprise engineering teams, since they'll need to make fewer updates to MCP servers. On the security front, the latest spec revision adds Specification Enhancement Proposal (SEP) 2468, which calls for the inclusion and validation of an issuer (iss) parameter in authorization responses. This should help prevent OAuth Mixup Attacks. An attack of this sort can occur when an OAuth client connects to multiple OAuth providers via multiple MCP servers. If an attacker controls one of these servers, the miscreant could potentially obtain an access token or code from one of the other servers. Checking the iss parameter defends against that particular attack vector. Large organizations should also appreciate support for the Enterprise Managed Authorization extension, which makes it possible to manage MCP servers through a central identity provider. Another improvement involves the evolution of tasks – long-running tool calls or batch operations – into an extension. The main benefit is that tasks shift from a blocking request to an asynchronous request. "The payoff is operational resilience at scale," explains McCaffrey. "Because a task is durable and addressed by a stable handle, clients can persist task IDs to durable storage so that polling can resume after a crash or restart — no fragile, long-lived connections held open while waiting for work to finish, which the old blocking model forced on clients and servers that did not want to implement it." Other notable additions include header-based routing and cacheable list results. Some migration cost is expected, particularly for developers who implemented MCP code that relies on session identifiers. ®

Slashdot

News for nerds, stuff that matters

eBay Reaches $56 Million Settlement With E-Commerce Newsletter Writers It Terrorized In 2019

eBay and several former executives have agreed to pay $56 million to Ina and David Steiner, the newsletter writers targeted in a 2019 corporate harassment campaign that involved threats, surveillance attempts, and deliveries of live insects and other disturbing items. The settlement closes the couple's civil case after seven former employees pleaded guilty to criminal charges related to the scheme. TechCrunch reports: Ina and David Steiner, a married couple and the co-authors of EcommerceBytes, inspired the ire of high-level eBay executives after occasionally criticizing the company in their newsletter. In 2019, a plot was concocted to intimidate the couple into halting their negative coverage. Executives used sock puppet social media accounts to harass the couple, while also sending them anonymous threatening letters and bizarre items in the mail -- including live spiders and cockroaches, pornographic magazines, a bloody pig mask, a funereal wreath, and a book about surviving the death of a spouse. According to previously released court documents, a plan that was attempted but never successfully carried out involved affixing a GPS tracking device to the couple's car. Yet another internally broached plan involved sending a "Samoan gang" to the Steiners' home.

The settlement this week resolves a 2021 civil case brought by the couple against eBay. The law office representing the Steiners writes that the settlement includes $46.15 million paid to the couple by eBay itself, as well as $2 million from former eBay executive CEO Devin Wenig. Additionally, $500,000 will be paid out to the couple from former eBay executive Wendy Jones, as well as $50,000 from former eBay executive Steve Wymer. Additional funds are being paid to various non-profits. In 2022, seven former eBay employees were criminally charged and pled guilty in relation to the plot, including the company's former security chief, James Baugh -- who was sentenced to nearly five years in prison. Others indicted by the U.S. Department of Justice include David Harville, Brian Gilbert, Stephanie Popp, Stephanie Stockwell, Philip Cooke, and former eBay contractor Veronica Zea.

Read more of this story at Slashdot.

Anthropic AI Model Finds Flaws in Tough-to-Crack Encryption Algorithms

Anthropic's Claude Mythos Preview has "found flaws in a weakened version of a digital encryption standard that is in pervasive use throughout the internet," reports The New York Times. Researchers said the model discovered novel attacks against weakened versions of AES and the experimental post-quantum HAWK system, including one that was 200 to 1,000 times faster than previous human-developed methods. From the report: The flaws identified do not concern a cryptographic standard currently in use today, which means that modern banking and communication systems are not subject to immediate potential intrusions from A.I. Instead, Anthropic's technology cracked a watered-down version of an algorithm for Advanced Encryption Standard, or A.E.S., a ubiquitous protocol that safeguards web traffic, wireless networks, data storage and more. It is common to perform tests on weaker versions of encryption algorithms to understand whether more powerful computers could someday crack the actual standards, akin to solving a simpler math problem to identify whether patterns may exist for a more complicated one. In the testing, Mythos was able to break the weaker version of Advanced Encryption Standard in a way that Anthropic said made an assault 200 to 1,000 times faster than what previous human research had managed to do. While the immediate ramifications are minimal, the long-term implications could be significant. In previous tests, large-language models seemingly could not match or best what humans can do in the mathematically dense field of cryptographic research, but their rapid advances could suggest a future in which top models can surmount traditional internet security protections that are foundational to just about everything that takes place on the internet.

[...] In addition to the attack on the encryption standard, Mythos also orchestrated another improved attack against a different digital cryptographic system known as HAWK that is designed to be bulletproof against both traditional and quantum computers. HAWK is not currently in use, but under consideration by the National Institute of Standards and Technology to become a new standard. The HAWK attack was validated by its authors, and independent cryptographers reviewed the Advanced Encryption Standard attack, Anthropic said, adding that it had shared its findings with the U.S. government and industry partners ahead of publication. Mythos devised the cryptographic attack on A.E.S. almost entirely autonomously, Anthropic said, but only after first refusing to contemplate the problem because it believed it was impossible to improve on existing methods of analysis. But after some coaxing, the chatbot sat with the puzzle for about a week before engineering its novel attack. Two human researchers then worked for nearly a month to verify that the method appeared correct. "Given that we are constantly underestimating the power and time of availability of future models, are we really comfortable that two years from now strong encryption won't be threatened?" said Glenn S. Gerstell, the former general counsel at the National Security Agency.

"Mathematicians would tell you that it shouldn't be possible given current computing powers to break strong encryption in any meaningful time," added Mr. Gerstell, who helped write a report on cryptology in 2022. "But I don't think the capabilities of future models in the medium term -- before quantum computing or quantum-proof cryptography -- should be dismissed as trivial in this context."

Read more of this story at Slashdot.