Urgent.News

What's breaking now, across thousands of outlets.

AI

CryoForge: A Self-Correcting Agent for Cryo-EM Model Building That Learns When to Act and When to Stop

Automated atomic model building has accelerated cryo-EM structure determination, but different builders leave distinct residual error profiles requiring expert inspection. The post-building challenge is to decide which local interpretations are sufficiently supported by experimental evidence to be retained, corrected or rejected. Here we introduce CryoForge, an evidence-gated post-builder agent…

CryoForge is a novel agent designed for cryo-electron microscopy (cryo-EM) model building that learns when to make corrections and when to stop. Current automated builders generate distinct residual error profiles that necessitate expert evaluation. The main challenge lies in determining which local interpretations are justified by experimental data and should be kept, adjusted, or discarded.

CryoForge addresses this challenge by acting as a post-builder agent that separates the decision-making process for repair proposals from the acceptance of these repairs. It employs rule-based and learning-based components to identify regions that require repair and prioritize appropriate actions. An independent evidence gate assesses each edit based on map and half-map support, stereochemistry, connectivity, and local structural context.

Edits that are supported are retained, while those that are unsupported or conflicting are rejected, rolled back, stopped, or escalated for expert review.

In a resolution-stratified benchmark, CryoForge demonstrated significant improvements. Out of 26,153 released trajectories, 84.9% yielded standard validated enhancements, and 3.7% experienced low-confidence partial improvements. Importantly, no quality-degrading edits were retained in the final promoted models. Compared to a rule-only control, CryoForge's learned prioritization reduced non-improving candidates and harmful actions while maintaining global structural stability.

External evaluations using alternative initializers, team submissions involving both automated and manual corrections, and three recently released complex assemblies further confirmed CryoForge's adaptability to different residual error patterns. The agent performs bounded, evidence-supported corrections without the risk of uncontrolled remodeling.

Ultimately, CryoForge offers a builder-independent, scalable, and auditable correction layer between automated model generation and expert structural interpretation.

Written by urgent.news from bioRxiv's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at biorxiv.org →

More in AI

From Flat Logs to Execution Trees: Debugging Modern AI Agents

An agent trace is usually written as a sequence of events because append-only data is simple to produce: span_started span_started span_ended span_started span_ended span_ended Developers do not want…

  • Agent traces appear as a series of events due to append-only data structure simplicity.
  • Developers construct execution trees to visualize relationships between operations.
  • Reliable execution tree requires stable trace and span identity assignment.

A Good LLM Exam Is 90% Traps

Last time I gave my LLM an order-reading exam and lost 5 times as the exam author. Today: how that exam was built. Conclusion first — nice questions are a waste of paper.

More from Thursday 20 August →