Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Implementing the Camera Mechanic from Viewfinder(ishamf.dev)
    discuss
  2. Show HN: Ttmux, a Modern and Fast Tmux(github.com/statico)
    1comments
  3. Anthropic launches Claude Opus 5.5 with stricter safeguards for cybersecurity(theverge.com)
    discuss
  4. Claude Opus 5.5 for code review: More catches, different misses(coderabbit.ai)
    discuss
  5. Claude Opus 5.5(claude.com)
    discuss
  6. Anthropic now offering limit resets like Codex(twitter.com/claudedevs)
    discuss
  7. Roundtables: The Deadly Failures of the Virtual Border Wall(technologyreview.com)
    discuss
  8. The Myth of AI Doom, with Cal Newport(youtube.com)
    discuss
  9. I open-sourced a small library for drawing SVGs progressively(npmjs.com)
    discuss
  10. I run a production AI app for €60 a month. Here is the actual bill.(tailstory-app.com)
    discuss
  11. Show HN: WebMCP Registry of Websites That Agents Can Use(wmcp.ai)
    discuss
  12. Show HN: Groupicorn directory of IOP group therapy programs
    discuss
  13. Ancient DNA reveals pervasive directional selection across West Eurasia(nature.com)
    discuss
  14. Code similarity detection using Tree-sitter(github.com/dsummersl)
    1comments
  15. ES Archive – a new memory system for AI, running natively on Mac(github.com/apocryphx)
    discuss
  16. Claude Opus 5.5: Intelligence, Performance and Price Analysis(artificialanalysis.ai)
    discuss
  17. Barbara Mazzolai Wants to Build a New Field of Robotics(ieee.org)
    discuss
  18. Siri AI Settlement Website Now Live(macrumors.com)
    discuss
  19. Xeno-Interpretability: Investigating the Alien Minds of LLMs(arxiv.org)
    discuss
  20. Aging may be a program, not a breakdown(quantamagazine.org)
    discuss
  21. We Rebuilt Jev's API on an Open Model and Used It to Play Doom(blocks.ai)
    1comments
  22. How do you best protect against copycats?
    discuss
  23. Tables and Strings in COBOL - Big Data like it's 1985(datagubbe.se)
    discuss
  24. Show HN: graf (1000x faster graphify in Rust)(github.com/ctxrs)
    discuss
  25. GameStop shares up 30% since earnings; CEO, other board members disclose buys(yahoo.com)
    discuss
  26. Armenia on track to become one of leading hubs for US AI infrastructure(armenpress.am)
    1comments
  27. Apple Developing New Fitness Tracker Aimed at Rivaling Whoop(bloomberg.com)
    discuss
  28. A framework for frontier AI and the dawning of a new age(deepmind.com)
    discuss
  29. Ask HN: Did your side projects ever become something big enough to sustain you?
    1comments
  30. 18-year-old thought she'd take a gap year. Instead, she joined the S.F. Symphony(sfchronicle.com)
    discuss

Research Harness from First Principles

1 pointsby 56m agoedotenv.com
1 comments
56m agoHN ↗

TLDR: we built Oh My Quant, a harness designed for research from first principles -> fast & cheap experiment running, monitoring and storing. Our harness with Opus is top 1 on MLE leaderboard.

The point is to let an agent spawn, run, and track a lot of hypotheses and experiments in parallel without confusing itself.

Most harnesses right now are for coding, which is fine for SWE but not ideal for research. Good research means shipping many hypotheses, experiments, and validations, instead of static PRs. We used Codex and Claude Code for a while, but they have poor research 'taste' and are bad at running and comparing multiple experiments.

We ended up designing Oh My Quant from scratch for our own research. The harness is built around hypothesis → experiment → evidence, with a few simple principles: no hardcoded workflows, main agent decides which subagents to spawn; cheap and fast experiment design and tracking; harness handles all tedious things like parsing experiment metadata, run and monitor experiment, store result metrics - and leaves the agent's entire context window free to do the intelligent judgement calls for research design.