Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. CaptainCode: Agents. One Captain. Pick the right model for the task(captaincode.ai)
    1comments
  2. Show HN: Ego-jev – 0.4s typed decisions for browser agents(github.com/zephyrdeng)
    discuss
  3. How we share, review, and update AI agent skills(medium.com/ali.raza_25708)
    discuss
  4. Calibrating Jev as a Code Reviewer(github.com/selmar)
    discuss
  5. Firecrawl Alexandria(firecrawl.dev)
    discuss
  6. When your Mac just won't let go of the Wi-Fi connection(sixcolors.com)
    discuss
  7. The First Microbe for Mars(pioneer-labs.org)
    discuss
  8. The AI Party House Where Networking Has a Dark Side(nytimes.com)
    discuss
  9. Wiring Diagrams for BMW Radios(bmw-radios.com)
    discuss
  10. Show HN: Hindsight: Automated Work Timeline(apps.apple.com)
    discuss
  11. Study Sessions Should Be Short and Frequent as Opposed to Long and Sparse(justinmath.com)
    discuss
  12. Show HN: AI·rete·RAG – a Rete rule engine decides, RAG explains why(ai-rete-rag.com)
    discuss
  13. Call of Duty's Activision to make next Halo game as Xbox cuts more jobs(bbc.co.uk)
    discuss
  14. Gravity-Gradient Stabilization(wikipedia.org)
    discuss
  15. Satsie's Pocket Guide to Op_cat (Bitcoin)(satsie.dev)
    discuss
  16. 16-bit Intel 8088 chip by Charles Bukowski(allpoetry.com)
    2comments
  17. Xbox continues its "reset" with dramatic restructuring(arstechnica.com)
    discuss
  18. 6 Years In, $6M Far(tally.so)
    discuss
  19. Jev-blindspot – find the blind spots in the prompt you just sent(github.com/jsk4581)
    discuss
  20. Show HN: Every Credit Card(numberplanet.com)
    2comments
  21. Research Harness from First Principles(edotenv.com)
    1comments
  22. Tell HN: Firefox's default browser check dark pattern triggers Windows BSOD
    1comments
  23. Streamhouse: What It Is, What It Isn't, and What's Missing(conduktor.io)
    discuss
  24. No More Warning Shots(aenguslynch.com)
    discuss
  25. Raspberry Pi locks boards to factory RAM capacities in firmware(tomshardware.com)
    discuss
  26. 1,300 STEM 3D Models created by GPT-6 Astra(emergentmind.com)
    discuss
  27. The Home Computer Generation(datagubbe.se)
    discuss
  28. We built muse from scratch, but it is definitely inspired by OpenClaw(twitter.com/natfriedman)
    discuss
  29. Marvin Heemeyer(wikipedia.org)
    discuss
  30. Our Quantum Future is a documentary exploring the rise of quantum technologies(ourquantumfuture.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.

1h 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?

1h 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

1h 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 :)

1h 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

1h 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?