Spec27: Spec-Driven Validation for AI Agents – API-Level Testing Without Internal Access

Safe Intelligence has launched Spec27, a spec-driven validation tool for AI agents. Unlike traditional LLM eval frameworks that score general model behavior, Spec27 lets teams define reusable specifications for the specific mission an agent must fulfill. Tests are generated automatically from those specs and run against the agent's primary interfaces only — no assumption about internal stack, no SDKs or gateways required.
Key Features
- Outside-in testing: All tests execute against the agent's exposed API or UI. No need to instrument the agent's internals, which is crucial for agents built on vendor platforms where you don't control the stack.
- Spec-driven test generation: Define specs in terms of expected behavior (e.g., “when asked X, must do Y and not Z”). Spec27 auto-generates adversarial and robustness checks, surfacing sensitivities and regressions as models, prompts, or tools change.
- Early access: Currently strongest for single-turn agent and application validation. Multi-turn interactions and richer telemetry/tool-call integration are on the roadmap.
Who Is It For
Teams deploying internal agents, vendor agents, or any AI system where reliability matters more than benchmark scores. If you're testing agents on platforms that don't expose internals, Spec27's black-box approach directly addresses that gap.
Getting Started
Spec27 is open to try for HN readers. The launch site offers a sample flow so you can explore without setup. Sign up at spec27.ai/launch.
📖 Read the full source: HN AI Agents
👀 See Also

Deploy Claude Design Artifacts to Live Websites with Teenyapp
Teenyapp provides a hosting service that Claude Design can use directly from chat via an agent token link, enabling autonomous deployment of artifacts with backend support.

Reasoning Guard: Proxy-Level Loop Detection for Local LLM Inference
A proxy-layer guard that detects and recovers from LLM reasoning loops using deterministic stream checks — token caps, n-gram repetition, and sentence fingerprinting — without model modifications.

LLM Matrix: Community-Voted Model Comparisons Built with Claude Code
A data scientist built llm-matrix.vercel.app to compare LLM scores across multiple dimensions simultaneously, with community votes shaping rankings. The site was developed entirely using Claude Code with two specific plugins.

x402 API Gateway for OpenClaw Bots: One Endpoint Replaces 18 API Keys
An x402 API gateway eliminates the need for multiple API keys in OpenClaw bots by providing access to 18 services including smart LLM routing, web search, maps, travel, food, AI, and finance data through a single endpoint authenticated via USDC wallet credits.