APEX AI Agent Logging with Request & Response HandlersIntroduction Logging is one of the first things you need when building serious AI Agents. Without it, debugging quickly becomes guesswork. You can see the final answer, but not always why the model chJun 25, 2026·11 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
Avoiding the Vibe Coding Rabbit HoleIntroduction A few weeks ago, I started building an APEX 2nd brain to practice Agentic AI in APEX and PL/SQL, and hopefully create a useful tool to supplement my aging brain. I am writing this post while Codex is rebuilding my APEX 2nd brain Applicat...Feb 15, 2026·6 min read