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

Hands-On with Tencent's Model: Strong for Agentic Workflows, Weak for Complex Coding
Tencent's model scores 8/10 for agentic tasks with low hallucination rates, but fails on complex coding like Notion API schemas. Avoid for backend logic.

OpenClaw Multi-Agent Workflow Issues: Stalling, Context Loss, and Token Inefficiency
A developer reports OpenClaw multi-agent workflows frequently stall with agents hanging, experience context leakage despite custom documentation, and consume excessive tokens with no output. The setup used Gemini 3 Pro/Codex models with a COO orchestrator and specialized task agents.

Claude Code Plugin for Reddit Market Research Without API Keys
A Claude Code plugin automates Reddit market research by searching threads, analyzing content, and generating markdown reports with direct links. It requires no Reddit API key, auth, or config files, using public data through a local MCP server.

Localhost dashboard for Claude's HTML output pages with live reload
A small localhost home page collects all HTML pages generated by Claude AI, with live reload, update indicators, and a preview pane. Agents register pages via symlinks.