bbioonThemes
  • Home
  • Blog

Tag: AI Assistants

AI, Development

How I actually use Claude Code as a WordPress dev

Chatting with an LLM in a browser tab is a bottleneck. This is the Claude Code setup I use instead: slash commands for the prompts I repeat, an AGENTS.md file for project memory, and plan mode before any code gets written.

Read Article
AI, AI in WordPress, Development

How Infini-attention keeps long context from eating memory

Longer context windows cost server memory, not just compute. Infini-attention replaces the growing KV cache with a fixed-size compressive memory matrix updated by a Delta Rule, which cut memory use by 114x in Google’s tests.

Read Article
AI, Development

How I run coding agents in parallel without losing track

Running several coding agents at once only works if you plan the work first and keep them off each other’s files. Here is the four-step workflow I use with Claude Code and Warp, plus the migration mess that taught me the isolation rule.

Read Article
AI, AI in WordPress

Context engineering beats writing longer prompts

Prompting stops scaling as soon as a task has real edge cases. Here is what the Stanford ACE research found about its generator, reflector and curator loop, where the gains show up, where they do not, and how to keep the same kind of playbook in WordPress.

Read Article
AI, Development

Building an AI language tutor with n8n and multimodal models

How I built a Mandarin tutor on n8n: audio in through a webhook, transcription with pinyin, Gemini for the pronunciation feedback, and ElevenLabs for the voice. It runs under 1 euro a month.

Read Article
AI, AI in WordPress, Development

NeMo Agent Toolkit: real metrics for LLM agents

Most LLM agents ship with no visibility between the input and the answer. How the NeMo Agent Toolkit traces every tool call and scores trajectory rather than answer accuracy alone, using Arize Phoenix and W&B Weave.

Read Article
AI, Development

How I use slash commands in Cursor and Claude Code

I stopped retyping the same AI prompts and moved them into a commands folder. How slash commands work in Cursor and Claude Code, the two I use most on WordPress projects, and why that folder belongs in Git.

Read Article
AI

Automatic prompt optimization for vision agents with HRPO

Manual prompt tweaking does not survive contact with vision models. A walkthrough of HRPO in the Opik-optimizer SDK on driving data: how the loop is wired, why you need a hold-out set, and the run that took accuracy from 15% to 39%.

Read Article
AI, Design, Development

Penpot MCP server: design context an AI can read

Penpot is testing an MCP server that lets assistants like Claude read real design files instead of guessing from your prompt. What is in the experiment, how the translation layer works, and why design-as-code cuts down on invented components.

Read Article
AI, AI in WordPress, Development

AI coding agent context: give it a map, not your whole repo

Three habits that stop a coding agent inventing hooks and tables: an AGENTS.md file it has to keep updated, real documentation and schema files in the context, and a fresh thread when the task changes.

Read Article

Posts navigation

Previous 1 … 13 14 15 … 20 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