Blog

Understanding Playwright Agents

In my recent Agentic Coding Tips post, I mentioned how AI tools like Cursor and Copilot, when combined with Playwright MCP, can dramatically speed up the process of planning and generating tests. With the latest Playwright 1.56 release, things just...

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:...