Vellum is coming to the AI Engineering World's Fair in SF. Come visit our booth and get a live demo!

I’m done building AI agents

Four lessons from building an agent that builds other agents

6 min
Reviewed by
No items found.

I had a good run for the last 3 years, but it’s time to move on. Building agents by hand is tedious, framework-heavy, and rigid. Frankly I’m over it, and you should be too.

That’s why we spent the last 6 months building our last agent — an agent that can build other agents.

And in the process, it became really obvious that the future isn't about learning another framework or tool with a visual drag-and-drop interface.

It’s so much brighter.

Drag and drop is dead

The future is describing what you want in words and having it iteratively materialize in front of you - not searching through a dropdown with 50 options and trying to figure out which one sounds the least wrong.

Here are the critical lessons we learned building our last agent, and why they represent a fundamental shift in how we should approach agent development.

Your tool definitions are everything

The biggest limiter in building Vellum’s agent builder was teaching our agent to use our tools correctly.

You can have the most advanced LLM in the world, but if it can't reliably interact with its environment, it's going to be useless.

That reliability starts with how you define your tools.

Don’t just wrap existing APIs as a tool and call it a day. You have to be incredibly deliberate with your tool definitions and think about every detail:

  • Tool Names: Is the name clear and unambiguous?
  • Descriptions: Does the description accurately explain what the tool does, its inputs, and its outputs?
  • Argument Names: Are the parameter names intuitive for the model?

Your goal should be to make each tool call as simple as possible for the model. The complexity should lie in the tool’s internal logic, not its interface.

Here’s an easy example: For example, instead of having your agent make three separate API calls to fetch, consolidate, and format user data, combine those steps into one. Create a single tool called getUserProfile that handles everything in one go.

We improved accuracy by giving agents a tool to manage their own content, so they could explicitly save and retrieve information when needed.

Be flexible with your testing strategy

Folks in software engineering know this classic trade-off: iterate quickly, avoid regressions, or skip writing tests. Reality is that you can only pick two.

Picking between these when building agents on the other hand can be tangibly more difficult because using an overly rigid test benchmarks can kill your momentum. Having no tests on the other hand is also a recipe for disaster.

Here’s how we evolved our testing strategy when building :

Early stages = Vibes-based testing

Rapid iteration should be your goal when starting out. You're exploring what's possible, so at this point, 'vibes-based' testing is perfect. You interact with the agent, see how it feels, and make quick adjustments. A formal test suite would only slow you down here.

Later stages = Concrete test suites

As your agent becomes more capable and you start relying on it, its now time to protect against regressions. This is where a concrete test suite becomes essential.

We used evaluation prompts to check for specific outcomes, for example, "Does the prompt node use the model GPT-5" after instructing the agent to change the prompt node to use GPT-5.

Don't let a dogmatic approach to testing stifle innovation in the early days, but don't ship a critical product without a solid regression suite. Both approaches have their place, and the key to the ideal testing strategy is know what stage of agent development you’re and choosing the appropriate testing strategy.

Stop theorizing and look at the logs

This might be the most important lesson of all. As engineers, we love to theorize about why something isn't working. We debate prompt structures, model choices, and agentic logic. But from all our experience, we learned this simple truth:

You'll learn more from one hour of looking at end-to-end execution traces than from a week of theorizing.

To debug an agent, you have to be able to think like the agent. The only way to do that is to see its entire 'thought' process laid out. Every observation, every tool call, every token generated. Storage is cheap, but tokens are expensive, so you should store everything as much as possible.

In this, user interaction data becomes an invaluable insight that will help you debug and build faster. By reviewing detailed logs of real conversations, you can pinpoint exactly where the agent went off the rails.

Your agent stops being a black box and becomes a deterministic system that you can analyze and improve. So, stopping guessing and save everyone’s time by just looking at the logs.

Great agents can build their own UI/UX

An agent that just outputs a wall of text is lame. All of us have moved past the command line. Modern applications are interactive, and AI agents should be too.

We taught our agent builder to create and manage its own user interface elements, which completely changed the user experience.

Instead of just saying, "You need to connect your Slack account," our agent can present a "Connect Slack" button directly in the interface. For long-running tasks, it provides dynamic updates on its progress instead of leaving the user staring at a blinking cursor.

