Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Find where GPU capacity is available across cloud regions(datadoghq.com)
    —discuss
  2. Don't let AI kill the author(economist.com)
    —discuss
  3. Cost of Delay(votito.com)
    —discuss
  4. RevExOS – JEV(revexos.com)
    —discuss
  5. JEV-as-a-Judge(dair.ai)
    —discuss
  6. DOJ: Uncle Sam bought forensics software from same Russian operation supplying(theregister.com)
    —discuss
  7. Internationalization (Internationalization) and Localization (L10n)(kashyapsuhas.com)
    —discuss
  8. Why the FBI investigated archbishop sheen during WWII(osvnews.com)
    —discuss
  9. Ask HN: Does spec-driven development still pay off with frontier coding models?
    —discuss
  10. AI is accelerating and amplifying threats: immediate action is necessary(aivd.nl)
    —discuss
  11. Marvel Has Been Wearing a Horror Movie Under That Spandex Since 1962(medium.com/theentertainmentbreakdown)
    —discuss
  12. Show HN: Rig – Open-source cloud desktops for AI agents(github.com/shadowwalker2014)
    —discuss
  13. Russian Cosmism(wikipedia.org)
    —discuss
  14. 'Palantir is a great company', EU defence chief tells Euronews(euronews.com)
    1comments
  15. JEV-Star: Low-Cost StarCraft II Control with Language-Model Planning(github.com/sc2musa)
    —discuss
  16. Run-assert-eval: Find the risk, fix it, prove it(commandline.microsoft.com)
    —discuss
  17. Digital Cash Payoff (2001)(technologyreview.com)
    —discuss
  18. Show HN: DrawCMS – An open-source animated diagramming tool for AI Agents(github.com/drawcms)
    —discuss
  19. Logs you, your AI and cron jobs write to that you can prove weren't altered(freshjots.com)
    1comments
  20. Show HN: bananabread AI – Find what customers love and want from your products(bb-product-api-docs.web.app)
    —discuss
  21. GoDaddy receives takeover offer from maker of Norton antivirus software(ft.com)
    —discuss
  22. If you don't have the factories, you lose the expertise(lemire.me)
    —discuss
  23. Show HN: Headwire – WireGuard with NAT traversal via Tailscale's magicsock(github.com/brofranks)
    —discuss
  24. Namernut – domain name generator that scores how crowded a name is(namernut.com)
    —discuss
  25. Show HN: MEF LLM Studio(mef-llm-studio.com)
    —discuss
  26. Fragments: September 24(martinfowler.com)
    —discuss
  27. Double-entry bookkeeping and paper and tokens(pokorny.ca)
    —discuss
  28. Pummelvision Back(pummelvision.ai)
    —discuss
  29. Legal and General to Cut 10% of Jobs by Middle of 2027(wsj.com)
    —discuss
  30. Beware Overreliance on Metaphor(evnm.substack.com)
    —discuss

Show HN: Critic – Review code with the agent that wrote it

2 pointsby 41m agocritic.run
0 comments
Hey HN, I'm Shreyash from Feyn. We help companies build custom models from their data. Today we're releasing Critic, a change review platform that lets you engage directly with the AI that wrote the code.

Agents write most of our code. While that has made us more productive, understanding a change and its consequences has become incredibly difficult. As our company adopted more agentic tools, we found it harder to loop people in on the impact of a PR and the state of a project. We built Critic to fix this.

Critic lets AI agents present their code, annotate key blocks, and include relevant evidence (like screenshots and instructions to run locally). Anyone viewing that change can talk directly to the agent that wrote it. See a demo here: https://www.youtube.com/watch?v=U2--lytmOtQ.

Critic works through a plugin for Codex or Claude Code. When your agent writes code, the plugin asks it to also write a narrative describing the story behind the change, and highlight any assumptions, decisions, or complex code. You can then view the change at critic.run or have your agent pull it via the bundled MCP. Every feature in Critic is available over MCP, so your agent gets all the same context without leaving its harness.

From the dashboard or MCP, you can chat with the authoring agent directly. When Critic receives a question, it forks the authoring session and forwards your question there. That way your main thread stays clean and keeps working.

Local changes are visible only to the owner. Anything pushed to GitHub is mirrored and visible to anyone with permission to view that change on GitHub.

When building Critic, security was a big priority for us. AI agents often run in auto mode and can take many actions on your computer. We wanted to ensure that giving people access to your agent doesn't mean giving them access to your computer. All Critic forked sessions are stripped of their write tools. They can only answer questions about the change and in-progress work in that workspace.

Critic has helped us catch several incidents before they hit production. The most common is a model not reusing artifacts, like existing styles, components, or functions. Because it's so easy to dig into an agent's work and question it, we've also caught more cases of models misdiagnosing issues or writing unhelpful code. Since Critic's UI is faster and friendlier to agents than GitHub, our team is returning feedback quicker as well.

Critic is free to use. Sign up at critic.run. Let me know if you have feedback or questions

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