hn.today

Show HN: Recurse – Develop and deploy specialist agents faster

recurse.run5 points1 comments
Screenshot of Show HN: Recurse – Develop and deploy specialist agents faster

Recurse is a serverless platform for building, testing, and deploying specialist AI agents when generalist models fall short. It centers on a manifest (agent.yaml) that acts as a strict contract: apiVersion and kind, a prompt file, a typed input schema (example: query string, speedup number default 2, task default "Optimize {{ input.query }}."), an output schema that requires a result string, and a tools block (source: tools.py, built_in true, register: search, verify). The manifest gates what the model may accept, call, and claim, validating inputs, applying defaults, and guaranteeing outputs that match the declared schema. Only registered, relevant functions become callable tools, enforcing a minimal, auditable surface for each specialist.

Development runs as an automated design loop: a coding agent generates candidate specialists, runs them through measurements and validators, revises prompts or toolsets, and keeps only candidates that meet verifiable criteria. Once a candidate passes, the manifest is pinned and the specialist can be deployed as a tool, MCP, or bot via CLI (recurse run / deploy), with metrics tracking and adaptive execution built in. Use cases include level design pipelines and RNA sequence design where repeatable, measurable results matter. The platform supports multiple model backends, offers $5 credit for new accounts, is backed by several VCs, and is built by engineers from Stanford, Meta, and other firms.

Read on recurse.run1 comments on Hacker News

Summary generated by AI from the linked article. hn.today is not affiliated with Hacker News or Y Combinator.

More in AI

The daily digest

Today's best Hacker News stories, summarized and screenshotted, one email a day.