<?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: Robin-kevin vettik</title>
    <description>The latest articles on DEV Community by Robin-kevin vettik (@robillionair).</description>
    <link>https://dev.to/robillionair</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4123711%2Fd53adfe1-f94b-43b4-96e2-e0e7bf2b6069.png</url>
      <title>DEV Community: Robin-kevin vettik</title>
      <link>https://dev.to/robillionair</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/robillionair"/>
    <language>en</language>
    <item>
      <title>I connected an authentic fruit fly brain to Polymarket order books via WebGL</title>
      <dc:creator>Robin-kevin vettik</dc:creator>
      <pubDate>Mon, 14 Sep 2026 00:39:00 +0000</pubDate>
      <link>https://dev.to/robillionair/i-connected-an-authentic-fruit-fly-brain-to-polymarket-order-books-via-webgl-4aam</link>
      <guid>https://dev.to/robillionair/i-connected-an-authentic-fruit-fly-brain-to-polymarket-order-books-via-webgl-4aam</guid>
      <description>&lt;p&gt;ost algorithmic trading bots rely on standard linear heuristics or basic prompt-chained LLMs. We decided to take an experimental detour into computational neurobiology.&lt;/p&gt;

&lt;p&gt;We built &lt;strong&gt;Degeneret Fly&lt;/strong&gt;, an open-source pipeline that drives a WebGL character using authentic reconstructed &lt;strong&gt;MaleCNS v1.0 fruit fly neuron morphology&lt;/strong&gt; (SWC skeletons) and live market telemetry.&lt;/p&gt;

&lt;h3&gt;
  
  
  How the Pipeline Works
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Sensory Drive:&lt;/strong&gt; Top-of-book depth imbalance and bid/ask spread velocity from Polymarket's CLOB WebSocket are normalized and injected directly as synaptic current ($I_{syn}$) into sensory neuron clusters.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Biophysical Loop:&lt;/strong&gt; A continuous 8.333 ms Leaky Integrate-and-Fire (LIF) integration loop computes dynamic membrane voltages ($V_m$) against leak conductances.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Volatility Modulator:&lt;/strong&gt; Octopamine (the insect stress/arousal neuromodulator) scales with spread velocity, dynamically lowering action potential thresholds.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Kinematics &amp;amp; Execution:&lt;/strong&gt; Descending neurons (DNge104) gate 3D character animations and execution decisions in real time.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Rendering:&lt;/strong&gt; Three.js / WebGL2 custom shaders&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Physics/LIF:&lt;/strong&gt; TypeScript 8.333 ms integration loop&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data:&lt;/strong&gt; Polymarket CLOB WebSocket API&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Live Demo &amp;amp; Open Source
&lt;/h3&gt;

&lt;p&gt;We have the entire visualizer and execution engine streaming live right now:&lt;br&gt;
🔴 &lt;strong&gt;Live Stream:&lt;/strong&gt; &lt;a href="https://kick.com/degenaratefly" rel="noopener noreferrer"&gt;https://kick.com/degenaratefly&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The repository, SWC parsing scripts, and LIF solver are 100% open source under the MIT license:&lt;br&gt;
💻 &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/Rob-bio4/degeneretfly" rel="noopener noreferrer"&gt;https://github.com/Rob-bio4/degeneretfly&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback on conductance equations and WebGL optimization is welcome!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>opensource</category>
      <category>flywire</category>
    </item>
  </channel>
</rss>
