Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Fast Math/Slow Math(terrytao.wordpress.com ↗)
    discuss
  2. Jev beats Opus 5 at a Pokemon Showdown while being ~820x cheaper, ~10x faster(twitter.com/sid19arya0 ↗)
    1comments
  3. Astra for Law(openai.com ↗)
    discuss
  4. Nerdlog, or How I Implemented a Simple Alternative to Graylog(dmitryfrank.com ↗)
    discuss
  5. Microsoft, OpenAI lose fight to hide internal docs admitting scraping is theft(arstechnica.com ↗)
    discuss
  6. Nobody pays for open source. We can force them to(seldo.com ↗)
    discuss
  7. What Policymakers and the Public Need to Know About the Cult of AI(techpolicy.press ↗)
    discuss
  8. Killer AI Is Here. We're Using It in Iran(motherjones.com ↗)
    discuss
  9. Millions of fish tested Canada's largest nuclear plant(cbc.ca ↗)
    discuss
  10. Show HN: HSL-Noise – A noise generator mapped to the HSL color space(mitpit.com ↗)
    discuss
  11. Friday – a personal AI agent that lives in your text messages(askfriday.io ↗)
    discuss
  12. English: A vs. An(redblobgames.com ↗)
    discuss
  13. Brevo supply-chain attack injected ClickFix scripts on customer sites(bleepingcomputer.com ↗)
    discuss
  14. After the Write Hole (Btrfs)(claude.ai ↗)
    discuss
  15. Plugin4Shell – Zero Click RCE Vulnerability found in top four coding agents(air.security ↗)
    discuss
  16. The open houses at the edge of disaster(heated.world ↗)
    discuss
  17. Being Human After AI: Daft Punk, Pope Leo and 'Magnifica Humanitas'(americamagazine.org ↗)
    discuss
  18. The Pi0-Fast Libero-10 Baseline Is 25 Points Low(topicqueue.substack.com ↗)
    discuss
  19. Show HN: What if you don't feel overwhelmed reading big articles(chromewebstore.google.com ↗)
    discuss
  20. Aberrant excitatory neuronal ERBB4 promotes Alzheimer's disease pathology(nature.com ↗)
    discuss
  21. Fastembed – Rust library for generating vector embeddings, reranking locally(github.com/anush008 ↗)
    discuss
  22. The FAA's $875M Plan to Use AI to Ease Air-Traffic Woes(wsj.com ↗)
    discuss
  23. Rdap-Java – A ~5KB Java 11 RDAP client to check domain availability(github.com/slxca ↗)
    discuss
  24. Show HN: Hishel – HTTP Caching for Python(hishel.com ↗)
    discuss
  25. CC is an AI agent for families and groups(blog.google ↗)
    discuss
  26. Deals: The Most Active Investors in European Defence Tech in 2026(foxandlion.pub ↗)
    discuss
  27. Why do Microsoft job levels start in the high 50s?(devblogs.microsoft.com/oldnewthing ↗)
    discuss
  28. Wanix – WASM-native Unix sandboxing for the web(wanix.dev ↗)
    discuss
  29. In Montana, a revolt against corporate money could reshape political spending(reuters.com ↗)
    1comments
  30. Meta Launches Subscription Bundles(theverge.com ↗)
    discuss

Show HN: MCPJam - the first testing & evaluations platform for MCP servers

7 pointsby 1h agomcpjam.com
1 comments
Prathmesh, CEO of MCPJam here.

Users now start in ChatGPT, Claude, Cursor, and other AI clients. They reach your product through your MCP server.

That means your users often aren’t in your product anymore. You can’t see what they prompted for, how the agent interpreted it, or whether your server helped them get the result they wanted.

I saw this firsthand leading MCP technical strategy at Asana, including our ChatGPT and Claude launches. We were building high-stakes enterprise integrations, but we had no reliable way to test them the way we test normal software- or to know whether they worked once they reached real users.

I started using MCPJam for those problems after re-connecting with my former coworker who created the project. brought it to more of our developers, and worked it into our CI/CD pipeline. I joined the team because I kept hearing the same issue from other companies building for agents.

So, what does “good” look like for MCP? For us, it means users reliably get the outcome they came for, across the AI clients they use.

That’s what we’ve been building toward. MCPJam now helps you test the full workflow, from the first prompt to the expected result:

* Swarms: Simulate users with different goals and prompts to find where workflows break across AI clients. * User Testing: Watch how real users interact with your MCP product, where they get stuck, and how they feel about the results. * Evals: Turn those workflows into repeatable tests that check whether users get the expected outcome. * CI/CD: Run those evals across AI clients before each release to catch regressions.

Over 106,000 developers and +300 enterprises use our open-source solution to see how their servers behave locally across major AI clients. MCPJam has grown from a debugging tool into a continuous testing and evaluation workflow for MCP servers.

If you’re building an MCP server or agent-facing product, give MCPJam a try. What is the hardest thing for you to test? We love hearing about your MCP server builds!

53m agoHN ↗

love the direction, but the problem for me has been about creating stronger evals and knowing what I should be checking for. does this help me understand that?