AI-Designed NovoTags Enable Real-Time Fluorescent Labeling of Mitochondria and Other Cellular Structures in Living Cells
Scientists have created a powerful new tool for observing cellular processes almost in real time. Using advanced artificial intelligence systems, researchers designed tiny protein tags from scratch that attach to selected molecules and cause them to glow brightly under a microscope. The development, named NovoTags, promises to significantly expand the capabilities of cell biology.
Modern microscopes can visualize individual cellular structures, yet locating a specific protein among millions of molecules remains challenging. Researchers typically attach a fluorescent label to the protein of interest, which glows when illuminated. Existing systems are limited to a narrow set of dyes and struggle with simultaneous observation of multiple processes.
A team from the Institute for Protein Design at the University of Washington, the Janelia Research Campus, and the European Molecular Biology Laboratory engineered small artificial proteins capable of capturing specific Janelia Fluor dyes. They produced three independent tags covering the green, orange, and far-red spectral ranges. Each tag can be genetically fused to a chosen protein, after which the dye illuminates the target molecule inside a living cell.
The protein structures were not obtained by screening natural variants. Instead, the algorithm RFdiffusion generated the shape of the future protein, while LigandMPNN selected the amino acid sequence. AlphaFold and RoseTTAFold then verified whether the resulting molecule would fold correctly. The most promising designs were synthesized and tested in the laboratory.
Unlike conventional fluorescent proteins, NovoTags do not fluoresce by themselves. The artificial protein forms a pocket around the dye molecule, firmly retains it, and modifies its optical properties. Thanks to their high brightness and precise binding, the tags are suitable for super-resolution microscopy techniques that reveal details smaller than the diffraction limit of conventional light microscopes.
In experiments, researchers applied NovoTags in living human cells. The tags successfully highlighted endosomes, mitochondria, and chromatin. Scientists also performed STED super-resolution microscopy and fluorescence lifetime imaging, allowing distinction of labels not only by color but also by emission duration.
Combining color and lifetime parameters could dramatically increase the number of objects observable simultaneously. The authors estimate that different combinations may eventually allow differentiation of up to 30 distinct proteins within a single cell, although further experiments are required to confirm reliability at such high labeling density.
The team also created a controllable version called NovoSplit. They split the artificial protein into two halves, each fused to a separate molecule. Upon addition of the appropriate dye, the halves assemble like puzzle pieces, bringing the attached proteins together. In this configuration the dye functions both as a fluorescent marker and as molecular glue.
NovoSplit enables scientists not only to observe protein interactions but also to trigger them at a chosen moment. The method will help study cell signaling, assembly of molecular complexes, and other processes that depend on transient protein contacts.
Looking ahead, the developers plan to integrate NovoTags with cryo-electron tomography. This approach would first locate a protein via fluorescence and then examine surrounding molecular structures at much higher resolution, allowing direct correlation of a protein’s position, shape, and function inside a near-native frozen cell.
The sequences of NovoTags and compatible dyes have been released to the scientific community. Laboratories worldwide are already expanding the toolkit with new colors and functionalities. The study was published on 16 July 2026 in the journal Science.
Related articles
Rostelecom Outage Triggers 29-Minute Mass Disruptions Across Russian Internet Services
A 29-minute failure in Rostelecom's data transmission network on August 6 caused widespread access problems to Russian online services. The operator quickly rerouted traffic to backup equipment, restoring normal operations without revealing the root cause. Users reported issues connecting to marketplaces, banks, social platforms, IT company services and other telecom providers. The majority of complaints originated from Rostelecom's own subscribers who experienced connection and service access failures. Although the incident remained brief and did not escalate into prolonged digital disruption, it highlighted the heavy reliance on a single major provider. The event demonstrated how even a short technical problem at a large operator can simultaneously affect access to stores, financial services and everyday online platforms.
Read-Only Utility Automates Detailed Audits of UserGate NGFW Firewall Policies
A cybersecurity specialist at Gazprom CPS developed a read-only utility to analyze large-scale UserGate NGFW firewall policies without making any configuration changes. The tool connects via the UserGate XML-RPC API to collect rules, statistics, zones, network lists, services, users, and groups, then normalizes the data into a unified model for analysis. It performs eleven independent checks grouped into lifecycle, overly permissive access, observability, and documentation categories, flagging rules that have not fired recently, allow management ports broadly, lack logging, or have empty descriptions. Results are exported to a navigable Excel report featuring a rules-by-checks matrix, human-readable object names, and editable manual verdicts such as OK, requires attention, or false positive. The first full run on a production policy with over 1000 rules and 4500 related objects took 24 minutes and highlighted 39 percent of rules for review, with more than half showing multiple red flags. The approach preserves the original snapshot in JSON for repeatable offline analysis and comparison over time.
Internet Outages Disrupt Access to Russian Websites and Applications Across Multiple Regions
Users in several Russian regions reported widespread connectivity problems where internet access appeared available but failed to load most domestic websites and online services. Affected areas include Saint Petersburg along with Nizhny Novgorod, Rostov, and Tyumen regions according to reports compiled by the Telegram channel Baza. Connections remained technically active yet produced repeated errors when attempting to reach Russian sites, mobile applications, and web-based platforms. The precise scale of the disruption remains undetermined and it is unclear whether the incidents stem from a single technical fault or simultaneous failures among multiple network operators. No official statements have been issued regarding the root causes or expected restoration timelines. Individuals affected continue to refresh pages and restart applications while waiting for services to recover.
Step-Up Authentication vs 2FA: Implementing Additional Verification for Sensitive Operations in Corporate Systems
Traditional two-factor authentication secures only the initial login, leaving active sessions vulnerable to misuse during sensitive tasks such as accessing payroll data. Step-Up Authentication addresses this by requiring extra verification at the moment of critical actions rather than at login. The article details how one project moved beyond standard Identity Provider features in WSO2 by building a dedicated PIN-code service and gateway-2fa microservice. This approach uses signed cookies with TTL controls and JWT cross-checks to enforce elevated trust levels without disrupting normal user flows. The solution aligns with Zero Trust principles and was monitored via Matomo and ELK for usage and performance metrics. Key implementation considerations include balancing TTL duration, encrypting stored PINs, and conducting load testing before deployment.