Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

A FLY IS NOW WRITING PYTHON CODE WITH ITS OWN NERVOUS SYSTEM I genuinely didn't expect a fly to end up behind a code editor. The setup is strangely simple. A fly sits on a keyboard while its neural activity is captured in real time. On the other side...

11,764 Aufrufe • vor 4 Tagen •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

a real fly brain saw its 40th video 3 seconds ago. it did not choose any of them. it never will. that's FLYTOK. I open-sourced a live simulation of a real fruit fly connectome and gave it a phone. here's exactly what 166,700 neurons do while you scroll: THE WIRING MaleCNS v1.0. the reconstructed central nervous system of a real male Drosophila. 166,700 neurons. 25,582,938 directed connections. 124,177,617 synaptic contacts. nothing cropped. no "simplified 1,000-neuron version" running behind the scenes. the whole graph is in memory on every single step. THE LOCK the app checksums the connectome against SHA-256 before it's allowed to boot. one array off by a byte and the brain refuses to start. you are either watching the real MaleCNS graph or you are watching nothing. THE SPIKES every neuron is a leaky integrate-and-fire cell. crosses −45 mV, it fires. the spike lands 1.8 ms later. 2.2 ms of silence, then it's live again. the network advances in 0.1 ms steps inside a compiled C++ kernel. roughly 1.2 million spikes per simulated second. THE EYES the browser captures the phone at 90×160 pixels. brightness drives 3,335 R1–R6 photoreceptors. color drives 811 R8 cells, blue and green. each one is placed on the screen by inferring its eye column from its real connections onto L1, L2, L3. real input, through real visual wiring. it's measurable. same brain, same saved state. 100 ms of white produced 127,378 spikes. black produced 92,952. the screen changes the brain. THE ALGORITHM while a video plays, I inject a fixed current into all 15 PAM11 dopamine neurons in the mushroom body. that's it. that's the whole trick. matched 200 ms control: 0 PAM11 spikes. drive on: 261. live, it sits at 85–97 Hz for as long as the feed runs. the fly does not earn it. an app decided watching one more should feel good. THE PLASTICITY 7,835 Kenyon-cell connections onto MBON07 and MBON11 can change. dopamine fires while Kenyon cells were active, those synapses weaken, floored at 10% and never flipping sign. after one stimulated run, 3,087 of them no longer matched their original weight. freeze it and they stay put. restore a checkpoint, replay the input, identical spikes bit for bit. THE SWIPE every 3 seconds the front right leg reaches up and strokes the screen, on the same 900 ms timeline as the video transition. wings, legs and head turns come from actual motor firing, MN9, DNp09, left-vs-right DNa02. those are real. the swipe is not. the fly never decides to swipe. the feed decides for it. ONE BRAIN this isn't a video of a simulation. it's the simulation. there is exactly one brain on one server. whoever loads the page first becomes its eyes and supplies the frames. everyone else watches the same brain react in real time. no video, no input, it just waits. no data, no numbers, the overlay shows nothing. it never invents a reading to look alive. THE HONEST PART the wiring is real. the physiology is approximate. the eyes are approximate. the dopamine is artificial. the feed is on a timer. the learning rule is unvalidated on this connectome. nothing here shows the fly enjoys it, prefers it, is addicted, or experiences anything at all. no living fly was involved. it took a few hundred lines of glue code to build a loop out of a screen, a timer and a reward signal wired to the right cells. imagine what an industry with a budget can do. open source. MaleCNS under CC BY 4.0. runs on your own machine, 16 GB RAM and a few GB of disk. the fly is still scrolling. nobody is coming to take the phone away. links in the reply.

sopersone

37,608 Aufrufe • vor 7 Tagen

Yesterday at 3 AM Claude Code called me I woke up, picked up the phone, and on the screen was a message: "Wallet entered BTC Up at 11 cents. Open Polymarket?" I said yes and went back to sleep Claude Code unlocked my 2nd phone on its own, opened Polymarket, found the right market, entered the amount, and hit Buy. I could see all of it in real time through the web interface on my laptop. Screenshots from the phone updating every second. By morning the position closed in profit Let me tell you how I got here A week ago I asked Claude Code to write a script that pulls on-chain data from Polymarket and ranks wallets by win rate on 15-minute BTC markets In 20 minutes I had a table with hundreds of addresses, and 1 of them stood apart from the rest. More than 200 trades per day, surgical entry precision, and a profit curve going straight up I fed that address back into Claude Code and asked it to break down the strategy. Turns out the wallet monitors BTC volatility on Binance and Bybit every 100 milliseconds, and when it drops below 0.08% it enters Up and Down simultaneously at 25 to 35 cents A pure straddle: 1 side burns and the other flies to a dollar, giving 3 to 4x per position. Dozens of times a day I wanted to follow it but signals came at any hour, and waking up every 15 minutes for a notification was simply impossible. So I built something else Took an old Android phone and installed an agent running on the Qwen3-VL visual model. It sees what is happening on the screen and mimics human actions through ADB: taps, swipes, text input. Then I connected it to Claude Code as the executor Now the chain works like this: Claude Code monitors the wallet, sees a new position, calls me. And if I say "yes" or just do not pick up within 30 seconds, the agent on the phone opens Polymarket on its own and copies the entry Essentially I built myself an autopilot out of 2 AI systems: 1 thinks and the other presses buttons. I just sleep and occasionally pick up the phone → Here is the wallet the whole thing is tracking: For those who do not want to build a setup like this there is a Telegram bot that handles the 1st part: tracks this wallet and sends a signal on every new entry: AI calls me at 3 AM to ask permission to spend my money A year ago this would have sounded like schizophrenia. Now it is just Tuesday

Blaze

56,524 Aufrufe • vor 6 Monaten