bbioonThemes
  • Home
  • Blog

Category: AI

AI, Development

Why your AI project needs a knowledge graph

A knowledge graph has three layers: an ontology, controlled vocabularies and observational data. This post walks through what each one does, and shows the WordPress version of the shift from flat meta_query lookups to taxonomy-based entity relationships.

Read Article
AI, Development, E-commerce Development

What breaks in retrieval-augmented generation at scale

Retrieval-augmented generation is past the demo stage. Notes on chunk size as an experimental variable, why HNSW precision degrades as the index grows, the latency cost of extra retrieval layers, and a transient wrapper for caching retrieval in WordPress.

Read Article
AI, AI in WordPress

Demand forecasting with graph neural networks in WooCommerce

Rolling-window forecasts treat every SKU as independent. This post models a WooCommerce catalog as a graph instead, with GraphSAGE over shared plants and attributes, the PHP that extracts SKU neighbors, and where heterogeneous transformers go further.

Read Article
AI, Development

How local LLMs found a faster matmul on a MacBook

A multi-agent Autogen loop running Mixtral 8x7B locally on an M3 MacBook rewrote a Rust matrix multiply until it hit NEON SIMD and Rayon, taking it from 760ms to 359ms. Notes on how the loop was set up and where the generated code went wrong.

Read Article
AI, Development

Why your GPU idles between inference batches

An L40S idling a full second between batches is a data transfer problem, not a compute problem. How multi-worker output processing, pre-allocated pinned buffers and dedicated CUDA streams took one PyTorch inference pipeline to about 4X throughput.

Read Article
AI, Development

Data poisoning: who manipulates training data and why

Poisoned training data does not crash anything. It shifts your model’s weights while the accuracy score stays high. Who does it and why, from malware authors to artists using Nightshade, plus what a sanitization layer on your ingestion path needs to check.

Read Article
AI, Development

Killing the yellow halo in AI image compositing

RGB alpha blending averages channels, so background color stays baked into the edges of every cut-out. Moving the operation into Lab and deprojecting the chroma vector removes the spill, and a three-tier mask fallback keeps the pipeline running when a model chokes.

Read Article
AI, Development

Fixing AI/ML data transfer bottlenecks in PyTorch

GPU starvation, not GPU speed, is what slows most training runs. How I find AI/ML data transfer bottlenecks in an nsys trace, then fix them with num_workers, pinned memory and a CUDA stream prefetcher.

Read Article
AI, Core Updates, Development

The WordPress AI Client heads for Core 7.0

WordPress AI Client v0.4.0 rewrites the Google, Anthropic and OpenAI providers, adds PSR-14 events and a caching layer. What that means for plugin authors ahead of the February 19th Beta 1 for Core 7.0.

Read Article
AI, Development

Technical debt in AI development: the God function problem

AI can write a WooCommerce feature in seconds, and it usually writes it as one 150-line God function with a hard-coded API key. This is what that debt costs and how to refactor it into something maintainable.

Read Article

Posts navigation

Previous 1 … 35 36 37 … 42 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