Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. HN: MacDown SE, the Native Apple Silicon Continuation of MacDown with MCP(github.com/eldris-io ↗)
    1comments
  2. Natural General Intelligence(naturalgeneralintelligence.ai ↗)
    discuss
  3. Steppy Fox, a one-tap browser game(steppyfox.com ↗)
    discuss
  4. The Proof in the Code: How a Truth Machine Is Transforming Math and AI(publishersweekly.com ↗)
    discuss
  5. Software Sandboxing: The Basics(emilua.org ↗)
    discuss
  6. Sorry, Webster. Most People Don't Want Internet Slang in the Dictionary(nytimes.com ↗)
    1comments
  7. I Stole RRR from Elon Musk and SpaceX(github.com/mlsystemsri ↗)
    discuss
  8. Anthropic is cutting Claude Code's current weekly limits by 17%(bleepingcomputer.com ↗)
    3comments
  9. Dead Cowboy(smithery.ai ↗)
    discuss
  10. The Stripe Subscription Downgrade Loophole(bookofrevenue.com ↗)
    discuss
  11. Show HN: SaaS Pricing Tracker(kimsalmi.com ↗)
    discuss
  12. Boston drops Flock after outside agencies gained access to vehicle data(masslive.com ↗)
    discuss
  13. GPG: A philosophical dead end (2015)(moxie.org ↗)
    1comments
  14. Saturation at GitHub(surfingcomplexity.blog ↗)
    discuss
  15. AI Helps People Get Past the Blank Page(greyenlightenment.com ↗)
    discuss
  16. Gzip 1.15 Released with Many Longtime Bugs Fixed(fossforce.com ↗)
    discuss
  17. House prices survived the last interest-rate rise. Will they this time?(economist.com ↗)
    1comments
  18. Ordinal definability–how did Gödel do it?(infinitelymore.xyz ↗)
    discuss
  19. Show HN: 8 months extending a terminal to handle all my work with all agents(github.com/albertwujj ↗)
    discuss
  20. The Paradox of Empathy (2015)(jenson.org ↗)
    discuss
  21. KDE Goes to the Pyramids(youtube.com ↗)
    discuss
  22. Remittance MOney Transfer Calculator(faisalkhan.com ↗)
    discuss
  23. Epoll and Kqueue: How Operating Systems Learned to Wait Efficiently(thecodinggopher.substack.com ↗)
    discuss
  24. The AI wave has to land somewhere according to Tesler's Law(moonspell.fm ↗)
    discuss
  25. Lego Brick Sorting Machine Uses AI to Save Millions from Landfill [video](youtube.com ↗)
    4comments
  26. C64 Programming with AI(dreisechzig.net ↗)
    discuss
  27. A Wordle solver that shows you why each guess narrows the field(turnword.com ↗)
    discuss
  28. In Fighting for Every Black Child, Did I Betray My Own?(nytimes.com ↗)
    1comments
  29. Show HN: Bailout – The coding agent meant to be deleted(github.com/storozhenko98 ↗)
    discuss
  30. Andrew Ng: AI Extinction Fears Are 'Science Fiction'(youtube.com ↗)
    1comments

Show HN: System One Harness (SOH), the harness for System One models

1 pointsby 45m agogithub.com
1 comments
23m agoHN ↗

We built SOH because system one models need a different runtime than system two models.

After building and running SOH, I'm thinking that we might only need different types of system one models and System One Harness to process many types of work, with system two harnesses handling planning, in-the-loop key decisions, and final review. That could be more efficient and effective than training one model to do everything.

Think of it as a reflex-and-brain split: the system two harness and model work like the brain, while System One Harness (SOH) and system one models work like reflexes, handling the majority of jobs without deliberation, and the brain only jumps in when something is uncertain or fails.

What I'd like to learn from the community: what use cases would you like to see from System One Harness, and how would you integrate SOH with a system two harness? Where do you see the reflex-and-brain split breaking?