When AI models start asking each other for help without being told to, something magical happens.| Paolo’s Weblog
An old friend with many years of software development experience yesterday reminded me of the old saying: “if you can explain a problem, it is half solved”. Chatting about it we agreed …| Paolo’s Weblog
I just built yet another MCP experiment. First I created a Python script to process .md files: chunk them, create embeddings, store everything in a PostgreSQL database. Then I built an MCP server w…| Paolo’s Weblog
I’m not confident enough in the tools I built this week to share them around just yet. As long as they run on my Mac, I’m happy, but I can’t really take responsibility for how they’d work for anyone else. Still, while I’m not serving up the dish, I’m definitely happy to share the recipe! … Continue reading "And here’s the recipe"| Paolo’s Weblog
I started with a new idea this morning: create an MCP server that allows Claude to talk to the various OpenAI models. Now I can ask Claude to ask any of the openAI models. What I find more fascinating is how Claude is figuring out how to use these new tools. The key is in … Continue reading "More MCP fun: Claude talks with ChatGPT"| Paolo’s Weblog
This morning I asked myself if I could make Spotlight on my Mac talk to Claude. Just a small experiment. I ended up building a minimal MCP server that exposes Spotlight’s index—files, apps, recent items—as JSON-RPC tools. With that in place, Claude could search my folders, read files, and understand what a project is about. … Continue reading "Spotlight → MCP"| Paolo’s Weblog
Following up what I posted recently about Scrape wars, I wrote a longer post for my company site. Reposting it here just for reference. We’ve talked before about how everything you write should work as a prompt. Your content should be explicitly structured, easy for AI agents to read, interpret, and reuse. Yet, despite clear … Continue reading "Scraping Challenges and Open Standards"| Paolo’s Weblog
Here’s a snapshot of what AI tools and how am I using them on this 27th of May 2025. Things change fast, I’m writing this for my future self who will be moved while reminiscing these pioneering times. I more or less always have the Claude and ChatGPT apps running. Recently I have also created a … Continue reading "Daily AI Tools"| Paolo’s Weblog
Gemini ChatGPT Midjourney (using my profile picture as a reference)| Paolo’s Weblog
Building a custom MCP server to connect Claude directly to WordPress, enabling automated blog post creation with proper formatting and intelligent categorisation.| Paolo’s Weblog