<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: JXIONG</title>
    <description>The latest articles on DEV Community by JXIONG (@jxiong).</description>
    <link>https://dev.to/jxiong</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3919256%2F638bacc7-516f-47b1-8d60-42580800b56c.png</url>
      <title>DEV Community: JXIONG</title>
      <link>https://dev.to/jxiong</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jxiong"/>
    <language>en</language>
    <item>
      <title>Can You Steer It? Introducing SEWO — A Steerable Medicine World Model Framework</title>
      <dc:creator>JXIONG</dc:creator>
      <pubDate>Fri, 08 May 2026 05:57:50 +0000</pubDate>
      <link>https://dev.to/jxiong/can-you-steer-it-introducing-sewo-a-steerable-medicine-world-model-framework-4hc7</link>
      <guid>https://dev.to/jxiong/can-you-steer-it-introducing-sewo-a-steerable-medicine-world-model-framework-4hc7</guid>
      <description>&lt;p&gt;Everyone is building bigger AI models for biology. But here's a question nobody seems to be asking:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Can you steer it?&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem with Bigger Predictors
&lt;/h2&gt;

&lt;p&gt;The field of AI for biomedicine is exploding. Virtual cell models, drug-response predictors, biological foundation models — billions of dollars are flowing into systems that aim to model cells, drugs, disease progression, and human biology.&lt;/p&gt;

&lt;p&gt;But almost all of these systems share a critical limitation: &lt;strong&gt;they predict, but they cannot be steered.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A biomedical world model should not merely forecast what may happen next. It should allow a clinician or researcher to ask:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"What if we move in this direction instead?"&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And then provide a reliable, auditable answer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introducing SEWO: Steerable Medicine World Model
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://deepome.com" rel="noopener noreferrer"&gt;DeepoMe Limited&lt;/a&gt; has released a new preprint: &lt;strong&gt;"World Models for Biomedicine: A Steerability Framework"&lt;/strong&gt;, introducing &lt;strong&gt;SEWO&lt;/strong&gt; — a conceptual framework that proposes &lt;strong&gt;steerability&lt;/strong&gt; as a foundational property for trustworthy biomedical AI.&lt;/p&gt;

&lt;p&gt;📄 &lt;strong&gt;Preprint&lt;/strong&gt;: &lt;a href="https://doi.org/10.20944/preprints202605.0366.v1" rel="noopener noreferrer"&gt;https://doi.org/10.20944/preprints202605.0366.v1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;SEWO is &lt;strong&gt;not&lt;/strong&gt; another neural architecture. It's a meta-level framework — a specification layer that helps evaluate whether any biomedical world model (transformer, graph network, state-space model, or future architecture) is not only predictive, but also &lt;strong&gt;interpretable, constrained, counterfactual, and steerable&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Rider and the Horse
&lt;/h2&gt;

&lt;p&gt;Think of it this way. A rider doesn't micromanage every muscle of the horse. The rider provides directional signals through the reins. The horse maintains balance, adapts to terrain, and moves with its own embodied robustness.&lt;/p&gt;

&lt;p&gt;Likewise, a steerable medicine world model should:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Accept &lt;strong&gt;directional guidance&lt;/strong&gt; from human experts (add a therapeutic hypothesis, modify a nutritional condition, remove a confounding assumption)&lt;/li&gt;
&lt;li&gt;Maintain &lt;strong&gt;internal consistency&lt;/strong&gt; despite noise, missing data, and distribution shifts&lt;/li&gt;
&lt;li&gt;Make its &lt;strong&gt;reasoning inspectable&lt;/strong&gt; at every step&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Five Structural Constraint Points
&lt;/h2&gt;

&lt;p&gt;SEWO defines five constraint points that any biomedical world model should satisfy:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. State Representation
&lt;/h3&gt;

&lt;p&gt;Biological states should be decomposed into modular, interpretable components — specifically, &lt;strong&gt;modular Intrinsic Capability (mIC) vectors&lt;/strong&gt; that break biological function into auditable units.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Capability Quantification
&lt;/h3&gt;

&lt;p&gt;How far is a biological system from functional breakdown? SEWO introduces the &lt;strong&gt;Capomics Index&lt;/strong&gt;: &lt;code&gt;CI = 1 − PAI&lt;/code&gt; — a single metric to quantify system resilience.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Input–Response Semantics
&lt;/h3&gt;

&lt;p&gt;Every perturbation (drug, nutrient, environmental factor) should map to computationally tractable inputs with &lt;strong&gt;explicit biological meaning&lt;/strong&gt; — not just latent vectors.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Counterfactual Transition Modeling
&lt;/h3&gt;

&lt;p&gt;A valid biomedical world model must simulate plausible &lt;strong&gt;"what-if" trajectories&lt;/strong&gt;: What happens if we intervene here? What if we remove this assumption?&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Five-Gate Quality Control Loop
&lt;/h3&gt;

&lt;p&gt;Every reasoning chain follows: &lt;code&gt;State → Input → Response → ΔmIC → Phenotype&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Each gate can be &lt;strong&gt;independently inspected, challenged, and falsified&lt;/strong&gt;. No black boxes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for AI Engineers
&lt;/h2&gt;

&lt;p&gt;If you're building AI systems for biomedicine, SEWO offers a practical checklist:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;[ ] Can your model's state representation be decomposed into interpretable modules?&lt;/li&gt;
&lt;li&gt;[ ] Can you quantify how close a system is to failure?&lt;/li&gt;
&lt;li&gt;[ ] Do inputs map to biologically meaningful perturbations?&lt;/li&gt;
&lt;li&gt;[ ] Can you simulate counterfactual intervention scenarios?&lt;/li&gt;
&lt;li&gt;[ ] Can each step of your model's reasoning be independently audited?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If the answer is no to any of these, you may have a powerful predictor — but not a steerable world model.&lt;/p&gt;

&lt;h2&gt;
  
  
  Steering, Not Predicting
&lt;/h2&gt;

&lt;p&gt;A flavonoid doesn't simply "kill" a cancer cell. It influences a signaling network, alters protein–protein interactions, shifts regulatory dynamics — and the cell's own machinery responds.&lt;/p&gt;

&lt;p&gt;SEWO extends this logic to AI: instead of asking AI to dictate outcomes from above, we should build systems that accept biologically meaningful directional input, recompute coherent trajectories, and make their reasoning transparent.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Steering, not predicting.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Get Involved
&lt;/h2&gt;

&lt;p&gt;The SEWO project is open for community discussion:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🌐 Project home: &lt;a href="https://steerable.world" rel="noopener noreferrer"&gt;steerable.world&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;📄 Preprint: &lt;a href="https://doi.org/10.20944/preprints202605.0366.v1" rel="noopener noreferrer"&gt;doi.org/10.20944/preprints202605.0366.v1&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;📧 Contact: &lt;a href="mailto:info@deepome.com"&gt;info@deepome.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Important note: This manuscript is a preprint and has not yet undergone peer review. The framework is a research proposal and conceptual specification, not a clinically validated system.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Hashtags: #SEWO #SteerableWorldModel #BiomedicalAI #WorldModels #TrustworthyAI #MachineLearning #AI&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>biotech</category>
      <category>datascience</category>
    </item>
  </channel>
</rss>
