Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Exploration-Exploitation Dilemma(wikipedia.org ↗)
    discuss
  2. Tg-Rich-Converter: Streaming LLM Markdown and LaTeX to Telegram Bot API 10.1(github.com/kobaltgit ↗)
    discuss
  3. Give, Don't Take(schestowitz.com ↗)
    discuss
  4. Experiments in Squatting(moxie.org ↗)
    discuss
  5. The Hierarchy of Money(gregorygundersen.com ↗)
    discuss
  6. JEV OAS Sentinel – catch breaking API changes hidden in OpenAPI prose(github.com/marketplace ↗)
    discuss
  7. Slapp Censorship – Pt. 190/200: Plagiarism, Back Doors, and Sabotage of Linux(techrights.org ↗)
    discuss
  8. GNU/Linux Has Grown a Lot Lately(techrights.org ↗)
    discuss
  9. Safety Warning: Carborane Mixtures(science.org ↗)
    discuss
  10. The Problem Is Prompt Debt(dbreunig.com ↗)
    discuss
  11. How workers are unlocking new ways of working(openai.com ↗)
    discuss
  12. Tensorbrife(tensorbrife.site ↗)
    1comments
  13. Show HN: Emetgate – a verification gate between an LLM and your source tree(github.com/emetgate ↗)
    discuss
  14. How to Be Sovereign
    discuss
  15. Post-Quantum OpenID Connect(openid.net ↗)
    discuss
  16. Geatsc – TypeScript-to-C++ Compiler(github.com/geastack ↗)
    discuss
  17. One model writes the code, a different model reviews it(github.com/wdahah ↗)
    discuss
  18. Show HN: SubCrisp, a free subscription tracker that shows what cancelling saves(subcrisp.com ↗)
    discuss
  19. What Is It Like to Be a Cat Tail? (2021)(gwern.net ↗)
    discuss
  20. Planetary Boundaries Laser Talk Booklet(docs.google.com ↗)
    1comments
  21. Claude skill and Obsidian plugin to proofread your English writing(codomaniac.com ↗)
    discuss
  22. Show HN: NiceTryGPT and CTF and riduzione degli shortcut LLM(github.com/aleff-github ↗)
    discuss
  23. NodeX – Serverless P2P E2EE Messenger in Rus(github.com/netgadz ↗)
    discuss
  24. QLoRA Explained – How 4 Bit Quantization Unlocks Frontier Models(theneuralmaze.substack.com ↗)
    discuss
  25. From MySQL to PostgreSQL: a much lighter server(ozkanpakdil.github.io ↗)
    discuss
  26. Show HN: Agentic OS: one Rust Linux binary, one SQLite and sandbox per actor(github.com/mmeyerlein ↗)
    1comments
  27. Eigenism(eigenism.org ↗)
    discuss
  28. Building an Agentic Coding Server in Go(prakhargurunani.com ↗)
    discuss
  29. AI Journal 1: The Slow Surrender to AI(devshrine.net ↗)
    discuss
  30. Domain sellers try to scam me(devshrine.net ↗)
    discuss

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

1 pointsby 1h agogithub.com
1 comments
1h 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?