APEX AI Agent Handlers: Intercepting & Updating Requests and ResponsesIntroduction In my previous post, I looked at logging APEX AI Agent requests and responses with Request and Response handlers. Logging is the first step because it shows you what is actually moving thJul 2, 2026·10 min read
If English is the New Programming Language, then Markdown is the New FormatIntroduction AI is changing how we build software. We are moving from a world where developers primarily describe systems in code to one where we increasingly describe intent in natural language. PromApr 16, 2026·12 min read
From Spreadsheet to Enterprise APEX System with AIIntroduction This is not another post about creating an APEX app from a spreadsheet using the Create app Wizard. This post is about using AI to design and accelerate the build of an enterprise APEX syApr 11, 2026·7 min read
AI SKILLS as a Thin Layer Over MCP ToolsIntroduction I have been experimenting with using AI Skills as a thin layer on top of MCP-backed tools, and I think this pattern is more useful than it first appears. At a technical level, MCP gives tApr 2, 2026·13 min read
Will AI Agents Replace UI, or Redefine It?Introduction In a previous post, Adding an AI Agent to an Existing APEX App, I described how I added an AI agent to an existing APEX app. The goal was to simplify the user interface by providing an agMar 19, 2026·9 min read
APEX + OCI Email Logs: Track Bounces, Complaints, SuppressionIntroduction I am sure many of you are already using the OCI Email Delivery Service to send emails from your APEX Applications. It offers a convenient and inexpensive way to handle emails that integraMar 12, 2026·10 min read
Adding an AI Agent to an Existing APEX AppIntroduction Modern frontier LLMs are now reliable enough to support practical agent workflows when paired with strong orchestration and guardrails. Adding an agent to an existing APEX app allows you Mar 5, 2026·13 min read