Posts

Showing posts from 2025

Vibe coding your way to Agentic AI

Image
If someone told me that “vibe coding” would be a thing someday, I would have laughed it away. But, here we are. Agentic AI is already starting to change the way we interact with AI. One can think of vibe coding as an “agentic” way of developing software. Let’s see how one can “vibe code” an Agentic AI application. Tools of the Trade No pun intended, here are the developer tools one could use. The Cloud Editor in Google Cloud Shell. This editor is similar in look and feel to VS Code. So, the application development can now happen entirely in the cloud, without installing anything on the laptop. Install the Roo Code extension  in the Cloud Shell Editor and configure it to use Gemini 2.0 Flash. You will have to create an API Key and set it up, as shown below. Lastly, we will use Google Agent Development Kit  (ADK) framework to create an agentic application. Once the Roo extension is installed, developer can use it in different modes such as - Architect, Code, Ask, Debug etc. Fo...