Webtoon Entertainment (Nasdaq: WBTN) is a global digital entertainment company transforming the future of storytelling. Best known as the pioneer of the vertical scroll comic format, Webtoon Entertainment operates two of the world’s largest storytelling platforms: WEBTOON and Wattpad. Together, they connect millions of users around the globe with diverse, creator-driven content across genres such as romance, fantasy, action, and thriller.
With a strong international presence and partnerships across the media industry, Webtoon Entertainment adapts its original IP into films, TV series, and animations—producing cross-media hits that resonate with global audiences. The company continues to lead the content-tech landscape by investing in cutting-edge AI to scale creativity and support its growing ecosystem.
Webtoon Comprehension AI: Scaling narrative understanding with LangGraph
To support teams working with massive volumes of content, they built Webtoon Comprehension AI (WCAI)—a system powered by agentic workflows using LangGraph. WCAI enables AI agents to deeply understand characters, narratives, and the visual/textual context of all Webtoons—at scale.
Now deployed across Marketing, Translation, and Recommendation teams, WCAI replaces the need for manual episode browsing with natural language queries that deliver instant insights, summaries, and character-driven highlights.
Whether it's a marketer generating ideas from trending arcs, a translator grasping tone before localization, or a product manager retrieving metadata to target segments—WCAI automates deep narrative comprehension so teams can focus on creativity and strategy as Webtoon’s global footprint grows.
Technical Details: Agentic workflows powering Webtoon Comprehension AI
WCAI is built on a hybrid architecture that leverages Vision-Language Models (VLMs) and workflow-based AI agents orchestrated through LangGraph.
They evaluated several frameworks—including LangGraph—to find one that could meet production demands. While many frameworks support agentic patterns, our requirements went further. We needed a system that could:
- Scale across a vast catalog of Webtoons,
- Integrate subject-matter expertise (SME) into workflows,
- Maintain high quality and consistency for internal business use.
LangGraph’s node-based architecture offered the modularity and precision the Webtoon team needed. It enabled us to inject domain-specific knowledge into individual workflow stages—such as visual comprehension, narrative summarization, and translation. Additionally, LangGraph’s tight integration with LangSmith provided robust tracing, debugging, and observability— crucial for development and deployment at scale.
Core Agentic Workflows

WCAI is built around specialized agentic workflows, each designed to handle a specific aspect of Webtoon comprehension. Thanks to dynamic workflow routing, a single Webtoon can be processed for multiple business needs simultaneously.
Here are some core workflows:
- Character Identification
Extracts each Webtoon’s characters by identifying names, roles, and representative images. By analyzing both visual and textual data, it builds structured character profiles—foundational for downstream agents.
- Speaker Identification
Since Webtoons inherit many conventions from cartoons and comics, speech bubbles are essential to narrative comprehension. This workflow analyzes speech balloons and attributes them to characters using a blend of VLMs and advanced computer vision techniques.
- Narrative Extraction
Generates a textual representation of the Webtoon, capturing key plot points, events, and emotional beats from visual scenes. It outputs structured summaries that downstream agents or users can easily understand.
- SME application
Built atop the foundational workflows, this agent produces business-specific insights based on user intent. For example, the marketing team can discover titles that align with campaign themes, while recommendation teams can extract highlight-worthy scenes. This layer is critical, as outputs are often tied directly to quantifiable KPIs such as Click-Through Rate (CTR). WCAI analyzes a large number of Webtoons and generates high-quality keywords for each one—such as genre, narrative style, and cliffhangers—which are then exposed to help users discover titles that match their preferences.
By combining these workflows, Webtoon Comprehension AI transforms unstructured visual narratives into actionable, structured data.
Why Webtoon chose LangGraph
After extensive production testing, LangGraph stood out for several reasons:
- Controllable Workflows
While multi-agent frameworks can be useful in research settings, our production use cases—especially those involving SME collaboration—demanded controllability, interpretability, and reliability. Internal users also wanted transparency and the ability to steer outcomes. LangGraph’s architecture was a perfect match.
- Production-Ready Deployment
LangGraph is built with real-world deployment in mind, and its robustness is well validated by the LLM community. They were able to build and deploy API servers with ease and integrate them seamlessly into our systems. Reliable, efficient data generation was a top priority, and LangSmith’s tracing capabilities helped us identify issues like excessive token usage stemming from inefficient handling of visual tokens.
Conclusion
Webtoon Entertainment has successfully integrated agentic AI workflows into its internal operations using LangGraph. This initiative has:
- Enabled deep understanding of multi-modal Webtoon data for both research and business applications
- Proven that agentic workflows can support a broad range of internal teams
- Significantly reduced the manual effort required for story comprehension, boosting overall productivity. For example, the content team was previously responsible for manually reading every new title to extract keywords for user guidance. By leveraging WCAI, this process was automated—reducing their workload by over 70% and enabling the team to focus on more strategic and creative content promotion tasks.
The Webtoon team is actively developing new features and improvements for WCAI, including:
- Systematic evaluation of workflows across various business scenarios,
- Fine-grained control over human-agent interaction through architectural refinements,
- Enhanced tool-chaining to incorporate external data sources.
With WCAI and LangGraph, Webtoon is shaping the future of scalable narrative understanding— empowering creativity across teams and unlocking the full potential of Webtoon IP. On the technical side, they are also continuously validating emerging LangChain features, such as the MCP adapter, to incorporate broader external knowledge into Webtoon analysis.