Agentic bridge
The recent release of live voice from ChatGPT-4o and a similar product Google gave me an idea. Instead of having an agentic AI that takes a long time to complete a task, we have an AI agent, that controls other agent tasks. Lets call it an AI bridge. So the bridge can always respond immedieatly, and have an overview of everything it controls in its context window. It can also be run without user input, so it can give a status to the user. And example could be to find the address from a list of companies. The AI bridge would then create a task for that, and the task would make some program that could use an API or search to get that information. The bridge would then give a progress to the user, how the programming and retrieval is going. The user can then get the bridge to do multiple tasks at the same time.