Skip to content

AI Proof of Concept

Minimal AI agent with evaluation harness. The fastest path to a working prototype with quality gates.

Nameproof-of-concept
Version0.1.0
Tagsai, poc, agent, eval
Sourcecomposites/proof-of-concept.yaml

Render it

# CLI
npx @nanohype/sdk render-composite proof-of-concept --out ./my-app

# SDK
import { LocalSource, renderComposite } from "@nanohype/sdk";
const result = await renderComposite(source, "proof-of-concept", variables);

# MCP — from an agent
get_composite({ name: "proof-of-concept" })

What it draws together

TemplateRendered atNotes
agentic-looprootthe root project
eval-harnessevals

Variables

Required

ProjectName string
Project name Must be lowercase kebab-case.

Optional

LlmProvider string — defaults to anthropic
LLM provider