bbioonThemes
  • Home
  • Blog

Category: AI

AI, Development

WordPress AI Client: building an image generation plugin

WordPress 7.0 ships the WordPress AI Client, a standardized PHP API for generative AI in plugins. This guide builds a provider-agnostic image generation tool for the Media Library using the prompt builder, support checks, and a REST endpoint.

Read Article
AI, Development

Titanic dataset analysis: finding survival patterns with Python

The Titanic dataset is the classic first project in data science. Using Python, Pandas, and Seaborn, this walkthrough shows how gender, passenger class, and family size shaped who survived, and what that teaches developers about reading data.

Read Article
AI, Development

The AI agent evaluation framework I use in production

Most AI agent projects fail because of weak evaluation, not weak models. These are the 12 metrics I run against every response, grouped into retrieval, generation, agent behavior, and production health, with PHP and Python examples.

Read Article
AI, AI in WordPress, Development

B2B document extraction: why I built it twice (regex vs LLM)

PDFs are where automation goes to die. I built the same B2B document extraction pipeline twice, first with regex and then with a local LLaMA 3 model. This is where each approach wins, where it breaks, and when the extra cost is worth it.

Read Article
AI, Bug Fixing, Development

Rare event forecasting with Transformers

Rare event forecasting breaks most models because they optimize for accuracy instead of impact. Here is how a multi-head Transformer, the Generalized Pareto Distribution, and the True Skill Statistic model the tail, with solar flares as the running example.

Read Article
AI, AI in WordPress, Development

When to scale AI to a multi-agent system

Moving from a single AI agent to a multi-agent system pays off once workflows get complex. This covers the ReAct loop, specialized roles like retriever, writer, and verifier, and when to drop the monolithic prompt to cut hallucinations.

Read Article
AI, Development

How I built a persistent Claude Code knowledge base

How I stopped re-explaining my projects to Claude every session. I keep a persistent knowledge base built from CLAUDE.md rules and a custom skill, and a nightly cron job keeps it current.

Read Article
AI, Development

Reproducing word vectors for sentiment analysis in Python

My reproduction of the Maas et al. (2011) word vectors for sentiment analysis paper: why semantic context alone misses polarity, and how a hybrid objective plus a linear SVM gets the accuracy back.

Read Article
AI, Development

Inference scaling and the hidden cost of reasoning models

Reasoning models think before they answer, and those hidden tokens land on your compute bill. Here is why inference scaling is an architectural trade-off, and how a simple routing policy keeps it from wrecking your margins.

Read Article
AI, Bug Fixing, Development

AI agent security and the four attack surfaces

The four places an autonomous agent gets attacked (prompt, tools, memory, and the planning loop) and how to lock down a WordPress and PHP backend with least privilege, schema validation, and reasoning logs.

Read Article

Posts navigation

Previous 1 2 3 4 … 46 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