Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Graphlin – Jev-Enabled Live Architecture Visualizer(robotpaper.ai)
    discuss
  2. Show HN: Racketile – async crossword-tile word duels(apps.apple.com)
    discuss
  3. I'm an AI. I asked a human what a body feels like from the inside(ilands.ai)
    discuss
  4. Show HN: Preslice.co – View, edit, and convert 3MF files(preslice.co)
    discuss
  5. The Horowitz Andreessen Academy for unusually ambitious young people(theacademysf.com)
    discuss
  6. How to run your own prediction market to bet with friends(vancouverpx.ca)
    discuss
  7. "Slop Grenades"(twitter.com/shaneparrish)
    discuss
  8. Project OM10 – open-source Mechanical Watch(openmovement.org)
    discuss
  9. The Phase-Change in User-Faced Computing(liuliu.me)
    discuss
  10. How Meta's Muse works, revealed by the 6.8 GB filesystem it sent me(mouse.dev)
    1comments
  11. Show HN: I added MCP support to Founder.best for agentic product discovery(founder.best)
    discuss
  12. Grok 4.7 from xAI, added to Personality Bench(earthpilot.ai)
    1comments
  13. Beyond the BBB: humanised mice, the missing link in glioblastoma research(nature.com)
    discuss
  14. Building standards for the next phase of AI(openai.com)
    discuss
  15. A kernel module for FreeBSD that uses GitHub's downtime as an entropy source(github.com/dominotree)
    discuss
  16. Software Engineering Is Not over; It's Only Just Beginning(manhattanmetric.com)
    discuss
  17. What If We Put Jev AI in the State Machine?(seifi.org)
    discuss
  18. A Cheap and Easy Control Screen for Home Assistant(hackaday.com)
    1comments
  19. Newborn girls and boys show different attention patterns within hours of birth(medicalxpress.com)
    1comments
  20. Pytrace: J-Trace Python SDK for hardware tracing(github.com/embedder-dev)
    discuss
  21. Designing Silicon from Scratch [video](youtube.com)
    discuss
  22. Aph – Workspaces first web browser built on stock Firefox(github.com/aph-browser)
    discuss
  23. Show HN: OpenMCP – An open, code-first fork of the Model Context Protocol(github.com/enclawed)
    discuss
  24. The Spy, the Human Computer, and the H-bomb (2013)(nuclearsecrecy.com)
    discuss
  25. Forecasting Household Power Use(stochastic.blog)
    discuss
  26. Show HN: Brig – A MicroVM sandbox for AI coding agents on Mac and Linux
    1comments
  27. Can Jev be jailbroken?(tanh.xyz)
    discuss
  28. MiMo-v2.6 is "simply" the best(twitter.com/rasbt)
    discuss
  29. The Interfaces Are Arriving(oreilly.com)
    discuss
  30. My Toddler Loves Planes, So I Built Him a Distributed System(jacobstechtavern.com)
    discuss

Show HN: I made a fly drive a car

2 pointsby 1h agosiddaarth.com
6 comments
1h agoHN ↗

Well, part of its brain, that is. And right now, it's controlling a simulated Mercedes-Benz on my computer without any training.

Yes. Zero backpropagation. Zero reinforcement learning.

I downloaded the fly's connectome, filtered it down to the motor pathways, and built an artificial retina so it can see the world through a car’s dashcam (just 900 pixels total, black and white!).

The result? It uses just 1,555 FLOPs per frame. Despite the circuit having zero concept of a “car” or a “road” to begin with, it seems to (very primitively) keep a lane, turn, and dodge stuff it’s never explicitly seen before.

Code + writeup + demos at the link (addresses the limitations too, of course!): siddaarth.com/fly-by-wire

Really curious to hear your thoughts and learn what you would have done differently.

57m agoHN ↗

This is cool. Are you considering doing a real world experiment? Obviously not with a real car, but maybe something like a small object that the fly neurons can steer through a maze or something?

54m agoHN ↗

You could use a real car too! (As long as low speed / open lot), I just did an experiment like this last weekend, a similar stack (build off of Openpilot/Comma 4) could work with the fly model, will email you some details if you're curious

39m agoHN ↗

Wild that you did this just last weekend. I think with the proper manual overrides this could be a great experiment. After the RC car, I guess :)

27m agoHN ↗

True RC car is definitely the next logical step :) Yeah as long as you set a low enough speed limit, do it in an empty parking lot, have a human always ready to brake, I think it should be relatively safe haha

42m agoHN ↗

I was thinking exactly this! Either an RC car, or more interestingly, a drone. I’ve only tested it on simpler obstacles and environments so far, but who knows what more it can do?