When to use an AI Coding Agent
A few weeks ago, I set up an automation in Codex to send me a weekly report on how efficiently I use AI for APEX development. The report is consistently telling me that I am using AI too much for smal
Search for a command to run...
A few weeks ago, I set up an automation in Codex to send me a weekly report on how efficiently I use AI for APEX development. The report is consistently telling me that I am using AI too much for smal
Introduction APEX 26.1 introduced a new Text Message-Based approach to application translation. Unlike the traditional Application-Based approach, it allows one application to support multiple languag

The Temptation to Build a Smart Tool When I started thinking about tools for APEX AI Agents, one of the first temptations was to create a single tool that could do everything. From a development persp

Introduction I have built several agents using custom PL/SQL code while waiting for the release of APEX 26.1. Now that APEX 26.1 has been released, it is time to see how useful AI Agents in APEX 26.1

Introduction One of the marquee features of APEX 26.1 was AI Interactive Reports. When I started testing this new feature, I was interested to see what was going on behind the scenes. In this post, I

Introduction One of the marquee features of APEX 26.1 is APEX AI Agents. APEX AI Agents allow you to use an LLM and your own PL/SQL and JS tools to perform actions on your data instead of just chattin

Introduction 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 th

Introduction 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 ch

Context management patterns from building agents in Oracle APEX