This is about creating a partnership between the user and the agent. Full visibility into the agent's process should coexist with smart, reasonable defaults and interactive elements that guide the user.

The road ahead

This journey has answered many questions, but it has also opened up new ones that we're excited to tackle.

  • How do we build a real-time workflow composer that shows the agent's plan as it's being built?
  • What does a truly great mobile experience for an "AI engineer in your pocket" look like?
  • How do we design a UX that elegantly handles both background and foreground agents without overcomplicating things?

Just because Im retiring from the old way of building agents doesn't mean the work is done. The real work is just beginning. We're moving from a world where developers build agents to one where agents build agents, empowering everyone to create powerful AI-driven workflows.

That's a future I think is worth building, because I’m over building agents with nodes and especially with code.

If you want to check out what we’re building, go to vellum.ai

{{general-cta}}

ABOUT THE AUTHOR
Sidd Seethepalli
Co-founder and CTO

Sidd Seethepalli, CTO and co-founder at Vellum (YC W23) is very passionate about LLM product development, and is constantly pushing the boundaries of what’s possible with current models and techniques for more than 100 customers at Vellum who use LLMs in production. Before starting Vellum, Sidd completed his undergrad at the Massachusetts Institute of Technology, then spent 4 years working for well known tech companies like Quora and Dover.

ABOUT THE reviewer
Nicolas Zeeb
Technical Content Lead

Nick is Vellum’s technical content lead, writing about practical ways to use both voice and text-based agents at work. He has hands-on experience automating repetitive workflows so teams can focus on higher-value work.

No items found.
lAST UPDATED
Nov 3, 2025
share post
Expert verified
Related Posts
Guides
October 21, 2025
15 min
AI transformation playbook
LLM basics
October 20, 2025
8 min
The Top Enterprise AI Automation Platforms (Guide)
LLM basics
October 10, 2025
7 min
The Best AI Workflow Builders for Automating Business Processes
LLM basics
October 7, 2025
8 min
The Complete Guide to No‑Code AI Workflow Automation Tools
All
October 6, 2025
6 min
OpenAI's Agent Builder Explained
Product Updates
October 1, 2025
7
Vellum Product Update | September
The Best AI Tips — Direct To Your Inbox

Latest AI news, tips, and techniques

Specific tips for Your AI use cases

No spam

Oops! Something went wrong while submitting the form.

Each issue is packed with valuable resources, tools, and insights that help us stay ahead in AI development. We've discovered strategies and frameworks that boosted our efficiency by 30%, making it a must-read for anyone in the field.

Marina Trajkovska
Head of Engineering

This is just a great newsletter. The content is so helpful, even when I’m busy I read them.

Jeremy Hicks
Solutions Architect

Experiment, Evaluate, Deploy, Repeat.

AI development doesn’t end once you've defined your system. Learn how Vellum helps you manage the entire AI development lifecycle.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Build AI agents in minutes with Vellum
Build agents that take on the busywork and free up hundreds of hours. No coding needed, just start creating.

General CTA component, Use {{general-cta}}

Build AI agents in minutes with Vellum
Build agents that take on the busywork and free up hundreds of hours. No coding needed, just start creating.

General CTA component  [For enterprise], Use {{general-cta-enterprise}}

The best AI agent platform for enterprises
Production-grade rigor in one platform: prompt builder, agent sandbox, and built-in evals and monitoring so your whole org can go AI native.

[Dynamic] Ebook CTA component using the Ebook CMS filtered by name of ebook.
Use {{ebook-cta}} and add a Ebook reference in the article

Thank you!
Your submission has been received!
Oops! Something went wrong while submitting the form.
Button Text

LLM leaderboard CTA component. Use {{llm-cta}}

Check our LLM leaderboard
Compare all open-source and proprietary model across different tasks like coding, math, reasoning and others.

Case study CTA component (ROI)

40% cost reduction on AI investment
Learn how Drata’s team uses Vellum and moves fast with AI initiatives, without sacrificing accuracy and security.

Case study CTA component (cutting eng overhead) = {{coursemojo-cta}}

6+ months on engineering time saved
Learn how CourseMojo uses Vellum to enable their domain experts to collaborate on AI initiatives, reaching 10x of business growth without expanding the engineering team.

Case study CTA component (Time to value) = {{time-cta}}

