{"id":30692,"date":"2025-11-26T19:45:03","date_gmt":"2025-11-27T03:45:03","guid":{"rendered":"https:\/\/www.pingcap.com\/?p=30692"},"modified":"2025-12-01T07:11:56","modified_gmt":"2025-12-01T15:11:56","slug":"how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale","status":"publish","type":"post","link":"https:\/\/www.pingcap.com\/ko\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/","title":{"rendered":"How Manus 1.5 Uses TiDB X to Let Agents Ship Full-Stack Apps at Scale"},"content":{"rendered":"<p>Software is shifting from developer-driven to agent-driven. With <a href=\"https:\/\/manus.im\/blog\/manus-1.5-release\">Manus 1.5<\/a>, AI agents don\u2019t just \u201chelp you code\u201d; they spin up full-stack applications end-to-end. Ideas move from prompt to deployed app in minutes. It\u2019s a glimpse of what\u2019s next: rapid iteration, parallel exploration, and continuous change without human bottlenecks.<\/p>\n\n\n\n<p>That speed creates a new reality for infrastructure. You\u2019re no longer operating one app and one database. You\u2019re now managing thousands of short-lived apps, each with its own schema, unpredictable usage spikes, and evolving data needs. Traditional monoliths, weekend maintenance windows, and ETL-heavy analytics don\u2019t survive this pace.<\/p>\n\n\n\n<p>This post explains how to meet that moment with a data layer designed for agents. We\u2019ll show how <a href=\"https:\/\/www.pingcap.com\/ko\/blog\/introducing-tidb-x-a-new-foundation-distributed-sql-ai-era\/\">TiDB X<\/a>, a breakthrough new architecture powering <a href=\"https:\/\/www.pingcap.com\/ko\/tidb\/cloud\/\">TiDB Cloud<\/a>, provides instant isolation (databases in seconds), online schema evolution, safe branching for experiments, and real-time analytics on fresh data. This allows agent platforms to scale up, change fast, and stay within SLOs and budget.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Manus_15_Agents_that_Build_Evolve_Full-Stack_Apps\"><\/span>Manus 1.5: Agents that Build &amp; Evolve Full-Stack Apps<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Manus began as a digital assistant. However, with Manus 1.5, it becomes a full-stack development platform. Its agents can generate a complete application\u2014front end, backend, authentication, and database\u2014from a single prompt.<\/p>\n\n\n\n<p><strong>Example:<\/strong> One prompt can produce a web app with:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>User signup\/login flows<\/li>\n\n\n\n<li>A custom domain<\/li>\n\n\n\n<li>Built-in analytics dashboards<\/li>\n\n\n\n<li>A cloud database for persistent data<\/li>\n<\/ul>\n\n\n\n<p>Behind the scenes, an agent might spin up a TiDB Cloud cluster for the app\u2019s database, create tables (users, content, logs), seed initial data, and connect analytics. It can then iterate autonomously: add features, adjust the schema, or branch the app to test variations, no manual intervention.<\/p>\n\n\n\n<p>This kind of AI DevOps speed is powerful. It also demands a database platform that can keep pace with rapid automation, frequent schema changes, and large numbers of short-lived apps.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1044\" height=\"678\" src=\"https:\/\/static.pingcap.com\/files\/2025\/11\/26185445\/image-12.png\" alt=\"An example flow for a Manus 1.5 full-stack app.\" class=\"wp-image-30693\" style=\"width:624px;height:auto\" srcset=\"https:\/\/static.pingcap.com\/files\/2025\/11\/26185445\/image-12.png 1044w, https:\/\/static.pingcap.com\/files\/2025\/11\/26185445\/image-12-300x195.png 300w, https:\/\/static.pingcap.com\/files\/2025\/11\/26185445\/image-12-1024x665.png 1024w, https:\/\/static.pingcap.com\/files\/2025\/11\/26185445\/image-12-768x499.png 768w\" sizes=\"auto, (max-width: 1044px) 100vw, 1044px\" \/><figcaption class=\"wp-element-caption\"><em>Figure 1. An example flow for a Manus 1.5 full-stack app.<\/em><\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"The_Scaling_Challenge_Thousands_of_Apps_and_Unpredictable_Workloads\"><\/span>The Scaling Challenge: Thousands of Apps and Unpredictable Workloads<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Manus 1.5 runs on a multi-layer model: <strong>tenants \u2192 apps \u2192 clusters\/branches<\/strong>. A single Manus user (tenant) might have several agents; each agent runs its own app. An agent can create its own database cluster and branch it for safe experiments. Multiply that by thousands of tenants, and you get an explosion of isolated databases. This is far beyond what traditional setups handle efficiently.<\/p>\n\n\n\n<p>What the workload really looks like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Bursty creation\/setup:<\/strong> An agent spins up a database, fires a burst of queries to build schema and seed data, then goes quiet.<\/li>\n\n\n\n<li><strong>Unpredictable spikes:<\/strong> Traffic returns when real users arrive or the agent iterates; the cycle repeats.<\/li>\n\n\n\n<li><strong>Mixed modalities:<\/strong> Short, intense OLTP bursts (user transactions + agent writes) alternate with heavier analytical and semantic queries (e.g., behavior analysis, vector searches over stored embeddings).<\/li>\n<\/ul>\n\n\n\n<p>Manual provisioning and tuning won\u2019t keep up. The data layer must adapt in real time, creating\/retiring databases in seconds, handling OLTP and analytics together, and absorbing spikes without human intervention.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"387\" src=\"https:\/\/static.pingcap.com\/files\/2025\/11\/26185447\/image-13-1024x387.png\" alt=\"A diagram showing Manus agent mapping to TiDB Cloud clusters.\" class=\"wp-image-30694\" style=\"width:650px;height:auto\" srcset=\"https:\/\/static.pingcap.com\/files\/2025\/11\/26185447\/image-13-1024x387.png 1024w, https:\/\/static.pingcap.com\/files\/2025\/11\/26185447\/image-13-300x113.png 300w, https:\/\/static.pingcap.com\/files\/2025\/11\/26185447\/image-13-768x290.png 768w, https:\/\/static.pingcap.com\/files\/2025\/11\/26185447\/image-13.png 1328w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\"><em>Figure 2. A diagram showing Manus agent mapping to TiDB Cloud clusters.<\/em><\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"TiDB_X_A_Database_Architecture_Built_for_Agentic_Workloads\"><\/span>TiDB X: A Database Architecture Built for Agentic Workloads<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/introducing-tidb-x-a-new-foundation-distributed-sql-ai-era\/\">TiDB X<\/a> is TiDB Cloud\u2019s breakthrough new distributed SQL engine. It\u2019s built for the dynamic, spiky, multi-modal workloads AI agents generate. Manus 1.5\u2019s ability to create tens of thousands of databases in days rides on TiDB\u2019s serverless architecture under the hood. Below is how TiDB X meets the core challenges of an agent-based platform.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Elastic Scale to \u201cMillions\u201d of Instances<\/h3>\n\n\n\n<p>TiDB X decouples compute from storage and lets compute nodes attach to a shared object-store backbone.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Spinning up a new database\u2014even 10,000 of them\u2014doesn\u2019t require heavy provisioning; each \u201ccluster\u201d is a lightweight compute allocation tied to common storage.<\/li>\n\n\n\n<li>Databases can be created or retired on the fly as agents come and go, without straining capacity.<\/li>\n\n\n\n<li>For Manus, agents created tens of thousands of isolated TiDB Cloud clusters in parallel, each ready in seconds, while TiDB automatically distributed data and load.<\/li>\n\n\n\n<li>Traditional databases struggle with either massive multi-tenancy or launching thousands of separate instances; TiDB X\u2019s cloud-native design handles both.<\/li>\n\n\n\n<li>In short, TiDB X is elastic by design\u2014able to expand or contract in seconds to follow unpredictable agent spikes.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Schema Agility for Every App, Agent, and Branch<\/h3>\n\n\n\n<p>Each agent-generated app is unique: different schema, different data, and frequent schema changes as the app evolves. TiDB X is designed for a schema-per-agent model.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Each agent gets an isolated database (or schema) so one agent\u2019s complex DDL or heavy queries never impact others.<\/li>\n\n\n\n<li>Internal metadata storage supports large numbers of tables and schemas.<\/li>\n\n\n\n<li>Online DDL lets agents add tables, columns, and indexes without downtime.<\/li>\n\n\n\n<li><a href=\"https:\/\/docs.pingcap.com\/tidbcloud\/branch-overview\/?plan=starter\"><strong>Branching<\/strong><\/a> creates an instantaneous, point-in-time copy of a database (copy-on-write), effectively branching data like Git.\n<ul class=\"wp-block-list\">\n<li>Agents \u201cfork\u201d database state to test risky changes or alternate approaches without touching production.<\/li>\n\n\n\n<li>Because storage is versioned and branchable, multiple variants of an app\u2019s data can exist simultaneously.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Branches are object-storage snapshots, not full copies, so thousands of agents can evolve their own schemas\u2014and multiple branches\u2014without degrading performance.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Hybrid OLTP + Analytics + Search in One Platform<\/h3>\n\n\n\n<p>AI agents mix workloads: transactional updates, analytical queries, and semantic search.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>TiDB Cloud provides an OLTP layer for fast transactions and an analytics path for heavy reads\/aggregations in the same system.<\/li>\n\n\n\n<li>TiDB X extends this with a unified query engine that can incorporate vector similarity search and knowledge-graph queries alongside SQL.<\/li>\n\n\n\n<li>For Manus, this means agents don\u2019t need separate databases for transactions, embeddings, and logs; everything can live in TiDB and be queried seamlessly.<\/li>\n\n\n\n<li>Running OLTP, analytics, vector, and AI queries together removes brittle ETL and cross-system hops, enabling real-time dashboards and AI reasoning on fresh data while protecting OLTP tail latency.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Cost Visibility and Self-Tuning via RUs<\/h3>\n\n\n\n<p>Serverless brings efficiency\u2014and a new budgeting challenge\u2014when agents spawn thousands of tiny, short-lived workloads.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>TiDB Cloud eliminates always-on provisioned compute; clusters scale elastically and idle when unused, reducing waste from over-provisioning.<\/li>\n\n\n\n<li>TiDB X\u2019s Request Unit (RU) model makes every query\u2019s cost visible per agent, so the platform can set limits and budgets.<\/li>\n\n\n\n<li>RU signals feed back to agents so they can rewrite queries or adjust plans, learning to stay efficient over time.<\/li>\n<\/ul>\n\n\n\n<p>The result? You keep performance and reliability under control and maintain predictable spend, even as agent workloads surge and evolve.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Why_TiDB_X_is_Uniquely_Suited_for_Agentic_Workloads\"><\/span>Why TiDB X is Uniquely Suited for Agentic Workloads<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Agentic platforms don\u2019t scale like traditional apps. They fan out across <strong>tenants \u2192 apps \u2192 branches<\/strong>, churn schemas constantly, mix OLTP + analytics + semantic queries, and spike unpredictably in both traffic and cost. To keep up, the data layer has to create isolation in seconds, absorb change without downtime, serve fresh insights, and stay within budget all at once.<\/p>\n\n\n\n<p>TiDB X is built for exactly that blend of speed, safety, and control. Here\u2019s how the pieces fit together, with clean handoffs between them:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Elasticity without toil: <\/strong>Start with raw speed and scale. You need to spin up and retire huge numbers of tiny databases and branches on demand, not after a ticket queue. Elastic, serverless scale ensures new databases are ready in seconds and safe to abandon when experiments end.<\/li>\n\n\n\n<li><strong>Speed alone isn\u2019t enough\u2014you also need safe change: <\/strong>Once instances exist, agents must evolve them continuously. Per-agent isolation and copy-on-write branching let each agent adjust schema and data versions without impacting neighbors, test risky ideas, and merge or discard outcomes cleanly.<\/li>\n\n\n\n<li><strong>Keep insight real-time without hurting OLTP: <\/strong>Isolation and change only work if the platform can answer questions on fresh data. A unified HTAP + AI engine runs transactions, analytics, and semantic\/vector queries in one place, routing heavy reads off the hot path so tail latency for OLTP stays predictable.<\/li>\n\n\n\n<li><strong>Close the loop with cost visibility: <\/strong>With thousands of short-lived workloads, unpredictability shifts from capacity to spend. RU-based metering and controls make every query\u2019s cost visible per app\/agent, cap noisy workloads before they blow budgets, and feed signals back so agents can learn cheaper plans over time.<\/li>\n<\/ul>\n\n\n\n<p>TiDB X gives agents freedom to spin up and evolve full-stack apps aggressively while keeping the data layer scalable, observable, and economically sane. <\/p>\n\n\n\n<p><em>Ready to build your agentic AI platform?<\/em> <em>Discover the data strategies behind the next generation of AI applications in our <strong><a href=\"https:\/\/www.pingcap.com\/ko\/ai\/use-case\/\">AI Use Case Gallery<\/a><\/strong>.<\/em><\/p>","protected":false},"excerpt":{"rendered":"<p>Software is shifting from developer-driven to agent-driven. With Manus 1.5, AI agents don\u2019t just \u201chelp you code\u201d; they spin up full-stack applications end-to-end. Ideas move from prompt to deployed app in minutes. It\u2019s a glimpse of what\u2019s next: rapid iteration, parallel exploration, and continuous change without human bottlenecks. That speed creates a new reality for [&hellip;]<\/p>\n","protected":false},"author":239,"featured_media":30709,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","footnotes":""},"categories":[199],"tags":[147,405,271,9,31],"class_list":["post-30692","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-customer-stories","tag-distributed-sql","tag-genai","tag-multi-tenancy","tag-scalability","tag-tidb-cloud"],"acf":[],"featured_image_src":"https:\/\/static.pingcap.com\/files\/2025\/11\/26200452\/Manus-TiDB-X.png","author_info":{"display_name":"Xin Shi","author_link":"https:\/\/www.pingcap.com\/ko\/blog\/author\/shixin\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Evolve Full-Stack Apps: How Manus 1.5 Uses TiDB X for AI Agents<\/title>\n<meta name=\"description\" content=\"See how TiDB X provides Manus 1.5 agents with the elastic scale and schema agility needed to evolve full-stack apps at scale.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.pingcap.com\/ko\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Evolve Full-Stack Apps: How Manus 1.5 Uses TiDB X for AI Agents\" \/>\n<meta property=\"og:description\" content=\"See how TiDB X provides Manus 1.5 agents with the elastic scale and schema agility needed to evolve full-stack apps at scale.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pingcap.com\/ko\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/\" \/>\n<meta property=\"og:site_name\" content=\"TiDB\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/pingcap2015\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-27T03:45:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-01T15:11:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.pingcap.com\/files\/2025\/11\/26200506\/Manus-TiDB-X-social-banner.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1801\" \/>\n\t<meta property=\"og:image:height\" content=\"901\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Xin Shi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/static.pingcap.com\/files\/2025\/11\/26200506\/Manus-TiDB-X-social-banner.png\" \/>\n<meta name=\"twitter:creator\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:site\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Xin Shi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/\"},\"author\":{\"name\":\"Xin Shi\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/5b8ba00f7573414cf945c58358dc2f46\"},\"headline\":\"How Manus 1.5 Uses TiDB X to Let Agents Ship Full-Stack Apps at Scale\",\"datePublished\":\"2025-11-27T03:45:03+00:00\",\"dateModified\":\"2025-12-01T15:11:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/\"},\"wordCount\":1386,\"publisher\":{\"@id\":\"https:\/\/www.pingcap.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2025\/11\/26200452\/Manus-TiDB-X.png\",\"keywords\":[\"Distributed SQL\",\"GenAI\",\"Multi-Tenancy\",\"Scalability\",\"TiDB Cloud\"],\"articleSection\":[\"Customer Story\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/\",\"url\":\"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/\",\"name\":\"Evolve Full-Stack Apps: How Manus 1.5 Uses TiDB X for AI Agents\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2025\/11\/26200452\/Manus-TiDB-X.png\",\"datePublished\":\"2025-11-27T03:45:03+00:00\",\"dateModified\":\"2025-12-01T15:11:56+00:00\",\"description\":\"See how TiDB X provides Manus 1.5 agents with the elastic scale and schema agility needed to evolve full-stack apps at scale.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#primaryimage\",\"url\":\"https:\/\/static.pingcap.com\/files\/2025\/11\/26200452\/Manus-TiDB-X.png\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2025\/11\/26200452\/Manus-TiDB-X.png\",\"width\":1801,\"height\":601},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pingcap.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Manus 1.5 Uses TiDB X to Let Agents Ship Full-Stack Apps at Scale\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pingcap.com\/#website\",\"url\":\"https:\/\/www.pingcap.com\/\",\"name\":\"TiDB\",\"description\":\"TiDB | SQL at Scale\",\"publisher\":{\"@id\":\"https:\/\/www.pingcap.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pingcap.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pingcap.com\/#organization\",\"name\":\"PingCAP\",\"url\":\"https:\/\/www.pingcap.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png\",\"width\":811,\"height\":232,\"caption\":\"PingCAP\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/pingcap2015\",\"https:\/\/x.com\/PingCAP\",\"https:\/\/linkedin.com\/company\/pingcap\",\"https:\/\/youtube.com\/channel\/UCuq4puT32DzHKT5rU1IZpIA\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/5b8ba00f7573414cf945c58358dc2f46\",\"name\":\"Xin Shi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/static.pingcap.com\/files\/2023\/07\/05173311\/shixin-150x150.png\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2023\/07\/05173311\/shixin-150x150.png\",\"caption\":\"Xin Shi\"},\"description\":\"Director of Product Management, PingCAP\",\"url\":\"https:\/\/www.pingcap.com\/ko\/blog\/author\/shixin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Evolve Full-Stack Apps: How Manus 1.5 Uses TiDB X for AI Agents","description":"See how TiDB X provides Manus 1.5 agents with the elastic scale and schema agility needed to evolve full-stack apps at scale.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.pingcap.com\/ko\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/","og_locale":"ko_KR","og_type":"article","og_title":"Evolve Full-Stack Apps: How Manus 1.5 Uses TiDB X for AI Agents","og_description":"See how TiDB X provides Manus 1.5 agents with the elastic scale and schema agility needed to evolve full-stack apps at scale.","og_url":"https:\/\/www.pingcap.com\/ko\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/","og_site_name":"TiDB","article_publisher":"https:\/\/facebook.com\/pingcap2015","article_published_time":"2025-11-27T03:45:03+00:00","article_modified_time":"2025-12-01T15:11:56+00:00","og_image":[{"width":1801,"height":901,"url":"https:\/\/static.pingcap.com\/files\/2025\/11\/26200506\/Manus-TiDB-X-social-banner.png","type":"image\/png"}],"author":"Xin Shi","twitter_card":"summary_large_image","twitter_image":"https:\/\/static.pingcap.com\/files\/2025\/11\/26200506\/Manus-TiDB-X-social-banner.png","twitter_creator":"@PingCAP","twitter_site":"@PingCAP","twitter_misc":{"Written by":"Xin Shi","Est. reading time":"7\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#article","isPartOf":{"@id":"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/"},"author":{"name":"Xin Shi","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/5b8ba00f7573414cf945c58358dc2f46"},"headline":"How Manus 1.5 Uses TiDB X to Let Agents Ship Full-Stack Apps at Scale","datePublished":"2025-11-27T03:45:03+00:00","dateModified":"2025-12-01T15:11:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/"},"wordCount":1386,"publisher":{"@id":"https:\/\/www.pingcap.com\/#organization"},"image":{"@id":"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2025\/11\/26200452\/Manus-TiDB-X.png","keywords":["Distributed SQL","GenAI","Multi-Tenancy","Scalability","TiDB Cloud"],"articleSection":["Customer Story"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/","url":"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/","name":"Evolve Full-Stack Apps: How Manus 1.5 Uses TiDB X for AI Agents","isPartOf":{"@id":"https:\/\/www.pingcap.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#primaryimage"},"image":{"@id":"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2025\/11\/26200452\/Manus-TiDB-X.png","datePublished":"2025-11-27T03:45:03+00:00","dateModified":"2025-12-01T15:11:56+00:00","description":"See how TiDB X provides Manus 1.5 agents with the elastic scale and schema agility needed to evolve full-stack apps at scale.","breadcrumb":{"@id":"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#primaryimage","url":"https:\/\/static.pingcap.com\/files\/2025\/11\/26200452\/Manus-TiDB-X.png","contentUrl":"https:\/\/static.pingcap.com\/files\/2025\/11\/26200452\/Manus-TiDB-X.png","width":1801,"height":601},{"@type":"BreadcrumbList","@id":"https:\/\/www.pingcap.com\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pingcap.com\/"},{"@type":"ListItem","position":2,"name":"How Manus 1.5 Uses TiDB X to Let Agents Ship Full-Stack Apps at Scale"}]},{"@type":"WebSite","@id":"https:\/\/www.pingcap.com\/#website","url":"https:\/\/www.pingcap.com\/","name":"\ud2f0DB","description":"TiDB | SQL at Scale","publisher":{"@id":"https:\/\/www.pingcap.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pingcap.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.pingcap.com\/#organization","name":"PingCAP","url":"https:\/\/www.pingcap.com\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/","url":"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png","contentUrl":"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png","width":811,"height":232,"caption":"PingCAP"},"image":{"@id":"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/pingcap2015","https:\/\/x.com\/PingCAP","https:\/\/linkedin.com\/company\/pingcap","https:\/\/youtube.com\/channel\/UCuq4puT32DzHKT5rU1IZpIA"]},{"@type":"Person","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/5b8ba00f7573414cf945c58358dc2f46","name":"Xin Shi","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/image\/","url":"https:\/\/static.pingcap.com\/files\/2023\/07\/05173311\/shixin-150x150.png","contentUrl":"https:\/\/static.pingcap.com\/files\/2023\/07\/05173311\/shixin-150x150.png","caption":"Xin Shi"},"description":"Director of Product Management, PingCAP","url":"https:\/\/www.pingcap.com\/ko\/blog\/author\/shixin\/"}]}},"grav_blocks":[{"acf_fc_layout":"resources","block_title":"Related Resources","block_title_desc":"","view_all_enabled":false,"view_all_text":"View All","view_all_link_type":"","relationship_source":"custom","num_results":3,"custom_tag":false,"custom_category":false,"custom_resource_ids":[29855,30039,27263],"fill_remaining_resources":true,"block_background":"block-bg-none","block_background_video_type":"url","block_background_video_url":"","block_background_video_file":false,"block_background_image":false,"block_background_overlay":false,"unique_id":"","block_option_custom_class":"","block_option_padding":["block-options-padding-remove-top"],"block_option_hide":[],"block_add_top_arc":false,"block_increase_bottom_padding":false}],"card_markup":"<a class=\"card-resource bg-white\" href=\"https:\/\/www.pingcap.com\/ko\/blog\/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale\/\"><div class=\"card-resource__image-container\"><img class=\"card-resource__image\" alt=\"Manus-TiDB-X\" src=\"https:\/\/static.pingcap.com\/files\/2025\/11\/26200452\/Manus-TiDB-X.png\" loading=\"lazy\" width=1801 height=601 \/><\/div><div class=\"card-resource__content-container\"><div class=\"card-resource__content-head\"><div class=\"card-resource__category\">Customer Story<\/div><\/div><h5 class=\"card-resource__title\">How Manus 1.5 Uses TiDB X to Let Agents Ship Full-Stack Apps at Scale<\/h5><\/div><\/a>","_links":{"self":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/30692","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/users\/239"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/comments?post=30692"}],"version-history":[{"count":18,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/30692\/revisions"}],"predecessor-version":[{"id":30794,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/30692\/revisions\/30794"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media\/30709"}],"wp:attachment":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media?parent=30692"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/categories?post=30692"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/tags?post=30692"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}