bbioonThemes
  • Home
  • Blog

Category: Development

AI, Development

How I handle covariance shift with IPW

A WooCommerce recommendation engine scored 0.85 AUC in staging and fell apart on launch day because the live audience did not match the training data. Inverse probability weighting is how I got an honest read on what the model was really doing.

Read Article
AI, Development

Cyclical feature encoding and the midnight paradox

A client’s hourly sales model lost its accuracy every night at midnight because it read 23:00 and 00:00 as far apart. Sine and cosine encoding puts the hours back on a circle, which is where they belong.

Read Article
AI, Development

Distributed computing with Ray, from one core to 64

A client bought a 64-core Threadripper and their script still ran on one core for an hour. Ray brought it down to about two minutes, with less code than the multiprocessing version I tried first.

Read Article
Development, E-commerce Development

Specialized data roles beat the generalist stack

Data work is moving away from generalists and toward people who know the domain, whether that is archaeology, renewable energy or sport. I got this wrong once on a solar reporting engine, and the fix was domain logic rather than a better query.

Read Article
AI, Development

Agentic AI workflows that survive a failed API call

A client’s research pipeline kept hallucinating specs until we stopped writing one giant prompt. Notes on using IntelliNode’s VibeFlow to compile intent into a task graph, plus the code we run in production.

Read Article
Design, Development

Ambient animation implementation without the jank

Notes from cleaning up a music agency site that animated every SVG path on scroll: where CSS keyframes stop working, where GSAP path morphing earns its weight, and how to respect user motion preferences.

Read Article
Core Updates, Development

A WordPress development workflow that survives bad hosting

A WooCommerce site broke because its new host had no bcmath extension. The proposed filter for the required PHP extensions list in core would catch that kind of gap before checkout starts failing.

Read Article
AI, Development

A tabular foundation model beats XGBoost on 800 rows

Predicting lead conversion from 800 WooCommerce rows, where XGBoost just memorized the noise. Why TabPFN and in-context learning made a better baseline than another afternoon of hyperparameter tuning.

Read Article
Bug Fixing, Development

Measure Python code performance before you optimize

A WooCommerce sync script went from ten minutes to three hours after the catalog grew. cProfile showed the API was fine and a nested loop building strings was eating 70% of the runtime.

Read Article
AI, Development

Why I swapped mega-prompts for a custom AI assistant

I spent hours refining a mega-prompt and still got different output every session. Here is why that logic moved into a custom AI assistant, how the MATCH framework structures one, and when a private local session is the better call.

Read Article

Posts navigation

Previous 1 … 71 72 73 … 107 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