1/4🕰️🌅✨ It was 2004. Blogs were new, WordPress was young, and I was staring at a media management problem that nobody had solved quite right. So I did what any developer does,I built it myself. ImageManager was born. A little plugin, a lot of hope.
Take control of AI on WordPress!
AI Valve lets you govern the WP AI Connector:
✅ Per-plugin permissions
✅ Token budgets & limits
✅ Real-time dashboard logging
Stop runaway costs. Get visibility & control.
Free & Open Source → Search “AI Valve” on WP(.)org
#WordPress
1/ @mattpocockuk's /grill-with-docs is the best AI skill I've touched all year.
It doesn't write code. It interrogates you until you actually know what you're building.
Classic mojibake — ø got encoded as UTF-8 (two bytes: 0xC3 0xB8), then re-interpreted as if it were Shift-JIS (or sometimes Windows-31J / CP932). In Shift-JIS, those same two bytes happen to be the half-width katakana characters テ (0xC3) and ク (0xB8).
#WordPress 7 ships an AI Connector. Every plugin can call it.
AI Valve puts a valve in front: per-plugin allow/deny, token budgets, context limits, full request logs.
👉 github.com/soderlind/ai-valv…
#WordPress 7 ships an AI Client. vmfa-ai-organizer v1.3.0 speaks it.
Configure one connector (Claude, OpenAI, whatever) → vision models sort your media into virtual folders. No extra keys.
One AI provider. Every plugin. Finally.
👉 github.com/soderlind/vmfa-ai…
#WordPress ships tomorrow with the AI connector baked in.
I realized I had no idea which of my plugins were using it. Or how many tokens I was burning.
So I built AI Valve: github.com/soderlind/ai-valv…
ext-php-copilot: github.com/soderlind/ext-php…
ext-php-copilot is a #PHP 8.3 extension, written in #Rust with ext-php-rs, for driving GitHub #Copilot through the Rust github-copilot-sdk.
PHP devs: you can now call GitHub Copilot natively from PHP. 🐘
ext-php-copilot is a PHP 8.3 extension I wrote in Rust with ext-php-rs, wrapping the official github-copilot-sdk. CLI embedded at build time or resolved from PATH.
/cc @GitHubCopilotgithub.com/soderlind/ext-php…
cpltbox is deliberately boring:
→ POST a repo a task → Copilot runs in an ephemeral sandbox → You get back a git diff→ You decide what happens next
No autonomy theater. No auto-merges. Just curl-able Copilot. 📦
github.com/soderlind/cpltbox…