WeSearch

Show HN: I built a way to see if your SDK is AI-friendly

·1 min read · 0 reactions · 0 comments · 15 views
#technology#ai#software
⚡ TL;DR · AI summary

A new open-source CLI tool has been developed to assess the compatibility of SDKs with Agentic AI systems. This tool allows users to create test suites and evaluate their SDKs using both test-taker and judge agents in a sandboxed environment. The results can help improve SDKs either manually or through automation.

Key facts
Original article
Ycombinator
Read full at Ycombinator →
Opening excerpt (first ~120 words) tap to expand

Have you ever wonder if your SDKs is friendly for Agentic AI like Claude Code or Codex? I built an opensource (Apache 2.0) CLI that answer that question for you.With it you can create a test suite either manually or with an Agent based on the source code and documentation. The CLI will dispatch Agents with their own sandboxed microVMs to solve each test. Results then get graded by another Judge Agent.Test-taker agents only have access to public information (guides, blogs, package metadata), while Judge agents have access to both public and private information (source code, internal documents)After the test result are generated you can make improvement to your SDK manually, or use an Agent to automate the process.Agents are sandboxed, this means: - Host machine secrets (API keys) are not…

Excerpt limited to ~120 words for fair-use compliance. The full article is at Ycombinator.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Ycombinator