Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Koi.rest – watch some fish and regain your balance (koi.rest)
    —discuss
  2. US Mobile CEO on Reddit: 1.1M customers, $1B+ on Warp, 5G SA, QCI 6, satellite (reddit.com)
    —discuss
  3. Escaping Space: Part I (perplexity.ai)
    —discuss
  4. Vertical Farming: Reimagining Agriculture in an Urban Age (worldsensorium.com)
    —discuss
  5. Remembering the Future: Blade Runner (blue-continuum.com)
    —discuss
  6. Dutch designer made DE9: Closer to the Edit into a playable web-based instrument (creativeboom.com)
    1comments
  7. Becoming more than a meat proxy (codeplusconduct.substack.com)
    —discuss
  8. Meta's Muse page can't even pass basic privacy requirements (getprivisy.com)
    —discuss
  9. New England Aquarium treating elderly penguin, 29, with acupuncture (neaq.org)
    —discuss
  10. Should we stop giving cyber threats fancy names? (techzine.eu)
    —discuss
  11. Why Buran Had Four Computers, Not Three (zatona.dev)
    —discuss
  12. Show HN: Public Browser MCP – +48% speed -33% token/session vs. AgentBrowser (github.com/silbercue)
    —discuss
  13. Education Consulting Industry Sucks (rivernova.vercel.app)
    —discuss
  14. Show HN: I rebuilt my company's old fire-station office as a Quake III map (sajarin.com)
    —discuss
  15. The New STOC Rules for the AI Era (computationalcomplexity.org)
    —discuss
  16. Show HN: Turn Your Voice into Art (reotoi.vercel.app)
    —discuss
  17. Empirical results fine-tuning π0.5 on a real manufacturing task (dream-machines.eu)
    —discuss
  18. IR (2022) (github.com/dstogov)
    —discuss
  19. Meta and the new VR glasses? Will Apple respond?
    1comments
  20. China's new travel rules unsettle tech giants and talent (dw.com)
    3comments
  21. Hail is a multibillion-dollar problem – and could get worse (hcn.org)
    —discuss
  22. Vibe Coding Production Kit – a production workflow for AI coding agents (github.com/moeeryani)
    1comments
  23. Show HN: PipeFitter – Quick, Browser-Based, Parametric Pipe Connectors (mankyd.github.io)
    —discuss
  24. Show HN: Free WCAG accessibility checker – no signup, results in ~2 minutes (wcagrepair.com)
    —discuss
  25. AI Help for Biological or Chemical Weapons (science.org)
    —discuss
  26. Show HN: Canary (YC) – Independent verification for AI code (runcanary.ai)
    —discuss
  27. Dampen camera motion and track the leftover, in WASM (residual.dog)
    —discuss
  28. International observers to investigate Swedish election fraud (tv4.se)
    1comments
  29. SkillOpt: Training Loop for Agent Skills (microsoft.github.io)
    2comments
  30. Show HN: Kosh – Browser's native bookmark manager ui, done right (chromewebstore.google.com)
    —discuss

Show HN: Canary (YC) – Independent verification for AI code

5 pointsby 38m agoruncanary.ai
0 comments
Hey HN, we are Aakash and Viswesh and we are building Canary (https://www.runcanary.ai/) - independent verification for AI code. Claude/Codex calls Canary with the changesets, intended behaviour and team knowledge. Canary then deploys agent swarms to investigate potential failures and test suspected runtime bugs in remote sandboxes.

To try it on your repository, paste this into your coding agent:

  Install the Canary CLI with npm i -g @runcanary/cli,
  then run canary skills and follow its instructions
  to onboard this repository.
Verification starts with what software is supposed to do and most importantly what it must never allow. This means investigating how inputs, permissions, state, timing, dependencies etc interact with each other. Intent is not always fully declared as well but many expectations are clear: private files should stay private, credentials should not leak, and retries should not create unintended duplicate effects.

We believe the future is a unified and independent verification system that starts with all those expectations and then chooses how to investigate each suspected failure. Source-only code reviews catches static issues in the implementation but even a clean review leaves a good chunk of behavioral only issues untested. Unit tests, integrations, E2E, static analysis, runtime experiments and formal verification are all means to establish that behavior thereby generating different kinds of evidence and guarantees.

This is why we believe a dedicated verification harness that can think and reason through all these modalities and invariants is necessary on top of general intelligence. The harness needs to start with the system’s intended behavior, develop a series of potential failure scenarios and choose how to investigate them. It’s sole functionality is to pressure test and challenge the assumptions behind a change, create the conditions needed to test suspected failures and assess what the resulting evidence establishes

How Canary works: it takes a cold snapshot of the codebase when called, combining the supplied intent and team knowledge with requirements, decisions, prior issues from tools like Notion, Linear. It can also route questions to you through the coding agents if anything is ambiguous.

Canary’s harness coordinates agent swarms by leveraging the different strengths across model families. It compares the code before and after, traces the effects through callers, dependencies, state transitions etc. and each suspected failure becomes a concrete scenario with an actor, state, trigger, outcomes and many more runtime states.,

For each suspected failure, Canary chooses the best way to provide evidence through methods like runtime verification, static analysis, unit, integration or sometimes even combination of these as necessary. The agent executes these checks in remote sandboxes by seeding data, configuring permissions, mocking dependencies and third party integrations and much more. Canary then returns these findings and supporting evidence back to the coding agents which then fixes these failures and requests reverifications against the failed scenarios.

To get started, give your coding agent this setup instruction and tell us what it caught and how we can do better.

  Install the Canary CLI with npm i -g @runcanary/cli,
  then run canary skills and follow its instructions
  to onboard this repository.
We are still pretty early in our journey and would love feedback on the product and how we can do better.
A quiet thread, for now.Start the conversation on HN ↗