- Building AI Agents
- Posts
- Should you build or buy AI agents?
Should you build or buy AI agents?
Plus: OpenAI’s new model to power voice agents, the threat of intelligently mutating agent viruses, and more
Edition 116 | September 4, 2025
BREAKING: Anthropic just raised $13 billion at a $183 billion valuation
we are so back
— NIK (@ns123abc)
5:25 PM • Sep 2, 2025
If I were them, I’d budget at least $10 billion of that towards finding Dario Amodei a hairstylist.
Welcome back to Building AI Agents, your biweekly guide to everything new in the field of agentic AI!
We’re trying out a new format today! Please let us know what you think of it in the poll at the bottom, below Quote of the Day. Here’s last Thursday’s issue for comparison.
Thanks for you help making Building AI Agents better for readers like you!
In today’s issue…
OpenAI’s new model to power voice agents
The threat of intelligently mutating agent viruses
Should you build or buy AI tools?
Salesforce replaces 4,000+ positions with agents
15 operating principles for enterprise agents
…and more
🔥 IN CASE YOU MISSED IT
Readers’ favorite items from the past week
🤖 AGENT OF THE WEEK
This guide walks you through building an essential Retrieval-Augmented Generation (RAG) agent that turns static documents into a conversational assistant. Using n8n with GPT-4.1, Pinecone, and Google Drive, you’ll create an agent that can instantly answer questions from employee handbooks, customer FAQs, product manuals, sales playbooks, and more in real time.
Step-by-Step:
Open up n8n: Create a new workflow (free account lasts 2 weeks!)
Add your docs: Connect Google Drive and load documents for the agent
Process the docs: Split the documents into chunks* and generate embeddings** with OpenAI
Text chunking → Breaking a big document into smaller, searchable pieces so the AI doesn’t get overwhelmed
Embeddings → Turning each chunk into a “numeric fingerprint” so the AI knows what it’s about and can find the right information fast
Store for retrieval: Send embeddings to the Pinecone vector database
Chat with the Agent: GPT-4.1 answers questions by pulling the most relevant info from your vectorized documents
Test it live: Try “What’s our vacation policy?”, “How do I reset my account’s password?”, or “What’s the return policy?”
Bonus: We’ve put together a detailed video walkthrough and the exact n8n agent template. Access both in our Building AI Agents Community here!