Lovable Subagents: Parallel Research, One Orchestrating Head Agent

    27. Mai 20264 min read
    Till Freitag

    TL;DR: „Subagents are read-only helper agents in Lovable that work in parallel – each with its own context window. The head agent (the one talking to you) delegates research and code exploration but stays in charge of all code changes. Result: faster builds on big projects, sharper answers, often lower cost – without you doing anything different."

    — Till Freitag

    What Lovable announced today

    On May 27, 2026, Lovable shipped subagents (original announcement by Tyler Bruno). The Lovable agent you know can now spin up multiple specialized helper agents in parallel – to scan the codebase, research on the web, reconstruct context. Each subagent is read-only, starts with a fresh context window and reports back only the findings.

    Sounds like a technical detail. In reality, it's the step that takes Lovable from single-thread agent to orchestrated multi-agent system – and one of the foundations we described in our Lovable journey recap as "Lovable is becoming an agent framework".

    The kitchen analogy (from Lovable themselves)

    Tyler's image lands well: picture a head chef in the middle of a dinner rush. If the chef chops, plates and runs to the pantry, everything happens sequentially – one chef, one pair of hands. Real kitchens work differently: the head chef calls the shots, the team executes tasks in parallel.

    That's exactly the architecture Lovable just pulled in:

    • Head agent = the chef. Sees everything, decides, writes code.
    • Subagents = the crew. Research, read, search – but don't cook.
    • Own context windows = each subagent works on a clean desk, no need to drag the whole conversation around.

    Three technical points that actually matter

    1. Read-only is a feature, not a limitation

    Subagents cannot write code. That's deliberate. Lovable wanted to build trust first and capture the biggest lever right where it sits: in discovery. On large projects, the agent spends most of its time understanding your codebase before changing anything. Exactly that step is what subagents parallelize – without any risk of breaking things.

    2. Own context windows = no noise in the head

    Each subagent starts with an empty context window. It doesn't carry the head agent's history or other subagents' work. It focuses on one question. What comes back is just the result – like a research note: "here's what I found, here's where it lives, here's what matters."

    The head agent stays lean and focused. This is exactly the pattern Anthropic established with Claude Code – now native in Lovable.

    3. Smarter model routing = often cheaper

    Lovable routes lightweight subagent tasks to faster, cheaper models. Top models (Opus 4.7) stay reserved for tasks that truly need them. Effect: on large builds, costs tend to go down, not up – even though multiple agents are running at once.

    When to ask for subagents explicitly

    Subagents usually kick in automatically. But in four scenarios it's worth addressing them directly ("Use subagents to..."):

    1. Explore an unfamiliar codebase. "Use subagents to explore my project and tell me what's going on." Classic after two months away from an old project.
    2. Plan a feature with research. "Send subagents to research what makes a great pricing page work, and have another look at my current page." Best-practice scan + status-quo analysis in parallel.
    3. Debugging with scatter. "Users say the dashboard is slow, but only sometimes. Use subagents to look through the dashboard and anything connected." Test multiple hypotheses in parallel instead of guessing sequentially.
    4. Understand a bigger change before committing. "Use subagents to research how social features are usually built and figure out where it would fit." Architecture research + as-is analysis before anything gets written.

    Rule of thumb: if the answer needs several independent research threads, subagents are the lever. For simple edits they don't help.

    What this means strategically

    Subagents aren't just a performance patch. They're the architectural transition from "one model does everything" to an orchestration layer where Lovable itself decides which task runs on which model with which context. Three consequences:

    • Lovable becomes a multi-model hub. Routing between Opus, Haiku and smaller specialist models happens invisibly – exactly what the Lovable AI Gateway was built for.
    • Skills gain new value. Skills are the natural format to make subagent instructions reusable ("when researching frontend, subagent X always checks X, Y, Z").
    • Self-healing gets closer. Combined with the Vent Tool and LSO, a loop emerges where subagents diagnose errors, the head agent fixes them, and the insight feeds back into the training loop.

    Practical: what we at AI First Builders change starting today

    We at AI First Builders have been building on Lovable on large projects for months – and that's exactly where we felt the discovery sluggishness the announcement describes. Three immediate workflow changes:

    • Big refactors start with an explicit "Use subagents to..." – so the research phase runs in parallel.
    • Code reviews before larger releases: one subagent checks security, one performance, one consistency with the design system.
    • Onboarding on legacy client projects: subagent research instead of manual walkthrough.

    Sources

    TeilenLinkedInWhatsAppE-Mail

    Related Articles

    From GPT Engineer to Today: The Complete Lovable Journey in 6 ThesesDeep Dive
    May 27, 20269 min

    From GPT Engineer to Today: The Complete Lovable Journey in 6 Theses

    From the GPT Engineer repo in June 2023, through the Lovable launch in late 2024, to Beyond Apps, Skills, Mobile, Vent T…

    Read more
    Claude Opus 4.7 Is Here: What Premium Teams Need to Know About the Tokenizer, xhigh, and Spend Controls
    April 17, 20265 min

    Claude Opus 4.7 Is Here: What Premium Teams Need to Know About the Tokenizer, xhigh, and Spend Controls

    Anthropic just released Claude Opus 4.7. Same price as 4.6, but noticeably better at coding, agents, and visual output. …

    Read more
    Lovable Skills: Repetition Turns Into Reusable Playbooks
    May 19, 20264 min

    Lovable Skills: Repetition Turns Into Reusable Playbooks

    Lovable just rolled out Skills – Anthropic's format for reusable agent instructions. What Skills are, how they differ fr…

    Read more
    Chess pieces as a metaphor for the platform conflict between Anthropic and Lovable
    April 14, 20263 min

    Anthropic Is Building an App Builder – And It's Coming for Europe's Vibe-Coding Star Lovable

    Leaked screenshots reveal an integrated app builder inside Claude. What this means for Lovable, the European startup eco…

    Read more
    Person describing an app in natural language while AI generates the code
    September 5, 20253 min

    What Is Vibe Coding? Building Software with AI – Simply Explained

    Vibe Coding is revolutionizing software development: describe what you want – AI writes the code. Everything about the t…

    Read more
    Lovable's Vent Tool: When the Agent Reports Its Own Bugs
    May 23, 20262 min

    Lovable's Vent Tool: When the Agent Reports Its Own Bugs

    Lovable gave its agent a vent: it posts its frustrations directly into Slack. A second agent checks whether the vent bec…

    Read more
    Lovable Now Connects to Google Workspace and Gemini Enterprise
    May 22, 20262 min

    Lovable Now Connects to Google Workspace and Gemini Enterprise

    Gmail, Calendar, Drive, Sheets, Slides, Maps Platform, BigQuery and Gemini Enterprise – Lovable now builds apps on the d…

    Read more
    Lovable Mobile App: Vibe Coding Straight From Your Phone
    April 28, 20262 min

    Lovable Mobile App: Vibe Coding Straight From Your Phone

    The Lovable mobile app is live – iOS and Android. Queue prompts on the go, get a push notification when the build is don…

    Read more
    Lovable AI workspace with documents, data analysis and video generation
    March 19, 20263 min

    Lovable Now Does More Than Build Apps – Documents, Data Analysis, Videos & More

    Lovable is no longer just an app builder. The platform now analyzes data, creates pitch decks, generates videos and proc…

    Read more