Moda Reveals Multi-Agent AI Design Stack and $7.5M Seed to Disrupt Visual Design
News/2026-03-25-moda-reveals-multi-agent-ai-design-stack-and-75m-seed-to-disrupt-visual-design-eduxo
Enterprise AI Breaking NewsMar 25, 20265 min read
Verified·First-party

Moda Reveals Multi-Agent AI Design Stack and $7.5M Seed to Disrupt Visual Design

Featured:LangChainModa

Practical focus

Automate repeatable business workflows

Guideline angle

Rolling out AI copilots by department

Moda Reveals Multi-Agent AI Design Stack and $7.5M Seed to Disrupt Visual Design

Moda Reveals Multi-Agent AI Design Stack and $7.5M Seed to Disrupt Visual Design

  • What: Moda launched a production-grade multi-agent design platform and $7.5M seed round.
  • Technology: Built on LangChain’s Deep Agents with a custom DSL for visual layout reasoning.
  • Funding: $7.5 million led by Pear VC and Jeffrey Katzenberg’s WndrCo.
  • Architecture: A three-agent system (Design, Research, Brand Kit) using LangSmith for observability.

Moda, an AI-native design platform, officially launched its production-grade design agent system today, backed by a $7.5 million seed round to automate professional-grade visual creation. By utilizing a sophisticated multi-agent architecture built on Deep Agents and LangChain, the platform allows non-designers to generate and iterate on complex designs through a "Cursor-style" sidebar directly on an editable vector canvas.

The funding round included participation from high-profile investors including Pear VC, Jeffrey Katzenberg’s WndrCo, and executives from Stripe, Dropbox, and Scale AI. According to reports from GlobalNewswire, the capital will be used to scale Moda’s platform, which aims to give every professional a dedicated design agent capable of understanding brand identity and layout logic.

Solving the "Pixel Math" Problem

The core challenge in AI-driven visual design is that LLMs are notoriously poor at reasoning about raw numerical coordinates. While AI code generation has flourished due to layout abstractions like Flexbox, visual design has traditionally relied on verbose formats like PowerPoint’s XML spec, which is packed with absolute XY coordinates.

"LLMs are not good at math," said Ravi Parikh, Co-Founder of Moda. "PowerPoint's XML spec has a bunch of XY coordinates—that's a fine representation of the data, but it's not a great way for an LLM to describe where it wants things to live."

To solve this, Moda developed a proprietary Context Representation Layer. Instead of feeding raw canvas states to the model, Moda uses a custom Domain Specific Language (DSL) that provides the agent with a cleaner, more compact view of the design. This abstraction allows the LLM to reason about structure and hierarchy rather than individual pixel placements, significantly reducing token costs while improving output quality.

The Three-Agent Architecture

Moda’s production system is powered by three specialized agents, primarily built using the Deep Agents framework and traced through LangSmith for performance monitoring:

  1. Design Agent: The primary interface that handles real-time creation and iteration on the 2D vector canvas. It currently runs on a custom LangGraph loop, though the team is reportedly evaluating a migration to the Deep Agents framework.
  2. Research Agent: Operates on Deep Agents to fetch and store structured content from external sources, such as a user’s website, into a dedicated file system.
  3. Brand Kit Agent: Ingests brand assets including colors, fonts, logos, and brand voice from uploaded documents or existing decks to ensure every output remains on-brand.

The system utilizes a "Triage → Skills → Main Loop" workflow to maintain efficiency. Every request first passes through a lightweight triage node powered by Anthropic’s Haiku models. This node classifies the requested format—such as a LinkedIn carousel or a slide deck—and pre-loads "Skills," which are Markdown documents containing specific design best practices and creative instructions.

Technical Optimization and Observability

To handle production-grade traffic, Moda has implemented aggressive prompt caching. Breakpoints are placed after the system prompt and the dynamic "Skills" block, allowing the agent to pull in task-specific knowledge without re-processing the entire context window for every turn.

The Design Agent operates with a suite of 12–15 core tools, allowing it to manipulate the canvas with precision. According to LangChain’s technical breakdown, the use of LangSmith was critical for the Moda team to iterate on their context representation. By tracing agent behavior, they were able to identify exactly where caching breakpoints and specific layout abstractions made the most significant impact on latency and cost.

Impact: Moving Beyond Prompt-Only Generation

For developers and marketing teams, Moda represents a shift away from "black box" image generators. Unlike prompt-to-image tools that produce static files, Moda’s agents work on a fully editable WebGPU canvas. This allows users to treat the AI as a collaborator that understands typography, color theory, and brand guidelines rather than just a generator.

"Moda’s AI agent deeply understands a company’s brand and visual language," noted the company’s announcement. For the industry, this signals a move toward "AI-native" workflows where the agent is embedded into the professional toolset, rather than acting as a standalone chat interface.

This changes the paradigm from "AI as a toy" to "AI as a production-grade colleague" by solving the precision gap in visual layouts.

What’s Next

With the public launch of moda.app and the fresh $7.5 million in capital, Moda is focused on refining its agentic loops. A primary roadmap item is the full migration of the Design Agent to the Deep Agents framework to unify the architecture across all three agents.

As the competitive landscape heats up with incumbents like Canva and Figma adding AI features, Moda’s bet on a multi-agent system and custom layout abstractions positions it as a specialized alternative for high-stakes professional design.

Sources


All technical specifications, pricing, and benchmark data in this article are sourced directly from official announcements. Competitor comparisons use publicly available data at time of publication. We update our coverage as new information becomes available.

Original Source

blog.langchain.com

Comments

No comments yet. Be the first to share your thoughts!