bbioonThemes
  • Home
  • Blog

Tag: AI

AI, Development

Ghost database for AI: why agents need throwaway Postgres

Ghost is an agent-first Postgres platform. Notes from using its MCP server and database forking to let AI agents test schema changes and index strategies without touching a shared staging database.

Read Article
Accessibility, Design, Front-end

Streaming UI stability: fixing scroll jumps and layout shifts

Streaming interfaces jump around and drag the scrollbar back to the bottom. What fixes it: tracking whether the user scrolled away, batching renders into the animation frame, and marking the container up as an ARIA log region.

Read Article
AI, Development

Credit scoring model stability: monotonicity and PSI in Python

A credit model can score well and still fall apart in production if its variables drift. Two checks before estimation: whether each variable holds a consistent risk direction, and what PSI says about distribution shifts between datasets.

Read Article
AI, AI in WordPress

Stacking ensembles, and why one model is not enough

One best model is one point of failure. I go through the three layers of a stacking ensemble, how predictions become features for the next layer, and what the extra training time actually costs you.

Read Article
AI, Development

Multimodal RAG without the multimodal embeddings

Multimodal RAG usually fails at retrieval, not at vision. I walk through the proxy-pointer approach: parse a document into a section tree, keep image pointers on each node, and retrieve whole sections instead of sliding-window chunks.

Read Article
AI, Development

Calling Rust from Python when a loop will not vectorize

Some loops will not vectorize, and Python object overhead eats whatever is left. Here is how PyO3 and Maturin let you move a hot loop into Rust, how Rayon uses the rest of your cores, and what the throughput looks like afterwards.

Read Article
AI, AI in WordPress, Development

Where agentic AI token savings actually come from

Prompt caching only pays off when the prefix stays byte-identical. I go through the mistakes that break it, a semantic cache layer for WordPress, loading tool definitions on demand, and what to keep or drop between turns.

Read Article
AI, Bug Fixing, Development

Catching PyTorch NaNs at the exact layer with forward hooks

set_detect_anomaly points at the wrong layer and costs you 10x on CPU. A forward hook adds roughly 3ms per pass, names the layer that produced the NaN, and pairs with a gradient norm check that fires a step earlier.

Read Article
AI, Core Updates, Development

WordPress AI features in the 0.7.0 experimental release

Version 0.7.0 of the experimental AI plugin adds content classification, bulk alt text generation, and hooks for changing system instructions before results are saved. Here is what holds up, what to watch on a slow host, and what 0.8.0 has queued.

Read Article
AI, Development, E-commerce Development

Pandas performance: why row loops wreck your pipelines

Row-wise iteration is what makes most Pandas code slow. This walks through profiling with %timeit and memory_usage, replacing iterrows with vectorized operations, cutting memory with category types, and when to move to Polars or DuckDB instead.

Read Article

Posts navigation

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