Blog

AI + Chrome DevTools MCP: Trace, Analyse, Fix Performance

Google has released a potentially significant tool for AI-driven web development and testing: an official Chrome DevTools MCP integration. In plain terms, Chrome DevTools can now hook into AI coding assistants via the Model Context Protocol (MCP). Chrome DevTools MCP...

Mermaid diagrams: When AI Meets Documentation

Maintaining good technical documentation used to be a chore. But thanks to large language models (LLMs), it’s getting a whole lot easier. These days AI can help generate and even update your Markdown docs in seconds. Imagine describing a system...

Playwright Agentic Coding Tips

In my earlier article on the Playwright MCP, we looked at the theory behind LLM function calling and the MCP protocol. That gave us the groundwork — but theory alone isn’t enough. The next question is: what does an AI...

AI Tooling for Developers Landscape

At the end of 2024, in From Live Suggestions to Agents: Exploring AI-Powered IDEs, I described current landscape of AI tooling for developers. My focus was mainly on Agentic IDEs. A lot has changed since, but one quote remains relevant:...

How does Playwright MCP work?

Playwright MCP is the latest big thing in the test automation world. It connects one of the most popular testing tools, Playwright, with the emerging AI trend known as Model Context Protocol (MCP). The result? A powerful new way to...