Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Sự chuyển dịch tất yếu: Từ Chatbot đến AI Agent
Mở đầu sự kiện, diễn giả Nguyễn Bá Tuấn Anh khẳng định AI hiện nay không còn chỉ là một công cụ hỏi – đáp đơn thuần. Thực trạng lập trình viên đang đối mặt với 3 rào cản lớn khi sử dụng AI truyền thống:
- Mắc kẹt ở mức căn bản: Chỉ dùng AI giải quyết các thuật toán nhỏ lẻ (LeetCode, HackerRank) mà chưa áp dụng được vào các project thực tế hàng nghìn file mã nguồn.
- Bẫy Chatbot: Coi AI là điểm cuối, copy-paste code mà không review, dẫn đến mất kiểm soát logic và khó bảo trì.
- Prompt “Cầu may”: Chat đi chat lại nhiều lần không ra kết quả đúng do thiếu bối cảnh dự án (Context), khiến mã nguồn khó mở rộng.
Trong hệ sinh thái AI Coding 2026, chúng ta thấy sự phân hóa rõ rệt:
- Nhóm Chat (ChatGPT/Gemini) dùng để học tập
- Nhóm Prototype (v0.dev/Lovable) tạo nhanh giao diện
- Nhóm AI Agent (Antigravity IDE) đóng vai trò “đồng nghiệp” tự động hóa toàn bộ quy trình từ lập kế hoạch, viết code đến chạy terminal và test lỗi.
![[AI Talk 2] Để Antigravity IDE Tự Code – Bước chuyển mình trong điều phối AI插图 [AI Talk 2] Để Antigravity IDE Tự Code – Bước chuyển mình trong điều phối AI插图](https://codegym.vn/wp-content/uploads/2026/05/dien-gia-tuan-anh.webp)
Antigravity IDE: Sức mạnh đột phá từ Context Window 1 triệu Token
Điểm nhấn kỹ thuật của sự kiện là việc phân tích Antigravity IDE. Khác với các editor truyền thống, IDE này tích hợp model Gemini 1.5 Pro, cho phép đọc hiểu toàn bộ cấu trúc mã nguồn của dự án nhờ ngưỡng ngữ cảnh (Context Window) cực lớn.
Các năng lực thực dụng nhất được diễn giả trình diễn bao gồm:
- Chế độ Planning (Tự lập kế hoạch): Thay vì code ngay, Agent sẽ liệt kê các file cần tạo, logic nghiệp vụ cần xử lý và hỏi xác nhận từ con người trước khi thực hiện.
- Browser Sub-agent: AI tự động mở trình duyệt Chrome, thực hiện click chuột, nhập liệu và đọc console log để tự động sửa lỗi UI/UX như một QA Tester thực thụ.
- Thực thi Terminal trực tiếp: Agent có khả năng tự cài đặt thư viện, chạy các lệnh CMD/Terminal trên Windows hoặc Mac để triển khai ứng dụng.
Case Study: Xây dựng Money Checker App theo tiêu chuẩn Apple Design
Trong phần Live Demo, diễn giả đã hướng dẫn xây dựng ứng dụng quản lý chi tiêu (Money Checker) chỉ trong vài phút. Quy trình chuyên nghiệp bao gồm:
- Thiết lập System Prompt: Định hình vai trò AI là Senior Frontend Engineer và giới hạn stack công nghệ (HTML/CSS/JS thuần) để tránh “Over-engineer”.
- Xác nhận nghiệp vụ: Agent chủ động hỏi về định dạng tiền tệ (VND/USD), kiểu nhập liệu (Dropdown/Text) và logic xóa dữ liệu trước khi viết code.
- Kiểm thử tự động: Sau khi sinh code, AI tự động thực hiện quy trình Visual Audit để kiểm tra khoảng trống (Spacing) và màu sắc theo phong cách tối giản của Apple.
- Công thức Prompt RCTO: Bí thuật của các Expert
Xem chi tiết demo tại đây: https://github.com/anhnbt/01-money-tracker-web-workflow
https://github.com/anhnbt/02-money-tracker-java-workflow
Để AI không “đoán mò”, diễn giả chia sẻ công thức RCTO giúp kiểm soát 100% đầu ra mã nguồn:
- Role (Vai trò): Định nghĩa AI là chuyên gia cụ thể (VD: Java Developer 10 năm kinh nghiệm) để kích hoạt tập dữ liệu chuẩn về bảo mật và performance.
- Context (Bối cảnh): Cung cấp nguyên liệu về công nghệ (MySQL 8, Spring Boot), cấu trúc file và logic nghiệp vụ hiện có của dự án.
- Task (Nhiệm vụ): Chia nhỏ nhiệm vụ (viết hàm, controller hoặc unit test) để dễ dàng kiểm tra lỗi.
- Output (Đầu ra): Ép định dạng trả về (JSON, file riêng biệt) để có thể sử dụng ngay mà không cần chỉnh sửa.
![[AI Talk 2] Để Antigravity IDE Tự Code – Bước chuyển mình trong điều phối AI插图1 công thức giao việc cho AI](https://codegym.vn/wp-content/uploads/2026/05/cong-thuc-giao-viec-1.png)
Tương lai nghề nghiệp: Giá trị của 10% cuối cùng
Dù AI có thể giải phóng 90% thời gian gõ phím, diễn giả khẳng định lập trình viên vẫn giữ vai trò Kiến trúc sư và Reviewer. Khoảng trống 10% mà AI chưa thể thay thế chính là:
- Thấu hiểu mong muốn mơ hồ của khách hàng (AI không thể đi họp thay con người).
- Xử lý các ngoại lệ phức tạp (Exception) và logic nghiệp vụ đặc thù của doanh nghiệp.
- Chịu trách nhiệm cuối cùng về đạo đức và chất lượng mã nguồn (Khi có lỗi, bạn là người chịu trách nhiệm, không phải AI).
“Đừng tự hào vì tạo ra hàng trăm dòng code, hãy tự hào vì bạn hiểu tại sao code đó hoạt động và tại sao nó lại được đặt ở đó.” – Diễn giả Nguyễn Bá Tuấn Anh chia sẻ ở những giây phút cuối sự kiện.
FAQ – Giải đáp kỹ thuật từ sự kiện
- Làm sao để tiết kiệm chi phí Token khi dự án quá lớn?
Bạn nên sử dụng tệp .agentignore để ngăn AI quét các thư mục rác hoặc thư viện bên ngoài. Ngoài ra, việc lưu ngữ cảnh vào các file tài liệu trong thư mục docs cũng giúp Agent nắm bắt nhanh mà không cần quét lại toàn bộ dự án. - Làm thế nào để AI Agent quản lý cùng lúc cả Frontend và Backend?
Hãy mở thư mục gốc chứa cả hai dự án. Sau đó, sử dụng kỹ thuật cung cấp ngữ cảnh thông qua tệp gemini.md để Agent biết được các quy tắc chung và tương tác được với cả hai package. - Sử dụng AI Agent có an toàn dữ liệu không?
Nên làm việc trong môi trường Sandbox (Local), không cấp quyền Root/Admin cao nhất cho Agent và sử dụng tính năng Request Review trong Antigravity để kiểm soát mọi hành động ghi file của AI. - Có thể tích hợp AI Agent vào các công cụ quản lý khác không?
Có, thông qua giao thức MCP (Model Context Protocol). Bạn có thể cắm thêm các MCP để Agent tự động kết nối Database, thực hiện commit code lên GitHub hay deploy trực tiếp lên Netlify.
Sự kiện AI Talk 2 không chỉ đơn thuần là một buổi chia sẻ về công cụ, mà còn mang ý nghĩa chiến lược trong việc định hình lại tư duy nghề nghiệp của cộng đồng lập trình viên. Thông qua chuỗi sự kiện này, CodeGym mong muốn phá bỏ những rào cản về cách sử dụng AI truyền thống, giúp người học thoát khỏi cái mác “thợ gõ code” để vươn mình trở thành những “nhạc trưởng” thực thụ trong việc điều phối công cụ này.
Hãy cùng CodeGym chờ đón AI Talk số 3! Liệu chủ đề tiếp theo sẽ là về tối ưu hóa Microservices với AI, hay bảo mật mã nguồn trong kỷ nguyên Agentic? Hãy tiếp tục theo dõi Fanpage và Website của CodeGym để là người đầu tiên nhận tấm vé tham dự những buổi thảo luận bùng nổ sắp tới.
Tham gia cộng đồng để nhận nhức tin tức mới nhất về sự kiện AI-Talk của CodeGym TẠI ĐÂY
Blog#Talk #Để #Antigravity #IDE #Tự #Code #Bước #chuyển #mình #trong #điều #phối1778743111
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357

Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357
Warning: mysqli_query(): (HY000/1194): Table 'wp_options' is marked as crashed and should be repaired in /www/wwwroot/petsr4u.com/wp-includes/class-wpdb.php on line 2357