bbioonThemes
  • Home
  • Blog

Tag: APIs

AI, Core Updates, Development

WordPress 7.0 AI integration: the road to Beta 1

Notes on the WordPress 7.0 AI integration roadmap: the WP AI Client merge proposal, the GatherPress demo built on the Abilities API, how the native client compares to the MCP adapter, and what has to land before the February 19 Beta 1 deadline.

Read Article
AI, AI in WordPress, Development

What the WordPress.com Claude Connector actually does

WordPress.com now has an official Claude Connector built on MCP and OAuth 2.1. It gives Claude read-only access to site data like traffic, comments and content, with no custom REST bridge to maintain. Here is what it can do, how to switch it on, and where it stops.

Read Article
AI, AI in WordPress, Development

SageMaker vs Azure ML: how each handles training compute

Part 2 of the SageMaker vs Azure ML series, this time on compute. Azure keeps clusters as persistent workspace assets while SageMaker spins them up per job and tears them down after, plus spot instances, checkpointing and container control.

Read Article
Bug Fixing, Development

Profiling Python with py-spy: 169 seconds down to 0.56

A Pandas iterrows() loop over 3.5 million flight records took about 170 seconds. py-spy is a sampling profiler that shows where the time went without slowing the script down, and the vectorized NumPy rewrite does the same work in 0.56 seconds.

Read Article
Development

Pandas loc vs iloc and the slicing rule that bites

loc selects by label, iloc by position, and their slicing rules disagree: loc includes the stop value, iloc excludes it. Here is when I use each one, plus the duplicate-index case where loc quietly breaks a model.

Read Article
AI, AI in WordPress, Development

Syncing frontend and backend code in one repo

Separate repos for the React frontend and the WordPress backend are why payloads drift out of sync. Notes on moving to a monorepo with Roots Bedrock, keeping an AGENTS.md map of endpoints for coding agents, and the stale REST cache that broke a checkout.

Read Article
AI, Development

Why I let my agentic architecture write its own tools

Pre-built agent toolboxes break the moment a client asks something you did not plan for. Here is the plan-code-execute setup I use instead, where the agent writes its own Python, plus the hallucinated CSV that taught me why the analyst step is mandatory.

Read Article
Core Updates, Development

Freshly Pressed is back, and Jetpack decides if you qualify

Freshly Pressed is back in the WordPress.com Reader, with people picking the posts instead of an engagement score. If you are self-hosted, that only helps once your Jetpack sync is actually working, so here is what to check.

Read Article
AI, Development

Build a persistent LLM memory layer with DSPy and QDrant

Chat history arrays are a log, not memory. This walks through the LLM memory layer I build instead: DSPy signatures for extracting atomic facts, QDrant for per-user vector storage, and a maintenance agent that decides when an old fact gets updated or deleted.

Read Article
AI in WordPress, Core Updates, Development

WordPress 7.0 client-side media moves resizing to the browser

The February 4, 2026 dev chat put client-side media on the road to WordPress 7.0: libvips compiled to WASM, running in a worker thread, with image resizing done in the visitor’s browser instead of on your server.

Read Article

Posts navigation

Previous 1 … 28 29 30 … 70 Next

bbioonThemes

Senior WordPress Engineer
Toptal & Codeable Expert

Connect

  • GitHub
  • Twitter
  • LinkedIn
  • Codeable

Explore

  • Expertise
  • Work
  • Insights
  • Blog

Resources

  • bbioonThemes
  • Contact
  • Privacy Policy
© 2026 bbioonThemes. All rights reserved.
Privacy