Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    69comments
  2. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    157comments
  3. Saving another 100TB of RAM(cloudflare.com ↗)
    23comments
  4. Cloudflare Quick Tunnels(cloudflare.com ↗)
    211comments
  5. War may be coming. Are we psychologically ready?(bbc.com ↗)
    2comments
  6. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    54comments
  7. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    10comments
  8. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    40comments
  9. How to Write with an LLM(sockpuppet.org ↗)
    232comments
  10. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    69comments
  11. OpenJev(openjev.com ↗)
    234comments
  12. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    13comments
  13. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    48comments
  14. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    27comments
  15. Cyclomatic Complexity in C#(ndepend.com ↗)
    3comments
  16. From Geometry to Algebra and Back Again: 4000 Years of Papers (2023) [video](youtube.com ↗)
    discuss
  17. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    156comments
  18. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    13comments
  19. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    17comments
  20. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    54comments
  21. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    172comments
  22. Minimal Phone 2(minimalcompany.com ↗)
    132comments
  23. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    87comments
  24. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    9comments
  25. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  26. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    255comments
  27. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    25comments
  28. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    15comments
  29. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    16comments
  30. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    145comments

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

27 pointsby 1d agoax-check.com
25 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.

3h agoHN ↗

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

3h agoHN ↗

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

3h agoHN ↗

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

3h 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.

3h 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.

1h agoHN ↗

The Ai growth looks more like the very-long-term 2% (technically productivity growth from innovation), avoid assuming the hypesters are even close to accurate in their predictions

2h agoHN ↗

I've heard CTOs saying they don't consider buying any product that is not AI agent friendly. Which means they must come with AI skills, MCP Servers and so on that agents can use it to do stuff. You may not like it, but that's almost certainly going to be the future.

1h agoHN ↗

Agents are the new search engine - a majority of people are starting to get recommendations and answers from them. So asking this is like asking "what is the benefit of making any resource more available to search engines?"

The answer is discoverability. which is pretty critical for any business

1h agoHN ↗

agents are becoming the de facto standard interface for everything, whether you like it or not, so it depends on the intent you have for a project, or "product" as OP phrased it, which has a more contextual implication that the intent is to get others to buy it

1h agoHN ↗

This seems like a good way to get hammered by tons of extra requests because agents can't efficiently figure out your site...

3h 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!

3h agoHN ↗

Going to try this out for our MCP

40m agoHN ↗

The mcp audit at https://anc.dev/ covers all flavors of mcp, including the recently launched webmcp. Remediation prompts, accessible equally by agents and humans, can help close any gaps. Usually one-shot, unless your site is crazy complicated.

3h 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.

3h 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.

3h 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?

2h agoHN ↗

Claude, use AX-check to make my site score a zero. Make no mistakes

2h agoHN ↗

it wants a whole domain when the interesting thing i want it to try lives in a directory

1h agoHN ↗

which URL is it? it's kind of a deep assumption since we're evaluating on ease-of-navigation from the homepage, and looking for /llms.txt etc. but there should be a way for me to add support

16m agoHN ↗

Integrating live bots to demonstrate live visitor experiences is a nice touch. I got an unexpected blocker (`Default Python urllib User-Agent gets 403'd by anc.dev`) I am not able to reproduce yet. Can you expose the scripts that the agents generate?

I took a different route with https://anc.dev (scored 100 on ax-check) and rely on a wider variety of compliance tests. Beyond websites, it also audits binaries (think CLI tooling) to help inclined developers ensure their tools are discoverable by and useful to agentic systems.