bbioonThemes
  • Home
  • Blog

Tag: APIs

AI, AI in WordPress, Development

Agentic RAG vs classic RAG: pipeline or control loop

Classic RAG runs one retrieval pass and stays predictable. Agentic RAG keeps searching until it has enough evidence, and pays for it in latency and tokens. How I pick between them, and what breaks when a loop has no budget.

Read Article
Core Updates, Development

WordPress Featured Plugins Experiment: what it takes to qualify

WordPress is featuring eight plugins every two weeks, picked from those with under 10,000 installs and less than a year in the directory. What the criteria check, and the code cleanup worth doing first.

Read Article
AI, AI in WordPress, Development

Why an enterprise AI prototype stalls before production

Demo agents fall over in production because errors compound across steps and prompts break when the business process changes. Structured output, LLM-as-a-judge evals and OKR alignment are what get a prototype across.

Read Article
Bug Fixing, Core Updates

WooCommerce Store API vulnerability: how to check and patch

CVE-2026-3589 is a CSRF flaw in the WooCommerce Store API, affecting versions 5.4 to 10.5.2, that can be used to create admin accounts through batch requests. How the flaw works, and how to check your own version with WP-CLI or a small PHP snippet.

Read Article
AI, Development

Contextual retrieval in RAG: fix context loss at ingestion

Traditional RAG chunking strips the context that makes a chunk mean anything. Contextual retrieval fixes that by prepending a one-sentence summary situating each chunk in its parent document, and prompt caching keeps the ingestion cost down.

Read Article
AI, Development

AI interpretability: ask what the explanation is for

No model is interpretable in the abstract. Interpretability is a set of methods for answering a question, and in production that question is usually diagnosis, validation or discovery. Includes a way to store explanation data in WordPress meta and transients.

Read Article
Core Updates, Development

WordPress 7.0 Interactivity API gets a watch() function

WordPress 7.0 adds a programmatic watch() to the Interactivity API and populates state.url on the server, so the guard code around that first undefined value can go. Also covers the deprecated core/router navigation properties and what to use instead.

Read Article
Core Updates, Development

Why I walked away from enterprise WordPress development

After fourteen years, I moved away from enterprise WordPress maintenance. Four things pushed me out: release cycles measured in weeks, proprietary wrappers that hide core, six-month footer tickets, and a culture that punishes shipping.

Read Article
Development, E-commerce Development

What the new TDS Author Payment Program tiers pay

TDS reworked its Author Payment Program. Per-view pay now starts at 2,500 views, climbs to $0.10 per view past 7,500, and the monthly cap went from four articles to ten. Here is what that does to a single article’s payout.

Read Article
Development

Moving heavy WordPress logic to a FastAPI service

The WordPress REST API holds up fine until you need throughput. Notes on offloading heavy logic to FastAPI: Pydantic models replace hand-written validation, ASGI handles async I/O, and /docs gives you Swagger that matches the code.

Read Article

Posts navigation

Previous 1 … 20 21 22 … 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