100x faster time to deployment for AI agents
See how RelyHealth uses Vellum to deliver hundreds of custom healthcare agents with the speed customers expect and the reliability healthcare demands.

[Dynamic] Guide CTA component using Blog Post CMS, filtering on Guides’ names

100x faster time to deployment for AI agents
See how RelyHealth uses Vellum to deliver hundreds of custom healthcare agents with the speed customers expect and the reliability healthcare demands.
New CTA
Sorts the trigger and email categories

Dynamic template box for healthcare, Use {{healthcare}}

Start with some of these healthcare examples

Clinical trial matchmaker
Match patients to relevant clinical trials based on EHR.
Healthcare explanations of a patient-doctor match
Summarize why a patient was matched with a specific provider.

Dynamic template box for insurance, Use {{insurance}}

Start with some of these insurance examples

Agent that summarizes lengthy reports (PDF -> Summary)
Summarize all kinds of PDFs into easily digestible summaries.
AI agent for claims review
Review healthcare claims, detect anomalies and benchmark pricing.
Insurance claims automation agent
Collect and analyze claim information, assess risk and verify policy details.

Dynamic template box for eCommerce, Use {{ecommerce}}

Start with some of these eCommerce examples

E-commerce shopping agent
Check order status, manage shopping carts and process returns.

Dynamic template box for Marketing, Use {{marketing}}

Start with some of these marketing examples

Competitor research agent
Scrape relevant case studies from competitors and extract ICP details.
ReAct agent for web search and page scraping
Gather information from the internet and provide responses with embedded citations.

Dynamic template box for Sales, Use {{sales}}

Start with some of these sales examples

Research agent for sales demos
Company research based on Linkedin and public data as a prep for sales demo.

Dynamic template box for Legal, Use {{legal}}

Start with some of these legal examples

AI legal research agent
Comprehensive legal research memo based on research question, jurisdiction and date range.
Legal document processing agent
Process long and complex legal documents and generate legal research memorandum.

Dynamic template box for Supply Chain/Logistics, Use {{supply}}

Start with some of these supply chain examples

Risk assessment agent for supply chain operations
Comprehensive risk assessment for suppliers based on various data inputs.

Dynamic template box for Edtech, Use {{edtech}}

Start with some of these edtech examples

Turn LinkedIn Posts into Articles and Push to Notion
Convert your best Linkedin posts into long form content.

Dynamic template box for Compliance, Use {{compliance}}

Start with some of these compliance examples

No items found.

Dynamic template box for Customer Support, Use {{customer}}

Start with some of these customer support examples

Trust Center RAG Chatbot
Read from a vector database, and instantly answer questions about your security policies.
Q&A RAG Chatbot with Cohere reranking

Template box, 2 random templates, Use {{templates}}

Start with some of these agents

Agent that summarizes lengthy reports (PDF -> Summary)
Summarize all kinds of PDFs into easily digestible summaries.
Legal contract review AI agent
Asses legal contracts and check for required classes, asses risk and generate report.

Template box, 6 random templates, Use {{templates-plus}}

Build AI agents in minutes

Healthcare explanations of a patient-doctor match
Summarize why a patient was matched with a specific provider.
Review Comment Generator for GitHub PRs
Generate a code review comment for a GitHub pull request.
Insurance claims automation agent
Collect and analyze claim information, assess risk and verify policy details.
Synthetic Dataset Generator
Generate a synthetic dataset for testing your AI engineered logic.
E-commerce shopping agent
Check order status, manage shopping carts and process returns.
ReAct agent for web search and page scraping
Gather information from the internet and provide responses with embedded citations.

Build AI agents in minutes for

{{industry_name}}

Clinical trial matchmaker
Match patients to relevant clinical trials based on EHR.
Prior authorization navigator
Automate the prior authorization process for medical claims.
Population health insights reporter
Combine healthcare sources and structure data for population health management.
Legal document processing agent
Process long and complex legal documents and generate legal research memorandum.
Legal contract review AI agent
Asses legal contracts and check for required classes, asses risk and generate report.
Legal RAG chatbot
Chatbot that provides answers based on user queries and legal documents.

Case study results overview (usually added at top of case study)

What we did:

1-click

This is some text inside of a div block.

28,000+

Separate vector databases managed per tenant.

100+

Real-world eval tests run before every release.