Skip to main content

Claude Science is Here, Antibiotics Designed by Text Prompt Among Applications

2 months 3 weeks ago
Anthropic has launched Claude Science, an AI workbench that connects more than 60 scientific databases and tools through a single interface. Through the platform, Basecamp Research is making its EDEN models available for tasks such as designing antibiotic peptides and predicting vaccine targets from simple text prompts, though the results still require laboratory testing before clinical use. Genetic Engineering and Biotechnology News reports: In a Claude Science demo, Oliver Vince, PhD, co-founder at Basecamp, uploaded a sample patient microbiology report. When given a simple natural language prompt, the platform designed peptides, predicted their efficacy, and provided a shortlist of candidates most likely to succeed in experiments in minutes. While generating human-ready antibiotics at the click of a button is still a step away, Vince said democratizing these tools is a powerful first step, particularly for researchers in regions where accelerated computing infrastructure is not readily accessible. "Most models require you to be a computational scientist," Vince told GEN Edge. "Now, potentially any clinician in the world can chat with Claude and design an antibiotic that may work."

Read more of this story at Slashdot.

BeauHD

Microsoft Previews Linux Containers That Run In Windows

2 months 3 weeks ago
Microsoft has released a public preview of Windows Subsystem for Linux (WSL) containers, adding a built-in command-line tool and API for running Linux containers directly inside Windows applications without third-party software. The update also introduces faster file access, improved networking and memory management, plus integration with Defender, Intune, and VS Code. The Register reports: WSL has always been a handy way to run Linux workloads from Windows, and is particularly convenient for Linux developers who must comply with corporate edicts to use a Windows device. The CLI for end-to-end container workflows furthers this. Microsoft stated, "WSL containers make it easier for developers and organizations to build, test, and run containerized workloads while benefiting from the security, manageability, and integration of the Windows platform." Alternatively, you could run your preferred Linux distribution natively, but that might not be an option, particularly if an organization is keen on the "security, manageability, and integration of the Windows platform." And this is an important point. WSL's existing Microsoft Defender for Endpoint (MDE) has been updated (in private preview) to be aware of Linux container events, and there are settings in Intune for managing WSL containers. Support is also in a pre-release version of VS Code, where the Docker path in the dev container settings can be changed to wslc. There is also a new default file system for WSL container that Microsoft claims makes Windows file access twice the speed. So, going from terribly slow to just slow? We'll wait until general availability is reached before passing judgment. There's a new default networking mode to improve compatibility and better memory reclaim techniques. However, none of these tweaks will be enabled by default in WSL. Microsoft wrote, "Since these changes touch mission critical paths like file system access and network, for now they are enabled just in WSL container."

Read more of this story at Slashdot.

BeauHD