MCP and Self-Building Pipelines
Last updated 2026-08-01What's new
- Emulated, a data lab, is working on AI agents (software that can do tasks automatically) that can perform useful work for longer periods with little supervision, focusing on data and model layers.
- They're creating sandbox environments (safe, isolated spaces for testing) to simulate complex, real-world scenarios like company operations, network failures, and data corruption for AI agents to learn from.
- Current AI benchmarks (tests to measure AI performance) only focus on specific tasks like coding, but Emulated is expanding this to include broader, long-term software engineering tasks, like understanding customer problems and managing infrastructure.
- They're moving beyond single-node sandboxes to more complex, multi-node systems to better mimic real-world, large-scale infrastructure challenges.
- FDE (Field Development Engineer) teams, like at Ramp, focus on adapting core products and new AI-driven "agentic" (automated, intelligent) features for large enterprise customers, ensuring they meet specific needs.
- Effective scoping is crucial; FDEs must gather context, ask questions, and validate assumptions to build the right solutions, avoiding unnecessary work like developing unused mobile features.
- To stay competitive, teams must scale with "tokens" (data inputs for AI models), integrating AI and automated "agents" (AI tools) into their workflows to handle knowledge work efficiently.
- Pulsar, a company that makes AI models (AI tools that learn from data), released new models called Laguna M and Laguna XS, and they're working on an even newer version.
- They improved how they gather and use data to train these models, including using synthetic data (fake data made to help teach the AI) to fill gaps and make the learning process better.
- To avoid repeating the same data too much, they used a technique called rephrasing (rewriting information in different ways) and created special processes for different types of data, like code or scanned documents.
- They also made their data pipelines (the steps they use to process data) more modular (like building blocks that can be mixed and matched), so they can create simple or complex pipelines depending on what they need to teach the AI.
- AI agents (automated tools that perform tasks) interact with systems much faster than humans, causing unexpected strain on databases, like updating user activity timestamps 60 times faster, which can be fixed by batching updates.
- Traditional permission systems for humans or simple programs (like API keys or service accounts) don't work well for agents, as they often grant too many permissions by default.
- Agents challenge the assumption that the entity authenticating (proving its identity) is the same as the one acting, requiring new ways to delegate access and manage permissions.
- Unlike traditional programs, agents aren't deterministic (predictable), as they can act in ways not explicitly programmed, making security reviews and inspections more difficult.
- Buyers today do extensive research using AI tools (like GenAI platforms) before contacting vendors, with 94% using these tools and 67% preferring no sales rep interaction.
- Many companies try to add AI to their existing sales systems (called GTM, or go-to-market, stacks), but this often doesn't work well because the systems weren't designed for AI.
- To effectively use AI, companies need a new architecture with three layers: signals (data from CRM systems, social media, and other sources), integration (combining this data), and AI at the core.
- This new architecture helps companies understand buyers' needs, who they are, and what they want, allowing for better engagement and sales.
- Claude Fable 5 (a powerful AI model) autonomously found winning products on TikTok Shop (an online store) and created ad campaigns for them by analyzing successful ads on Meta (formerly Facebook) ads.
- It identified products like a rotary cheese grater, a protein supplement, and a skincare system, then generated 45 ads across three campaigns without much human input.
- The process involved finding winning ads, extracting their key elements, and creating new scripts and storyboards for the identified products using various AI tools and models.
- Key tools used include Claude Code (a platform to run the AI), Watch Skill (a tool to analyze videos frame by frame), Higgs Field (a platform for image and video models), and Scrape Creators (an API to gather data from online stores and ad libraries).
- Grock 4.5 (a new AI model) is a game-changer, working with tools like Hermes (a system that lets AI use other software) to act like an AI co-founder, helping you with tasks and accessing your tools.
- It's faster, cheaper, and more capable than previous models, making AI tools like OpenClaw (a system that lets AI use other software) feel brand new.
- Instead of just automating tasks, think of it as a co-founder with access to your tools, like email, a computer, and a debit card, to boost your productivity.
- You can use it as a sidekick, like asking it to set up a dashboard to see all the tools it can access and use.
- Justin Lob, an AI automation agency owner, achieved over $20,000 a month while working a full-time job, showing that AI can help you make money on the side.
- He uses simple tools like Airtable (a customizable database), ClickUp (a project management tool), and cold email campaigns (emails sent to potential customers you don't know) to run his business.
- Justin focuses on understanding his clients' goals and using tools he knows well to achieve them, rather than chasing the latest, trendy AI tools.
- He advises against overcomplicating things with new tools, suggesting that most people don't need the latest AI trends to get good results.
- Google's research shows that improving the infrastructure (the "harness") around AI models, not just the AI itself, can significantly boost performance, and this harness is open-source and can be built locally.
- AI-assisted coding has a spectrum, from casual "vibe coding" to strict "agentic engineering," with the key difference being how much structure, verification, and human control are involved.
- The "harness" around AI models has six main parts, including rules, tools, sandboxes, and observability, with most of the work being done by these components rather than the AI model itself.
- Studies show that improving the harness, not the AI model, can dramatically improve performance, and that many AI failures are due to configuration issues, not the AI itself.
- Fable 5 (Anthropic's advanced AI model for complex tasks) is back online after a security review, and it can now handle big jobs with a single goal.
- It built a complete go-to-market plan for a made-up SaaS (software you pay for monthly online) called Ring Back AI, which is an AI that calls back missed calls for local businesses.
- The AI created a real website with sales pages, checkout, and even fake product dashboards, along with real images and videos using connected tools like ArKads and Clay.
- It also generated personalized cold emails for real business owners using Clay (a tool for finding and verifying business emails) and created drafts in Gmail.
- **Domain-specific agents** (AI tools designed for specific tasks or industries) are becoming crucial, as businesses want to integrate their unique data with AI for better efficiency.
- **Agents** (software that uses AI to complete tasks) are hard to build, requiring careful management of the "agentic loop" (the process the agent follows to complete tasks) and other complex challenges.
- **Tools like Vercel AI SDK** (a set of pre-built code for common AI tasks) and Eve (a framework for building agents) are emerging to help simplify the agent-building process.
- **Many businesses**, from small agencies to large corporations, are trying to build their own custom agents to leverage AI for significant gains.
- AI tasks can be sorted into categories like prediction (guessing outcomes), classification (sorting items into groups), regression (estimating numbers), and anomaly detection (finding odd patterns).
- For text, use Natural Language Processing (NLP, understanding human language) and for images, use Computer Vision (understanding pictures), often with deep learning (complex pattern recognition).
- AWS offers specific tools for different tasks: Amazon Comprehend (text meaning), Amazon Transcribe (speech to text), Amazon Polly (text to speech), and Amazon Rekognition (image understanding).
- Choose simple rules or code over complex AI when exact results are needed, and opt for managed services (pre-built AI tools) over custom models (building your own AI) for most tasks.
- ChatGPT and similar apps now support interactive UI (user interface, or the visual part of a website or app) within conversations, enhancing user experience beyond text-only interactions.
- These UIs are called "views" and are small HTML (the code that makes up web pages) snippets that appear as a result of a tool call (a request to an external service or function).
- The UI is displayed using a double iFrame (inline frame, a way to embed another webpage within a webpage) structure, which provides security and isolation for third-party content.
- PostHog (a company that makes tools to help you understand how people use your software) is working on a system that automatically fixes problems in your product using data from PostHog's tools.
- Instead of waiting for you to notice issues on dashboards, PostHog wants to use a background agent (a program that runs quietly in the background) to detect problems and create pull requests (a way to propose changes to code) automatically.
- The system ingests (takes in) trillions of events per month, groups them, and uses a research agent (a program that investigates and understands the problems) to figure out what's wrong and where the problem is in the code.
- To handle the huge amount of data and noise, PostHog uses a safety filter (a program that checks for harmful or fake data) and normalizes (makes consistent) the data before grouping similar problems together.
Key points
What it is
- **MCP (Model Context Protocol)** is a universal standard that acts as a bridge, letting AI systems talk to any tool in your business through one connection.
- **Self-building pipelines** are AI workflows that can design their own next steps, essentially "designing their own factory" for automation.
- This approach turns AI from a one-task tool into a system that can orchestrate complex business processes and improve itself over time.
- It's more efficient than using individual API keys, as it uses less computing power and cost.
How to use it
- Start with an **MCP server** (a tool that gives AI access to other services), like the **n8n MCP server**, which provides access to thousands of workflow nodes and templates.
- Set this up by grabbing a repo link and pasting it into your AI tool, letting the MCP handle connecting to external services.
- Create a **CLAUDE.md file** (a system prompt that tells the AI your project conventions) to store your brand kit, communication style, and workflow patterns.
- Build a **skill** (a reusable workflow) for your first automation, teaching the AI recurring tasks.
Watch out for
- Avoid wiring MCP connections too early; only connect when the integration's value outweighs the setup effort.
- Don't force every feature into one tool; use separate MCP servers for different specialties.
- Avoid rebuilding everything from scratch on every run; use durable orchestrators and migration tools to avoid repeat builds.
- Continuously cross-reference every output against the initial plan to ensure accuracy and avoid missing parameters.
Tools named
- **n8n MCP server** (a tool that gives AI access to other services), **GitHub** (a platform for version control and collaboration), **Sentry** (a tool for error monitoring), **Postgres** (a database management system).
Lesson 1: What is MCP and Self-Building Pipelines and why it matters
MCP (Model Context Protocol) is a universal standard that lets AI systems talk to any tool in your business through one connection. Think of it as a bridge between your AI agent and other software like your CRM. Instead of building separate connections for each tool, MCP provides a single manual that the AI reads to know exactly what it can do—like drafting emails or checking customer records.
This matters because MCP is more token-efficient (uses less computing power and cost) than using individual API keys, since the AI doesn't waste resources figuring out how each tool works. Anthropic donated MCP to the Linux Foundation to make it vendor-neutral, so any AI can use it. When you build automation—say, a system that reads your emails, checks your CRM, drafts a response, and logs it—all those connections happen through MCP.
Self-building pipelines take this further. These are AI workflows that can design their own next steps, essentially "designing their own factory" as one source describes it. This leads to recursive self-improvement (AI that improves its own capabilities without human direction). Your return on investment in AI comes from combining LLM model quality, agents, and an agent harness (the wrapper that gives AI more autonomy).
Most solo AI builders quit within three months because they skip foundational steps. The teams that succeed do the opposite: they build solid data layers, AI layers, and builder layers first. Only then do far fewer specialized tools become necessary. MCP and self-building pipelines matter because they turn AI from a one-task tool into a system that can orchestrate complex business processes and improve itself over time.
Sources
- 2026-05-26 — AI Just Changed How You Run a Business Forever! (Tutorial)
- 2026-06-05 — Claude Code + GoHighLevel MCP New Sales Meta
- 2026-05-29 — Every Hermes Concept explained for Normal People
- 2026-03-03 — The One Skill AI Can't Replace -- Are You Developing It
- 2026-05-09 — Agentic AI Systems, Clearly Explained
- 2026-05-21 — Google just dropped some huge AI updates
- 2026-05-05 — Demand-Driven Context A Methodology for Coherent Knowledge Bases Through Agent Failure
- 2026-06-09 — Only the best are using them...
- 2026-05-17 — Real gundams, top 3D generator, open-source world models, ChatGPT updates, new TTS AI NEWS
- 2026-03-12 — Build & Sell with Claude Code (10+ Hour Course)
- 2026-06-02 — You're Wasting AI on the Wrong 90 of Your Business
- 2026-05-14 — Brutally Honest Advice For Someone Trying to Make Money with AI
Lesson 2: How to use MCP and Self-Building Pipelines: step-by-step
To use MCP and self-building pipelines, start with an MCP server (a tool that gives AI access to other services). For example, the n8n MCP server gives Claude code access to all 1,100 workflow nodes with 99% property accuracy and over 2,700 workflow templates. This means the AI can pull from those templates for inspiration and build workflows without you manually constructing them.
Set this up by grabbing a repo link and pasting it into your AI tool. The tool will figure out which tools to use, what parameters to fill, and how to orchestrate the whole process. You do not need to think about the technical details because the MCP handles connecting to external services, like pulling data from a pipeline or enrolling contacts into workflows.
To scale this, create a CLAUDE.md file (a system prompt that tells the AI your project conventions). This file stores your brand kit, how you speak, and your workflow patterns. Then build a skill (a reusable workflow) for your first automation. Skills and MCPs give your AI superpowers by teaching it recurring tasks. If you find yourself explaining the same thing repeatedly, that is a skill waiting to be written.
For a concrete example: in a sales pipeline, the MCP can read details on each contact and help you triage high-quality versus low-quality contacts. It can suggest where to place them and even build the workflows for enrolling them into existing systems. The pipeline orchestrates all the steps — from pulling data to writing prompts — without you writing every single call manually. Start simple, add your CLAUDE.md for context, create a skill, then connect a service with MCP when you need external data.
Sources
- 2026-06-05 — Claude Code + GoHighLevel MCP New Sales Meta
- 2026-03-12 — Build & Sell with Claude Code (10+ Hour Course)
- 2026-02-09 — Claude Code Extensions Explained From Persistent Memory to Agent Teams
- 2026-01-22 — Claude Code → GSD → n8n in (One Shot)
- 2026-06-09 — GPU Cloud Deployment Without Leaving Your IDE Audry Hsu, RunPod
- 2026-01-15 — Claude Code Builds n8n Workflows INSTANTLY... and Better Than Me
- 2026-01-21 — Master 95% of Claude Code in 36 Mins (as a beginner)
- 2026-05-04 — Skill Issue How We Used AI to Make Agents Actually Good at Supabase Pedro Rodrigues, Supabase
- 2026-05-26 — AI Just Changed How You Run a Business Forever! (Tutorial)
- 2026-02-22 — 🚀Get The Most Out of Your Claude Code Terminal!
- 2026-06-08 — Become AI Native in less than 60 mins
- 2026-03-19 — We Fixed the #1 Reason Claude Code Apps Fail
Lesson 3: Best practices and pitfalls
When building with MCP (Model Context Protocol, a universal standard for AI-to-tool communication), beginners often jump straight to complex self-building pipelines—automated systems that write and improve their own code—and hit costly mistakes. The first pitfall is wiring MCP connections too early. Anthropic recommends sequencing MCP after the basics: only connect when the integration's value outweighs the setup effort. A common error is forcing every feature into one tool. Instead, use separate MCP servers for different specialties: GitHub for pull requests, Sentry for error monitoring, Postgres for data queries. They compose and complement rather than compete.
For pipelines, the biggest mistake is rebuilding everything from scratch on every run. Standard tools spin up fresh machines, reinstall dependencies, and rebuild each job, making pipelines slow and inconsistent. A best practice is using programmable CI engines with durable orchestrators and migration tools that move existing workflows over—avoiding repeat builds. Also critical: never treat the pipeline as set-and-forget. Continuously cross-reference every output against the initial plan. One builder reported that Claude often marked success criteria as "all green checks" while missing parameters in the JSON—requiring a human project manager to kick work back.
The key insight: the pipeline itself is the product, not just the application it builds. Focus on unclogging existing bottlenecks rather than building flashy but irrelevant automations. Build incrementally, test after every edit, and run continuous cross-referencing against your initial requirements document. This approach scales way faster than manual adjustments and avoids the panic of commoditized, throwaway automations.
Sources
- 2026-06-05 — Claude Code + GoHighLevel MCP New Sales Meta
- 2026-03-19 — We Fixed the #1 Reason Claude Code Apps Fail
- 2026-02-23 — From Zero to Your First Agentic AI Workflow in 26 Minutes (Claude Code)
- 2026-05-26 — AI Just Changed How You Run a Business Forever! (Tutorial)
- 2026-05-12 — Claude Code Agent View IS INSANE! Huge New Update Introduces goal, sessions, & More!
- 2026-03-08 — How to Build $10,000 Agentic Workflows (Claude Code Tutorial)
- 2026-02-22 — 🚀Get The Most Out of Your Claude Code Terminal!
- 2026-05-25 — The Playbook for a 100M AI Agency
- 2026-06-01 — Anthropic Just Told You How to Fix Claude Code (Most People Wont Listen)
- 2026-05-05 — Higgsfield Just Turned Claude Into a Creative Agency
- 2026-06-02 — You're Wasting AI on the Wrong 90 of Your Business
- 2026-03-15 — Stop Learning New AI Tools
- 2026-03-25 — SEED + PAUL = Claude Code Meta