Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    141comments
  2. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    31comments
  3. CrowdSec Source Code Leak(crowdsec.net ↗)
    22comments
  4. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    79comments
  5. Whoisinspace.com/(whoisinspace.com ↗)
    37comments
  6. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    3comments
  7. Vinix – A modern operating system written in V(vinix-os.org ↗)
    32comments
  8. Show HN: Aclif – Agent CLI framework: one grammar, canonical names across SaaS(aclif.ai ↗)
    7comments
  9. Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI(zscc.ai ↗)
    discuss
  10. Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents
    12comments
  11. How GLM built its own inference infrastructure(z.ai ↗)
    221comments
  12. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    142comments
  13. One Year of Sponsored Servo Development(servo.org ↗)
    125comments
  14. Grand MS-DOS Gaming General MIDI Showdown(johnnovak.net ↗)
    3comments
  15. Ask HN: How to recover Google auth after phone stolen?
    44comments
  16. Show HN: Share your AI Setup, Learn from others(mysetup.ai ↗)
    60comments
  17. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    145comments
  18. CCC invites all model citizens to 40C3(ccc.de ↗)
    108comments
  19. Towards Self-Driving Codebases(detail.dev ↗)
    3comments
  20. The Return of Sail Power: Cargo Ships Are Turning Back to the Wind(gcaptain.com ↗)
    98comments
  21. Mastering Layout Engines in Graphviz: Dot vs. Neato vs. Twopi vs. Circo(visual-paradigm.com ↗)
    5comments
  22. LLM Classification Is Feature Engineering(minimallysufficient.com ↗)
    11comments
  23. Running Ubuntu on the Lenovo IdeaPad Duet(vhaudiquet.fr ↗)
    1comments
  24. Artificial intelligence now beats some of the best human forecasters(economist.com ↗)
    69comments
  25. My temporary PHP fix from 2014 has nearly 20M installs. Today I'm deprecating it(jakeasmith.com ↗)
    82comments
  26. Economic policy for AGI(deepmind.com ↗)
    3comments
  27. Show HN: AutoBot – live voice control for long-running AI work(github.com/demeyer1 ↗)
    2comments
  28. Show HN: I built a new version of my fun spatial 3D online meeting app(flat.social ↗)
    50comments
  29. The Relation Between Mathematics and Physics by Paul Dirac (1939)(cam.ac.uk ↗)
    46comments
  30. Keys Not Included: recovering the signing keys for US driver's license barcodes(ryan.science ↗)
    137comments

Show HN: AutoBot – live voice control for long-running AI work

8 pointsby 1h agogithub.com
1 comments
I wanted to manage long horizon agentic workstreams via voice, then put my phone down, and have a harness manage completion - extending into full computer use.

I was trying to build a personal Jarvis, so I benchmarked AutoBot to see how close I could get:

- OSWorld: 32.41% (moved Sol Max from 4th to 1st, beating Opus 5)

- AssistantBench: 50.70%

Hermes and OpenClaw, but without needing a weekend and VMs. And with the ability to manage deep personalization AND keep strict privacy rules, storing data on encrypted disk.

AutoBot is a passion project that grew out of trying to make this all work for myself.

I’m sharing it here because I suspect other here have the same frustration. And I’m curious what else everyone is doing for this.

It’s an MIT-licensed harness that lives within a project.

Native voice lets me discuss tasks, check progress, and steer work; a local ledger tracks unfinished outputs and the evidence needed to call them done. Memory drives more autonomy over time, and defrags and locks in learning nightly while a heartbeat system persists execution.

I’m not selling anything. If you’re building something similar for yourself, I’d love to compare notes.

GitHub: https://github.com/demeyer1/Autobot

8m agoHN ↗

Thank you for sharing! It's funny, yesterday I just built an iPhone Shortcut that allows me to dispatch async claude code tasks, i.e. fixing a bug just by saying "dispatch go" on my phone. Really cool to see other people working on stuff like this!