Recently, Tencent Cloud Development (CloudBase) has made significant breakthroughs in the field of intelligent programming by launching "CloudBase AI ToolKit," which introduces the first backend service for intelligent programming in China. It also becomes the first Serverless development platform in China to integrate with mainstream AI coding tools, enabling AI programming to expand from generating static web pages ("from 0 to 1") to completing application development, deployment, and operation processes with commercial value ("from 1 to N").

In the development phase, developers often need to handle backend configurations manually even when using AI tools to quickly generate page structures and interaction logic. These tasks include determining database locations, writing cloud function logic, and configuring permissions. Each step requires repeated reference to documentation and switching between console interfaces. The CloudBase AI ToolKit acts as a "development guide + toolbox" for various AI programming tools, embedding specialized knowledge and operational tools from the cloud development platform. It provides advance guidance on development methods and resource deployment for specific scenarios. This way, AI can correctly understand user requirements when generating code, automatically calling MCP tools to complete tasks such as cloud resource creation, management, and online debugging. For instance, after generating registration functionality code, AI can automatically identify field logic to establish a user information database, judge whether verification code checks are required, deploy logic through cloud function modules, and simultaneously complete permission, interface, and environment configuration, forming an intelligent build pipeline.

WeChat_Screenshot_20250528193836.png

In the deployment phase, after developers use AI tools to complete functional code writing, they typically have to manually package projects, configure platform parameters, set environment variables, and open API gateways. Different platforms require repeating these steps, and incorrect interface paths can lead to deployment failure. The CloudBase AI ToolKit provides various automation tools and backend services for intelligent programming tools, allowing AI to automatically complete packaging, building, cloud resource creation, and platform integration. Developers only need to input a natural language publish command, and AI will call the built-in tools to deploy application front-end and back-end resources to the cloud development platform, automatically completing all underlying configurations. After deployment, the cloud development platform can automatically scale resources based on business load changes to ensure stable service operation.

In the operation phase, applications may face issues such as lagging, function errors, or data anomalies after going live. In the past, developers had to manually troubleshoot, modify the code, and redeploy, which was labor-intensive. Now, with the assistance of the CloudBase AI ToolKit, AI within various programming tools acts like a "quality inspector + automatic repairman" on an intelligent production line, continuously monitoring the backend system's operational status, real-time recording function calls, interface responses, resource loads, and error logs. Upon detecting abnormalities, it immediately diagnoses and pushes notifications to developers for judgment, then automatically fixes the issue. AI analyzes the root cause, generates repair suggestions, and even produces patch code. After developer confirmation, updates can be deployed, forming an automated closed loop of "discovery → analysis → repair → deployment."

Currently, the CloudBase AI ToolKit has been released on GitHub and CNB open-source repositories for developers to download. The template repository also provides configuration files for mainstream AI programming tools, enabling developers to use them immediately. This innovative approach makes AI a reliable partner for developers, enhancing development efficiency and completeness.

GitHub address

https://github.com/TencentCloudBase/CloudBase-AI-ToolKit

CNB address

https://cnb.cool/tencent/cloud/cloudbase/CloudBase-AI-ToolKit