Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    170comments
  2. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    23comments
  3. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    45comments
  4. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    105comments
  5. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    93comments
  6. OpenJev(openjev.com ↗)
    226comments
  7. Systemd is a suite of basic building blocks(systemd.io ↗)
    24comments
  8. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    129comments
  9. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    discuss
  10. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    12comments
  11. Cache-to-Cache: Direct Semantic Communication Between Large Language Models(arxiv.org ↗)
    discuss
  12. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    136comments
  13. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    190comments
  14. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    80comments
  15. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    10comments
  16. Minimal Phone 2(minimalcompany.com ↗)
    62comments
  17. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    5comments
  18. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    3comments
  19. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    4comments
  20. Jemalloc 5.4.0(github.com/jemalloc ↗)
    77comments
  21. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  22. I don't like passkeys(hawksley.dev ↗)
    617comments
  23. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    15comments
  24. The scourge of x86 emulation(fex-emu.com ↗)
    71comments
  25. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    24comments
  26. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    8comments
  27. AI chatbots are becoming experts at changing people's minds(science.org ↗)
    85comments
  28. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    13comments
  29. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    5comments
  30. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    176comments

Show HN: Ax-check.com – Can agents use your product?

13 pointsby 1d agoax-check.com
12 comments
I'm the co-founder of Gauge, and I built ax-check.com to quickly test how well coding agents can onboard to your product.

You'll get a scorecard, specific suggested fixes, and three full coding sessions that show how agents read your site and use your product.

I built this because similar checks were too noisy. Most suggested obscure technical changes that don't actually make a difference in agent experience (or AX, hence ax-check.com).

This check starts by using DeepSeek 4.1 Flash to try to find key information about your product, starting from the homepage. In actual agent traffic data, we've seen that the key pages are the homepage, llms.txt, pricing, and the docs site (by traffic volume, and by influence), so we focus on those and ignore the rest. We also find that content negotiation for Markdown is legitimately helpful for agents to complete tasks faster and find what they're looking for, so the scan tests that your key pages can serve Markdown.

The other key piece is that we run actual coding agents in sandboxes, and have them try to onboard to your product. You can see the full trace and watch it happen live (we kick it off fresh when you enter a new site). We surface interesting findings like hallucinated URLs, inaccurate docs instructions, or product confusion.

It also detects whether the agents could complete a fully working onboarding autonomously, without being blocked by a login wall. This is still controversial, but I think finding ways to let agents safely onboard autonomously is going to be table stakes within a year for developer tools in particular.

The whole site is agent-friendly itself! You can generally just talk to your coding agent about ax-check.com and it can do the rest. Would really appreciate any feedback to make this useful.

43m agoHN ↗

Nice! This should help in making my stuff as inaccessible as possible to agents.

29m agoHN ↗

Are you mainly concerned about scraping? or anti-agents in general?

27m agoHN ↗

what is the benefit of making any resource more available to agents?

21m agoHN ↗

Behind an agent is a human that might use the product. I think customers/consumers will demand that their personal/subscription agent can access the product.

18m agoHN ↗

As someone that works for a company that gets a 100% score on ax-check, all the effort I've put into making it accessible for agents has not 10xed the growth numbers like I was told it would.

32m agoHN ↗

The initial step of the scan looks at homepage content to try to figure out where to navigate next, it's getting confused by all the different products linked. Will fix this!

38m agoHN ↗

How do you think about enabling fully agentic onboarding without proper human identification? It feels like any rate limiting would be pretty easy to get around.

23m agoHN ↗

Each product is different (how much does it cost to serve a marginal user, how risky is it). But generally I think allowing ephemeral accounts like Cloudflare, or serving simulated/static accounts before a human claim can both work.

For a lot of products it can just be an extension of the free tier I think too.

37m agoHN ↗

I've been seeing these pop up recently, I think I saw Mintlify launched one too. Why the sudden increase in attention towards coding agents?