back to 2026-08-19
ᕼᑎ:49353221120 pts30 commentsProgrammingworth reading

A 3D fruit fly on macOS desktop powered by the real FlyWire connectome

Claude brief

HN 热门故事「A 3D fruit fly on macOS desktop powered by the real FlyWire connectome」进入今日前列,值得先打开原文和讨论串判断它真正有价值的部分。

模型分析没有产出可用结构化结果;页面保留了 HN 热度、原文入口和讨论信号,避免用空泛总结替代一手材料。

它在 HN 上获得约 120 分和 30 条评论,说明这个话题至少触发了社区讨论;真正的判断仍要回到原文证据和评论区的分歧点。

这是一条降级分析:它不冒充完整解读,只把可验证的元数据、原始链接和 HN 讨论保留下来,方便稍后重新生成或人工阅读。

评论区已经提供了一些读者反应,但这里还没有形成完整综合。

它进入 HN 前列本身就是一个社区信号,但这还不是结论;更可靠的判断来自原文细节和评论区反例。

deep insight

这条记录目前缺少模型生成的深层解读。更好的阅读方式是先问:它的热度来自真正的新信息、可迁移的方法,还是只来自标题与时机。

可以先读原文第一屏和 HN 最高赞评论,再决定是否值得重新生成完整分析。

top comments

I appreciate the open source approach over the startup's sensational claims. This is more transparent.That said, I think it still presents itself as if the fly is being controlled by the connectome, when (if I'm reading the source correctly) it's more accurate to say scripted behaviors have been hooked up to be triggered by the connectome.Put another way, you might as well have the "escape" trigger open a YouTube video of a fly flying away. That would probably be less misleading too. reply: I would argue that this is pretty disingenuous (as is most connectomics research I suppose) since its implying we have a fully wired connectome of the fly thats actually meaningful.
I have no exposure to connectomes - or really anything quite like this (as opposed to good ol’ fashioned perceptrons) - so forgive my following uninformed question:Can someone explain if this software is ethical? reply: > Can someone explain if this software is ethical?Probably not. People have been coming up with ethical frameworks for thousands of years and we have yet to come to a consensus.So it’s very unlikely that someone can say conclusively whether this is ethical or not, because that would require us to either 1) prove a single ethical framework is correct and then apply that framework to this software or 2) prove that under all possible ethical frameworks this software is either ethical or not ethical.
> What's modeled vs. measured> Honesty section:I wouldn’t mind an human written README
Ah, Mr. Acevedo, nice to see you.
At some point in the future would it be possible to simply download a DNA sequence of an entire animal as a "ROM" and boot it into a virtual "reality"?What detail level of reality would we have to emulate for an egg to grow into an adult animal?
Interesting work! There's NeuroMechFly (https://github.com/NeLy-EPFL/flygym/) available, you might try using that to simulate the fly body in real time as well.
It's weird to write MacOS specific software in this era. reply: The unstoppable "rewrite it in Swift!" vs the insurmountable "where's the Windows version?"
Oh nice, might use this to create some art for my home.https://www.instagram.com/p/DMfi-9Vsl-u/> Infinite Pain is a computer running a deterministic neural simulation of a microscopic nematode worm’s brain (c. elegans), subjected to regular pain stimuli.
This is absolutely astounding. What an implementation. A connectome is like a full brain scan!I am asking Claude to port this to the browser and I'll host it, so you can try it without installing anything.Some details about the port: Claude is able to do porting tasks like this. I'll put up a link when you can try it in your browser. I was able to get it to port the complete BitNet b1.58 2-billion parameter model several versions ago (in February, so this would have been Opus 4.5) to browser, so it can do so. This will run on the browser. I'll have it make it so that on mobile you can tap the fly or turn on the camera and it sees you, and same on desktop actually. Since the connectome is only 668 neurons, this will run super fast. Actually I'll make it allow for several flies, and let you drop food. I did something like this before here[1] but using the real connectome is something very different and very amazing. I'll have it add an experimental 3D mode with threejs, I'm not sure if that is also possible or not, we'll have to see it....