Of course, it’s not just about scripting or scraping or writing SQL. The more interesting question is how AI can help product teams build, test, and iterate faster. Recently, I’ve been experimenting with tools like Vercel’s V0, Lovable, Stackblitz Bolt, and Val Town’s Townie. These are prompt-driven interfaces for building front ends. So far these tools are mostly marginal gains: good for green field ideas, basic internal tooling and early prototyping, but you’re not likely to be able to use them to ship something much more useful. It’s still early days, but the pace of improvement is fast and the competition is intense.
At the FT, we’ve been exploring how AI could assist in the editing process—flagging errors or inconsistencies before a story is published. To prototype some ideas, I used v0 and Lovable to generate sample interfaces and see how they might plug into our own text editor infrastructure. It’s been a good way to test possibilities and get clearer on implementation paths.
Better results though have come from ideas I’ve got from colleagues that I’ve been able to quickly prototype in code using other methods. More modern, development-tuned LLMs with large context windows like OpenAI’s GPT-4.1 have made ‘vibe coding’ something really enjoyable, rapid, and productive. In just a few hours I managed to put together an app that transcribed live German radio into English and made it searchable via a web interface.
One of the advantages of using AI for code is that it’s easy to verify: does the output run? Does it do what you asked? While there are risks—especially if you’re building without understanding the underlying logic—for prototyping and lightweight tooling, it’s remarkably effective. A half hour of back-and-forth with an LLM can take you further than you might expect.
Product managers are often expected to be generalists, working across domains without always having deep technical skills. But that balance is shifting. These tools extend what a generalist can accomplish, letting you bring more ideas to life without waiting for engineering time or even full specs. That, I think, is where the most immediate opportunity lies.
You can sign up to the Product Notes newsletter here.