
As APEX developers, we know the routine: create a page, add a few items, write some PL/SQL, and make a button move a business process forward.
But what if the request behind that button becomes “Find out what has happened recently on this topic, and summarize the developments worth paying attention to”? How would we implement that?
The user has not specified a website, search keywords, or an article to read first. The program needs to find information based on the goal, judge its relevance, read further, and put together an answer. Each action can call an API, but deciding how to connect those actions requires judgment.
Could APEX keep its familiar pages and business logic while borrowing an AI agent’s ability to handle tasks whose steps are not fully known in advance?
