百度Comate的AI编程工具小试

背景

  • 百度Comate基于文心大模型(ERNIE-Code) ,结合百度内部编程大数据及GitHub优质开源数据训练,具备深度语义理解能力。
  • 支持100+编程语言(如Go、Java、Python、JavaScript等),兼容主流IDE(VS Code、JetBrains系列)。

Zulu智能体

提示词

依然重要

As a Developer, I want to ask you to perform a code review.

Consider previous comments noted below and avoid repeating similar recommendations.

If you spot a recurring issue, skip it.

Make your feedback clear, concise, and actionable, with specific improvement recommendations.

Review the code snippet below based on these criteria:

Syntax and Style: Look for syntax errors and deviations from conventions.

Performance Optimization: Suggest changes to improve efficiency.

Security Practices: Check for vulnerabilities and hard-coded secrets (mask half the info).

Error Handling: Identify unhandled exceptions or errors.

Code Quality: Look for code smells, unnecessary complexity, or redundant code.

Bug Detection: Find potential bugs or logical errors.

  • Please make sure to use Simplified Chinese as the language for interactions with users, unless it is for specific proprietary terms or situations where English words are more appropriate.
image

自动修改代码

需要发出patch_file指令

image

/调优建议

选择上下文件,输入 "/调优建议"

image

大型工程OOP分析

提示词来自《Trae中实现OOP原则工程重构》,发现5000个JAVA文件,但实际上只分析了120个

image

代码索引需要手动构建

image

对于超长上下会自动切割与停止

image

我们命令其生成markdown文档

突然重启了

image

生成zip文件,文件是损坏的

image

前端js文件统计

勉强完成任务,但markdown输出是混乱的

结论

百度Comate工具看上去不太稳定,百度内置大模型ERNIE一直以后都是鸡肋,只能做其他模型与工具不可用时辅助。

相关推荐
树下水月1 分钟前
Go语言编码规范
开发语言·后端·golang
码luffyliu2 分钟前
Go 实战: “接口 + 结构体” 模式
后端·go
Lisonseekpan3 分钟前
为什么Spring 推荐使用构造器注入而非@Autowired字段注入?
java·后端·spring·log4j
BingoGo4 分钟前
PHP 之高级面向对象编程 深入理解设计模式、原则与性能优化
后端·php
草莓熊Lotso4 分钟前
Python 流程控制完全指南:条件语句 + 循环语句 + 实战案例(零基础入门)
android·开发语言·人工智能·经验分享·笔记·后端·python
laozhoy14 分钟前
深入理解Golang中的锁机制
开发语言·后端·golang
码luffyliu7 分钟前
Go 中的深浅拷贝:从城市缓存场景讲透指针与内存操作
后端·go·指针·浅拷贝·深拷贝
老华带你飞9 分钟前
个人网盘管理|基于springboot + vue个人网盘管理系统(源码+数据库+文档)
java·数据库·vue.js·spring boot·后端
JaguarJack20 分钟前
PHP 之高级面向对象编程 深入理解设计模式、原则与性能优化
后端·php
章豪Mrrey nical8 小时前
前后端分离工作详解Detailed Explanation of Frontend-Backend Separation Work
后端·前端框架·状态模式