Uncategorized
Open Channels FM: Collaborative Publishing in Modern WordPress

Open Channels FM: Collaborative Publishing in Modern WordPress

avril 13, 2026
Real-time collaboration in WordPress enhances team efficiency by allowing simultaneous editing, though initial limitations exist. Future improvements aim for smoother, scalable experiences.​ 
Riad Benguella: Meet Studio Code: I redesigned my WordPress site in a 2 hours

Riad Benguella: Meet Studio Code: I redesigned my WordPress site in a 2 hours

avril 13, 2026
The shoemaker’s children go barefoot or, as we say in French, Les cordonniers sont toujours les plus mal chaussés. That’s been me for years. As a developer working on WordPress, I’ve long neglected the design of my site. This ends today. We’ve recently released a new tool called Studio Code, think of it as Claude Code but tailored for WordPress. A […]
Donncha: Media Picker for Immich: Self-Hosted Photos in WordPress

Donncha: Media Picker for Immich: Self-Hosted Photos in WordPress

avril 13, 2026
I’ve just released Media Picker for Immich on the WordPress.org plugin directory. It connects WordPress to a self-hosted Immich server so you can browse, search, and insert your photos and videos into posts without copying files around. Immich I run Immich at home. It’s where my photos now live. They’re organised, searchable, with facial recognition […]
WordPress.org blog: Celebrating Community at WordCamp Asia 2026

WordPress.org blog: Celebrating Community at WordCamp Asia 2026

avril 12, 2026
WordCamp Asia 2026 brought the global WordPress community to Mumbai, India, from April 9–11, gathering contributors, organizers, sponsors, speakers, and attendees at the Jio World Convention Centre for three days of learning, collaboration, and community. With 2,281 attendees, the event reflected the scale of the WordPress community and the strong turnout throughout the event. The […]
Gary: Claudaborative Editing 0.4: Twice the fun!

Gary: Claudaborative Editing 0.4: Twice the fun!

avril 10, 2026
I’ve been taking an iterative approach to building Claudaborative Editing: build something to prove that the underlying concept works, then evolve on top of that. The first two iterations were answering a question I had: can an LLM genuinely improve the writing process? Along the way, I found a more important question: can it be […]
Open Channels FM: How AI Is Reshaping Release Communication in Open Source Projects

Open Channels FM: How AI Is Reshaping Release Communication in Open Source Projects

avril 10, 2026
AI is revolutionizing release communication for open source projects by automating updates, enhancing clarity, and maintaining human oversight, ensuring effective information delivery.​ 
How to Set Min & Max WooCommerce Order Limits (& Stop Overselling)

How to Set Min & Max WooCommerce Order Limits (& Stop Overselling)

avril 10, 2026
It’s frustrating when customers place orders in your online store that are too small to be profitable, or so large that they deplete your stock and create shipping nightmares. Setting minimum and maximum order limits in WooCommerce solves this problem. It can help you keep your inventory under control, prevent overselling, and grow your business more […]
Greg Ziółkowski: Research: Architecting Tools for AI Agents at Scale

Greg Ziółkowski: Research: Architecting Tools for AI Agents at Scale

avril 9, 2026
Loading all available tools into an LLM’s context simultaneously is one of the most consequential architectural mistakes teams make when building AI integrations. The solution isn’t bigger context windows, and it’s progressive tool exposure: dynamically presenting only the tools relevant to each interaction. This post surveys the major patterns for doing so, drawn from production servers, […]
Open Channels FM: How Hosting Companies Empower Agencies Through Effective Partnerships

Open Channels FM: How Hosting Companies Empower Agencies Through Effective Partnerships

avril 9, 2026
In this episode, Adam Weeks and Carrie Smaha discuss agency partner programs, emphasizing ongoing commissions, risk management, and building trust.​ 
Weston Ruter: Adding an MCP Server to the WordPress Core Development Environment

Weston Ruter: Adding an MCP Server to the WordPress Core Development Environment

avril 8, 2026
I wanted to hook up Claude Code to be able to interact with my local wordpress-develop core development environment via MCP (Model Context Protocol). I couldn’t find documentation specifically for doing this, so I’m sharing how I did it here. Assuming you have set up the environment (with Docker) and started it via npm run […]