Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Julian Assange Returns to X(twitter.com/julianassange ↗)
    1comments
  2. Sex, AI, and the Apocalypse(iankduncan.com ↗)
    discuss
  3. Edge Magazine: The game industry is broken – can we fix it?(edge-online.com ↗)
    discuss
  4. Linux Patched for Silent User-Space Data Loss Bug That Existed Since 2023(phoronix.com ↗)
    discuss
  5. How Uber Protects Against Retry Storms(uber.com ↗)
    discuss
  6. How SpaceX Streamlined the Raptor Engine(construction-physics.com ↗)
    discuss
  7. Typesafe AI(typesafe.ai ↗)
    discuss
  8. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    discuss
  9. OpenAI Safety Guardrails: What to Test Before Trusting an AI Agent(pentesty.co ↗)
    discuss
  10. ESP32 Wi-Fi Vulns: Coordinated Disclosure Is Broken by AI(fughilli.substack.com ↗)
    discuss
  11. Microsoft Office alternative Euro-Office getting Windows desktop app soon(neowin.net ↗)
    discuss
  12. Ask HN: What self-hosted apps do you use daily?
    1comments
  13. Measure your speakers with a mic and get a parametric calibration(github.com/thefreshoffice ↗)
    discuss
  14. Wonder debuts first robotic meal assembly system, acquired tech from Sweetgreen(fastcompany.com ↗)
    discuss
  15. Remains of 'lost' medieval castle found at UCD campus(rte.ie ↗)
    discuss
  16. Why the Navier-Stokes Equations Are So Hard [video](youtube.com ↗)
    discuss
  17. The most important product decision is what you don't build(liamnugent.me ↗)
    1comments
  18. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    discuss
  19. Show HN: Microsoft Office Running with Wine on Linux with No Virtualization(github.com/tombert ↗)
    2comments
  20. Shaping the Future of Learning: Education Readiness for the Age of AI [pdf](weforum.org ↗)
    discuss
  21. Computer Reset, Dallas(dfarq.homeip.net ↗)
    discuss
  22. Measurements for understanding the pace of AI development inside frontier labs(anthropic.com ↗)
    discuss
  23. Backlog and Workers: Two Knobs on Two Layers(buoyant.io ↗)
    discuss
  24. Who Are We Now?(jessitron.com ↗)
    discuss
  25. Polygo, a local-first CLI that translates your app's strings with Ollama(github.com/na5co ↗)
    discuss
  26. Brazil plans executive order to ban online casinos, sources say(reuters.com ↗)
    discuss
  27. FAA's Smart AI System Fact Sheet [pdf](faa.gov ↗)
    discuss
  28. Agents: The New, New Kingmakers(redmonk.com ↗)
    discuss
  29. Why sovereign AI demands a tenancy model, not just geography(redhat.com ↗)
    discuss
  30. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    discuss

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

8 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!

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