T

Tendril

An agent that writes, registers, and reuses its own tools — forever

PriceFree / Open Source (MIT) — AWS Bedrock costs applyReviewed2026-04-27
Verdict — Skip
2 Ships2 Skips
Visit github.com

The Panel's Take

Tendril is an open-source desktop agent built on a radically minimal architecture: instead of giving an AI model dozens of pre-built tools, it gives the model exactly three — search capabilities, register capabilities, and execute code. When you ask it to do something it can't yet do, it writes the tool, registers it, and runs it. The next time you ask for something similar, the tool already exists. Built with Tauri, React, and Node.js on the frontend, and AWS Bedrock (Claude) for inference, Tendril runs code in sandboxed Deno environments for safety. The capability registry grows organically across sessions, meaning the agent becomes measurably more capable the longer you use it — without any retraining or fine-tuning. The "too many tools" problem is a real issue in production agents: large tool lists degrade model reasoning and increase hallucination rates. Tendril's inversion of this pattern — grow tools from need, not configuration — is a genuine architectural contribution. It's MIT licensed and free to use, though AWS Bedrock access for Claude adds ongoing inference costs.

Share this verdict

Tendril verdict: SKIP ⏭️

2 ships · 2 skips from the expert panel

Full review: shiporskip.io/tool/tendril-self-extending-agent-tool-registry-mit-2026

Weekly AI Tool Verdicts

Get the next verdict in your inbox

7 critics review a new AI tool every day. Weekly digest — free.

Embed this verdict

Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.

Skip · 5.0/10
HTML badge
<a href="https://shiporskip.io/api/badge-click/tendril-self-extending-agent-tool-registry-mit-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/tendril-self-extending-agent-tool-registry-mit-2026" alt="Tendril Skip verdict on ShipOrSkip" width="360" height="90" /></a>
Markdown badge
[![Tendril Skip verdict on ShipOrSkip](https://shiporskip.io/api/badge/tendril-self-extending-agent-tool-registry-mit-2026)](https://shiporskip.io/api/badge-click/tendril-self-extending-agent-tool-registry-mit-2026)
Iframe widget
<iframe src="https://shiporskip.io/embed/tendril-self-extending-agent-tool-registry-mit-2026" title="Tendril ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>

The reviews

The bootstrap-three-tools architecture is elegant and addresses a real failure mode. Watching an agent build its own scraper and then reuse it 20 minutes later without being told to is genuinely impressive. The Deno sandbox makes it safe enough to experiment with seriously.

Helpful?

Self-written tools accumulate technical debt fast — a poorly written capability that gets reused across sessions can silently spread bad behavior. There's no audit trail or quality gate for registered tools, which is a serious concern in any shared environment.

Helpful?

This is a prototype of what persistent agent intelligence looks like: not a model that forgets between sessions, but one that accretes capability. The capability registry pattern will likely influence how production agent systems are architected in the next two years.

Helpful?

Requires AWS Bedrock setup, a Tauri desktop build, and comfort with the idea that your agent is writing its own code. That's three friction points too many for most non-developers. The concept is brilliant; the UX isn't there yet.

Helpful?

Bookmarks

Loading bookmarks...

No bookmarks yet

Bookmark tools to save them for later