Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. AI cracked the Navier–Stokes challenge. What does that mean for physics?(nature.com ↗)
    discuss
  2. Machine Gods – the official podcast of the singularity(machinegods.fm ↗)
    discuss
  3. Cannabis Supply Chain Database(cannabis-supply-chain.pages.dev ↗)
    discuss
  4. AI insiders issue new warnings – including former Anthropic engineer Jacob Coxon(slashdot.org ↗)
    discuss
  5. Plan Advice in PostgreSQL 19(tapoueh.org ↗)
    discuss
  6. Prepare your iPhone 18 Pro Max to ship(support.apple.com ↗)
    discuss
  7. Bring back old Opus in Claude Code(osr.im ↗)
    1comments
  8. Alibaba open-sources AI model that can detect cancer and nearly 150 conditions(scmp.com ↗)
    discuss
  9. Swiss Federal Council Adopts the 2026 Security Policy Strategy(admin.ch ↗)
    discuss
  10. Jump N Bump(jumpnbump.net ↗)
    discuss
  11. Show HN: Do your vitamins work?(supplementdex.com ↗)
    1comments
  12. I've cross-examined a lot of humans, but never a supercomputer. Check it out(chatgpt.com ↗)
    discuss
  13. Show HN: Wcagent let use your ChatGPT subscription for coding(wcagent.ai ↗)
    discuss
  14. Omarchy team started working on Qualcomm's Snapdragon platform support(omarchy.org ↗)
    discuss
  15. Wildlife corridor project is first Canadian finalist for Earthshot Prize(cbc.ca ↗)
    1comments
  16. TypeSafe AI's Jev Is Not an LLM – and That May Be the Point(forkast.news ↗)
    discuss
  17. AI-based learning is a joke(qlain.online ↗)
    1comments
  18. What Is Synthetic Data Generation? A Simple Explainer(aptiv.com ↗)
    discuss
  19. The Working Class Face a 'Class Ceiling' in Elite Occupations(nytimes.com ↗)
    2comments
  20. Show HN: StopReg – Email API for detecting disposable email and signup abuse(stopreg.com ↗)
    discuss
  21. A New Risk for Mathematicians(twitter.com/shallit43 ↗)
    discuss
  22. Yongsan Electronics Market (Seoul)(wikipedia.org ↗)
    discuss
  23. Score Centering Stabilizes Off-Policy Reinforcement Learning(arxiv.org ↗)
    discuss
  24. The Other Way AI Impairs Our Thinking(theatlantic.com ↗)
    discuss
  25. Uber ordered to pay $40M over death of woman left on Southern California freeway(ktla.com ↗)
    discuss
  26. Unit Tests: Protecting Your Code from Being Poorly Handled by Others(yosefk.com ↗)
    discuss
  27. Analysis busts myths of Roman road network, offers insight into ancient world(cnn.com ↗)
    1comments
  28. U.S. Has Reached Security Deal on Greenland(nytimes.com ↗)
    1comments
  29. US gov website used AI search tool from China that FBI said copied Anthropic(reuters.com ↗)
    discuss
  30. Sony's First Computer(hackaday.com ↗)
    discuss

Show HN: CRT – a local code review tool for agentic development

1 pointsby 1h agogithub.com
0 comments
I built crt to help reduce the burden of reviewing AI generated code.

As fun as it is to vibecode software to production, sometimes you still need to understand and be responsible for the code that agents write. "It's the agents fault" doesn't work as an excuse for many types of software.

Agents are great (and prolific) at writing code, but not so great at engineering software and I wanted a convenient way to review AI output and iterate on the parts that needed work without needing to re-review things that I was happy with, and thus crt was born.

You run it on your code base it shows you all files that have changed since a given commit, and all the diffs for those files. You approve files that you are happy with, and leave comments on sections of code that still need work.

Then you point your agent at crt over mcp, and it reads all your comments and you work with the agent to address them. This feedback loop is where crt shines because it reduces the manual effort involved in trying to tell an agent which parts of the code have a problem.

crt updates the diffs as this happens, only showing changes since the most recent approval, and you continue with the comment/mcp/agent feedback loop until you are happy with all the code.

It's still very much a work in progress but works well enough I've been using (and improving) it daily for the last few months.

A quiet thread, for now.Start the conversation on HN ↗