OracleAGI: ADVANCED Prompt Engineering System (ChatGPT-4)
Based on All About AI's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
OracleAGI uses 25+ chained prompts and multiple loop cycles to iteratively generate and refine unusual business ideas.
Briefing
OracleAGI is a multi-agent, multi-step prompt engineering system designed to generate and iteratively refine “out-of-the-box” business ideas by running dozens of chained prompts in loops. The core mechanism is a pipeline where eight distinct expert agent personas—covering business strategy, marketing, and software-related perspectives—evaluate a single starting “ID,” produce multiple new ideas, and then feed improved outputs back into the same structure to push creativity further.
The system begins with 25+ chain prompts implemented in a custom setup (shown via Visual Studio Code). Each agent persona has a tailored role description; for example, one agent is positioned as an expert in business finance and strategy with an MBA background, while others are framed as marketing specialists or software-focused thinkers. The starting point is a single idea ID (the transcript uses a cloud service concept for booking a sunny day for an outdoor event as an example). That ID is injected into every agent’s prompt so all personas work from the same seed.
From there, OracleAGI runs in loops. In the first loop, two business-oriented agents generate three “crazy” business ideas, which are saved to a file named new id.txt. The transcript gives examples such as a holographic memory store, a telepathic social network, and time travel tourism. A subsequent loop takes those improved ideas as new inputs and prompts the agents to find correlations across the set, then brainstorm five even crazier ideas together. Those five outputs are saved to another file (described as new idea 2), and the process continues.
A later loop reduces the candidate set by selecting the best performers: from a larger pool (the transcript describes 20 IDs at one stage), the agents pick three top ideas and save them to a new file. The final step then asks for a ranked, well-structured list of the five most “crazy” and best ideas, each presented with a title and a TL;DR. Example outputs include an Earth-to-space elevator, an instant food replicator, future map brain implants, a dream exploit exploration service, and a biofeedback theme park.
The practical pitch is that the system can be run on ChatGPT-4 (with an estimated ~40-minute runtime and ~$6–$7 cost), though the creator recommends “chapter turbo” for testing. The workflow is presented as straightforward to set up despite the large number of prompts, and the creator signals that OracleAGI has not been fully explored yet—suggesting further experimentation with its reasoning and iterative properties. The overall takeaway is that creativity is treated like an engineering problem: seed an idea, run persona-based critique and generation in loops, persist intermediate results to files, and finish with ranking and structured summarization.
Cornell Notes
OracleAGI is a chained, multi-agent prompt system that generates and refines highly unusual business ideas through repeated loop cycles. It uses eight expert agent personas (e.g., business finance/strategy, marketing, and software) that all start from the same seed “ID,” then produce new idea IDs saved to text files. Later loops compare and correlate multiple candidate ideas, expand the idea set (e.g., generating five new ideas), then narrow it down by selecting top candidates (e.g., choosing three). The process ends by ranking and formatting the five best ideas with titles and TL;DR summaries. The value is a structured way to push ideation beyond a single-pass brainstorm by forcing iterative evaluation and synthesis across personas.
How does OracleAGI turn one starting idea into a larger set of new concepts?
What role do the “expert agent personas” play in the ideation process?
Why do the loops include both expansion and selection steps?
What does the system produce at the end, and how is it formatted?
What practical constraints are mentioned for running OracleAGI?
Review Questions
- If you wanted to change the creative direction of OracleAGI, which parts would you modify: the seed ID, the persona prompts, or the loop prompts—and why?
- How does saving intermediate outputs to text files affect the system’s ability to correlate ideas across loops?
- What trade-off does the system manage by alternating between generating more ideas (e.g., 5) and selecting fewer (e.g., 3)?
Key Points
- 1
OracleAGI uses 25+ chained prompts and multiple loop cycles to iteratively generate and refine unusual business ideas.
- 2
Eight expert agent personas (business, marketing, and software-focused) contribute ideas from the same seed “ID.”
- 3
Each loop writes outputs to text files, enabling later loops to reuse and correlate improved idea sets.
- 4
The workflow alternates between expansion (e.g., generating five new ideas from three) and selection (narrowing a larger pool to top candidates).
- 5
The final step ranks and formats the five best ideas with titles and TL;DR summaries.
- 6
Running on ChatGPT-4 is described as slower and costlier (~40 minutes, ~$6–$7) due to the number of chained prompts.
- 7
The system is presented as simple to set up despite the large prompt library, and further experimentation is encouraged.