Making the web faster and more user-friendly
Talk: Gemini + Chrome: Oltre la Chat, Bologna JS Meetup

On , I presented at the Bologna JS Meetup at Spazio01 Coworking in Bologna.
The talk, titled "Gemini + Chrome: Oltre la Chat. Usare l'AI per controllare il browser" (Gemini + Chrome: Beyond the Chat. Using AI to control the browser), was a demo of the Chrome DevTools MCP Server — showing how to connect AI with Chrome DevTools through the Model Context Protocol.
I showed practical examples of how to:
- Read the DOM in real-time and manipulate web pages
- Run visual smoke tests across different viewports
- Simulate complex user interactions for end-to-end testing
- Intercept network requests and analyze performance metrics
- Identify performance bottlenecks